/* MySeedbox brand assets — opt-in V3 only. */

html.design-v3 #top h1 a {
    width: 224px;
    height: 40px;
    background-image: url("/assets/img/brand/myseedbox-dark.svg") !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

html.design-v3 #footer article #logo-footer,
html.design-v3 .v3-billing-logo {
    aspect-ratio: 393 / 70;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

html.design-v3 #footer article #logo-footer {
    width: 220px !important;
}

@media (max-width: 1100px) {
    html.design-v3 #top h1 a {
        width: 180px;
        height: 32px;
    }
}

@media print {
    html.design-v3 .v3-billing-logo {
        display: block;
        width: 230px;
        max-width: 100%;
        margin-bottom: 22px;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
}
