/* ======== GLOBAL ======== */
.mailpoet-lists-custom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 1.5rem;
    padding: 10px 5px;
    font-family: "Inter", "Roboto", sans-serif;
    font-size: 1.05rem;
    line-height: 1.5;
}

/* ======== COLONNE LARGE POUR AUTRES ======== */
.mailpoet-lists-custom .mpcl-other {
    grid-column: span 2;
    margin-top: 2rem;
}

/* ======== TITRES ======== */
.mailpoet-lists-custom h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: .75rem;
    border-bottom: 2px solid #e04646;
    display: inline-block;
    padding-bottom: 4px;
}

/* ======== STYLES CHECKBOX ======== */
.mailpoet-lists-custom label {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: 7px 10px;
    border-radius: 6px;
    transition: all .25s ease;
    cursor: pointer;
    background: #fafafa;
    border: 1px solid #e4e4e4;
    margin-bottom: 6px;
}

.mailpoet-lists-custom label:hover {
    background: #fff;
    border-color: #e04646;
    transform: translateY(-1px);
}

/* ======== CHECKBOX CUSTOM ======== */
.mailpoet-lists-custom input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #888;
    border-radius: 4px;
    transition: all .25s ease;
    cursor: pointer;
    position: relative;
    padding: 0;
}

.mailpoet-lists-custom input[type="checkbox"]:hover {
    border-color: #e04646;
}

.mailpoet-lists-custom input[type="checkbox"]:checked {
    background-color: #e04646;
    border-color: #e04646;
}

.mailpoet-lists-custom input[type="checkbox"]:checked:after {
    content: "✔";
    position: absolute;
    top: -3px;
    left: 3px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

/* ======== MOBILE ======== */
@media (max-width: 768px) {
    .mailpoet-lists-custom {
        grid-template-columns: 1fr;
    }
    .mailpoet-lists-custom .mpcl-other {
        grid-column: span 1;
    }
}

.mailpoet_unsubscribe_form input.mailpoet_text_custom{
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    border-style: solid;
    border-radius: 0px !important;
    border-width: 1px;
    border-color: #313131;
    padding: 10px;
    margin: 0 auto 0 0;
    font-family: 'Cairo';
    font-size: 15px;
    line-height: 1.5;
    height: auto;
    color: #000000;
}
.mailpoet_unsubscribe_form button {
    width: 100%;
    box-sizing: border-box;
    background-color: #e04f8e;
    border-style: solid;
    border-radius: 5px !important;
    border-width: 0px;
    border-color: #313131;
    padding: 10px;
    margin: 0 auto 0 0;
    font-family: 'Cairo';
    font-size: 15px;
    line-height: 1.5;
    height: auto;
    color: #ffffff;
    font-weight: bold;
}
