/*
Theme Name: Sexy Chats Affiliate Theme
Theme URI: https://sexy-chat-kontakte.de
Author: Dein Name
Description: Ein hochkonvertierendes, Mobile-First Affiliate Theme für Chat-Kontakte.
Version: 1.0
Text Domain: sexychats
*/

/* Wir nutzen Tailwind CSS, daher bleibt diese Datei weitgehend leer. */
.custom-scrollbar::-webkit-scrollbar { width: 4px; height: 4px; }
.custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #e5e7eb; border-radius: 4px; }
.custom-scrollbar:hover::-webkit-scrollbar-thumb { background: #d1d5db; }
body { overflow-x: hidden; scroll-behavior: smooth; }
#seo-text-container { transition: max-height 0.5s ease-in-out; }
.fade-in { animation: fadeIn 0.3s ease-out forwards; }
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}