#cc-app-root { width: 100% !important; display: flex; justify-content: center; background: transparent !important; }
.cc-main-wrap { 
    width: 94% !important; max-width: 1300px; margin: 20px auto !important; 
    background: #ffffff !important; color: #111b21 !important;
    border-radius: 12px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    font-family: system-ui, -apple-system, sans-serif;
}
.cc-lang-toggle { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #ddd; background: #fff; cursor: pointer; }

/* SHARED BUTTONS */
.cc-btn-primary { background: #00a884 !important; color: white !important; border-radius: 25px; padding: 10px 20px; font-weight: 800; border: none; cursor: pointer; }
.cc-btn-secondary { background: #f0f2f5 !important; color: #111b21 !important; border: 1px solid #ddd; border-radius: 25px; padding: 10px 20px; font-weight: 800; cursor: pointer; }