/* Content CSS bundle: converter — generated, do not edit *//* Sources: menu.css + time_zone_converter.css */
/* >>> menu.css >>> */
/* Menu dropdown + v-cloak (shared site navigation) */

[v-cloak] {
  display: none !important;
}

.dropdown {
  position: relative !important;
}

.dropdown-toggle {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.dropdown-menu {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  text-align: left !important;
  background-color: #f0f0f0 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  padding: 1px 0 !important;
  min-width: 200px !important;
  z-index: 9999 !important;
  margin-top: 0 !important;
  line-height: 2.5rem !important;
}

.dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -4px;
  right: -4px;
  height: 12px;
  background: transparent;
  z-index: 9999;
}

.dropdown::after {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  right: -8px;
  bottom: -15px;
  background: transparent;
  z-index: 1;
}

.dropdown.open .dropdown-menu {
  display: block !important;
}

@media screen and (min-width: 1280px) {
  .dropdown:hover .dropdown-menu {
    display: block !important;
  }

  .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(226, 232, 240, 1) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05) !important;
    padding: 6px !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    line-height: 1.6 !important;
  }

  .dropdown-menu::before {
    top: -16px;
    left: -6px;
    right: -6px;
    height: 16px;
  }

  .dropdown-menu a {
    padding: 8px 16px;
    color: #334155;
    transition: all 0.15s;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .dropdown-menu a:hover {
    background-color: rgba(248, 250, 252, 1);
    color: #0284c7;
  }

  .nav-link,
  .nav-link span,
  .dropdown > .nav-link,
  .dropdown > button.nav-link {
    white-space: nowrap !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .dropdown-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: max-content !important;
    max-width: 450px !important;
    padding: 12px !important;
  }
}

/* PC / tablet top-nav chips — distinct soft backgrounds */
@media screen and (min-width: 768px) {
  .nav-chip {
    padding: 0.35rem 0.7rem !important;
    border-radius: 0.5rem !important;
    border: 1px solid transparent;
    font-weight: 600 !important;
  }

  .nav-chip:hover {
    filter: brightness(0.97);
  }

  .nav-chip--us {
    background: #dbeafe !important;
    color: #1e40af !important;
    border-color: #bfdbfe !important;
  }

  .nav-chip--us:hover {
    background: #bfdbfe !important;
    color: #1e3a8a !important;
  }

  .nav-chip--ru {
    background: #fee2e2 !important;
    color: #991b1b !important;
    border-color: #fecaca !important;
  }

  .nav-chip--ru:hover {
    background: #fecaca !important;
    color: #7f1d1d !important;
  }

  .nav-chip--ca {
    background: #dcfce7 !important;
    color: #166534 !important;
    border-color: #bbf7d0 !important;
  }

  .nav-chip--ca:hover {
    background: #bbf7d0 !important;
    color: #14532d !important;
  }

  .nav-chip--au {
    background: #fef3c7 !important;
    color: #92400e !important;
    border-color: #fde68a !important;
  }

  .nav-chip--au:hover {
    background: #fde68a !important;
    color: #78350f !important;
  }

  .nav-chip--other {
    background: #e0e7ff !important;
    color: #3730a3 !important;
    border-color: #c7d2fe !important;
  }

  .nav-chip--other:hover {
    background: #c7d2fe !important;
    color: #312e81 !important;
  }

  .nav-chip--tools {
    background: #ffedd5 !important;
    color: #9a3412 !important;
    border-color: #fed7aa !important;
  }

  .nav-chip--tools:hover {
    background: #fed7aa !important;
    color: #7c2d12 !important;
  }

  .nav-chip--holidays {
    background: #fce7f3 !important;
    color: #9d174d !important;
    border-color: #fbcfe8 !important;
  }

  .nav-chip--holidays:hover {
    background: #fbcfe8 !important;
    color: #831843 !important;
  }

  .nav-chip--guides {
    background: #f3e8ff !important;
    color: #6b21a8 !important;
    border-color: #e9d5ff !important;
  }

  .nav-chip--guides:hover {
    background: #e9d5ff !important;
    color: #581c87 !important;
  }
}

/* —— Mobile header: brand row + quick-link chips —— */
.mm-nav {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  z-index: 50;
}

.mm-nav__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 12px 0 14px;
  gap: 8px;
}

.mm-nav__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  text-decoration: none;
}

.mm-nav__logo {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: #2563eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.mm-nav__logo svg {
  width: 20px;
  height: 20px;
}

.mm-nav__title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  white-space: nowrap;
}

.mm-nav__menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 7px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
  color: #1e293b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.mm-nav__menu-btn:active {
  background: #e2e8f0;
}

.mm-nav__menu-icon {
  width: 18px;
  height: 18px;
  display: block;
}

.mm-chip-row {
  height: 40px;
  border-top: 1px solid #f1f5f9;
  background: #fafbfc;
}

.mm-chip-row__track {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 100%;
  padding: 0 12px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.mm-chip-row__track::-webkit-scrollbar {
  display: none;
}

.mm-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}

.mm-chip--tool {
  background: #ffedd5;
  color: #9a3412;
  border-color: #fed7aa;
}

.mm-chip--country {
  background: #dbeafe;
  color: #1e40af;
  border-color: #bfdbfe;
}

.mm-chip--guides {
  background: #f3e8ff;
  color: #6b21a8;
  border-color: #e9d5ff;
}

.mm-chip.is-active {
  box-shadow: inset 0 0 0 1px currentColor;
  filter: brightness(0.97);
}

.mm-chip-sep {
  flex: 0 0 auto;
  width: 1px;
  height: 16px;
  margin: 0 2px;
  background: #cbd5e1;
}

.mm-drawer {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  width: min(320px, 88vw);
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-top: none;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.mm-drawer__inner {
  padding: 14px 16px 18px;
}

.mm-drawer__section {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mm-drawer__label {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 6px;
}

.mm-drawer__section a {
  display: block;
  padding: 9px 4px;
  color: #4b5563;
  text-decoration: none;
  font-size: 14px;
}

.mm-drawer__section a:active {
  color: #2563eb;
}

.mm-drawer__rule {
  height: 1px;
  background: #e5e7eb;
  margin: 12px 0;
}

/* Desktop/mobile menus without Vue (breakpoint matches former isMobile) */
.country-nav-desktop {
  display: none;
}

.country-nav-mobile {
  display: block;
}

@media (min-width: 1280px) {
  .country-nav-desktop {
    display: block;
  }

  .country-nav-mobile {
    display: none;
  }
}

/* >>> time_zone_converter.css >>> */
/* Time Zone Converter — aligned with Compare / Layover page tone */

.tz-converter-page {
	margin: 0;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	color: #334155;
	-webkit-font-smoothing: antialiased;
	background: #f8fafc;
}

.tz-converter-page main {
	/* menu.php already inserts a h-16 spacer under the fixed nav */
	padding: 1.25rem 1rem 3rem;
}

@media (min-width: 768px) {
	.tz-converter-page main {
		padding-top: 1.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

.tz-converter-container {
	max-width: 56rem;
	margin: 0 auto;
}

.tz-converter-header {
	text-align: center;
	margin-bottom: 1.25rem;
}

.tz-converter-header h1 {
	margin: 0 0 0.7rem;
	font-size: clamp(1.5rem, 4vw, 1.9rem);
	font-weight: 800;
	line-height: 1.25;
	color: #0369a1;
	letter-spacing: -0.02em;
}

.tz-converter-header p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #64748b;
}

.tz-converter-header__alt {
	margin: 0.65rem 0 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #64748b;
}

.tz-converter-header__alt a {
	color: #2563eb;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tz-converter-header__alt a:hover {
	color: #1d4ed8;
}

.tz-converter-panel {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.04);
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

.tz-converter-config {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #f1f5f9;
}

@media (min-width: 768px) {
	.tz-converter-config {
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}
}

.tz-converter-field label {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #94a3b8;
	margin-bottom: 0.5rem;
}

.tz-converter-select {
	width: 100%;
	appearance: none;
	background: #f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1.4 0L6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E") right 0.85rem center / 10px no-repeat;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 0.65rem 2.25rem 0.65rem 0.85rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #0f172a;
	line-height: 1.4;
}

.tz-converter-select--base {
	background-color: #eff6ff;
	border-color: #bfdbfe;
	color: #1e3a8a;
	font-weight: 700;
}

.tz-converter-select:focus {
	outline: none;
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.tz-converter-select--native-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.tz-converter-combo {
	position: relative;
	width: 100%;
	min-width: 0;
}

.tz-converter-combo__input {
	width: 100%;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	background: #f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1.4 0L6 4.6 10.6 0 12 1.4 6 7.4 0 1.4z'/%3E%3C/svg%3E") right 0.85rem center / 10px no-repeat;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 0.65rem 3.4rem 0.65rem 0.85rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #0f172a;
	line-height: 1.4;
	font-family: inherit;
}

.tz-converter-combo__input::-webkit-search-cancel-button,
.tz-converter-combo__input::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

.tz-converter-combo--base .tz-converter-combo__input {
	background-color: #eff6ff;
	border-color: #bfdbfe;
	color: #1e3a8a;
	font-weight: 700;
}

.tz-converter-combo__input:focus {
	outline: none;
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.tz-converter-combo__clear {
	position: absolute;
	top: 50%;
	right: 2.05rem;
	transform: translateY(-50%);
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.45rem;
	height: 1.45rem;
	padding: 0;
	border: none;
	border-radius: 999px;
	background: #e2e8f0;
	color: #475569;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	font-family: inherit;
}

.tz-converter-combo__clear:hover,
.tz-converter-combo__clear:focus {
	background: #cbd5e1;
	color: #0f172a;
	outline: none;
}

.tz-converter-combo--base .tz-converter-combo__clear {
	background: #bfdbfe;
	color: #1e3a8a;
}

.tz-converter-combo--base .tz-converter-combo__clear:hover,
.tz-converter-combo--base .tz-converter-combo__clear:focus {
	background: #93c5fd;
	color: #1e3a8a;
}

.tz-converter-combo__clear[hidden] {
	display: none !important;
}

.tz-converter-combo__list {
	position: absolute;
	z-index: 50;
	top: calc(100% + 0.35rem);
	left: 0;
	right: 0;
	max-height: 16rem;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
	padding: 0.35rem;
}

.tz-converter-combo__list[hidden] {
	display: none !important;
}

.tz-converter-combo__option {
	display: block;
	width: 100%;
	border: none;
	background: transparent;
	text-align: left;
	padding: 0.55rem 0.7rem;
	border-radius: 8px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #334155;
	cursor: pointer;
	font-family: inherit;
	line-height: 1.35;
}

.tz-converter-combo__option:hover,
.tz-converter-combo__option.is-active {
	background: #eff6ff;
	color: #1d4ed8;
}

.tz-converter-combo__option.is-selected {
	background: #dbeafe;
	color: #1e3a8a;
}

.tz-converter-combo__empty {
	padding: 0.75rem 0.7rem;
	font-size: 0.82rem;
	color: #94a3b8;
	font-weight: 600;
}

.tz-converter-add-row {
	display: flex;
	gap: 0.5rem;
	align-items: stretch;
}

.tz-converter-add-row .tz-converter-select,
.tz-converter-add-row .tz-converter-combo {
	flex: 1;
	min-width: 0;
}

.tz-converter-btn {
	flex-shrink: 0;
	border: none;
	border-radius: 10px;
	padding: 0.65rem 1.1rem;
	font-size: 0.875rem;
	font-weight: 700;
	cursor: pointer;
	background: #2563eb;
	color: #fff;
	transition: background 0.15s ease;
}

.tz-converter-btn:hover {
	background: #1d4ed8;
}

.tz-converter-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.tz-converter-datebar {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	background: #f8fafc;
	border: 1px solid #f1f5f9;
	border-radius: 12px;
	padding: 1rem;
	margin-bottom: 1rem;
}

@media (min-width: 640px) {
	.tz-converter-datebar {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}

.tz-converter-datebar label,
.tz-converter-datepicker > label {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #64748b;
	margin-bottom: 0.35rem;
}

.tz-converter-datepicker {
	position: relative;
}

.tz-converter-date-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	min-width: 12.5rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 0.55rem 0.85rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #334155;
	font-family: inherit;
	cursor: pointer;
	text-align: left;
}

.tz-converter-date-trigger:hover,
.tz-converter-date-trigger:focus {
	outline: none;
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.tz-converter-date-trigger__icon {
	display: inline-flex;
	color: #64748b;
}

.tz-converter-calendar {
	position: absolute;
	z-index: 40;
	top: calc(100% + 0.4rem);
	left: 0;
	width: 17.5rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
	padding: 0.75rem;
}

.tz-converter-calendar[hidden] {
	display: none !important;
}

.tz-converter-cal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.65rem;
}

.tz-converter-cal__title {
	font-size: 0.9rem;
	font-weight: 700;
	color: #0f172a;
}

.tz-converter-cal__nav {
	border: none;
	background: #f1f5f9;
	color: #475569;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 8px;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1;
}

.tz-converter-cal__nav:hover {
	background: #e2e8f0;
	color: #0f172a;
}

.tz-converter-cal__weekdays,
.tz-converter-cal__grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 0.15rem;
}

.tz-converter-cal__weekdays span {
	text-align: center;
	font-size: 0.68rem;
	font-weight: 700;
	color: #94a3b8;
	padding: 0.25rem 0;
}

.tz-converter-cal__day {
	border: none;
	background: transparent;
	border-radius: 8px;
	height: 2rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: #334155;
	cursor: pointer;
}

.tz-converter-cal__day:hover {
	background: #eff6ff;
	color: #1d4ed8;
}

.tz-converter-cal__day--muted {
	color: #cbd5e1;
}

.tz-converter-cal__day--selected {
	background: #2563eb;
	color: #fff;
}

.tz-converter-cal__day--selected:hover {
	background: #1d4ed8;
	color: #fff;
}

.tz-converter-cal__day--today:not(.tz-converter-cal__day--selected) {
	box-shadow: inset 0 0 0 1px #93c5fd;
}

.tz-converter-cal__foot {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.65rem;
	padding-top: 0.55rem;
	border-top: 1px solid #f1f5f9;
}

.tz-converter-cal__foot button {
	border: none;
	background: transparent;
	color: #2563eb;
	font-size: 0.8rem;
	font-weight: 700;
	cursor: pointer;
	padding: 0.25rem 0.35rem;
	border-radius: 6px;
}

.tz-converter-cal__foot button:hover {
	background: #eff6ff;
}

.tz-converter-date-hint {
	margin: 0.35rem 0 0;
	font-size: 0.72rem;
	color: #94a3b8;
}

.tz-converter-slide-meta {
	text-align: left;
}

@media (min-width: 640px) {
	.tz-converter-slide-meta {
		text-align: right;
	}
}

.tz-converter-slide-meta .label {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #94a3b8;
}

.tz-converter-slide-meta .value {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: clamp(1.05rem, 3vw, 1.35rem);
	font-weight: 900;
	color: #2563eb;
	line-height: 1.3;
}

.tz-converter-minute {
	margin-top: 0.45rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.25rem;
}

@media (min-width: 640px) {
	.tz-converter-minute {
		align-items: flex-end;
	}
}

.tz-converter-minute__label {
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #94a3b8;
}

.tz-converter-minute__controls {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
}

.tz-converter-minute__btn {
	width: 1.85rem;
	height: 1.85rem;
	border: 1px solid #cbd5e1;
	border-radius: 0.45rem;
	background: #fff;
	color: #334155;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	padding: 0;
}

.tz-converter-minute__btn:hover {
	border-color: #93c5fd;
	color: #1d4ed8;
	background: #eff6ff;
}

.tz-converter-minute__btn:focus-visible {
	outline: 2px solid #2563eb;
	outline-offset: 2px;
}

.tz-converter-minute__input {
	width: 3.1rem;
	height: 1.85rem;
	border: 1px solid #cbd5e1;
	border-radius: 0.45rem;
	text-align: center;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 0.95rem;
	font-weight: 700;
	color: #0f172a;
	background: #fff;
	-moz-appearance: textfield;
}

.tz-converter-minute__input::-webkit-outer-spin-button,
.tz-converter-minute__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.tz-converter-minute__input:focus {
	outline: 2px solid #2563eb;
	outline-offset: 1px;
	border-color: #93c5fd;
}

.tz-converter-formatbar {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.65rem;
	margin-bottom: 0.85rem;
}

.tz-converter-formatbar__text {
	flex: 1;
	min-width: 12rem;
}

.tz-converter-formatbar__label {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #94a3b8;
}

.tz-converter-formatbar__hint {
	margin: 0.3rem 0 0;
	font-size: 0.75rem;
	line-height: 1.4;
	color: #64748b;
	font-weight: 500;
	max-width: 28rem;
}

.tz-converter-format-toggle {
	display: inline-flex;
	padding: 0.2rem;
	background: #f1f5f9;
	border-radius: 10px;
	gap: 0.15rem;
}

.tz-converter-format-btn {
	border: none;
	background: transparent;
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 700;
	padding: 0.4rem 0.7rem;
	border-radius: 8px;
	cursor: pointer;
	font-family: inherit;
	line-height: 1.2;
}

.tz-converter-format-btn:hover {
	color: #334155;
}

.tz-converter-format-btn.is-active {
	background: #fff;
	color: #1d4ed8;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.tz-converter-slider-wrap {
	padding: 0 0.15rem;
	margin-bottom: 1.5rem;
}

.tz-converter-slider {
	width: 100%;
	height: 0.5rem;
	appearance: none;
	background: #e2e8f0;
	border-radius: 999px;
	cursor: pointer;
	accent-color: #2563eb;
	display: block;
}

.tz-converter-slider::-webkit-slider-thumb {
	appearance: none;
	width: 1.15rem;
	height: 1.15rem;
	border-radius: 50%;
	background: #2563eb;
	border: 2px solid #fff;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.25);
	cursor: pointer;
}

.tz-converter-slider::-moz-range-thumb {
	width: 1.15rem;
	height: 1.15rem;
	border-radius: 50%;
	background: #2563eb;
	border: 2px solid #fff;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.25);
	cursor: pointer;
}

.tz-converter-slider-scale {
	position: relative;
	height: 2.15rem;
	margin-top: 0.45rem;
}

.tz-converter-slider-tick {
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 0;
	pointer-events: none;
}

.tz-converter-slider-tick:first-child {
	transform: none;
	align-items: flex-start;
}

.tz-converter-slider-tick:last-child {
	transform: translateX(-100%);
	align-items: flex-end;
}

.tz-converter-slider-tick__mark {
	display: block;
	width: 1px;
	height: 0.45rem;
	background: #cbd5e1;
}

.tz-converter-slider-tick__label {
	margin-top: 0.2rem;
	font-size: 0.62rem;
	font-weight: 700;
	color: #94a3b8;
	white-space: nowrap;
	letter-spacing: 0.01em;
	line-height: 1.1;
}

@media (max-width: 480px) {
	.tz-converter-slider-tick__label {
		font-size: 0.55rem;
	}

	/* Hide every other major label on very small screens to reduce crowding */
	.tz-converter-slider-tick[data-hour="3"] .tz-converter-slider-tick__label,
	.tz-converter-slider-tick[data-hour="9"] .tz-converter-slider-tick__label,
	.tz-converter-slider-tick[data-hour="15"] .tz-converter-slider-tick__label,
	.tz-converter-slider-tick[data-hour="21"] .tz-converter-slider-tick__label {
		display: none;
	}
}

.tz-converter-rows {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.tz-converter-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	background: #f1f5f9;
}

.tz-converter-row--base {
	border-color: #bfdbfe;
	background: #eff6ff;
}

.tz-converter-row--empty {
	border-style: dashed;
	border-color: #cbd5e1;
	background: #f8fafc;
	cursor: pointer;
}

.tz-converter-row--empty:hover {
	border-color: #94a3b8;
	background: #f1f5f9;
}

.tz-converter-row--empty .tz-converter-row__name {
	font-weight: 600;
	color: #64748b;
}

.tz-converter-row--empty .tz-converter-row__meta {
	color: #94a3b8;
}

.tz-converter-row__time--placeholder {
	color: #cbd5e1;
	font-weight: 700;
}

.tz-converter-row__title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.tz-converter-badge {
	display: inline-block;
	font-size: 0.6rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	background: #2563eb;
	color: #fff;
	padding: 0.15rem 0.4rem;
	border-radius: 4px;
	line-height: 1.2;
}

.tz-converter-row__name {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 700;
	color: #1e293b;
}

.tz-converter-row__meta {
	margin: 0.2rem 0 0;
	font-size: 0.75rem;
	color: #94a3b8;
}

.tz-converter-row__right {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-shrink: 0;
}

.tz-converter-row__time {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0.1rem;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 1.15rem;
	font-weight: 900;
	color: #0f172a;
	line-height: 1.2;
}

.tz-converter-row__time-main {
	font-size: inherit;
	font-weight: inherit;
}

.tz-converter-row__time-sub {
	font-size: 0.75rem;
	font-weight: 700;
	color: #94a3b8;
}

.tz-converter-remove {
	border: none;
	background: transparent;
	color: #cbd5e1;
	font-size: 1.1rem;
	line-height: 1;
	cursor: pointer;
	padding: 0.15rem 0.35rem;
	border-radius: 6px;
}

.tz-converter-remove:hover {
	color: #ef4444;
	background: #fef2f2;
}

.tz-converter-popular {
	margin-bottom: 2rem;
	padding: 1.35rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
}

.tz-converter-popular h2 {
	margin: 0 0 1.15rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #e2e8f0;
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #0f172a;
}

.tz-converter-popular__group {
	margin-bottom: 1.35rem;
}

.tz-converter-popular__group:last-child {
	margin-bottom: 0;
}

.tz-converter-popular__group-title {
	margin: 0 0 0.5rem;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #64748b;
}

.tz-converter-popular__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.5rem;
}

@media (min-width: 640px) {
	.tz-converter-popular__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.tz-converter-popular__grid a {
	display: block;
	padding: 0.65rem 0.75rem;
	background: #fff;
	border: 1px solid #f1f5f9;
	border-radius: 10px;
	font-size: 0.75rem;
	font-weight: 600;
	color: #334155;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
	transition: border-color 0.15s ease, color 0.15s ease;
}

.tz-converter-popular__grid a:hover {
	border-color: #3b82f6;
	color: #1d4ed8;
}

.tz-converter-ad {
	margin-bottom: 1.5rem;
	padding: 1rem;
	background: rgba(226, 232, 240, 0.4);
	border: 1px dashed #cbd5e1;
	border-radius: 12px;
	text-align: center;
	font-size: 0.75rem;
	color: #94a3b8;
}

.tz-converter-faq {
	margin-top: 2.5rem;
	margin-bottom: 2rem;
	max-width: none;
	padding: 2rem 0 0;
	background: transparent;
	border: none;
	border-top: 1px solid #e2e8f0;
	border-radius: 0;
	box-shadow: none;
}

.tz-converter-faq .us-faq-title {
	margin-top: 0;
}

.tz-converter-faq .us-faq-body {
	counter-reset: faq-section;
}

.tz-converter-faq .us-faq-body h3.us-faq-heading {
	counter-increment: faq-section;
}

.tz-converter-faq .us-faq-body h3.us-faq-heading::before {
	content: counter(faq-section) ". ";
	color: #38bdf8;
	font-weight: 700;
}

.tz-converter-faq .layover-faq-footer {
	font-style: normal;
	text-align: left;
	line-height: 1.65;
}
