/*
 * ABK CRO v12
 * Keep the Google Ads consent choice visible without hiding the primary
 * mobile call-to-action. Consent behavior is unchanged.
 */
@media (max-width: 760px) {
  .cookie-banner {
    display: block;
    left: 8px;
    right: 8px;
    bottom: 76px;
    max-height: 116px;
    padding: 9px 11px;
    border-radius: 14px;
    overflow: hidden;
  }

  .cookie-banner strong {
    font-size: 12px;
    line-height: 1.2;
  }

  .cookie-banner p {
    display: -webkit-box;
    margin: 2px 0 0;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .cookie-banner a {
    display: none;
  }

  .cookie-actions {
    display: flex;
    gap: 7px;
    margin-top: 6px;
  }

  .cookie-actions button {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }
}
