/**
 * PrivacyTech CMP – Banner CSS (version d’origine)
 */

#ptcmp-banner {
    position: fixed;
    z-index: 999999;
    background: #ffffff;
    color: #333;
    padding: 20px;
    border-radius: 10px;
    width: 350px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    font-family: Arial, sans-serif;
}

/* POSITIONS */
.ptcmp-position-bottom-right { bottom: 20px; right: 20px; }
.ptcmp-position-bottom-center { bottom: 20px; left: 50%; transform: translateX(-50%); }
.ptcmp-position-center { top: 50%; left: 50%; transform: translate(-50%, -50%); }

/* STYLES */
.ptcmp-style-bar { width: 100%; border-radius: 0; left: 0; right: 0; bottom: 0; }
.ptcmp-style-popup { width: 420px; }

/* CONTENT */
#ptcmp-banner h3 { margin-top: 0; font-size: 20px; font-weight: bold; }
#ptcmp-banner p { font-size: 14px; margin-bottom: 15px; }

/* BUTTONS */
.ptcmp-buttons { display: flex; gap: 10px; margin-top: 15px; }
.ptcmp-btn { flex: 1; padding: 10px; border-radius: 6px; cursor: pointer; }

/* PREFERENCES PANEL */
#ptcmp-preferences { margin-top: 20px; padding-top: 15px; border-top: 1px solid #ddd; }
#ptcmp-preferences.ptcmp-hidden { display: none; }

.ptcmp-category { margin-bottom: 15px; }
.ptcmp-category label { font-weight: bold; }
.ptcmp-category p { margin: 5px 0 0; font-size: 13px; color: #555; }
