.sanitaer-form,
.sanitaer-profile,
.sanitaer-requests {
    max-width: 680px;
    margin: 0 0 1.5rem;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
}

.sanitaer-form label {
    display: block;
    margin: 0.6rem 0 0.35rem;
    font-weight: 600;
}

.sanitaer-input {
    width: 100%;
    padding: 0.65rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
}

.sanitaer-button {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.65rem 1rem;
    border: 0;
    border-radius: 6px;
    background: #0f766e;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.sanitaer-message {
    padding: 0.6rem 0.75rem;
    border-radius: 6px;
    margin-bottom: 0.75rem;
}

.sanitaer-message-error {
    background: #fee2e2;
    color: #991b1b;
}

.sanitaer-message-success {
    background: #dcfce7;
    color: #166534;
}

.sanitaer-greeting {
    margin: 0 0 1rem;
    font-size: 1.6rem;
}

.sanitaer-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.sanitaer-tab {
    padding: 0.55rem 0.85rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}

.sanitaer-tab-active {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
}

.sanitaer-request {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    margin-bottom: 0.75rem;
    background: #fff;
}

.sanitaer-request-header {
    padding: 0.75rem 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.sanitaer-request-body {
    padding: 0.25rem 0.9rem 0.9rem;
    border-top: 1px solid #e5e7eb;
}

.sanitaer-request-body ul {
    margin: 0.5rem 0 0;
    padding-left: 1rem;
}

.sanitaer-login-links {
    margin-top: 0.75rem;
}

.sanitaer-login-links p {
    margin: 0.35rem 0;
}

.sanitaer-button-danger {
    background: #b91c1c;
}

.sanitaer-icon.dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    vertical-align: unset;
}

.sanitaer-profile-actions {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}

.sanitaer-form-compact {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0.5rem 0 0;
}

.sanitaer-request-items {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.35rem;
}

.sanitaer-request-items th,
.sanitaer-request-items td {
    border-bottom: 1px solid #e5e7eb;
    padding: 0.35rem 0.25rem;
    text-align: left;
}
