.dfs-acc-wrap {
    max-width: 760px;
    margin: 1rem auto;
    padding: 1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.dfs-acc-wrap h2,
.dfs-acc-wrap h3 {
    margin-top: 0;
}

.dfs-acc-form {
    display: grid;
    gap: 0.85rem;
}

.dfs-acc-form label {
    display: grid;
    gap: 0.3rem;
    font-weight: 600;
}

.dfs-acc-form input,
.dfs-acc-form textarea {
    width: 100%;
    padding: 0.58rem 0.72rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
}

.dfs-acc-form button {
    width: fit-content;
    padding: 0.62rem 1rem;
    border: 0;
    border-radius: 8px;
    background: #245c3a;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.dfs-acc-actions {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.dfs-acc-btn-secondary {
    background: #4b5563;
}

.dfs-acc-inline {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 500;
}

.dfs-acc-msg {
    padding: 0.75rem 0.85rem;
    border-radius: 8px;
}

.dfs-acc-msg--ok {
    background: #d1fae5;
    color: #065f46;
}

.dfs-acc-msg--error {
    background: #fee2e2;
    color: #991b1b;
}

.dfs-acc-dashboard {
    max-width: 980px;
}

.dfs-acc-panel {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.dfs-acc-table-wrap {
    overflow-x: auto;
}

.dfs-acc-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.dfs-acc-table th,
.dfs-acc-table td {
    padding: 0.62rem 0.72rem;
    border-bottom: 1px solid #eef2f7;
    text-align: left;
    font-size: 0.94rem;
}

.dfs-acc-table th {
    background: #f8fafc;
    font-weight: 700;
}
