html:has(body.popup-flow) {
  scrollbar-gutter: auto;
}

body.popup-flow {
  position: relative;
  margin-inline: auto;
}

@media (hover: hover) {
  body.popup-flow {
    max-width: 767px;
  }
}
body.popup-flow .header-util,
body.popup-flow .header__pc {
  display: none;
}

body.popup-flow .header__mobile {
  display: flex;
  width: 100%;
}

body.popup-flow .header__inner--mobile {
  padding: 0 var(--p-5) 0;
  margin: 0;
}

body.popup-flow .header__title {
  font-size: var(--font-size-component-xlarge);
  font-weight: var(--font-weight-bold);
}

body.popup-flow #main {
  min-height: 0;
}

.popup-flow__view {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

body.popup-flow:has(> .header) .popup-flow__view {
  min-height: calc(100dvh - 56px);
}

body.popup-flow .button-action {
  position: sticky;
  bottom: 0;
  z-index: 1;
}

.remote-intro__body {
  flex: 1 0 auto;
  padding: calc(var(--p-14) + var(--p-5)) var(--p-5) 0;
  text-align: center;
}

.remote-intro__title {
  font-size: var(--font-size-component-3xlarge);
  font-weight: var(--font-weight-bold);
  color: var(--label-normal);
}

.remote-intro__desc {
  margin-top: var(--gap-2);
  font-size: var(--font-size-component-medium);
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
  color: var(--label-soft);
}

.remote-intro__image {
  margin-top: var(--gap-8);
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: var(--rounded-2xl);
  object-fit: cover;
}

.remote-form__body {
  flex: 1 0 auto;
}

.remote-form__head {
  padding: var(--p-5) var(--p-5) 0;
}

.remote-form__step {
  margin: 0;
  font-size: var(--font-size-component-large);
  font-weight: var(--font-weight-semibold);
  color: var(--brand-blue-normal);
}

.remote-form__step + .remote-form__title {
  margin-top: var(--gap-1);
}

.remote-form__title {
  font-size: var(--font-size-component-3xlarge);
  font-weight: var(--font-weight-bold);
  color: var(--label-normal);
}

.remote-form__desc {
  margin-top: var(--gap-2);
  font-size: var(--font-size-component-medium);
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
  color: var(--label-soft);
}

.remote-form__fields {
  margin-top: var(--gap-8);
  padding: 0 var(--p-5) var(--p-8);
  display: flex;
  flex-direction: column;
  gap: var(--gap-5);
}

.relation-choice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap-2);
}

.relation-choice__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 var(--p-3);
  border: 1px solid var(--border-box-normal);
  border-radius: var(--rounded-xl);
  background: var(--fill-normal);
  color: var(--label-muted);
  font-size: var(--font-size-component-medium);
  font-weight: var(--font-weight-medium);
  text-align: center;
  cursor: pointer;
}
.relation-choice__box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--fill-hyper);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-base);
}
.relation-choice__box:hover::before {
  opacity: 0.0375;
}
.relation-choice__box:active::before, .relation-choice__box[aria-expanded=true]::before {
  opacity: 0.09;
}
.relation-choice__box:has(.relation-choice__input:checked) {
  border-color: var(--border-box-ultra);
  color: var(--label-normal);
  font-weight: var(--font-weight-semibold);
}
.relation-choice__box:has(.relation-choice__input:focus-visible) {
  outline: var(--stroke-3) solid var(--border-box-heavy);
  outline-offset: 0;
}

.relation-choice__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.settop-modal .modal__title {
  display: block;
  height: auto;
}

.settop-modal__desc {
  margin: 0;
  font-size: var(--font-size-body-medium);
  font-weight: var(--font-weight-medium);
  color: var(--label-soft);
  line-height: 1.5;
}

.remote-result .result__body {
  padding-top: var(--p-20);
}

.bundle-unavail__hours {
  margin-top: var(--gap-8);
  width: 100%;
  padding: var(--p-4) var(--p-5);
  border-radius: var(--rounded-2xl);
  background: var(--fill-strong);
  text-align: center;
  font-size: var(--font-size-component-medium);
  font-weight: var(--font-weight-medium);
}

.bundle-unavail__hours-label {
  color: var(--label-soft);
}

.bundle-unavail__hours-value {
  margin-top: var(--gap-0-5);
  color: var(--label-normal);
}

.info-summary {
  margin-top: var(--gap-8);
  align-self: stretch;
  padding: var(--p-4) var(--p-5);
  border-radius: var(--rounded-2xl);
  background: var(--fill-strong);
  text-align: left;
}

.info-summary--gutter {
  margin-inline: var(--p-5);
}

.remote-service__body {
  flex: 1 0 auto;
  padding: var(--p-3) var(--p-5) var(--p-8);
}

.remote-service__address {
  display: flex;
  align-items: center;
  gap: var(--gap-3);
  min-height: 67px;
  padding: var(--p-3) var(--p-3) var(--p-3) var(--p-4);
  border: 1px solid var(--brand-blue-normal);
  border-radius: var(--rounded-lg);
  background: var(--brand-blue-weak);
}

.remote-service__address-value {
  flex: 1 1 auto;
  min-width: 0;
}

.remote-service__address-body {
  display: flex;
  flex-direction: column;
  gap: var(--gap-0-5);
}

.remote-service__address-title {
  font-size: var(--font-size-component-medium);
  font-weight: var(--font-weight-semibold);
  color: var(--label-normal);
  line-height: 1.6;
}

.remote-service__section {
  margin-top: calc(var(--gap-6) + var(--gap-3));
}

.remote-service__body .notes {
  margin-top: var(--p-18);
}

.remote-service__heading {
  font-size: var(--font-size-component-medium);
  font-weight: var(--font-weight-semibold);
  color: var(--label-normal);
}

.remote-service__heading--service {
  font-size: var(--font-size-component-large);
  font-weight: var(--font-weight-bold);
}

.remote-service__card {
  margin-top: var(--gap-4);
  padding: var(--p-4) var(--p-5);
  border: 1px solid var(--border-line-normal);
  border-radius: var(--rounded-2xl);
  background: var(--fill-normal);
}

.remote-service__card-row {
  display: flex;
  align-items: center;
  gap: var(--gap-4);
}

.remote-service__card-thumb {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}

.remote-service__card-name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: var(--font-size-component-large);
  font-weight: var(--font-weight-semibold);
  color: var(--label-normal);
}

.remote-service__card-badge {
  flex-shrink: 0;
}

.remote-service__card-note {
  margin-top: var(--gap-4);
}

.remote-service__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-1-5);
  margin-top: var(--gap-4);
  padding: var(--p-3);
  border-radius: var(--rounded-md);
  background: var(--fill-alpha-black-soft);
  font-size: var(--font-size-caption-medium);
  font-weight: var(--font-weight-medium);
  color: var(--label-muted);
}

.remote-service__note-icon {
  flex-shrink: 0;
  color: var(--label-muted);
}

.device-choice {
  display: flex;
  flex-direction: column;
  gap: var(--gap-2);
}

.device-choice__box {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--gap-3);
  padding: var(--p-4);
  border: 1px solid var(--border-box-normal);
  border-radius: var(--rounded-xl);
  background: var(--fill-normal);
  cursor: pointer;
}
.device-choice__box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--fill-hyper);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-base);
}
.device-choice__box:hover::before {
  opacity: 0.0375;
}
.device-choice__box:active::before, .device-choice__box[aria-expanded=true]::before {
  opacity: 0.09;
}
.device-choice__box:has(.device-choice__input:checked) {
  border-color: var(--border-box-ultra);
}
.device-choice__box:has(.device-choice__input:checked) .device-choice__name {
  color: var(--label-normal);
  font-weight: var(--font-weight-semibold);
}
.device-choice__box:has(.device-choice__input:focus-visible) {
  outline: var(--stroke-3) solid var(--border-box-heavy);
  outline-offset: 0;
}

.device-choice__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.device-choice__thumb {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: var(--rounded-lg);
  object-fit: cover;
}

.device-choice__info {
  display: flex;
  flex-direction: column;
  gap: var(--gap-0-5);
  min-width: 0;
}

.device-choice__name {
  font-size: var(--font-size-component-medium);
  font-weight: var(--font-weight-medium);
  color: var(--label-muted);
}

.device-choice__date {
  font-size: var(--font-size-component-small);
  font-weight: var(--font-weight-regular);
  color: var(--label-soft);
}

.device-choice__note {
  margin-top: var(--gap-2);
  font-size: var(--font-size-component-small);
  font-weight: var(--font-weight-regular);
  color: var(--label-soft);
}

.apply-summary {
  margin-top: var(--gap-8);
  padding: 0 var(--p-5) var(--p-8);
}

.apply-summary__heading {
  font-size: var(--font-size-title-medium);
  font-weight: var(--font-weight-bold);
  color: var(--label-normal);
}

.apply-summary__card {
  margin-top: var(--gap-4);
  padding: var(--p-5);
  border: 1px solid var(--border-line-normal);
  border-radius: var(--rounded-2xl);
  background: var(--fill-normal);
}

.apply-summary__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-1-5);
  margin-top: var(--gap-4);
  padding: var(--p-3);
  border-radius: var(--rounded-md);
  background: var(--fill-strong);
  font-size: var(--font-size-caption-medium);
  font-weight: var(--font-weight-medium);
  color: var(--label-soft);
}

.apply-summary__note-icon {
  flex-shrink: 0;
  color: var(--label-soft);
}

.apply-summary__retry {
  margin-top: var(--gap-2);
  display: flex;
  justify-content: center;
  padding-block: var(--p-3);
}