.poe-logout-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 9px 16px;
    border: 1px solid #d44952;
    border-radius: 12px;
    color: #a92d35 !important;
    background: #fff3f3;
    font-weight: 900;
    text-decoration: none;
    transition: .15s;
}

.poe-logout-button:hover {
    color: #fff !important;
    background: #c83d46;
}

.poe-login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.poe-login-options > a {
    color: #285fd3;
    font-weight: 800;
    text-decoration: none;
}

.poe-login-options > a:hover {
    text-decoration: underline;
}

.poe-exam-head {
    grid-template-columns: 1fr auto auto auto;
    gap: 12px;
}

.poe-exam-head > .poe-submit-top {
    color: #fff;
    border-color: #d5444c;
    background: #d5444c;
    box-shadow: 0 8px 18px rgba(213, 68, 76, .2);
}

.poe-exam-head > .poe-submit-top:hover {
    background: #be353e;
}

.poe-exam-head > .poe-submit-top:disabled {
    opacity: .55;
    cursor: not-allowed;
}

@media (max-width: 700px) {
    .poe-login-options {
        align-items: flex-start;
        flex-direction: column;
    }

    .poe-exam-head {
        grid-template-columns: 1fr auto;
    }

    .poe-exam-head > [data-poe-open-map] {
        grid-column: 1 / 2;
    }

    .poe-exam-head > .poe-submit-top {
        grid-column: 2 / 3;
    }
}
