#wcp-gated-comments {
    border: 1px solid #e0e0e0;
    padding: 25px;
    margin-top: 30px;
    border-radius: 5px;
    background-color: #f9f9f9;
    text-align: center;
}

#wcp-gated-comments h3 {
    margin-top: 0;
}

.wcp-links {
    margin-top: 20px;
}

/* Style pour le bouton, inspiré de WooCommerce */
.wcp-button {
    text-decoration: none;
    font-size: 100%;
    margin-right: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    background-color: #96588a; /* Couleur par défaut de Storefront, changez si besoin */
}

.wcp-button:hover {
    background-color: #834c78;
    color: #ffffff;
}
/* Styles pour la page Mon Compte */
.wcp-status-badge {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
}

.wcp-status-subscribed {
    background-color: #2ea82e; /* Vert */
}

.wcp-status-unsubscribed {
    background-color: #888; /* Gris */
}