@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css");

/* Shared Personal-Color-style browser treatment. Kept local to opted-in pages. */
body.category-parity-page,
body.category-parity-page .pgle-topnav,
body.category-parity-page .footer-section,
body.category-parity-page .op-page,
body.category-parity-page .rentcar-fit-hero,
body.category-parity-page button,
body.category-parity-page input,
body.category-parity-page select,
body.category-parity-page textarea {
  font-family: "Pretendard", Inter, ui-sans-serif, system-ui, sans-serif;
}

body.category-parity-page .partner-map-shell,
body.category-parity-page .pc-map-shell,
body.category-parity-page .rental-map,
body.category-parity-page .hair-v3-map-shell,
body.category-parity-page .category-map-shell,
body.category-parity-page .live-map {
  overflow: hidden;
}

:is(body.category-parity-page, body.experience-page) .pgle-photo-anchor-map-marker {
  position: absolute;
  width: 40px;
  height: 50px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

:is(body.category-parity-page, body.experience-page) .pgle-photo-anchor-pin-tail {
  position: absolute;
  z-index: 0;
  top: 31px;
  left: 10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 19px solid var(--pgle-photo-anchor-accent, #1557FF);
}

:is(body.category-parity-page, body.experience-page) .pgle-photo-anchor-pin-photo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 1px;
  display: block;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--pgle-photo-anchor-accent, #1557FF);
}

:is(body.category-parity-page, body.experience-page) .pgle-photo-anchor-pin-fallback {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

:is(body.category-parity-page, body.experience-page) .pgle-photo-anchor-pin-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:is(body.category-parity-page, body.experience-page) .pgle-photo-anchor-map-marker.is-selected {
  width: 50px;
  height: 62px;
}

:is(body.category-parity-page, body.experience-page) .pgle-photo-anchor-map-marker.is-selected .pgle-photo-anchor-pin-tail {
  top: 41px;
  left: 14px;
  border-right-width: 11px;
  border-left-width: 11px;
  border-top-width: 21px;
}

:is(body.category-parity-page, body.experience-page) .pgle-photo-anchor-map-marker.is-selected .pgle-photo-anchor-pin-photo {
  width: 48px;
  height: 48px;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--pgle-photo-anchor-accent, #1557FF) 34%, transparent);
}

:is(body.category-parity-page, body.experience-page) .pgle-photo-anchor-map-marker:focus-visible {
  outline: 3px solid var(--pgle-photo-anchor-accent, #1557FF);
  outline-offset: 3px;
}

body.category-parity-page #mList {
  container-type: inline-size;
  container-name: category-parity-studio-list;
}

body.category-parity-page #mList .pc-studio-card {
  border-radius: 12px;
  box-shadow: none;
}

body.category-parity-page #mList .pc-studio-card:hover,
body.category-parity-page #mList .pc-studio-card:focus-visible,
body.category-parity-page #mList .pc-studio-card.is-map-selected {
  box-shadow: none;
  transform: none;
}

:is(body.category-parity-page, body.experience-page) .category-mobile-map-count-icon,
:is(body.category-parity-page, body.experience-page) .category-mobile-map-count-label {
  display: none;
}

body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-info,
body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-side,
body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-detail-value {
  min-width: 0;
}

body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-tags--compact {
  display: flex;
}

body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-tags--wide {
  display: none;
}

body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-tags--compact,
body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-tags--wide {
  min-height: 18px;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 5px;
  overflow: visible;
}

body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-tag {
  min-width: 0;
  max-width: 100%;
  flex: 0 1 auto;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-details {
  display: none;
}

@media (min-width: 761px) {
  body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-area,
  body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-languages {
    display: block;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-tags--compact {
    display: none;
  }

  body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-tags--wide {
    display: flex;
  }
}

@media (min-width: 1181px) {
  body.category-parity-page #mList {
    gap: 8px;
  }

  body.category-parity-page #mList .pc-studio-card {
    box-sizing: border-box;
    min-height: 116px;
    grid-template-columns: 88px minmax(0, 1fr) 100px;
    gap: 8px;
    align-items: start;
    padding: 8px;
  }

  body.category-parity-page #mList .pc-studio-photo {
    height: 98px;
    min-height: 98px;
    border-radius: 8px;
  }

  body.category-parity-page #mList .pc-studio-info {
    align-self: start;
  }

  body.category-parity-page #mList .pc-studio-name {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0;
    color: #101b36;
    font-size: 12px;
    line-height: 1.24;
    white-space: normal;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: clip;
  }

  body.category-parity-page #mList .pc-studio-meta {
    min-height: 0;
    overflow: visible;
    margin: 3px 0 0;
    color: #4e6080;
    font-size: 10px;
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: anywhere;
    text-overflow: clip;
  }

  body.category-parity-page #mList .pc-studio-rating {
    margin-top: 3px;
    font-size: 10.5px;
  }

  body.category-parity-page #mList .pc-studio-meta-label {
    margin-right: 4px;
    color: #687a98;
    font-size: inherit;
    font-weight: 700;
  }

  body.category-parity-page #mList .pc-studio-tags--compact,
  body.category-parity-page #mList .pc-studio-tags--wide {
    min-height: 18px;
    gap: 4px;
    margin-top: 6px;
  }

  body.category-parity-page #mList .pc-studio-tag {
    padding: 2px 5px;
    font-size: 7.5px;
  }

  body.category-parity-page #mList .pc-studio-side {
    align-self: stretch;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
  }

  body.category-parity-page #mList .pc-studio-price-label,
  body.category-parity-page #mList .pc-studio-duration {
    display: block;
    color: #69738a;
    font-size: 10.5px;
    line-height: 1.45;
  }

  body.category-parity-page #mList .pc-studio-price {
    display: block;
    overflow: hidden;
    color: #101b36;
    font-size: 13px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.category-parity-page #mList .pc-studio-fx-price {
    display: block;
    margin-top: 1px;
    font-size: 12.5px;
    line-height: 1.2;
    white-space: nowrap;
  }

  body.category-parity-page #mList .pc-studio-cta {
    min-height: 28px;
    margin-top: 1px;
    border-radius: 7px;
    font-size: 9px;
  }
}

@media (min-width: 1181px) {
  @container category-parity-studio-list (min-width: 700px) {
    body.category-parity-page #mList .pc-studio-card {
      grid-template-columns: 112px minmax(0, 1fr) 118px;
      gap: 10px;
    }

    body.category-parity-page #mList .pc-studio-name {
      font-size: 13px;
    }

    body.category-parity-page #mList .pc-studio-meta {
      font-size: 11px;
    }

    body.category-parity-page #mList .pc-studio-tag {
      font-size: 8.5px;
    }
  }
}

@media (max-width: 760px) {
  :is(body.category-parity-page, body.experience-page) .category-mobile-map-count {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    box-shadow: none;
    padding: 0 10px;
    line-height: 1;
    white-space: nowrap;
  }

  body.category-parity-page #find .live-mapbadge.category-mobile-map-count {
    border-radius: 10px;
  }

  :is(body.category-parity-page, body.experience-page) .category-mobile-map-count-desktop-icon,
  :is(body.category-parity-page, body.experience-page) .category-mobile-map-count-prefix,
  :is(body.category-parity-page, body.experience-page) .category-mobile-map-count-suffix {
    display: none;
  }

  :is(body.category-parity-page, body.experience-page) .category-mobile-map-count-icon {
    display: grid;
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
  }

  :is(body.category-parity-page, body.experience-page) .category-mobile-map-count-icon i {
    display: block;
    border-radius: 2px;
    background: #1557ff;
  }

  :is(body.category-parity-page, body.experience-page) .category-mobile-map-count-label {
    display: block;
  }

  body.category-parity-page .partner-map-shell,
  body.category-parity-page .pc-map-shell,
  body.category-parity-page .rental-map,
  body.category-parity-page .hair-v3-map-shell,
  body.category-parity-page .category-map-shell,
  body.category-parity-page .live-map {
    min-height: clamp(220px, 63vw, 320px);
    height: clamp(220px, 63vw, 320px);
    aspect-ratio: auto;
  }

  body.category-parity-page #find .live-map {
    aspect-ratio: auto;
  }

  body.category-parity-page #mList .pc-studio-card {
    box-sizing: border-box;
    grid-template-columns: 100px minmax(0, 1fr) 92px;
    gap: 8px;
    align-items: center;
    border-radius: 12px;
    padding: 7px;
  }

  body.category-parity-page #mList .pc-studio-photo {
    height: 100px;
    border-radius: 9px;
  }

  body.category-parity-page #mList .pc-studio-name {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 3px;
    color: #101b36;
    font-size: 13px;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
  }

  body.category-parity-page #mList .pc-studio-meta {
    min-height: 0;
    margin: 2px 0;
    font-size: 9px;
    line-height: 1.25;
  }

  body.category-parity-page #mList .pc-studio-tags--compact,
  body.category-parity-page #mList .pc-studio-tags--wide {
    min-height: 18px;
    gap: 4px;
    margin-top: 5px;
  }

  body.category-parity-page #mList .pc-studio-tag {
    padding: 3px 5px;
    font-size: 8px;
    line-height: 1.15;
  }

  body.category-parity-page #mList .pc-studio-side {
    grid-column: auto;
    align-self: stretch;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
  }

  body.category-parity-page #mList .pc-studio-price-block {
    min-width: 0;
    line-height: 1.25;
    white-space: nowrap;
  }

  body.category-parity-page #mList .pc-studio-price-label,
  body.category-parity-page #mList .pc-studio-price,
  body.category-parity-page #mList .pc-studio-fx-price,
  body.category-parity-page #mList .pc-studio-duration {
    display: inline;
    overflow: visible;
    text-overflow: clip;
  }

  body.category-parity-page #mList .pc-studio-price-label {
    margin-right: 3px;
    font-size: 10px;
  }

  body.category-parity-page #mList .pc-studio-price {
    font-size: 15px;
  }

  body.category-parity-page #mList .pc-studio-fx-price,
  body.category-parity-page #mList .pc-studio-duration {
    margin-top: 0;
    font-size: 10px;
    font-weight: 700;
    line-height: inherit;
  }

  body.category-parity-page #mList .pc-studio-fx-price::before,
  body.category-parity-page #mList .pc-studio-duration::before {
    color: #69738a;
    content: " · ";
    font-weight: 400;
  }

  body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-area,
  body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-languages {
    display: none;
  }

  body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-details {
    display: grid;
    gap: 2px;
    margin: 2px 0 0;
  }

  body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-detail {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 5px;
    align-items: start;
  }

  body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-detail-label {
    color: #59647d;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.25;
  }

  body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-detail-value {
    min-width: 0;
    color: #34425f;
    font-size: 9px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-tags--wide {
    display: none;
  }

  body.category-parity-page #mList[data-studio-tag-summary="true"] .pc-studio-tags--compact {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
  }

  body.category-parity-page #mList .pc-studio-cta {
    min-height: 30px;
    margin-top: 7px;
    border-radius: 7px;
    font-size: 9px;
  }
}

@media (min-width: 361px) and (max-width: 760px) {
  body.category-parity-page #mList .pc-studio-card {
    min-height: 163px;
    grid-template-columns: 100px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: start;
  }

  body.category-parity-page #mList .pc-studio-photo {
    grid-column: 1;
    grid-row: 1;
    height: 100px;
    min-height: 100px;
  }

  body.category-parity-page #mList .pc-studio-info {
    grid-column: 2;
    grid-row: 1;
  }

  body.category-parity-page #mList .pc-studio-name {
    width: auto;
    max-width: none;
  }

  body.category-parity-page #mList .pc-studio-side {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 8px;
    align-items: center;
    border-top: 1px solid #dfe4ec;
    padding-top: 8px;
    text-align: left;
  }

  body.category-parity-page #mList .pc-studio-cta {
    margin-top: 0;
  }
}

@media (min-width: 361px) and (max-width: 363px) {
  body.category-parity-page #mList .pc-studio-side {
    grid-template-columns: minmax(0, 1fr) 89px;
  }
}

@media (max-width: 360px) {
  body.category-parity-page #mList .pc-studio-card {
    min-height: 0;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: start;
  }

  body.category-parity-page #mList .pc-studio-photo {
    height: 92px;
    min-height: 92px;
  }

  body.category-parity-page #mList .pc-studio-side {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    border-top: 1px solid #dfe4ec;
    padding-top: 8px;
    text-align: left;
  }

  body.category-parity-page #mList .pc-studio-cta {
    justify-self: end;
    min-width: 88px;
    margin-top: 0;
  }
}
