.prepaid-small-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 231 238 / var(--tw-bg-opacity));
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 120px;
  padding-left: 24px;
}

@media (min-width: 700px) {

  .prepaid-small-banner {
    padding: 40px;
  }
}

.prepaid-small-banner::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
  background: linear-gradient(90deg, #e3e7ee 50%, transparent 90%);
}

.prepaid-small-banner picture {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  height: 100%;
}

.prepaid-small-banner picture img {
  height: 100%;
  width: auto;
  max-width: -moz-min-content;
  max-width: min-content;
}

.prepaid-small-banner > * {
  position: relative;
  z-index: 2;
}

.prepaid-small-banner h2 {
  margin-bottom: 8px;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.02px;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

@media (min-width: 700px) {

  .prepaid-small-banner h2 {
    font-size: 1.3125rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1.26px;
  }
}

.prepaid-small-banner p {
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.52px;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

@media (min-width: 700px) {

  .prepaid-small-banner p {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
}

.card-box {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}

@media (min-width: 700px) {

  .card-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2.5rem;
  }
}

@media (min-width: 1024px) {

  .card-box {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.instructions-list {
  list-style-type: none;
  padding-left: 24px;
}

.instructions-list li,
.instructions-list p {
  margin-bottom: 8px;
  text-align: justify;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

@media (min-width: 700px) {

  .instructions-list li,
.instructions-list p {
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 1.8px;
  }
}

.instructions-list .info-title {
  text-align: justify;
}

.instructions-list li.highlight,
.instructions-list p.highlight {
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
}

.instructions-list li:last-of-type,
.instructions-list p:last-of-type {
  margin-bottom: 0px;
}

.instructions-list li {
  position: relative;
}

.instructions-list li::after {
  content: '';
  width: 4px;
  height: 4px;
  background: #515a68;
  position: absolute;
  border-radius: 100%;
  left: -12px;
  top: 10px;
}

.roaming-card {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.roaming-card .card-main .title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.08px;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

.roaming-card .card-main .sub-title {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

@media (min-width: 700px) {

  .roaming-card .card-main .sub-title {
    margin-bottom: 16px;
    min-height: 45px;
  }
}

@media (min-width: 1440px) {

  .roaming-card .card-main .sub-title {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}

.roaming-card .card-main .prompt-block {
  margin-bottom: 12px;
  display: flex;
  min-height: 56px;
  align-items: center;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 248 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.52px;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

@media (min-width: 700px) {

  .roaming-card .card-main .prompt-block {
    margin-bottom: 16px;
    min-height: 84px;
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 0.9px;
  }
}

@media (min-width: 1440px) {

  .roaming-card .card-main .prompt-block {
    min-height: 62px;
  }
}

.roaming-card .card-main ul {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 700px) {

  .roaming-card .card-main ul {
    min-height: 84px;
  }
}

.roaming-card .card-main ul li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  letter-spacing: 0.52px;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

@media (min-width: 700px) {

  .roaming-card .card-main ul li {
    font-size: 15px;
    letter-spacing: 0.9px;
  }
}

.roaming-card .card-main ul li span {
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
}

.roaming-card .card-main ul li::before {
  position: absolute;
  left: 5px;
  top: 8px;
  display: block;
  height: 4px;
  width: 4px;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(81 90 104 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.explain-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.explain-box h3 {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.02px;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

@media (min-width: 700px) {

  .explain-box h3 {
    font-size: 1.3125rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1.26px;
  }
}

.explain-box .box {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}

@media (min-width: 700px) {

  .explain-box .box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.explain-box .box .state-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 248 / var(--tw-bg-opacity));
  padding: 16px;
}

@media (min-width: 700px) {

  .explain-box .box .state-card {
    flex: 1 1 0%;
  }
}

.explain-box .box .state-card.gold {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 235 / var(--tw-bg-opacity));
}

.explain-box .box .state-card .title {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

.explain-box .box .state-card.gold .title {
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
}

.explain-box .box .state-card ol {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (min-width: 700px) {

  .explain-box .box .state-card ol {
    gap: 8px;
  }
}

.explain-box .box .state-card ol li {
  display: flex;
  align-items: flex-start;
  text-align: justify;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.52px;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

@media (min-width: 700px) {

  .explain-box .box .state-card ol li {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
}

.explain-box .box .state-card ol li span {
  margin-right: 8px;
  display: flex;
  flex: 0 0 14px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 700px) {

  .explain-box .box .state-card ol li span {
    flex: 0 0 18px;
  }
}

.explain-box .method {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.explain-box .method h5 {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  white-space: nowrap;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.52px;
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
}

@media (min-width: 700px) {

  .explain-box .method h5 {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
}

.explain-box .method h5 span {
  display: flex;
  width: 14px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

@media (min-width: 700px) {

  .explain-box .method h5 span {
    width: 18px;
  }
}

.explain-box .method .method-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.explain-box .method p {
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.52px;
}

@media (min-width: 700px) {

  .explain-box .method p {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
}

.explain-box .method p.title {
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
}

.explain-box.query-deadline .box .state-card ol li::before {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
  height: 4px;
  width: 4px;
  flex: 0 0 auto;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(81 90 104 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 700px) {

  .explain-box.query-deadline .box .state-card ol li::before {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.tariff-schedule {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tariff-schedule h3 {
  margin-bottom: 16px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 1.8px;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

.tariff-schedule .info-prompt ol li {
  display: flex;
  align-items: flex-start;
}

.tariff-schedule .info-prompt ol li span {
  margin-right: 4px;
  display: flex;
  width: 14px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

@media (min-width: 700px) {

  .tariff-schedule .info-prompt ol li span {
    width: 18px;
  }
}

.recharge-box {
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 248 / var(--tw-bg-opacity));
  padding: 1rem;
}

.recharge-box .recharge-title {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
}

@media (min-width: 700px) {

  .recharge-box .recharge-title {
    font-size: 1.3125rem;
    line-height: 1.5;
    font-weight: 500;
  }
}

.recharge-box .recharge-steps {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1440px) {

  .recharge-box .recharge-steps {
    flex-direction: row;
    gap: 3rem;
  }
}

.recharge-box .recharge-step {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  gap: 3.5rem;
}

@media (min-width: 1440px) {

  .recharge-box .recharge-step {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.recharge-box .recharge-step:not(:last-child)::after {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background: rgba(0, 0, 0, 0.1);
      bottom: -1rem;
    }

@media (min-width: 1440px) {
      .recharge-box .recharge-step:not(:last-child)::after {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        bottom: 0;
        background: rgba(0, 0, 0, 0.1);
        right: -1rem;
      }
    }

.recharge-box .recharge-step p {
  font-size: 0.8125rem;
  line-height: 1.5;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

@media (min-width: 700px) {

  .recharge-box .recharge-step p {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.recharge-box .step {
  display: inline-flex;
  height: 1.5rem;
  min-width: 68px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 103 0 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.9px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 700px) {

  .recharge-box .step {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

/*# sourceMappingURL=prepaid-card.css.map */
