.mytrt-sampling-box{
  border:1px solid #e7e7e7;
  border-radius:16px;
  padding:18px;
  background:#fff;
}
.mytrt-sampling-badge{ margin-bottom:10px; }
.mytrt-sampling-title{ font-size:22px; margin:10px 0 14px; }
.mytrt-sampling-options{ display:flex; flex-direction:column; gap:10px; }

.mytrt-sampling-option{
  display:flex;
  gap:12px;
  border:1px solid #d8d8d8;
  border-radius:12px;
  padding:14px;
  cursor:pointer;
}
.mytrt-sampling-option:has(input:checked){
  border-color:#1f4bd8;
  box-shadow:0 0 0 2px rgba(31,75,216,.12);
}

.mytrt-radio{ display:flex; align-items:flex-start; margin-top:2px; }
.mytrt-radio input{ margin-top:4px; }

.mytrt-option-main{ display:flex; flex-direction:column; gap:6px; width:100%; }
.mytrt-option-top{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.mytrt-option-label{ font-weight:600; }

.mytrt-option-badge{
  font-size:12px; padding:2px 8px; border-radius:999px;
  background:#eef2ff; border:1px solid #d7ddff;
}

.mytrt-option-desc{ color:#6b6b6b; font-size:14px; }
.mytrt-option-price{ margin-left:auto; color:#1b1b1b; font-weight:600; }

.mytrt-sampling-continue{
  width:100%;
  margin-top:14px;
  padding:14px 18px;
  border-radius:12px;
}
.mytrt-modal .modal-title {
    margin-bottom: 0;
}
.mytrt-modal{ border-radius:16px; overflow:hidden; }
.mytrt-steps .mytrt-step{ display:none;width: 100%; }
.mytrt-steps .mytrt-step.is-active{ display:block; }
.mytrt-steps {
    min-height: 400px;
    display: flex;
    align-items: center;
    padding: 20px;
}

#mytrt_gb_show_more {
    margin-top: 15px;
}
.mytrt-row{ display:flex; gap:10px; }
.mytrt-input{ width:100%; flex:1; padding:12px 14px; border-radius:10px; border:1px solid #d8d8d8;  outline: none !important;}

.mytrt-btn{ padding:12px 14px; border-radius:10px; }
.mytrt-link{ background:none; border:none; color:#1f4bd8; padding:10px 0; }

.mytrt-list{ margin-top:12px; display:flex; flex-direction:column; gap:10px; }
.mytrt-card{
  border:1px solid #d8d8d8; border-radius:12px; padding:12px;
  cursor:pointer;
}
.mytrt-card:hover{ border-color:#1f4bd8; }
.mytrt-card strong{ display:block; }

.mytrt-dates, .mytrt-times{
  margin-top:12px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
    margin-bottom: 30px;
}

.mytrt-pill{
  border:1px solid #d8d8d8;
  border-radius:999px;
  padding:8px 12px;
  cursor:pointer;
  background:#fff;
}
.mytrt-pill.is-active{
  border-color:#1f4bd8;
  box-shadow:0 0 0 2px rgba(31,75,216,.12);
}
.mytrt-pill.is-disabled{
  opacity:.5;
  cursor:not-allowed;
}

.mytrt-confirm{
  border:1px solid #d8d8d8;
  border-radius:12px;
  padding:14px;
  background:#fafafa;
  margin-bottom: 30px;
}
.mytrt-error{ margin-top:12px; color:#b00020; }
.mytrt-hidden{ display:none !important; }
.mytrt-muted{ color:#6b6b6b; }

.first-order-badge{
  display:inline-block;
  padding:10px 16px;
  border-radius:12px;
  background:#e9edff;
  color:#1b1b1b;
  font-weight:600;
  margin:0 auto 14px;
}

.first-order-note{
  margin-top:12px;
  padding:12px 14px;
  border-radius:12px;
  background:#f3f4f6;
  font-size:14px;
  line-height:1.4;
}
.first-order-note a{ text-decoration:underline; }

.mytrt-option-price ins { text-decoration:none; }
.mytrt-option-price del { opacity:.6; }

/* =========================
   GOODBODY Calendar (month select + grid)
   ========================= */

.mytrt-gb-monthbar{
  max-width: 440px;
}


.mytrt-modal h4 {
    margin-bottom: 30px !important;
    text-align: center;
}

.mytrt-gb-calendar{
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 8px;
}

.mytrt-gb-calendar th{
  font-size: 12px;
  color: #6b6b6b;
  font-weight: 600;
  text-align: center;
  padding: 4px 0;
}

.mytrt-gb-calendar td{
  text-align: center;
  vertical-align: middle;
}

.mytrt-gb-day{
  border-radius: 10px;
  padding: 10px 0;
  background: #f3f4f6;
  cursor: default;
  user-select: none;
}

.mytrt-gb-day span{
  display: inline-block;
  min-width: 22px;
  line-height: 1;
  font-weight: 600;
  color: #111827;
}

.mytrt-gb-day.is-open{
  background: #eef2ff;
  cursor: pointer;
}

.mytrt-gb-day.is-open:hover{
  background: #e0e7ff;
}

.mytrt-gb-day.is-full{
  opacity: .35;
}

.mytrt-gb-day.is-active{
  outline: 2px solid rgba(31,75,216,.55);
  background: #dbeafe;
}

.mytrt-btn {
	background-color:#2B5CE6 !important;
	border-radius:10px !important;
    transition: all .3s ease;
    color: #fff !important;
    min-height: 50px;
    min-width: 140px;
}
.mytrt-btn:hover {
	opacity:0.6;
}

.mytrt-step[data-step="details"] .mytrt-checkbox{
    display: block;
    margin: 20px 0;
}
.mytrt-next {
    margin-left: 10px !important;
}


@media(max-width: 767px){
  .mytrt-steps {
    padding:10px;
    min-height: 250px;
  }
}