.tnl-dr-widget {
  margin: 16px 0 8px;
  padding: 12px 14px;
  border: 1px solid #eee;
  border-radius: 10px;
  display: grid;
  gap: 12px;
}
.tnl-dr-row {
  display: grid;
  gap: 8px;
  align-items: center;
}
.tnl-switch {
  display: flex;
  gap: 8px;
  align-items: center;
}
.tnl-help {
  font-size: 0.9em;
  opacity: 0.8;
}

.tnl-legend {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 0.9em;
  opacity: 0.9;
}
.k-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.k-start {
  background: #000;
}
.k-middle {
  background: #ff69b4;
} /* różowy */
.k-end {
  background: #c62828;
} /* czerwony */

.tnl-dr-quote {
  font-weight: 600;
  font-size: 155%;
}

/* Kolorowanie dni w kalendarzu (flatpickr onDayCreate -> klasy) */
.flatpickr-day.tnl-start {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
.flatpickr-day.tnl-middle {
  background: #ff69b4 !important;
  color: #fff !important;
  border-color: #ff69b4 !important;
}
.flatpickr-day.tnl-end {
  background: #c62828 !important;
  color: #fff !important;
  border-color: #c62828 !important;
}

/* Disabled niedziele / rezerwacje (flatpickr sam nadaje disabled) */
/* .tnl-dr-hint {
  font-size: 0.95rem;
  color: #666;
  background: #f7f7f9;
  border: 1px dashed #ddd;
  border-radius: 8px;
  padding: 10px 12px;
} */
.single_add_to_cart_button.tnl-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.quick-shop-form .tnl-dr-quote {
    font-size: 12px;
}