/* Global CSS - Litoral FM */
/* Colors */
:root {
    --litoral-red: #E61E25;
    --litoral-dark: #b00e14;
    --text-dark: #333;
}

/* Typography */
body {
    font-family: 'Poppins', sans-serif;
    padding-bottom: 90px;
    background-color: #ffffff;
}

/* Navbar */
.navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    padding: 15px 0;
}

.navbar-brand img {
    height: 60px;
    width: auto;
}

.nav-link {
    color: var(--text-dark) !important;
    font-weight: 500;
    font-size: 0.95rem;
    margin-left: 15px;
    transition: color 0.3s;
}

.nav-link:hover, .nav-link.active {
    color: var(--litoral-red) !important;
    font-weight: 500;
}

.btn-ouvir-radio {
    color: var(--litoral-red) !important;
    border-color: var(--litoral-red) !important;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
}

.btn-ouvir-radio:hover,
.btn-ouvir-radio:focus {
    color: #ffffff !important;
    background-color: var(--litoral-red);
    border-color: var(--litoral-red) !important;
}

/* Buttons */
.btn-litoral {
    background-color: var(--litoral-red);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-litoral:hover {
    background-color: var(--litoral-dark);
    color: white;
    transform: translateY(-2px);
}

/* Hero Live Section */
.hero-live {
    background-color: var(--litoral-red);
    color: white;
    text-align: center;
    padding: 60px 0;
}

.hero-live .badge {
    color: var(--litoral-red) !important;
    font-size: 0.9rem;
    padding: 10px 25px !important;
}

.btn-radio-selector {
    background-color: white;
    color: var(--litoral-red);
    border: none;
    border-radius: 50px;
    padding: 12px 35px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.btn-radio-selector:hover, .btn-radio-selector:focus {
    background-color: #f8f9fa;
    color: var(--litoral-dark);
    transform: translateY(-2px);
}

.dropdown-menu-litoral {
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-radius: 15px;
    padding: 10px;
    margin-top: 10px;
}

.dropdown-menu-litoral .dropdown-item {
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 500;
}

.dropdown-menu-litoral .dropdown-item:hover {
    background-color: #f8f9fa;
    color: var(--litoral-red);
}

/* Social Buttons (Filiais) */
.social-btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    margin: 0 5px;
    transition: all 0.3s;
    text-decoration: none;
}

.social-btn:hover {
    transform: translateY(-3px);
    color: white;
}

.btn-insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.btn-whats {
    background-color: #25D366;
}

/* Player Bar */
.player-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    border-top: 1px solid #eee;
    padding: 15px 0;
    z-index: 1040;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.05);
}

/* Utility Classes */
.text-litoral { color: var(--litoral-red) !important; }
.bg-litoral { background-color: var(--litoral-red) !important; }

/* Custom Components */
.section-title {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
}

.fake-h1-text{
    font-size: 2.5rem;
}

/* Banner Styles - Carousel Indicators Override */
.carousel-indicators [data-bs-target] {
    background-color: #ccc; /* Default inactive color */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    border: none;
    opacity: 0.7;
}

.carousel-indicators .active {
    background-color: var(--litoral-red); /* Active color */
    opacity: 1;
    width: 12px;
    height: 12px;
}

/* Banner Responsiveness Helper */
.banner-block img {
    max-width: 100%;
    height: auto;
}

.content-editor {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    word-break: break-word;
}

.content-body {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    word-break: break-word;
}

.content-editor img,
.content-editor iframe,
.content-editor video {
    max-width: 100%;
    height: auto;
}

.content-body img,
.content-body iframe,
.content-body video {
    max-width: 100%;
    height: auto;
}

.content-editor table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.content-body table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.content-editor a,
.content-body a {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.content-editor .btn,
.content-body .btn {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.content-editor pre,
.content-body pre {
    max-width: 100%;
    white-space: pre-wrap;
    overflow-x: auto;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.content-editor code,
.content-body code {
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Mobile Menu Adjustments */
@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 0;
        background-color: transparent;
        border: none;
        box-shadow: none;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        display: none; /* Default hidden */
    }
    
    .navbar-nav .dropdown-menu.show {
        display: block;
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        color: var(--text-dark);
        padding: 10px 0;
    }
    
    .navbar-nav .dropdown-menu .dropdown-item:hover,
    .navbar-nav .dropdown-menu .dropdown-item:focus {
        background-color: transparent;
        color: var(--litoral-red);
    }

    .navbar-nav .nav-item {
        text-align: center;
        width: 100%;
    }
    
    .navbar-nav .d-flex {
        justify-content: center !important;
    }
}

h3.card-title {
    font-size: 1.25rem;
}

.bg-white > h2.fw-bold.mb-3 {
    font-size: 1.5rem;
}

.bg-white .gallery-wrapper h3.fw-bold.mb-3 {
    font-size: 1.5rem;
}

.bg-light > h2.fw-bold.mb-3 {
    font-size: 1.25rem;
}

.sticky-top .card-body > h2.fw-bold.mb-3 {
    font-size: 1.25rem;
}
