/**
 * ID Local dashboard presentation layer.
 *
 * Version 0.13.0C adds profile-completion and identity-protection states.
 * Future dashboard-only styling can live here without affecting registration,
 * login, report pages, PDF generation or other core frontend components.
 *
 * Theme overrides may enqueue additional CSS or replace these rules.
 */


/* Broker identity protection and profile-completion states. */
.idlocal-profile-status {
    margin: 1rem 0 1.4rem;
    padding: 1rem 1.1rem;
    border: 1px solid #c9ddd3;
    border-left: 4px solid #2e8b57;
    border-radius: 12px;
    background: #f3f8f5;
}

.idlocal-profile-status strong {
    display: block;
    margin-bottom: .3rem;
    color: #173d2f;
}

.idlocal-profile-status p {
    margin: 0;
}

.idlocal-profile-status--locked {
    border-color: #d5c99f;
    border-left-color: #9b7720;
    background: #fffaf0;
}

.idlocal-profile-status--locked a {
    display: inline-block;
    margin-top: .65rem;
    font-weight: 700;
}

.idlocal-form label > span em {
    color: #a53030;
    font-style: normal;
}

.idlocal-form input:disabled {
    cursor: not-allowed;
    opacity: .78;
    background: #eef2f0;
}

.idlocal-profile-required-card {
    max-width: 760px;
}

.idlocal-profile-required-card ul {
    margin: .45rem 0 1.25rem 1.25rem;
}

.idlocal-profile-required-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: .9rem;
    border-radius: 50%;
    background: #fff3cd;
    color: #6d5612;
    font-size: 1.35rem;
    font-weight: 800;
}

/* 0.13.0D dashboard overview and contact export fallback styles. */
.idlocal-contact-export-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
}

@media (max-width: 640px) {
    .idlocal-contact-export-actions .idlocal-button {
        width: 100%;
        box-sizing: border-box;
    }
}
