/* frmPersEMail – Persönliche Mail */
.shg-pers-mail-page .fi-header-heading {
    color: #1f4f4b;
}

.shg-pers-mail-page .fi-header-subheading {
    color: #4d8f8a;
    font-weight: 600;
}

.shg-pers-mail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    align-items: start;
}

@media (max-width: 960px) {
    .shg-pers-mail-grid {
        grid-template-columns: 1fr;
    }
}

.shg-pers-mail-formular,
.shg-pers-mail-empfaenger {
    padding: 1rem;
    background: #fff;
    border: 1px solid #c5e3e0;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgb(77 143 138 / 0.1);
}

.shg-pers-mail-feld {
    margin-bottom: 0.85rem;
}

.shg-pers-mail-feld label,
.shg-pers-mail-feld-label {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #1f4f4b;
}

.shg-pers-mail-input,
.shg-pers-mail-textarea {
    display: block;
    width: 100%;
    padding: 0.4rem 0.55rem;
    font-size: 0.875rem;
    color: #1f4f4b;
    background: #fff;
    border: 1px solid #c5e3e0;
    border-radius: 6px;
}

.shg-pers-mail-input:focus,
.shg-pers-mail-textarea:focus {
    outline: none;
    border-color: #e95d0f;
    box-shadow: 0 0 0 2px rgb(233 93 15 / 0.15);
}

.shg-pers-mail-input--kurz {
    max-width: 12rem;
}

.shg-pers-mail-textarea {
    resize: vertical;
    min-height: 8rem;
    line-height: 1.45;
}

.shg-pers-mail-textarea--klein {
    min-height: 4rem;
}

.shg-pers-mail-hint {
    margin: 0.25rem 0 0;
    font-size: 0.8125rem;
    color: #4d8f8a;
}

.shg-pers-mail-upload {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.shg-pers-mail-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.shg-pers-mail-file-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.45rem 0.9rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    background: #e95d0f;
    border: 1px solid #c44e0c;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 1px 2px rgb(196 78 12 / 0.25);
    transition: background 0.15s ease, border-color 0.15s ease;
}

.shg-pers-mail-file-btn:hover {
    background: #c44e0c;
    border-color: #a8430a;
}

.shg-pers-mail-file-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgb(233 93 15 / 0.35);
}

.shg-pers-mail-file-status {
    font-size: 0.8125rem;
    color: #4d8f8a;
    font-weight: 600;
}

.shg-pers-mail-file-loading {
    font-size: 0.8125rem;
    color: #e95d0f;
    font-weight: 600;
}

.shg-pers-mail-btn {
    padding: 0.4rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1f4f4b;
    background: #e8f4f3;
    border: 1px solid #c5e3e0;
    border-radius: 6px;
    cursor: pointer;
}

.shg-pers-mail-btn--secondary:hover {
    background: #c5e3e0;
}

.shg-pers-mail-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.shg-pers-mail-empfaenger-title {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f4f4b;
}

.shg-pers-mail-empfaenger-scroll {
    max-height: 28rem;
    overflow: auto;
}

.shg-pers-mail-tabelle {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
}

.shg-pers-mail-tabelle th {
    padding: 0.4rem 0.5rem;
    text-align: left;
    font-weight: 700;
    color: #1f4f4b;
    background: #e8f4f3;
    border-bottom: 1px solid #c5e3e0;
}

.shg-pers-mail-tabelle td {
    padding: 0.35rem 0.5rem;
    border-bottom: 1px solid #e8f4f3;
    vertical-align: top;
}

.shg-pers-mail-email {
    word-break: break-all;
    color: #4d8f8a;
}

.shg-pers-mail-vorschau {
    color: #4d8f8a;
    font-style: italic;
}

.shg-pers-mail-leer {
    font-size: 0.875rem;
    color: #4d8f8a;
}

.shg-pers-mail-link {
    color: #e95d0f;
    font-weight: 600;
}

.shg-pers-mail-footer-hint {
    margin: 1rem 0 0;
    font-size: 0.8125rem;
    color: #4d8f8a;
}

.shg-pers-mail-footer-hint code {
    font-size: 0.75rem;
    background: #e8f4f3;
    padding: 0.1rem 0.25rem;
    border-radius: 3px;
}
