/* VLPag v0.5.4.6 — ícone oficial de cartão */

.brand-icon {
    width: 70px !important;
    height: 70px !important;
    display: grid !important;
    place-items: center !important;
    margin-bottom: 15px !important;
    padding: 0 !important;

    border: 1px solid rgba(149, 210, 255, .34) !important;
    border-radius: 22px !important;

    color: #fff !important;

    background:
        linear-gradient(145deg, #36a2ff, #1266da) !important;
    background-image:
        linear-gradient(145deg, #36a2ff, #1266da) !important;

    box-shadow:
        0 12px 28px rgba(20, 116, 224, .38),
        inset 0 1px 0 rgba(255, 255, 255, .26) !important;

    overflow: hidden !important;
}

.brand-icon > svg {
    display: block !important;
    width: 42px !important;
    height: 42px !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #fff !important;
}

.brand-icon > img {
    display: none !important;
}
