/*!
 * BM Core 1.0.0
 * BILI MARKET – Checkout UX: mobilní poradenský box
 * Platforma: Shoptet Classic
 */

@media (max-width: 767px) {
    .bm-mobile-check-help {
        margin: 18px 0 16px;
        padding: 14px 14px 13px;
        background: #f7f7f7;
        border: 1px solid #d8d8d8;
        border-radius: 14px;
        color: #404040;
    }

    .bm-mobile-check-help h3 {
        margin: 0 0 8px;
        font-size: 16px;
        line-height: 1.25;
        color: #1f1f1f;
        font-weight: 700;
    }

    .bm-mobile-check-help p {
        margin: 0 0 12px;
        font-size: 13.5px;
        line-height: 1.4;
        color: #606060;
    }

    .bm-mobile-check-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .bm-mobile-check-actions a {
        display: block;
        padding: 10px 12px;
        background: #e0e0e0;
        border-radius: 10px;
        color: #1f1f1f !important;
        text-decoration: none !important;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
    }
}
