/* ── Logo size ── */
.logo img {
    max-height: 250px !important;
    width: auto !important;
}
.logo {
    margin: 10px 0 10px 0;
}

/* ── Header auth links — Sign In / Create an Account buttons ── */
.header.panel .header.links li a {
    display: inline-block;
    padding: 7px 16px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    background: #c4922a;
    color: #0f0f0f !important;
    border: 2px solid #c4922a;
    margin-left: 6px;
}
.header.panel .header.links li a:hover {
    background: #e8b03a;
    border-color: #e8b03a;
    color: #0f0f0f !important;
}

/* ── Hide "or" separator between Sign In and Create an Account ── */
.header.panel .header.links .separator {
    display: none;
}
