/*
Theme Name: Altaybet55
Theme URI: https://altaybet55.com
Author: Altaybet Team
Author URI: https://altaybet55.com
Description: Modern, kurumsal Tailwind CSS teması - Altaybet bahis ve casino sitesi için özel tasarım
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: altaybet55
*/

/* Custom Styles for Tailwind */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Custom Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* WordPress Admin Bar Support */
body.admin-bar .fixed {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .fixed {
        top: 46px;
    }
}

/* Custom Utilities */
.text-gradient {
    background: linear-gradient(135deg, #dd5017 0%, #e66b3a 50%, #f0855d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Content Styles for Pages */
.prose.prose-invert p {
    margin-bottom: 1.5rem;
    color: #d1d5db;
    line-height: 1.8;
    font-size: 1.1rem;
}

.prose.prose-invert h3 {
    color: #ffffff;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    font-weight: 700;
}

.prose.prose-invert h4 {
    color: #ffffff;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.prose.prose-invert ul,
.prose.prose-invert ol {
    margin: 1.5rem 0;
    padding-left: 2rem;
    color: #d1d5db;
}

.prose.prose-invert li {
    margin-bottom: 0.8rem;
}

.prose.prose-invert a {
    color: #dd5017;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.prose.prose-invert a:hover {
    color: #e66b3a;
}

/* FAQ Section Content Styles */
.prose.prose-invert.prose-lg {
    line-height: 1.8;
}

.prose.prose-invert.prose-lg p {
    margin-bottom: 1.5rem;
}
