.package-rate-calendar {
  --prc-navy: #132d47;
  --prc-border: #dce2e7;
  --prc-date-bg: #eef3f6;
  --prc-muted-bg: #f7f8f9;
  --prc-weekend: #ef2d24;
  width: 100%;
  max-width: 1000px;
  margin: 48px auto;
  color: #2b3c4d;
  font-family: "Noto Sans KR", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  box-sizing: border-box;
}

.package-rate-calendar *,
.package-rate-calendar *::before,
.package-rate-calendar *::after {
  box-sizing: border-box;
}

.package-rate-calendar-slot {
  display: block;
  width: 100%;
  list-style: none;
}

.package-rate-calendar-slot.package-rate-experience {
  --prc-navy: #132d47;
  --prc-sky: #1ba4bd;
  --prc-border: #dce5ea;
  width: 100%;
  max-width: 1080px;
  margin: 48px auto;
  padding: 0;
  color: #263a4c;
  font-family: "Noto Sans KR", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  box-sizing: border-box;
}

.package-rate-experience *,
.package-rate-experience *::before,
.package-rate-experience *::after {
  box-sizing: border-box;
}

.prc-finder {
  width: 100%;
}

.prc-finder-header {
  margin-bottom: 24px;
}

.prc-finder-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--prc-sky);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
}

.prc-finder-title {
  margin: 0;
  color: #102f50;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -1.2px;
  word-break: keep-all;
}

.prc-finder-subtitle {
  margin: 9px 0 0;
  color: #697a88;
  font-size: 16px;
  line-height: 1.65;
  word-break: keep-all;
}

.prc-finder-demo-alert {
  display: inline-block;
  margin: 13px 0 0;
  padding: 8px 11px;
  border: 1px solid #efd28b;
  border-radius: 7px;
  background: #fff8e5;
  color: #795717;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.prc-finder-controls {
  display: grid;
  grid-template-columns: 1.03fr .92fr 1.3fr;
  gap: 22px;
  padding: 24px;
  border: 1px solid #dde7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(20, 54, 79, .06);
}

.prc-finder-field {
  min-width: 0;
}

.prc-finder-label {
  display: block;
  margin-bottom: 10px;
  color: #607283;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.prc-finder-date {
  width: 100%;
  height: 54px;
  padding: 0 14px;
  border: 1px solid #cbd8df;
  border-radius: 10px;
  background: #fff;
  color: #153551;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.prc-finder-date:focus {
  border-color: var(--prc-sky);
  outline: 3px solid rgba(27, 164, 189, .13);
}

.prc-finder-segments {
  display: flex;
  min-height: 54px;
  padding: 4px;
  border: 1px solid #d7e0e5;
  border-radius: 10px;
  background: #f1f5f7;
}

.prc-finder-segment {
  flex: 1 1 0;
  min-width: 0;
  padding: 8px 7px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #667687;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  word-break: keep-all;
  cursor: pointer;
}

.prc-finder-segment:hover,
.prc-finder-segment:focus-visible {
  color: #12395c;
  outline: none;
}

.prc-finder-segment.is-active {
  background: #12395c;
  color: #fff;
  box-shadow: 0 4px 10px rgba(18, 57, 92, .16);
}

.prc-finder-result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 40px 0 18px;
}

.prc-finder-result-title {
  margin: 0;
  color: #17324d;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -.6px;
}

.prc-finder-result-summary {
  flex: none;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e6f5f8;
  color: #247991;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  white-space: nowrap;
}

.prc-finder-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.prc-property-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce5ea;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(23, 50, 77, .055);
}

.prc-property-media {
  position: relative;
  width: 100%;
  height: 190px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(145deg, #d9edf2 0%, #edf5f6 50%, #cfdee8 100%);
}

.prc-property-media::after {
  position: absolute;
  right: -7%;
  bottom: -31%;
  width: 84%;
  height: 71%;
  border-radius: 50% 0 0;
  background: rgba(255, 255, 255, .52);
  content: "";
  transform: rotate(-8deg);
}

.prc-property-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prc-property-badge {
  position: absolute;
  z-index: 3;
  top: 13px;
  left: 13px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(18, 58, 93, .93);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .7px;
}

.prc-property-photo-label {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  color: #5c7789;
  font-size: 13px;
  font-weight: 800;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.prc-property-media.is-photo-missing .prc-property-photo-label {
  display: block;
}

.prc-property-body {
  padding: 20px;
}

.prc-property-kind {
  display: block;
  margin-bottom: 7px;
  color: #27a4c2;
  font-size: 12px;
  font-weight: 900;
}

.prc-property-name {
  min-height: 56px;
  margin: 0;
  color: #17324d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.48;
  letter-spacing: -.45px;
  word-break: keep-all;
}

.prc-property-room {
  position: relative;
  margin: 13px 0 0;
  padding-left: 14px;
  color: #52677a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  word-break: keep-all;
}

.prc-property-room::before {
  position: absolute;
  top: .62em;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--prc-sky);
  content: "";
}

.prc-property-price-box {
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid #e6ecef;
}

.prc-property-price-label,
.prc-property-total,
.prc-property-phone-hint {
  display: block;
}

.prc-property-price-label {
  color: #71808d;
  font-size: 12px;
}

.prc-property-price-line {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-top: 5px;
}

.prc-property-price {
  color: #0f3357;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -1px;
}

.prc-property-price-box.is-unavailable .prc-property-price {
  display: block;
  margin-top: 7px;
  font-size: 22px;
  letter-spacing: -.5px;
}

.prc-property-won {
  color: #0f3357;
  font-size: 14px;
  font-weight: 900;
}

.prc-property-total {
  margin-top: 4px;
  color: #6b7b88;
  font-size: 12px;
  line-height: 1.5;
}

.prc-property-phone-hint {
  margin: 12px 0 0;
  color: #87949e;
  font-size: 11px;
  line-height: 1.5;
}

.prc-finder-components {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  border: 1px solid #dde7eb;
  border-radius: 12px;
  background: #fff;
}

.prc-finder-component {
  min-width: 0;
  padding: 17px 20px;
  border-right: 1px solid #e4eaed;
}

.prc-finder-component:last-child {
  border-right: 0;
}

.prc-finder-component strong,
.prc-finder-component span {
  display: block;
}

.prc-finder-component strong {
  margin-bottom: 5px;
  color: #163753;
  font-size: 13px;
  font-weight: 900;
}

.prc-finder-component span {
  color: #71808d;
  font-size: 12px;
  line-height: 1.5;
  word-break: keep-all;
}

.prc-finder-call {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: 18px 22px;
  border: 1px solid #cbe7ec;
  border-radius: 13px;
  background: #e7f5f8;
}

.prc-finder-call-copy span,
.prc-finder-call-copy strong {
  display: block;
}

.prc-finder-call-copy span {
  margin-bottom: 3px;
  color: #537080;
  font-size: 12px;
  font-weight: 800;
}

.prc-finder-call-copy strong {
  color: #103858;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: .2px;
}

.prc-finder-call-button {
  flex: none;
  min-width: 178px;
  padding: 14px 22px;
  border-radius: 9px;
  background: #12395c;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  text-decoration: none !important;
}

.prc-finder-call-button:hover,
.prc-finder-call-button:focus-visible {
  background: #0c2d49;
  outline: none;
}

.prc-finder-note {
  margin: 12px 0 0;
  color: #7a8894;
  font-size: 11px;
  line-height: 1.65;
}

.prc-calendar-details {
  margin-top: 34px;
  border-top: 1px solid #dce5ea;
}

.prc-calendar-summary {
  position: relative;
  padding: 20px 44px 20px 4px;
  color: #17324d;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.prc-calendar-summary::-webkit-details-marker {
  display: none;
}

.prc-calendar-summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  color: #547084;
  font-size: 24px;
  font-weight: 400;
  content: "+";
  transform: translateY(-52%);
}

.prc-calendar-details[open] .prc-calendar-summary::after {
  content: "−";
}

.prc-calendar-details-body.package-rate-tabbed {
  width: 100%;
  max-width: 1000px;
  margin: 10px auto 0;
  box-sizing: border-box;
}

.info-layout > .package-rate-calendar-slot {
  padding-right: 0;
  padding-left: 0;
  border: 0;
}

.package-rate-calendar-slot.package-rate-tabbed {
  --prc-navy: #132d47;
  width: 100%;
  max-width: 1000px;
  margin: 48px auto;
  box-sizing: border-box;
}

.package-rate-tabbed .package-rate-calendar {
  max-width: none;
  margin: 0;
}

.prc-tabs {
  display: flex;
  width: 100%;
  margin: 0 0 28px;
  border: 1px solid #cfd8df;
  border-radius: 10px;
  background: #f5f7f9;
  overflow: hidden;
}

.prc-tab-button {
  flex: 1 1 0;
  min-width: 0;
  min-height: 68px;
  padding: 11px 10px 10px;
  border: 0;
  border-right: 1px solid #cfd8df;
  background: transparent;
  color: #596b7a;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
}

.prc-tab-button:last-child {
  border-right: 0;
}

.prc-tab-button:hover,
.prc-tab-button:focus-visible {
  background: #eaf0f4;
  outline: none;
}

.prc-tab-button.is-active {
  background: var(--prc-navy);
  color: #fff;
}

.prc-tab-code,
.prc-tab-name {
  display: block;
  line-height: 1.3;
}

.prc-tab-code {
  font-size: 18px;
  font-weight: 800;
}

.prc-tab-name {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 500;
  word-break: keep-all;
}

.prc-tab-panel {
  width: 100%;
}

.prc-title {
  margin: 0 0 22px;
  padding: 0 0 18px;
  border-bottom: 2px solid #59636d;
  color: #1d2c3a;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  word-break: keep-all;
}

.prc-box {
  position: relative;
  width: 100%;
}

.prc-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 48px;
  margin-bottom: 12px;
}

.prc-month-label {
  min-width: 130px;
  color: var(--prc-navy);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.prc-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0 0 4px;
  border: 1px solid #ccd4da;
  border-radius: 7px;
  background: #fff;
  color: #6b7782;
  font-family: Arial, sans-serif;
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.prc-nav:hover:not(:disabled),
.prc-nav:focus-visible:not(:disabled) {
  border-color: #768593;
  background: #f6f8fa;
  color: var(--prc-navy);
  outline: none;
}

.prc-nav:disabled {
  opacity: 0.25;
  cursor: default;
}

.prc-scroll {
  width: 100%;
  overflow-x: auto;
  border-bottom: 2px solid #c9ced3;
  -webkit-overflow-scrolling: touch;
}

.prc-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #6c747c;
}

.prc-table th,
.prc-table td {
  width: 14.285%;
  border-right: 1px solid var(--prc-border);
  text-align: center;
}

.prc-table th:last-child,
.prc-table td:last-child {
  border-right: 0;
}

.prc-table th {
  height: 48px;
  border-bottom: 1px solid #7c858d;
  background: #fff;
  color: #253847;
  font-size: 15px;
  font-weight: 500;
}

.prc-date-row td {
  height: 47px;
  border-top: 1px solid var(--prc-border);
  background: var(--prc-date-bg);
  color: #475b6c;
  font-size: 15px;
  font-weight: 500;
}

.prc-price-row td {
  height: 48px;
  background: #fff;
  color: #43576a;
  font-size: 15px;
  font-weight: 500;
}

.prc-table.is-multi-rate th,
.prc-table.is-multi-rate td {
  width: 12%;
}

.prc-table.is-multi-rate .prc-row-label {
  width: 16%;
}

.prc-multi-date-row th {
  height: 58px;
  padding: 7px 2px 6px;
  border-top: 2px solid #aeb8c0;
  border-bottom: 1px solid #7c858d;
  background: var(--prc-date-bg);
  color: #475b6c;
}

.prc-multi-date-row:first-child th {
  border-top: 0;
}

.prc-multi-date-row .prc-row-label {
  background: #fff;
  color: var(--prc-navy);
  font-weight: 700;
}

.package-rate-calendar .prc-day-label,
.package-rate-calendar .prc-date-label {
  display: block;
  line-height: 1.35;
}

.package-rate-calendar .prc-day-label {
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 700;
}

.package-rate-calendar .prc-date-label {
  font-size: 12px;
  white-space: nowrap;
}

.package-rate-calendar .prc-date-label-compact {
  display: none;
}

.prc-multi-price-row .prc-rate-label {
  padding: 0 6px;
  border-bottom: 1px solid var(--prc-border);
  background: #f7f9fa;
  color: #253847;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  word-break: keep-all;
}

.prc-multi-price-row td {
  border-bottom: 1px solid var(--prc-border);
}

.prc-table .is-weekend:not(.is-unavailable) {
  color: var(--prc-weekend);
}

.prc-table .is-outside-month {
  opacity: 0.88;
}

.prc-table .is-unavailable {
  background: var(--prc-muted-bg);
  color: transparent;
}

.prc-note {
  margin: 14px 0 0;
  color: #374b5d;
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

@media (max-width: 767px) {
  .package-rate-calendar-slot.package-rate-experience {
    margin: 32px auto;
  }

  .prc-finder-header {
    margin-bottom: 18px;
  }

  .prc-finder-title {
    font-size: 27px;
    letter-spacing: -.9px;
  }

  .prc-finder-subtitle {
    font-size: 14px;
  }

  .prc-finder-controls {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 18px;
    border-radius: 13px;
  }

  .prc-finder-date,
  .prc-finder-segments {
    min-height: 50px;
  }

  .prc-finder-date {
    height: 50px;
  }

  .prc-finder-result-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    margin: 30px 0 15px;
  }

  .prc-finder-result-title {
    font-size: 18px;
  }

  .prc-finder-result-summary {
    white-space: normal;
  }

  .prc-finder-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .prc-property-card {
    display: grid;
    grid-template-columns: 39% 61%;
    border-radius: 13px;
  }

  .prc-property-media {
    height: 100%;
    min-height: 250px;
    aspect-ratio: auto;
  }

  .prc-property-body {
    padding: 17px;
  }

  .prc-property-name {
    min-height: 0;
    font-size: 16px;
  }

  .prc-property-room {
    margin-top: 10px;
    font-size: 12px;
  }

  .prc-property-price-box {
    margin-top: 13px;
    padding-top: 13px;
  }

  .prc-property-price {
    font-size: 24px;
  }

  .prc-property-phone-hint {
    display: none;
  }

  .prc-finder-components {
    grid-template-columns: 1fr;
  }

  .prc-finder-component {
    padding: 14px 17px;
    border-right: 0;
    border-bottom: 1px solid #e4eaed;
  }

  .prc-finder-component:last-child {
    border-bottom: 0;
  }

  .prc-finder-call {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
    padding: 17px;
  }

  .prc-finder-call-copy strong {
    font-size: 21px;
  }

  .prc-finder-call-button {
    width: 100%;
    min-width: 0;
  }

  .prc-calendar-summary {
    font-size: 15px;
  }

  .package-rate-calendar-slot.package-rate-tabbed {
    margin: 32px auto;
  }

  .prc-tabs {
    margin-bottom: 20px;
    border-radius: 8px;
  }

  .prc-tab-button {
    min-height: 61px;
    padding: 9px 3px 8px;
  }

  .prc-tab-code {
    font-size: 15px;
  }

  .prc-tab-name {
    margin-top: 2px;
    font-size: 10px;
    letter-spacing: -0.45px;
  }

  .package-rate-calendar {
    margin: 32px auto;
  }

  .prc-title {
    margin-bottom: 14px;
    padding-bottom: 14px;
    font-size: 18px;
  }

  .prc-toolbar {
    gap: 14px;
    margin-bottom: 8px;
  }

  .prc-month-label {
    min-width: 112px;
    font-size: 17px;
  }

  .prc-nav {
    width: 34px;
    height: 34px;
    font-size: 27px;
  }

  .prc-table {
    min-width: 0;
  }

  .prc-table th,
  .prc-date-row th,
  .prc-date-row td,
  .prc-price-row td {
    padding-right: 0;
    padding-left: 0;
    font-size: 11px;
    letter-spacing: -0.25px;
  }

  .prc-table th {
    height: 40px;
  }

  .prc-date-row td,
  .prc-date-row th,
  .prc-price-row td {
    height: 42px;
  }

  .prc-table.is-multi-rate .prc-row-label {
    width: 18%;
  }

  .prc-table.is-multi-rate th:not(.prc-row-label),
  .prc-table.is-multi-rate td {
    width: 11.714%;
  }

  .prc-multi-date-row th {
    height: 48px;
    padding: 5px 0 4px;
  }

  .package-rate-calendar .prc-day-label {
    margin-bottom: 1px;
    font-size: 10px;
  }

  .package-rate-calendar .prc-date-label-full {
    display: none;
  }

  .package-rate-calendar .prc-date-label-compact {
    display: block;
    font-size: 10px;
  }

  .prc-multi-price-row .prc-rate-label,
  .prc-multi-price-row td {
    padding-right: 0;
    padding-left: 0;
    font-size: 10px;
    letter-spacing: -0.45px;
  }

  .prc-note {
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .prc-property-card {
    display: block;
  }

  .prc-property-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 8.5;
  }
}
