/* FC Ecom Suite 6.0.481 — mobile-only Certs enlargement.
 * Unique late-loaded handle prevents the old standalone Widget Lab stylesheet
 * from winning the cascade when both plugins are present/cached.
 * Desktop and normal tablet geometry are intentionally untouched. */

@media (max-width: 567px) and (orientation: portrait) {
    .fcwlcerts.fcwlcerts .fcwlcerts-item {
        min-height: 118px !important;
        padding: 14px 3px !important;
        gap: 8px !important;
    }

    .fcwlcerts.fcwlcerts .fcwlcerts-icon {
        width: clamp(38px, 10.5vw, 44px) !important;
        height: clamp(38px, 10.5vw, 44px) !important;
        min-width: clamp(38px, 10.5vw, 44px) !important;
        min-height: clamp(38px, 10.5vw, 44px) !important;
    }

    .fcwlcerts.fcwlcerts .fcwlcerts-label {
        font-size: clamp(10px, 3vw, 12px) !important;
        line-height: 1.2 !important;
    }

    .fcwlcerts.fcwlcerts .fcwlcerts-item:not(:last-child)::after {
        top: 10% !important;
        height: 80% !important;
    }
}

@media (max-width: 390px) and (orientation: portrait) {
    .fcwlcerts.fcwlcerts .fcwlcerts-item {
        min-height: 112px !important;
        padding: 12px 2px !important;
        gap: 7px !important;
    }

    .fcwlcerts.fcwlcerts .fcwlcerts-icon {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
    }

    .fcwlcerts.fcwlcerts .fcwlcerts-label {
        font-size: 10px !important;
        line-height: 1.18 !important;
    }
}

@media (orientation: landscape) and (max-width: 932px) and (max-height: 520px) {
    .fcwlcerts.fcwlcerts .fcwlcerts-item {
        min-height: 118px !important;
        padding: 13px 6px !important;
        gap: 8px !important;
    }

    .fcwlcerts.fcwlcerts .fcwlcerts-icon {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
    }

    .fcwlcerts.fcwlcerts .fcwlcerts-label {
        font-size: 12.5px !important;
        line-height: 1.2 !important;
    }

    .fcwlcerts.fcwlcerts .fcwlcerts-item:not(:last-child)::after {
        top: 10% !important;
        height: 80% !important;
    }
}
