.vnuti-lich-ui-shell,
.vnuti-lich-ui-shell * {
  box-sizing: border-box;
}

html:has(.vnuti-lich-ui-shell),
body:has(.vnuti-lich-ui-shell),
body.vnuti-lich-calendar-only {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #eef5ef !important;
}

body:has(.vnuti-lich-ui-shell) .site-header,
body:has(.vnuti-lich-ui-shell) #masthead,
body:has(.vnuti-lich-ui-shell) .main-header-bar,
body:has(.vnuti-lich-ui-shell) .ast-mobile-header-wrap,
body:has(.vnuti-lich-ui-shell) .site-footer,
body:has(.vnuti-lich-ui-shell) #colophon,
body:has(.vnuti-lich-ui-shell) .entry-header,
body:has(.vnuti-lich-ui-shell) .post-navigation,
body.vnuti-lich-calendar-only .site-header,
body.vnuti-lich-calendar-only #masthead,
body.vnuti-lich-calendar-only .main-header-bar,
body.vnuti-lich-calendar-only .ast-mobile-header-wrap,
body.vnuti-lich-calendar-only .site-footer,
body.vnuti-lich-calendar-only #colophon,
body.vnuti-lich-calendar-only .entry-header,
body.vnuti-lich-calendar-only .post-navigation {
  display: none !important;
}

body:has(.vnuti-lich-ui-shell) #page,
body:has(.vnuti-lich-ui-shell) .site,
body:has(.vnuti-lich-ui-shell) .site-content,
body:has(.vnuti-lich-ui-shell) .ast-container,
body:has(.vnuti-lich-ui-shell) .content-area,
body:has(.vnuti-lich-ui-shell) .site-main,
body:has(.vnuti-lich-ui-shell) article,
body:has(.vnuti-lich-ui-shell) .entry-content,
body.vnuti-lich-calendar-only #page,
body.vnuti-lich-calendar-only .site,
body.vnuti-lich-calendar-only .site-content,
body.vnuti-lich-calendar-only .ast-container,
body.vnuti-lich-calendar-only .content-area,
body.vnuti-lich-calendar-only .site-main,
body.vnuti-lich-calendar-only article,
body.vnuti-lich-calendar-only .entry-content {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #eef5ef !important;
}

.vnuti-lich-ui-shell {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 16px 18px;
  overflow-x: hidden;
  background: #eef5ef;
  color: #17351f;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.vnuti-lich-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: var(--vnuti-lich-height, 0);
  padding: 22px 22px 20px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(31, 67, 39, 0.06);
}

.vnuti-lich-card.is-picker-open {
  overflow: visible;
}

.vnuti-lich-card h3 {
  margin: 0 0 16px;
  color: #2e7338;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.vnuti-lich-alert {
  margin: -4px 0 12px;
  padding: 10px 12px;
  border: 1px solid #f2d48b;
  border-radius: 8px;
  background: #fff8e5;
  color: #7a5600;
  font-size: 13px;
  line-height: 1.4;
}

.vnuti-lich-alert code {
  color: inherit;
  font-size: 12px;
}

.vnuti-lich-date {
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  width: 100%;
  min-height: 52px;
  margin: 0 0 20px;
  padding: 0 18px;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid #e7eee8;
  border-radius: 8px;
  background: #ffffff;
  color: #68766d;
  cursor: pointer;
  font: inherit;
  text-align: left;
  box-shadow: 0 4px 12px rgba(30, 64, 38, 0.04);
}

.vnuti-lich-date__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  color: #2e7338;
}

.vnuti-lich-date svg {
  width: 18px;
  height: 18px;
}

.vnuti-lich-date span:last-child {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vnuti-lich-native-date {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.vnuti-lich-picker {
  position: absolute;
  z-index: 20;
  top: 12px;
  left: 50%;
  box-sizing: border-box;
  width: min(342px, calc(100% - 24px));
  padding: 16px;
  border: 1px solid #e7eee8;
  border-radius: 18px;
  background: #ffffff;
  color: #18351f;
  box-shadow: 0 18px 44px rgba(23, 53, 31, 0.16);
  transform: translateX(-50%);
}

.vnuti-lich-picker[hidden] {
  display: none;
}

.vnuti-lich-picker__header {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 8px;
  align-items: center;
  margin: 0 0 14px;
}

.vnuti-lich-picker__title {
  color: #18351f;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.vnuti-lich-picker__nav {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  box-sizing: border-box;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #eaf4ed;
  color: #287339;
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  box-shadow: none;
}

.vnuti-lich-picker__nav:disabled {
  color: #b8c9be;
  cursor: not-allowed;
  opacity: 0.65;
}

.vnuti-lich-picker__weekdays,
.vnuti-lich-picker__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
}

.vnuti-lich-picker__weekdays {
  margin: 0 0 8px;
}

.vnuti-lich-picker__weekdays span {
  color: #688272;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
}

.vnuti-lich-picker__blank {
  display: block;
  min-height: 36px;
}

.vnuti-lich-picker__day {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 36px;
  min-height: 36px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe9e3;
  border-radius: 9px;
  background: #f8fbf9;
  color: #17351f;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  box-shadow: none;
}

.vnuti-lich-picker__day:hover,
.vnuti-lich-picker__day:focus-visible {
  border-color: #2e7338;
  outline: none;
}

.vnuti-lich-picker__day.is-today {
  border-color: #2e7338;
}

.vnuti-lich-picker__day.is-selected {
  border-color: #2e7338;
  background: #2e7338;
  color: #ffffff;
}

.vnuti-lich-picker__day.is-disabled,
.vnuti-lich-picker__day:disabled {
  background: #f0f5f2;
  color: #b4c4ba;
  cursor: not-allowed;
}

.vnuti-lich-times {
  display: block;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 0 2px;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: none;
}

.vnuti-lich-times::-webkit-scrollbar {
  display: none;
}

.vnuti-lich-times.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.vnuti-lich-times.is-dragging button {
  pointer-events: none;
}

.vnuti-lich-day-group {
  width: 100%;
  max-width: none;
}

.vnuti-lich-day-group + .vnuti-lich-day-group {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #edf3ee;
}

.vnuti-lich-day-label {
  margin: 0 0 10px;
  color: #2e7338;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.vnuti-lich-day-slots {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 70px) / 8);
  grid-template-rows: repeat(8, 44px);
  gap: 8px 10px;
}

.vnuti-lich-time {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  width: 100%;
  min-width: 0;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4ebe6;
  border-radius: 8px;
  background: #ffffff;
  color: #247033;
  cursor: pointer;
  font-size: 17px;
  font-weight: 850;
  line-height: 1;
  scroll-snap-align: start;
  box-shadow: 0 7px 14px rgba(24, 55, 31, 0.06);
}

.vnuti-lich-time:hover,
.vnuti-lich-time:focus-visible {
  border-color: #2e7338;
  outline: none;
}

.vnuti-lich-time.is-selected {
  border-color: #2e7338;
  background: #2e7338;
  color: #ffffff;
}

.vnuti-lich-time.is-busy,
.vnuti-lich-time:disabled {
  border-color: #d7dcda;
  background: #d9ddda;
  color: #a8baae;
  cursor: not-allowed;
  box-shadow: none;
}

.vnuti-lich-empty {
  grid-row: 1 / -1;
  width: 100%;
  margin: 0;
  padding: 18px 8px;
  color: #6d7b72;
  font-size: 14px;
  text-align: center;
}

.vnuti-lich-note {
  margin: 16px 0 0;
  color: #8da493;
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 430px) {
  .vnuti-lich-ui-shell {
    max-width: 100%;
    padding: 10px 12px;
  }

  .vnuti-lich-card {
    border-radius: 14px;
  }

  .vnuti-lich-day-slots {
    grid-auto-columns: calc((100% - 30px) / 4);
    grid-template-rows: repeat(8, 32px);
    gap: 6px 10px;
  }

  .vnuti-lich-day-label {
    font-size: 13px;
  }

  .vnuti-lich-card {
    padding: 16px 12px;
  }

  .vnuti-lich-card h3 {
    font-size: 16px;
  }

  .vnuti-lich-date {
    min-height: 46px;
    margin-bottom: 18px;
    padding: 0 14px;
  }

  .vnuti-lich-date span:last-child {
    font-size: 14px;
  }

  .vnuti-lich-time {
    height: 32px;
    border-radius: 7px;
    font-size: 14px;
  }

  .vnuti-lich-note {
    font-size: 12px;
  }

  .vnuti-lich-picker {
    top: 10px;
    width: min(326px, calc(100% - 20px));
    padding: 14px;
  }

  .vnuti-lich-picker__header {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    margin-bottom: 12px;
  }

  .vnuti-lich-picker__nav {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .vnuti-lich-picker__weekdays,
  .vnuti-lich-picker__days {
    gap: 4px;
  }

  .vnuti-lich-picker__day,
  .vnuti-lich-picker__blank {
    height: 34px;
    min-height: 34px;
  }
}

@media (max-width: 360px) {
  .vnuti-lich-card {
    padding-right: 10px;
    padding-left: 10px;
  }

  .vnuti-lich-day-slots {
    grid-auto-columns: calc((100% - 18px) / 4);
    grid-template-rows: repeat(8, 30px);
    gap: 5px 6px;
  }

  .vnuti-lich-time {
    height: 30px;
    font-size: 13px;
  }
}
