.eicr-mobile-launcher {
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 12px;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
    margin: 24px auto;
    max-width: 620px;
    padding: clamp(20px, 5vw, 36px);
}

.eicr-mobile-launcher h2 {
    margin-top: 0;
}

.eicr-mobile-actions {
    display: grid;
    gap: 12px;
    margin: 22px 0;
}

.eicr-mobile-button {
    align-items: center;
    background: #f6f7f7;
    border: 2px solid #2271b1;
    border-radius: 8px;
    color: #135e96;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    min-height: 54px;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
}

.eicr-mobile-button:hover,
.eicr-mobile-button:focus {
    background: #eaf4fb;
    color: #0a4b78;
}

.eicr-mobile-button-primary {
    background: #2271b1;
    color: #fff;
}

.eicr-mobile-button-primary:hover,
.eicr-mobile-button-primary:focus {
    background: #135e96;
    color: #fff;
}

.eicr-mobile-note {
    color: #50575e;
    font-size: 14px;
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .eicr-mobile-launcher {
        border-radius: 8px;
        margin: 16px 0;
    }
}
