/* Couleur Meetly */
:root {
    --meetly-purple: #7c3aed;
    --meetly-purple-light: #ede9fe;
}

/* TITRES PREMIUM */
.text-purple {
    color: var(--meetly-purple) !important;
}

/* BOUTONS PREMIUM */
.btn-purple {
    background: var(--meetly-purple) !important;
    color: #fff !important;
    border: none !important;
}
.btn-purple:hover {
    background: #6d28d9 !important;
}

/* BADGES PREMIUM */
.badge-purple {
    background: var(--meetly-purple) !important;
    color: #fff !important;
}

/* PANNEAU DROIT — VERSION COMPACTE */
.premium-detail-panel {
    padding: 0 !important;
}

.premium-detail-panel .container {
    max-width: 100% !important;
    padding: 0.75rem !important;
}

.premium-detail-panel img {
    border-radius: 12px !important;
}

/* Réduction des titres dans panneau droit */
.premium-detail-panel h2,
.premium-detail-panel h3 {
    font-size: 1.2rem !important;
}

/* Réduction des paragraphes */
.premium-detail-panel p,
.premium-detail-panel li,
.premium-detail-panel small {
    font-size: 0.85rem !important;
}

/* Réduction des boutons */
.premium-detail-panel .btn {
    padding: 6px 10px !
}