/* assets/v38-index-mobile-fixes.6d962f4149da.css */
/* V38: targeted mobile fixes for the home page. */
@media (max-width: 991.98px) {
  .home-page .build-section .arrow > button {
    position: absolute;
    top: 100px;
    z-index: 10;
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 50%;
    background: #fbfaf7;
  }

  .home-page .build-section .arrow > button.left-arrow {
    left: -10px;
    transform: rotate(180deg);
  }

  .home-page .build-section .arrow > button.right-arrow {
    right: -10px;
  }

  .home-page .build-section .arrow > button img {
    width: 16px;
    height: 16px;
    object-fit: contain;
  }

  .home-page .build-section .arrow > button:disabled {
    opacity: 0.45;
  }

  .home-page .comparison-mobile-hide .comparison-item {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    column-gap: 16px;
    align-items: start;
  }

  .home-page .comparison-mobile-hide .comparison-item > label,
  .home-page .comparison-mobile-hide .comparison-item > p {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
  }

  .home-page .comparison-mobile-hide .comparison-item > p {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .home-page .hero-img-box.pink > .hero-costa-logo {
    width: auto;
    max-width: 84px;
    height: 15px;
    object-fit: contain;
  }

  .home-page .hero-img-box.orange .above-img {
    display: flex;
    min-height: 80px;
    align-items: flex-end;
    justify-content: flex-end;
    margin: -40px 0 6px;
  }

  .home-page .hero-img-box.orange .above-img img {
    width: auto;
    max-width: 100%;
    height: 80px;
    object-fit: contain;
  }
}
/* assets/v39-index-layout-fixes.a70d7326824c.css */
/* V39: align the home-page problem panel with the section above. */
.home-page .problem-section {
  width: calc(100% - 32px);
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.home-page .problem-section .problem-box .number {
  flex: 0 0 84px;
  width: 84px;
  text-align: center;
}

.home-page .problem-section .problem-box .content {
  flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 1199.98px) {
  .home-page .problem-section .problem-box .number {
    flex-basis: 64px;
    width: 64px;
  }
}

@media (max-width: 991.98px) {
  .home-page .problem-section .problem-box .number {
    flex-basis: 48px;
    width: 48px;
  }
}
/* assets/v45-mobile-rendering-fixes.632721c5066a.css */
/* V45: targeted mobile rendering fixes for tables, cards and section spacing. */
@media (max-width: 991.98px) {
  /* Keep both Services comparison columns and all row values inside the viewport. */
  .services-page .services-table-mobile .selected-plan,
  .services-page .services-table-mobile .comparison-item {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    column-gap: 16px;
    align-items: start;
    width: 100%;
  }

  .services-page .services-table-mobile .selected-left,
  .services-page .services-table-mobile .selected-right,
  .services-page .services-table-mobile .comparison-item > label,
  .services-page .services-table-mobile .comparison-item > p {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .services-page .services-table-mobile .selected-right {
    justify-content: space-between;
  }

  .services-page .services-table-mobile .comparison-item > p {
    color: #1a1f2e;
    visibility: visible;
    opacity: 1;
  }

  /* Display the same check asset used by the desktop pricing table. */
  .pricing-page .mobile-check {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("images/icons/check.376700c09056.svg") center / contain no-repeat;
  }

  /* Match the final Index feature card inset to the three cards above it. */
  .home-page .rewards-section .rewards-box.blue {
    padding: 40px 30px;
  }

  /* Reduce the gap above the API audience section and keep its copy in flow. */
  .api-integration-page .api-built-for-teams-section {
    padding-top: 24px !important;
    padding-bottom: 72px !important;
    overflow: visible;
  }

  .api-integration-page .api-built-for-teams-section .container > .row > h2 {
    margin-bottom: 20px;
  }

  .api-integration-page .api-built-for-teams-section .container > .row > p {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0 0 48px !important;
  }

  .api-integration-page .api-built-for-teams-section .bft-sec {
    position: relative;
    z-index: 1;
    clear: both;
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  /* Keep the About underline attached to its phrase without entering the next line. */
  body.about-us-page:not(.rcs-page) .heading-shape strong.mobile-underline-room::before {
    top: calc(100% - 3px) !important;
    height: 12px !important;
  }
}
/* assets/v55-responsive-seo.66896910ccaa.css */
.content-link {
  color: inherit;
  font-weight: 500;
  text-decoration-color: #e2725b;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.content-link:hover,
.content-link:focus-visible {
  color: #b94f3c;
}

@media (max-width: 991.98px) {
  #customer-steps .reward-point h3 {
    cursor: pointer;
  }

  #customer-steps .reward-point {
    opacity: .25;
    transition: all .45s;
  }

  #customer-steps .reward-point p {
    max-height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .45s;
  }

  #customer-steps .reward-point.active {
    opacity: 1;
  }

  #customer-steps .reward-point.active p {
    max-height: 300px;
    margin-top: 16px;
    opacity: 1;
  }
}

@media (max-width: 767.98px) {
  #customer-steps .customer-inner .reward-point-row {
    flex-direction: column;
  }

  #customer-steps .customer-inner .reward-point-row .left-img {
    display: block;
    margin-bottom: 24px;
    width: 100%;
  }

  #customer-steps .customer-inner .reward-point-row .left-img img {
    display: block;
    height: auto;
    margin: 0;
    width: 100%;
  }
}
