.hero-audible-cta {
  min-height: 52px;
  box-shadow: 0 12px 28px rgba(23, 77, 60, .18);
}

.detail-compare-link {
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cta-trust {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.mobile-audible-cta {
  display: none;
}

@media (max-width: 700px) {
  body.has-mobile-cta {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .detail-actions {
    align-items: stretch;
  }

  .detail-actions .hero-audible-cta {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
  }

  .detail-actions .button-ghost {
    width: auto;
  }

  .detail-compare-link {
    align-self: center;
    padding: 10px 2px;
  }

  .mobile-audible-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 14px calc(11px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(23, 35, 31, .15);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -10px 30px rgba(23, 35, 31, .13);
    backdrop-filter: blur(14px);
  }

  .mobile-audible-cta > div {
    min-width: 0;
  }

  .mobile-audible-cta strong,
  .mobile-audible-cta span {
    display: block;
  }

  .mobile-audible-cta strong {
    overflow: hidden;
    max-width: 48vw;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-audible-cta > div span {
    color: var(--muted);
    font-size: 10px;
  }

  .mobile-audible-cta .button {
    flex: 0 0 auto;
    gap: 8px;
    padding: 11px 15px;
    font-size: 12px;
  }
}
