/*
Theme Name: Donovan MERT Child
Theme URI: https://www.kg4nxo.com/
Description: Child theme for the Marion County Emergency Radio Team site. Adds an editable EOC status panel to the Donovan header.
Author: Marion County Emergency Radio Team
Template: donovan
Version: 1.2.0
Text Domain: donovan-mert-child
*/

/* EOC status panel -------------------------------------------------------- */
.mert-eoc-status {
    box-sizing: border-box;
    margin: 1.25rem auto 0;
    padding: 0.8rem 1rem;
    width: 100%;
    max-width: 34rem;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-left: 6px solid var(--mert-eoc-accent, #357a38);
    border-radius: 4px;
    background: #f7f7f7;
    color: #202020;
    text-align: left;
    line-height: 1.35;
}

.mert-eoc-status__heading {
    margin: 0 0 0.15rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mert-eoc-status__level {
    margin: 0;
    color: var(--mert-eoc-accent, #357a38);
    font-size: 1.15rem;
    font-weight: 700;
}

.mert-eoc-status__meaning,
.mert-eoc-status__reason {
    margin: 0.35rem 0 0;
    font-size: 0.82rem;
}

.mert-eoc-status__reason strong {
    font-weight: 700;
}

@media only screen and (min-width: 55em) {
    .mert-eoc-status {
        margin: auto 0 auto auto;
        width: min(34rem, 38vw);
        align-self: center;
    }

    /* If the theme's social header menu is enabled, leave a little breathing room. */
    .mert-eoc-status + .header-social-menu {
        margin-left: 1rem;
    }
}
