/**
 * fundacio-edit-feedback.css
 * Estils del popup de resultat del formulari "La teva fundació".
 * Paleta alineada amb la resta del lloc (blau marí + accent + verd/vermell
 * per èxit/error), sense dependre d'altres fulls d'estil del plugin.
 */

#ccf-fundacio-feedback-modal .modal-content {
    border: none;
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(15, 35, 60, .18);
    overflow: hidden;
}

#ccf-fundacio-feedback-modal .modal-header {
    border-bottom: none;
    padding: 20px 24px;
    background-color: #f5f8fb;
}

#ccf-fundacio-feedback-modal .modal-title {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.05rem;
    color: #003b73;
    margin: 0;
}

#ccf-fundacio-feedback-modal .ccf-feedback-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: .85rem;
    padding-top: 5px;
    font-weight: 700;
    color: #ffffff;
    background-color: #5d6975;
}

#ccf-fundacio-feedback-modal .modal-body {
    padding: 22px 24px 8px;
    color: #1f2933;
    font-size: .97rem;
    line-height: 1.55;
}

#ccf-fundacio-feedback-modal .modal-footer {
    border-top: none;
    padding: 16px 24px 22px;
}

#ccf-fundacio-feedback-modal .btn-primary {
    background-color: #004a8f;
    border-color: #004a8f;
    border-radius: 8px;
    padding: 8px 22px 5px 22px;
    font-weight: 600;
    font-size: .9rem;
}

#ccf-fundacio-feedback-modal .btn-primary:hover,
#ccf-fundacio-feedback-modal .btn-primary:focus {
    background-color: #003b73;
    border-color: #003b73;
}

/* Estat èxit */
#ccf-fundacio-feedback-modal.is-success .modal-header { background-color: #e8f5ec; }
#ccf-fundacio-feedback-modal.is-success .modal-title { color: #287a3e; }
#ccf-fundacio-feedback-modal.is-success .ccf-feedback-icon {
    background-color: #287a3e;
}
#ccf-fundacio-feedback-modal.is-success .ccf-feedback-icon::before { content: "\2713"; }

/* Estat error */
#ccf-fundacio-feedback-modal.is-error .modal-header { background-color: #fdecea; }
#ccf-fundacio-feedback-modal.is-error .modal-title { color: #a52a1f; }
#ccf-fundacio-feedback-modal.is-error .ccf-feedback-icon {
    background-color: #a52a1f;
}
#ccf-fundacio-feedback-modal.is-error .ccf-feedback-icon::before { content: "!"; }