#matrimoniale-consent-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    align-items: center;
    justify-content: center;
}

#matrimoniale-consent-box {
  font-weight: 400!important;
    background: #ffffff;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 6px 40px rgba(0, 0, 0, 0.6);
}

#matrimoniale-consent-box h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333333;
}

#matrimoniale-consent-box p {
    color: #333333;
    margin-bottom: 10px;
    font-size: 15px;
}

#matrimoniale-consent-box ul {
    text-align: left;
    margin: 15px 0 25px 20px;
    line-height: 2;
    color: #333;
    font-size: 15px;
}

#matrimoniale-consent-box ul a {
    color: #305669;
    text-decoration: underline;
}

#matrimoniale-consent-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

#matrimoniale-accept {
    background: #2e7d32;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    transition: background 0.2s;
}

#matrimoniale-accept:hover {
    background: #1b5e20;
}

#matrimoniale-decline {
    background: #c62828;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    transition: background 0.2s;
}

#matrimoniale-decline:hover {
    background: #b71c1c;
}
