@media (max-width: 768px) {
    .cert-price-section .section-card {
        padding: 18px;
    }

    .cert-price-header {
        margin-bottom: 8px;
    }

    .cert-price-grid {
        gap: 8px;
    }

    .cert-price-card {
        padding: 8px;
        border-radius: 8px;
    }

    .cert-price-name {
        margin-bottom: 4px;
    }

    .cert-price-row {
        line-height: 1.5;
    }

    .cert-price-footer {
        margin-top: 10px;
        padding: 8px 10px;
        font-size: 11px;
    }
}
