#yb-mobile-recharge-app {
  color-scheme: light;
  --ink: #151922;
  --muted: #384152;
  --line: #e5dfed;
  --accent: #67438f;
  --accent-pale: #f3effa;
  --page: #fcfbfe;
  font-family: "Alata",system-ui,-apple-system,"Segoe UI","Noto Sans TC",sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg,transparent 0,#fcfbfe 720px),repeating-linear-gradient(135deg,#ffffff26 0 65px,transparent 65px 130px),linear-gradient(115deg,#f4ddfa 0,#fae9ed 46%,#e1f3f5 100%);
  font-synthesis: weight;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
  box-sizing: border-box;
}

#yb-mobile-recharge-app * {
  box-sizing: border-box;
}

#yb-mobile-recharge-app button,#yb-mobile-recharge-app input {
  font: inherit;
}

#yb-mobile-recharge-app input {
  color: var(--ink);
}

#yb-mobile-recharge-app input::placeholder {
  color: var(--muted);
  opacity: 1;
}

#yb-mobile-recharge-app button {
  cursor: pointer;
  color: inherit;
}

#yb-mobile-recharge-app button:disabled {
  cursor: not-allowed;
}

#yb-mobile-recharge-app a {
  color: inherit;
}

#yb-mobile-recharge-app button,#yb-mobile-recharge-app input,#yb-mobile-recharge-app a {
  -webkit-tap-highlight-color: transparent;
}

#yb-mobile-recharge-app button:focus-visible,#yb-mobile-recharge-app input:focus-visible,#yb-mobile-recharge-app a:focus-visible {
  outline: 3px solid #9679c7;
  outline-offset: 3px;
}

#yb-mobile-recharge-app [hidden] {
  display: none!important;
}

#yb-mobile-recharge-app .site-header {
  height: 78px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px,calc((100vw - 1180px)/2));
}

#yb-mobile-recharge-app .brand {
  font-weight: 850;
  font-size: 26px;
  text-decoration: none;
  letter-spacing: -1px;
}

#yb-mobile-recharge-app .brand span {
  color: #a272a9;
}

#yb-mobile-recharge-app .brand small {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 1px;
  margin-left: 14px;
}

#yb-mobile-recharge-app .shop-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
}

#yb-mobile-recharge-app .shop-links a {
  text-decoration: none;
}

#yb-mobile-recharge-app .shop-links a:hover {
  color: var(--accent);
}

#yb-mobile-recharge-app .shell {
  max-width: 1236px;
  margin: auto;
  padding: 38px 28px 42px;
}

#yb-mobile-recharge-app .page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  padding: 12px 6px 8px;
}

#yb-mobile-recharge-app .heading-copy {
  min-width: 0;
}

#yb-mobile-recharge-app .heading-art {
  width: 200px;
  height: auto;
  flex: 0 0 auto;
}

#yb-mobile-recharge-app .heading-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

#yb-mobile-recharge-app .heading-tags span {
  padding: 5px 12px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #ffffffb8;
  color: #433450;
  font-size: 14px;
}

#yb-mobile-recharge-app .eyebrow {
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 2px;
  color: var(--accent);
  margin: 0 0 9px;
}

#yb-mobile-recharge-app h1 {
  font-size: clamp(30px,3vw,38px);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -.6px;
  margin: 0 0 10px;
  line-height: 1.35;
}

#yb-mobile-recharge-app .heading-description {
  color: var(--muted);
  font-size: 16px;
  margin: 0;
  line-height: 1.7;
}

#yb-mobile-recharge-app .layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 350px;
  gap: 28px;
  align-items: start;
}

#yb-mobile-recharge-app .steps {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
  min-width: 0;
}

#yb-mobile-recharge-app .step,#yb-mobile-recharge-app .summary {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 5px 20px #44315c06;
}

#yb-mobile-recharge-app .step {
  min-width: 0;
  grid-column: 1/-1;
  padding: 24px;
}

#yb-mobile-recharge-app .step-contact {
  grid-column: auto;
}

#yb-mobile-recharge-app .step-heading {
  display: flex;
  gap: 11px;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
}

#yb-mobile-recharge-app .step-number {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg,#efe8ff,#fbeaf2);
  border: 1px solid #e6dbf5;
  color: var(--accent);
  font-size: 16px;
  font-weight: 750;
}

#yb-mobile-recharge-app h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.45;
  margin: 0;
}

#yb-mobile-recharge-app .country-button {
  display: flex;
  align-items: center;
  gap: 13px;
  text-align: left;
  border: 1px solid #d8cee5;
  background: linear-gradient(110deg,#fff 45%,#f5f0ff);
  border-radius: 15px;
  width: 100%;
  padding: 13px 17px;
  min-height: 84px;
}

#yb-mobile-recharge-app .country-button:hover {
  border-color: #bca6d7;
  background: #fcfaff;
}

#yb-mobile-recharge-app .country-icon {
  display: grid;
  place-items: center;
  width: 39px;
  min-width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #ede7fa;
  font-size: 25px;
}

#yb-mobile-recharge-app .country-label {
  display: grid;
  gap: 4px;
  min-width: 0;
  overflow-wrap: anywhere;
}

#yb-mobile-recharge-app .country-label strong {
  font-size: 17px;
  font-weight: 700;
}

#yb-mobile-recharge-app .country-label small {
  font-size: 14px;
  color: var(--muted);
}

#yb-mobile-recharge-app .country-dial {
  margin-left: auto;
  color: var(--muted);
  font-size: 15px;
  white-space: nowrap;
}

#yb-mobile-recharge-app label {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}

#yb-mobile-recharge-app .phone-control {
  display: flex;
  min-height: 84px;
  align-items: center;
  border: 1px solid #d8dbe6;
  border-radius: 14px;
  overflow: hidden;
  background: white;
}

#yb-mobile-recharge-app .phone-control>span {
  flex-shrink: 0;
  padding: 0 17px;
  color: var(--muted);
  font-size: 17px;
  border-right: 1px solid var(--line);
}

#yb-mobile-recharge-app .phone-control input {
  align-self: stretch;
  min-width: 0;
  width: 100%;
  border: 0;
  padding: 15px;
  background: transparent;
  outline-offset: -3px;
  font-size: 17px;
}

#yb-mobile-recharge-app .phone-control:focus-within {
  border-color: #9679c7;
}

#yb-mobile-recharge-app .hint {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  margin: 10px 0 0;
}

#yb-mobile-recharge-app .field-error {
  font-size: 15px;
  color: #a24557;
  margin: 8px 0 0;
}

#yb-mobile-recharge-app .operator-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
}

#yb-mobile-recharge-app .operator-button {
  display: flex;
  gap: 10px;
  align-items: center;
  text-align: left;
  min-height: 70px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

#yb-mobile-recharge-app .operator-initial {
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee9f3;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 3px;
  font-size: 14px;
  font-weight: 800;
  color: var(--muted);
}

#yb-mobile-recharge-app .operator-button:hover,#yb-mobile-recharge-app .offer-button:hover {
  border-color: #bda5d9;
}

#yb-mobile-recharge-app .operator-button[aria-pressed=true],#yb-mobile-recharge-app .offer-button[aria-pressed=true] {
  border-color: #9170c1;
  background: linear-gradient(135deg,#faf7ff,#f1e9ff);
  box-shadow: inset 0 0 0 1px #9170c1,0 3px 12px #76549b10;
}

#yb-mobile-recharge-app .operator-button[aria-pressed=true] .operator-initial {
  background: #e9dff4;
  color: #775499;
}

#yb-mobile-recharge-app .offer-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  margin-top: 16px;
}

#yb-mobile-recharge-app .offer-button {
  display: flex;
  flex-direction: column;
  gap: 13px;
  min-height: 121px;
  text-align: left;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 17px;
  position: relative;
}

#yb-mobile-recharge-app .offer-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45;
  padding-right: 20px;
  overflow-wrap: anywhere;
}

#yb-mobile-recharge-app .offer-price {
  color: var(--accent);
  font-size: 18px;
  font-weight: 700;
  overflow-wrap: anywhere;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 7px;
  row-gap: 2px;
}

#yb-mobile-recharge-app .offer-price small {
  font-size: 15px;
  color: var(--muted);
  font-weight: 600;
  margin-right: 0;
}

#yb-mobile-recharge-app .offer-details {
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  padding-top: 10px;
  margin-top: auto;
  white-space: pre-line;
  overflow-wrap: anywhere;
}

#yb-mobile-recharge-app .offer-button[aria-pressed=true]:after {
  content: '✓';
  position: absolute;
  right: 11px;
  top: 13px;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
}

#yb-mobile-recharge-app .empty-message {
  grid-column: 1/-1;
  background: linear-gradient(120deg,#faf8ff,#f8fbfc);
  border: 1px dashed #dcd3e8;
  border-radius: 13px;
  color: var(--muted);
  padding: 20px;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

#yb-mobile-recharge-app .summary {
  min-width: 0;
  padding: 26px;
  position: sticky;
  top: 22px;
  background: radial-gradient(ellipse at 100% 0,#fbe5ee 0,transparent 45%),linear-gradient(150deg,#fff 60%,#f4fafd);
}

#yb-mobile-recharge-app .summary-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#yb-mobile-recharge-app .summary-operator-logo {
  flex: 0 0 64px;
  border: 1px solid #e4d9ee;
  background: #fff;
  display: grid;
  place-items: center;
  border-radius: 12px;
  width: 64px;
  height: 56px;
  padding: 6px;
  color: var(--accent);
  font-size: 23px;
}

#yb-mobile-recharge-app .summary-top h2 {
  min-width: 0;
  font-size: 22px;
}

#yb-mobile-recharge-app .summary dl {
  margin: 24px 0;
}

#yb-mobile-recharge-app .summary dl>div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 19px 0;
  font-size: 15px;
  line-height: 1.65;
}

#yb-mobile-recharge-app .summary dt {
  color: var(--muted);
  flex-shrink: 0;
}

#yb-mobile-recharge-app .summary dd {
  min-width: 0;
  flex: 1;
  margin: 0;
  text-align: right;
  font-weight: 700;
  overflow-wrap: anywhere;
}

#yb-mobile-recharge-app .total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e1d7ef;
  border-radius: 14px;
  background: linear-gradient(115deg,#fff,#eee7fb);
  padding: 16px;
  gap: 12px;
}

#yb-mobile-recharge-app .total > span {
  font-size: 15px;
  color: var(--muted);
}

#yb-mobile-recharge-app .total strong,
#yb-mobile-recharge-app .total strong > .money {
  font-size: 28px;
  color: #111111;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

#yb-mobile-recharge-app .purchase-button {
  margin-top: 14px;
  width: 100%;
  padding: 15px;
  min-height: 56px;
  border-radius: 12px;
  border: 2px solid #cec7d5;
  background: #ece9ef;
  color: #554c60;
  font-weight: 700;
  font-size: 17px;
}

#yb-mobile-recharge-app .purchase-button:not(:disabled) {
  color: #10251b;
  background: #2ddd88;
  border-color: #23342a;
  box-shadow: 0 3px 0 #23342a;
}

#yb-mobile-recharge-app .purchase-button:not(:disabled):hover {
  background: #49e79b;
}

#yb-mobile-recharge-app .purchase-notice {
  margin-top: 20px;
  padding: 14px;
  border: 1px solid #e6dff0;
  border-radius: 12px;
  background: #ffffffb8;
}

#yb-mobile-recharge-app .purchase-notice-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 16px;
  line-height: 1.8;
}

#yb-mobile-recharge-app .purchase-notice-check input {
  appearance: auto;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 3px 0 0;
  padding: 0;
  accent-color: var(--accent);
  cursor: pointer;
}

#yb-mobile-recharge-app .purchase-notice-check label {
  display: inline;
  margin: 0;
  font: inherit;
  cursor: pointer;
}

#yb-mobile-recharge-app .notice-link {
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: none;
  color: var(--accent);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#yb-mobile-recharge-app #purchase-notice-hint {
  margin: 6px 0 0 29px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

#yb-mobile-recharge-app #purchase-notice-dialog {
  width: min(620px,calc(100% - 32px));
}

#yb-mobile-recharge-app .notice-content {
  padding: 0 28px;
  font-size: 16px;
  line-height: 1.85;
}

#yb-mobile-recharge-app .notice-intro {
  margin: 0 0 18px;
  color: var(--muted);
}

#yb-mobile-recharge-app .notice-list {
  list-style: decimal;
  margin: 0;
  padding-left: 23px;
}

#yb-mobile-recharge-app .notice-list li {
  padding-left: 5px;
  margin: 0 0 18px;
}

#yb-mobile-recharge-app .notice-list li::marker {
  color: var(--accent);
  font-weight: 700;
}

#yb-mobile-recharge-app .notice-list strong { font-weight: 700; }
#yb-mobile-recharge-app .notice-list p { margin: 5px 0 0; color: var(--muted); }
#yb-mobile-recharge-app .notice-actions { padding: 0 28px 24px; text-align: right; }
#yb-mobile-recharge-app .notice-actions button {
  padding: 11px 24px;
  border: 0;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

#yb-mobile-recharge-app .summary-footnote {
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
  margin: 14px 0 0;
}

#yb-mobile-recharge-app .page-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--line);
  margin-top: 36px;
  padding: 20px 0 0;
  font-size: 14px;
  color: var(--muted);
}

#yb-mobile-recharge-app .loading {
  padding: 36px;
  text-align: center;
  color: var(--muted);
  font-size: 16px;
}

#yb-mobile-recharge-app .error-box {
  padding: 18px;
  border: 1px solid #e9b9c0;
  border-radius: 12px;
  background: #fff5f6;
  color: #8d3c4c;
  margin-bottom: 20px;
  font-size: 16px;
}

#yb-mobile-recharge-app .error-box button {
  margin-left: 14px;
  background: #fff;
  border: 1px solid #d2a1aa;
  padding: 7px 13px;
  border-radius: 8px;
}

#yb-mobile-recharge-app .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

#yb-mobile-recharge-app dialog {
  padding: 0;
  width: min(770px,calc(100% - 32px));
  max-height: min(740px,90vh);
  max-height: min(740px,90dvh);
  overscroll-behavior: contain;
  border: 1px solid #ded2eb;
  border-radius: 24px;
  background: linear-gradient(150deg,#fcf8ff,#fff 35%);
  color: var(--ink);
  box-shadow: 0 24px 90px #27203933;
}

#yb-mobile-recharge-app dialog::backdrop {
  background: #28243577;
}

#yb-mobile-recharge-app #country-dialog {
  height: min(740px,calc(100vh - 48px));
  height: min(740px,calc(100dvh - 48px));
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  overflow: hidden;
}

#yb-mobile-recharge-app #country-dialog[open] {
  display: flex;
  flex-direction: column;
}

#yb-mobile-recharge-app .dialog-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 18px 24px 12px;
  gap: 12px;
}

#yb-mobile-recharge-app .dialog-heading h2 {
  font-size: 22px;
}

#yb-mobile-recharge-app .close-button {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #f5f3f8;
  border: 0;
  border-radius: 50%;
  font-size: 24px;
  color: var(--muted);
}

#yb-mobile-recharge-app .search-wrap {
  flex-shrink: 0;
  padding: 0 24px;
}

#yb-mobile-recharge-app .search-wrap input {
  border: 1px solid #dedbe5;
  border-radius: 11px;
  background: #f9f8fb;
  width: 100%;
  padding: 9px 12px;
  font-size: 16px;
}

#yb-mobile-recharge-app .search-count {
  flex-shrink: 0;
  padding: 0 24px;
  margin: 8px 0;
  font-size: 14px;
}

#yb-mobile-recharge-app .country-list {
  flex: 1;
  min-height: 0;
  padding: 0 14px 12px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-auto-rows: max-content;
  align-content: start;
  gap: 6px 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

#yb-mobile-recharge-app .country-option {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #d8cee5;
  background: #fff;
  border-radius: 10px;
  text-align: left;
  padding: 7px 9px;
  height: auto;
  min-width: 0;
  min-height: 58px;
}

#yb-mobile-recharge-app .country-option:hover {
  border-color: #bca6d7;
  background: #faf8fd;
}

#yb-mobile-recharge-app .country-option[aria-pressed=true] {
  border-color: #b4a0ce;
  background: linear-gradient(110deg,#faf7ff,#eee6fa);
}

#yb-mobile-recharge-app .country-option .country-icon {
  width: 28px;
  min-width: 28px;
  height: 28px;
  font-size: 21px;
  background: transparent;
}

#yb-mobile-recharge-app .country-option .country-label strong {
  font-size: 16px;
}

#yb-mobile-recharge-app .country-option .country-label small {
  font-size: 14px;
  line-height: 1.5;
}

#yb-mobile-recharge-app .country-option .country-dial {
  flex-shrink: 0;
  font-size: 14px;
}

#yb-mobile-recharge-app .noscript {
  max-width: 500px;
  margin: 40px auto;
  padding: 25px;
  background: #fff3db;
}

@media(max-width:1100px) {
  #yb-mobile-recharge-app .layout {
    grid-template-columns: minmax(0,1fr);
    gap: 20px;
  }
  #yb-mobile-recharge-app .step {
    padding: 21px;
  }
  #yb-mobile-recharge-app .summary {
    padding: 22px;
    position: static;
  }
  #yb-mobile-recharge-app .operator-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media(max-width:760px) {
  #yb-mobile-recharge-app .site-header {
    height: 66px;
    padding: 0 20px;
  }
  #yb-mobile-recharge-app .brand {
    font-size: 24px;
  }
  #yb-mobile-recharge-app .brand small {
    display: none;
  }
  #yb-mobile-recharge-app .shell {
    padding: 25px 16px 32px;
  }
  #yb-mobile-recharge-app .page-heading {
    display: grid;
    grid-template-columns: minmax(0,1fr) 76px;
    margin-bottom: 22px;
    padding: 0 2px;
    gap: 12px 10px;
    align-items: center;
  }
  #yb-mobile-recharge-app .heading-copy {
    display: contents;
  }
  #yb-mobile-recharge-app .heading-art {
    grid-area: 1/2;
    width: 76px;
    margin: 0;
  }
  #yb-mobile-recharge-app .heading-description,#yb-mobile-recharge-app .heading-tags {
    grid-column: 1/-1;
    margin: 0;
  }
  #yb-mobile-recharge-app h1 {
    grid-area: 1/1;
    font-size: 30px;
    padding-right: 0;
    margin: 0;
  }
  #yb-mobile-recharge-app .layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  #yb-mobile-recharge-app .steps {
    grid-template-columns: minmax(0,1fr);
    gap: 13px;
  }
  #yb-mobile-recharge-app .step {
    padding: 20px 17px;
    border-radius: 20px;
  }
  #yb-mobile-recharge-app .step-heading {
    margin-bottom: 17px;
  }
  #yb-mobile-recharge-app .country-button {
    padding: 12px 13px;
  }
  #yb-mobile-recharge-app .offer-button {
    padding: 14px;
    min-height: 125px;
  }
  #yb-mobile-recharge-app .summary {
    position: static;
    padding: 23px 20px;
    border-radius: 20px;
  }
  #yb-mobile-recharge-app .summary dl>div {
    margin: 16px 0;
  }
  #yb-mobile-recharge-app .page-footer {
    display: block;
    line-height: 1.9;
  }
  #yb-mobile-recharge-app .page-footer span {
    display: block;
  }
  #yb-mobile-recharge-app .country-list {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 0 8px 8px;
  }
  #yb-mobile-recharge-app #country-dialog {
    width: calc(100% - 24px);
    height: calc(100vh - 24px);
    height: calc(100dvh - 24px);
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: 18px;
  }
  #yb-mobile-recharge-app #country-dialog .dialog-heading h2 {
    font-size: 20px;
  }
  #yb-mobile-recharge-app .dialog-heading {
    padding: 12px 16px 8px;
  }
  #yb-mobile-recharge-app .search-wrap,#yb-mobile-recharge-app .search-count {
    padding-left: 16px;
    padding-right: 16px;
  }
  #yb-mobile-recharge-app .country-option {
    min-height: 46px;
    padding: 8px 10px;
    gap: 10px;
  }
  #yb-mobile-recharge-app .country-option .country-label strong {
    font-weight: 600;
    line-height: 1.4;
  }
  #yb-mobile-recharge-app .country-option .country-label small {
    display: none;
  }
  #yb-mobile-recharge-app .country-option .country-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
  #yb-mobile-recharge-app .error-box button {
    display: block;
    margin: 10px 0 0;
  }
}

@media(max-height:820px) {
  #yb-mobile-recharge-app .summary {
    position: static;
  }
}

@media(max-width:420px) {
  #yb-mobile-recharge-app .offer-grid,#yb-mobile-recharge-app .operator-grid {
    grid-template-columns: 1fr;
  }
  #yb-mobile-recharge-app .offer-button {
    padding: 18px;
    gap: 10px;
    min-height: 0;
  }
  #yb-mobile-recharge-app .offer-title {
    padding-right: 20px;
  }
}

@media(max-width:380px) {
  #yb-mobile-recharge-app .page-heading {
    grid-template-columns: minmax(0,1fr);
  }
  #yb-mobile-recharge-app .heading-art {
    display: none;
  }
  #yb-mobile-recharge-app h1 {
    padding-right: 0;
  }
  #yb-mobile-recharge-app .country-button {
    gap: 9px;
    padding: 12px 10px;
  }
  #yb-mobile-recharge-app .phone-control>span {
    padding: 0 12px;
  }
  #yb-mobile-recharge-app .phone-control input {
    padding: 15px 10px;
  }
  #yb-mobile-recharge-app .dialog-heading,#yb-mobile-recharge-app .search-wrap,#yb-mobile-recharge-app .search-count,#yb-mobile-recharge-app .notice-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media(prefers-reduced-motion:no-preference) {
  #yb-mobile-recharge-app button {
    transition: border-color .14s,background-color .14s;
  }
  #yb-mobile-recharge-app .summary {
    animation: yb-recharge-appear .25s ease-out;
  }
  @keyframes yb-recharge-appear {
    from {
      opacity: .3;
      transform: translateY(4px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}

#yb-mobile-recharge-app .offer-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

#yb-mobile-recharge-app .offer-tab {
  border: 1px solid #e1dbe9;
  background: #faf8fc;
  border-radius: 999px;
  padding: 10px 12px;
  font-size: 16px;
  color: #594268;
}

#yb-mobile-recharge-app .offer-tab[aria-selected=true] {
  border-color: #a58aba;
  background: #ece4f4;
  color: #63477f;
  font-weight: 700;
}

#yb-mobile-recharge-app .more-offers {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #ded7e7;
  border-radius: 14px;
  background: #faf8fc;
  color: #594268;
  font-size: 16px;
}

#yb-mobile-recharge-app .more-offers:hover {
  background: #f0e9f7;
}

#yb-mobile-recharge-app .data-status {
  display: block;
  color: #785021;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

#yb-mobile-recharge-app .operator-label {
  display: grid;
  gap: 4px;
  min-width: 0;
  overflow-wrap: anywhere;
}

#yb-mobile-recharge-app .operator-grid>.empty-message {
  min-height: 64px;
}

#yb-mobile-recharge-app .offer-grid>.empty-message {
  min-height: 125px;
}

#yb-mobile-recharge-app .phone-control input:disabled {
  background: #f5f5f8;
  color: var(--muted);
  opacity: 1;
}

#yb-mobile-recharge-app .recharge-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: inherit;
}

#yb-mobile-recharge-app .recharge-flag-crop {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 3px;
}

#yb-mobile-recharge-app .recharge-flag-sheet {
  position: absolute;
  display: block;
  max-width: none;
  max-height: none;
  object-fit: fill;
  border-radius: 0;
}
