/* Legacy shortcode styles carried over from the Kadence child theme.
   Used by [tokyoaddons] [rentcar] [tokyoweather] [flight] [greaterpass]
   markup embedded in published post content. */

/* a.reservation-link {
border: 2px solid;
}
img.reservation-icon {
    display: inline-block;
}
a.viator-btn {
background: #176B6D!important;
color: #ffffff!important;
border: 2px solid #176B6D!important;
}
a.getyourguide-btn {
background: #f53!important;
color: #ffffff!important;
border: 2px solid #ff5533!important;
}
a.klook-btn {
background: #ff5b00!important;
color: #ffffff!important;
border: 2px solid #ff5b00!important;
}
a.tripcom-btn {
background: #00429b!important;
color: #ffffff!important;
border: 2px solid #496ace!important;
} */
.booking-options-section {
  text-align: center !important;
}
.reservation-link {
  display: inline-flex !important;
  align-items: center !important;
  padding: 10px 20px !important;
  border-radius: 25px !important;
  font-size: 1.1rem !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  text-decoration: none !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}
.reservation-link:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
}
.reservation-icon {
  vertical-align: middle !important;
}
.viator-btn {
  background-color: #176b6d !important;
  color: #ffffff!important;
}
.viator-btn:hover {
  background-color: #008768 !important;
}
.getyourguide-btn {
  background-color: #ff5533 !important;
  color: #fff !important;
}
.getyourguide-btn:hover {
  background-color: #ff2a00 !important;
}
.tripcom-btn {
  background-color: #0078d4 !important;
  color: #ffffff!important;
}
.tripcom-btn:hover {
  background-color: #0066b3 !important;
}
.klook-btn {
  background-color: #ff6200 !important;
  color: #ffffff!important;
}
.klook-btn:hover {
  background-color: #e55700 !important;
}
.discovercars-btn {
  background: #0a578b !important;
  color: #ffffff!important;
}
.discovercars-btn:hover {
  background: #007dc7 !important;
}
.rentalcarscom-btn {
  background: #2e3192 !important;
  color: #ffffff !important;
}
.rentalcarscom-btn:hover {
  background: #1879ca !important;
}
.gocity-btn {
  background: #00626b !important;
  color: #ffffff !important;
}
.gocity-btn:hover {
  background: #002a3a !important;
  color: #ffffff !important;
}
.bookingcom-btn {
  background: #003580 !important;
  color: #ffffff !important;
}
.bookingcom-btn:hover {
  background: #002a3a !important;
  color: #ffffff !important;
}
.agoda-btn {
  background: #ee363f !important;
  color: #ffffff !important;
}
.agoda-btn:hover {
  background: #fcb716 !important;
  color: #ffffff !important;
}
.hostelworld-btn {
  background: #f47853 !important;
  color: #ffffff !important;
}
.hostelworld-btn:hover {
  background: #ffb8a2 !important;
  color: #002a3a !important;
}
.hotellook-btn {
  background: #78ba36 !important;
  color: #ffffff !important;
}
.hotellook-btn:hover {
  background: #313131 !important;
  color: #ffffff !important;
}
.tripadvisor-btn {
  background: #34e0a1 !important;
  color: #000000 !important;
}
.tripadvisor-btn:hover {
  background: #00aa6c !important;
  color: #000000 !important;
}
.traveloka-btn {
  background: #0194f3 !important;
  color: #ffffff !important;
}
.traveloka-btn:hover {
  background: #0d7fcc !important;
  color: #ffffff !important;
}
.expedia-btn {
  background: #f9d836 !important;
  color: #191d3a !important;
}
.expedia-btn:hover {
  background: #f9d836 !important;
  color: #191d3a !important;
}
.aviasales-btn {
  background: #2196f3 !important;
  color: #ffffff !important;
}
.aviasales-btn:hover {
  background: #2196f3 !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .booking-options-section .d-flex {
    flex-direction: column !important;
    align-items: center !important;
  }
  .reservation-link {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
  }
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush
  > .accordion-item
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 0;
  color: var(--bs-accordion-btn-color) !important;
}

@media (min-width: 640px) {
  .tokyotripguide-hotel-cheapest-rate-wrapper {
    display: block;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .tokyotripguide-hotel-cheapest-rate-wrapper {
    display: block;
  }
}
@media (min-width: 1024px) {
  .tokyotripguide-hotel-cheapest-rate-wrapper {
    border-bottom: none;
  }
}
.iWwa {
  color: #192024;
  padding: 4px 0;
}
.iWwa-container {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 640px) {
  .iWwa {
    padding: 8px 0;
  }
}
.iWwa-data-wrapper {
  margin-right: 16px;
}
.iWwa-data-wrapper.iWwa-mod-relative {
  position: relative;
}
.iWwa-data {
  font-weight: 600;
  line-height: 32px;
}
@media (min-width: 1024px) {
  .iWwa-data {
    font-weight: 700;
    line-height: 40px;
  }
}
.iWwa-dataPrefix,
.iWwa-title {
  font-weight: 600;
  line-height: 20px;
}
.iWwa-subtitle {
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.same-height-img {
  object-fit: cover;
  height: 275px !important;
}

/* Container Styles */
.addon-container {
  background: #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  margin: 2rem 0 !important;
}

.addon-content {
  padding: 1.5rem !important;
}

.addon-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.addon-spacing {
  margin: 2rem 0 !important;
}

/* Title Styles */
.addon-title {
  font-size: 1.25rem !important;
  font-weight: bold !important;
  color: #333 !important;
  margin: 1rem 0 !important;
  text-align: center !important;
}

.addon-title-size {
  font-size: 1.25rem !important;
}

.addon-margin {
  margin-bottom: 1rem !important;
}

/* Divider Styles */
.addon-divider {
  border: 0 !important;
  border-top: 1px solid #e0e0e0 !important;
}

.addon-divider-width {
  width: 25% !important;
  margin-bottom: 1.2rem !important;
}

/* Text Styles */
.addon-text {
  font-size: 0.875rem !important;
  color: #666 !important;
}

.addon-text-small {
  font-size: 0.875rem !important;
  text-align: center !important;
}

/* List Styles */
.addon-list {
  display: grid !important;
  gap: 0.5rem !important;
}

.addon-item {
  background: #f9f9f9 !important;
  border-radius: 6px !important;
  padding: 1rem !important;
  text-decoration: none !important;
  transition: background 0.2s ease !important;
}

.addon-item-interactive:hover {
  background: #f0f0f0 !important;
}

.addon-item-padding {
  padding: 1rem !important;
}

/* Item Content Styles */
.addon-item-flex {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.addon-item-justify {
  justify-content: space-between !important;
}

.addon-item-title {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  margin: 0 !important;
}

.addon-item-title-size {
  font-size: 1.1rem !important;
}

.addon-item-title-dark {
  color: #222 !important;
}

/* Meta Styles */
.addon-item-meta {
  margin-top: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
}

.addon-item-meta-align {
  align-items: center !important;
}

.addon-item-meta-gap {
  gap: 0.5rem !important;
}

.addon-meta-text {
  font-size: 0.75rem !important;
  margin-left: 5px !important;
}

.addon-meta-weight {
  font-weight: 600 !important;
}

.addon-meta-color {
  color: #777 !important;
}

/* Image Styles */
.addon-image {
  max-width: 100% !important;
  height: auto !important;
}

/* Icon Styles */
.addon-icon {
  margin-right: 0.25rem !important;
}

.addon-icon-success {
  color: #28a745 !important;
}

.addon-icon-danger {
  color: #dc3545 !important;
}

.addon-icon-esim {
  color: #f2695f !important;
}

.addon-icon-primary {
  color: #007bff !important;
}

.addon-icon-warning {
  color: #ffc107 !important;
}

/* Responsive Layout */
@media (min-width: 768px) {
  .addon-list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
  }
}

@media (max-width: 767px) {
  .addon-list {
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
  }
}
.rentcar-shortcode-button {
  width: 100% !important;
}

.footer-partner-img-fluid {
  max-width: 100%;
  height: auto;
}
.footer-partner-d-flex {
  display: flex !important;
}
.footer-partner-flex-wrap {
  flex-wrap: wrap !important;
}
.footer-partner-justify-content-center {
  justify-content: center !important;
}
.footer-partner-me-2 {
  margin-right: 0.5rem !important;
}
.footer-partner-gap-3 {
  gap: 1rem !important;
}
.footer-partner-fw-bold {
  font-weight: 700 !important;
}
.footer-partner-d-flex {
  margin-top: 30px;
}
.footer-partners-logo {
  display: inline-flex !important;
  align-items: center !important;
  padding: 8px 10px !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  text-decoration: none !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) !important;
}

/* Tokyo Weather */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
}

.tokyoweather {
  display: none !important;
}

@media all {
  .visually-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;
  }

  label {
    cursor: pointer !important;
    display: block !important;
  }

  label {
    -webkit-tap-highlight-color: transparent !important;
    touch-action: manipulation !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
  }

  .tokyoweather {
    display: block !important;
    display: grid !important;
    grid-template-columns: repeat(10, 1fr) !important;
    grid-template-areas: "rg rg rg hd hd hd hd hd hd hd" "gr gr gr gr gr gr gr gr gr gr" "cf cf cf lg lg lg lg lg lg lg" !important;
    flex: 1 0 auto !important;
    font-size: 16px !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    margin-bottom: 2em !important;
    margin-top: 2em !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
  }

  .tokyoweather__months {
    grid-area: gr !important;
    -moz-column-gap: 16px !important;
    column-gap: 16px !important;
    display: none !important;
    flex-direction: row !important;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    margin-left: -15px !important;
    overflow: hidden !important;
    overflow-x: scroll !important;
    scrollbar-width: none !important;
    padding: 0 15px !important;
    width: calc(100% + 30px) !important;
  }

  .tokyoweather__months--1 {
    display: flex !important;
  }

  .tokyoweather__months::-webkit-scrollbar {
    display: none !important;
  }

  .tokyoweather__item {
    flex: 1 0 auto !important;
    transition: opacity 0.1s ease !important;
    width: calc(15.45% - 14px) !important;
  }

  .tokyoweather__item:first-child .tokyoweather__item-name {
    margin-left: 0 !important;
    padding-right: 8px !important;
    width: calc(100% + 8px) !important;
  }

  .tokyoweather__item:last-child .tokyoweather__item-name {
    margin-right: 0 !important;
    padding-left: 8px !important;
    width: calc(100% + 8px) !important;
  }

  .tokyoweather__item-bar {
    align-items: center !important;
    background-color: rgba(255, 69, 0, 0.15) !important;
    height: 200px !important;
    border-top-left-radius: 9em !important;
    border-top-right-radius: 9em !important;
    width: 100% !important;
    padding-top: 15px !important;
    min-width: 40px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    opacity: 1 !important;
    transition: opacity 0.1s !important;
  }

  .tokyoweather__item-bar--mixed {
    background-color: rgba(240, 187, 104, 0.15) !important;
  }

  .tokyoweather__item-bar--mixed .tokyoweather__item-temp__graph:before {
    background-color: #f0bb68 !important;
  }

  .tokyoweather__item-bar--good {
    background-color: rgba(159, 191, 137, 0.15) !important;
  }

  .tokyoweather__item-bar--good .tokyoweather__item-temp__graph:before {
    background-color: #9fbf89 !important;
  }

  .tokyoweather__item-bar--best {
    background-color: rgba(90, 127, 83, 0.1) !important;
  }

  .tokyoweather__item-bar--best .tokyoweather__item-temp__graph:before {
    background-color: #5a7f53 !important;
  }

  .tokyoweather__item-name {
    border-top: 1px solid #f5f4f2 !important;
    font-family: inherit !important;
    font-weight: 900 !important;
    text-align: center !important;
    line-height: 1 !important;
    padding-top: 10px !important;
    margin-bottom: 5px !important;
    width: calc(100% + 16px) !important;
    margin-left: -8px !important;
    text-transform: capitalize !important;
  }

  .tokyoweather__item-sky {
    font-size: 1.55em !important;
    line-height: 1 !important;
    padding-bottom: 27px !important;
  }

  .tokyoweather__item-temp {
    display: flex !important;
    flex: 1 0 auto !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  .tokyoweather__item-temp__text {
    font-family: inherit !important;
    font-size: 0.75em !important;
    height: 1em !important;
    line-height: 1 !important;
    margin: -100% 0 8px !important;
    white-space: nowrap !important;
  }

  .tokyoweather__item-temp__text-f {
    display: none !important;
  }

  .tokyoweather__item-temp__graph {
    height: 20px !important;
    width: 20px !important;
    position: relative !important;
  }

  .tokyoweather__item-temp__graph:before {
    background: inherit !important;
    border-top-left-radius: 9em !important;
    border-top-right-radius: 9em !important;
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
  }

  .tokyoweather__toggle {
    grid-area: cf !important;
    background-color: #f5f4f2 !important;
    border-radius: 17px !important;
    cursor: pointer !important;
    height: 34px !important;
    padding: 3px !important;
    position: relative !important;
    width: 75px !important;
    flex: 0 0 auto !important;
    margin-right: 10px !important;
  }

  .tokyoweather__toggle-container {
    border-radius: inherit !important;
    height: 100% !important;
    position: relative !important;
  }

  .tokyoweather__toggle-button {
    border-radius: inherit !important;
    height: inherit !important;
    position: absolute !important;
    width: 50% !important;
    background-color: #fff !important;
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    transform: translateX(0) !important;
  }

  .tokyoweather__toggle-names {
    align-items: center !important;
    color: #606060 !important;
    display: flex !important;
    height: 100% !important;
    font-family: inherit !important;
    font-weight: 900 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    justify-content: space-around !important;
    position: relative !important;
  }

  .tokyoweather__toggle-c {
    color: #353535 !important;
  }

  .tokyoweather__checkbox:checked + .tokyoweather__toggle-button {
    transform: translateX(100%) !important;
  }

  .tokyoweather__checkbox:checked
    + .tokyoweather__toggle-button
    + .tokyoweather__toggle-names
    > .tokyoweather__toggle-f {
    color: #353535 !important;
  }

  .tokyoweather__checkbox:checked
    + .tokyoweather__toggle-button
    + .tokyoweather__toggle-names
    > .tokyoweather__toggle-c {
    color: #3a3a3a !important;
  }

  .tokyoweather__legend {
    grid-area: lg !important;
    align-self: center !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
  }

  .tokyoweather__legend:has(.tokyoweather__legend-item--best:hover)
    ~ .tokyoweather__months
    .tokyoweather__item-bar:not(.tokyoweather__item-bar--best),
  .tokyoweather__legend:has(.tokyoweather__legend-item--good:hover)
    ~ .tokyoweather__months
    .tokyoweather__item-bar:not(.tokyoweather__item-bar--good),
  .tokyoweather__legend:has(.tokyoweather__legend-item--mixed:hover)
    ~ .tokyoweather__months
    .tokyoweather__item-bar:not(.tokyoweather__item-bar--mixed),
  .tokyoweather__legend:has(.tokyoweather__legend-item--poor:hover)
    ~ .tokyoweather__months
    .tokyoweather__item-bar:not(.tokyoweather__item-bar--poor),
  .tokyoweather__legend:has(.tokyoweather__legend-item:hover)
    .tokyoweather__legend-item:not(:hover) {
    opacity: 0.5 !important;
  }

  .tokyoweather__legend-item {
    font-family: inherit !important;
    font-size: 0.8em !important;
    height: 1em !important;
    line-height: 1 !important;
    margin: 5px 0 !important;
    opacity: 1 !important;
    transition: opacity 0.1s !important;
  }

  .tokyoweather__legend-item:before {
    border-radius: 5px !important;
    border-radius: 64% 45% 64% 36%/43% 45% 63% 57% !important;
    content: "" !important;
    display: inline-block !important;
    height: 10px !important;
    margin-right: 4px !important;
    width: 10px !important;
  }

  .tokyoweather__legend-item + .tokyoweather__legend-item {
    padding-left: 10px !important;
  }

  .tokyoweather__legend-item--poor:before {
    background-color: #e27769 !important;
  }

  .tokyoweather__legend-item--mixed:before {
    background-color: #f0bb68 !important;
  }

  .tokyoweather__legend-item--good:before {
    background-color: #9fbf89 !important;
  }

  .tokyoweather__legend-item--best:before {
    background-color: #5a7f53 !important;
  }

  .tokyoweather:has(.tokyoweather__checkbox:checked)
    .tokyoweather__item-temp__text-c {
    display: none !important;
  }

  .tokyoweather:has(.tokyoweather__checkbox:checked)
    .tokyoweather__item-temp__text-f {
    display: inline !important;
  }

  @media (min-width: 768px) {
    .tokyoweather__months {
      -moz-column-gap: 0 !important;
      column-gap: 0 !important;
      padding: 0 !important;
      margin-left: -8px !important;
      margin-right: -8px !important;
      width: auto !important;
    }

    .tokyoweather__months:hover > .tokyoweather__item {
      opacity: 0.5 !important;
    }

    .tokyoweather__months:hover > .tokyoweather__item:hover {
      opacity: 1 !important;
    }

    .tokyoweather__item {
      padding: 0 8px !important;
      width: 56px !important;
    }
  }

  @media only screen and (max-width: 359px) {
    .tokyoweather__months {
      margin-left: -10px !important;
      padding: 0 10px !important;
      width: calc(100% + 25px) !important;
    }

    .tokyoweather__item {
      width: calc(18.2% - 14px) !important;
    }
  }

  @media (min-width: 1024px) and (max-width: 1156px) {
    .tokyoweather__months {
      margin-left: -5px !important;
      margin-right: -5px !important;
    }

    .tokyoweather__item {
      padding: 0 5px !important;
      width: 46px !important;
    }

    .tokyoweather__item-bar {
      min-width: 30px !important;
    }
  }
}
