.ea-dues-warnings {
    display: grid;
    gap: 5px;
    margin-top: 9px;
}

.ea-dues-warnings span {
    display: block;
    padding: 6px 8px;
    border-left: 3px solid #c98500;
    border-radius: 4px;
    background: #fff4d9;
    color: #744b00;
    font-size: 11px;
    font-weight: 750;
}

.ea-year-status input[type="date"] {
    width: 100%;
    min-width: 145px;
    padding: 8px;
    border: 1px solid #9fb6b0;
    border-radius: 5px;
    background: #fff;
}

.ea-birthday-year {
    display: flex;
    align-items: end;
    gap: 12px;
    margin: 18px 0;
}

.ea-birthday-year label {
    color: #175f54;
    font-weight: 800;
}

.ea-birthday-year select {
    display: block;
    min-width: 140px;
    margin-top: 5px;
    padding: 9px 10px;
    border: 1px solid #9fb6b0;
    border-radius: 6px;
    background: #fff;
}

.ea-greeting-editor {
    display: grid;
    gap: 13px;
    margin: 18px 0 22px;
    padding: 18px;
    border: 1px solid #c9ddd7;
    border-radius: 9px;
    background: #f6faf8;
}

.ea-greeting-editor label span {
    display: block;
    margin-bottom: 6px;
    color: #175f54;
    font-weight: 800;
}

.ea-greeting-editor input,
.ea-greeting-editor textarea {
    width: 100%;
    padding: 10px 11px;
    border: 1px solid #9fb6b0;
    border-radius: 6px;
    background: #fff;
    font: inherit;
}

.ea-greeting-intro {
    padding: 12px 14px;
    border-left: 4px solid #b68b2d;
    background: #fff9e8;
}

.ea-send-greeting {
    padding: 8px 10px;
    font-size: 12px;
    white-space: normal;
}

.ea-send-greeting:disabled {
    cursor: not-allowed;
    opacity: .45;
}

@media print {
    .ea-dues-warnings span { border: 1px solid #c98500; background: #fff; color: #111; }
    .ea-send-greeting, .ea-birthday-year { display: none !important; }
}
