/* ===== Протокол24 — mobile guarantees compact v4.9.13 ===== */
@media (max-width: 767px) {
  .p24-guarantees-mobile-compact {
    padding: 22px 20px 18px !important;
    border-radius: 28px !important;
    min-height: auto !important;
  }

  .p24-guarantees-mobile-compact .p24-guarantees-mobile-head {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    margin: 0 0 14px !important;
  }

  .p24-guarantees-mobile-compact .p24-guarantees-mobile-shield {
    flex: 0 0 72px !important;
    width: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
  }

  .p24-guarantees-mobile-compact .p24-guarantees-mobile-shield img,
  .p24-guarantees-mobile-compact .p24-guarantees-mobile-shield svg,
  .p24-guarantees-mobile-compact .p24-guarantees-mobile-shield picture,
  .p24-guarantees-mobile-compact .p24-guarantees-mobile-shield > * {
    width: 72px !important;
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .p24-guarantees-mobile-compact .p24-guarantees-mobile-title-wrap {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  .p24-guarantees-mobile-compact .p24-guarantees-mobile-title,
  .p24-guarantees-mobile-compact h2.p24-guarantees-mobile-title,
  .p24-guarantees-mobile-compact h3.p24-guarantees-mobile-title {
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    max-width: none !important;
  }

  .p24-guarantees-mobile-compact .p24-guarantees-mobile-desc {
    margin: 0 0 14px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    max-width: none !important;
  }

  .p24-guarantees-mobile-compact .p24-guarantees-mobile-cta {
    margin: 0 0 16px !important;
    width: 100% !important;
    justify-content: center !important;
    min-height: 48px !important;
  }

  .p24-guarantees-mobile-compact .p24-guarantees-mobile-grid,
  .p24-guarantees-mobile-compact .p24-guarantees-mobile-cards {
    margin-top: 0 !important;
    gap: 12px !important;
  }

  .p24-guarantees-mobile-compact .p24-guarantees-mobile-card,
  .p24-guarantees-mobile-compact [class*="card"],
  .p24-guarantees-mobile-compact [class*="tile"] {
    border-radius: 20px !important;
  }
}