.worker-portal-session-actions {
    display: grid;
    gap: 8px;
    justify-items: end;
    text-align: right;
}

.worker-portal-session-actions small {
    color: #64708a;
    font-size: 0.82rem;
    font-weight: 700;
}

.worker-portal-logout-button {
    min-height: 44px;
    padding: 10px 18px;
    white-space: nowrap;
}

.worker-portal-inactivity-warning {
    display: grid;
    gap: 4px;
    margin: -16px 0 24px;
    padding: 14px 18px;
    border: 1px solid #f4c56a;
    border-radius: 12px;
    background: #fff8e8;
    color: #7a4800;
}

.worker-portal-inactivity-warning span {
    font-size: 0.9rem;
}

.worker-portal-draft-status {
    padding: 9px 12px;
    border-radius: 9px;
    background: #edf8f5;
    color: #0f6f62;
    font-size: 0.86rem;
    font-weight: 800;
}

.worker-portal-draft-status.is-error {
    background: #fff1f1;
    color: #a12a2a;
}

@media (max-width: 760px) {
    .worker-portal-session-actions {
        width: 100%;
        justify-items: stretch;
        text-align: left;
    }
}
