/*
 * HillHost OS logos
 *
 * IMPORTANT:
 * Do NOT change the existing .hh-os-card layout.
 * The HillHost order form already styles those cards.
 * We only insert and style the distro logo.
 */

.hh-os-logo-inline {
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;

    margin-right: 9px !important;

    object-fit: contain !important;
    vertical-align: middle !important;
}

.hh-os-card > span {
    display: flex !important;
    align-items: center !important;
}

.hh-os-card > span > strong {
    display: inline-block;
}
