/* Atelier PNL — Encarts Non-Membres */

.encart-non-membre {
    border-left: 3px solid #c49a6c;
    padding: 1.2em 1.5em;
    margin: 2em 0;
    background: rgba(196, 154, 108, 0.06);
    font-size: 0.95em;
    line-height: 1.6;
    border-radius: 0 4px 4px 0;
}

.encart-non-membre a {
    color: #c49a6c;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.encart-non-membre a:hover {
    text-decoration: underline;
}
