/* ===========================================
   Biti Ashby Job Board
   Add 32px top spacing above logo/header
   =========================================== */

/* Desktop */
header {
    padding-top: 32px !important;
}

/* Common Ashby header wrappers */
[class*="header"] {
    padding-top: 32px !important;
}

[class*="Header"] {
    padding-top: 32px !important;
}

/* Logo wrapper */
[class*="logo"] {
    margin-top: 32px !important;
}

[class*="Logo"] {
    margin-top: 32px !important;
}

/* Mobile */
@media (max-width: 768px) {
    header,
    [class*="header"],
    [class*="Header"] {
        padding-top: 24px !important;
    }

    [class*="logo"],
    [class*="Logo"] {
        margin-top: 24px !important;
    }
}