
/* Gebze Haber Kuşağı Stilleri */
.gebze-news-ticker {
    background: linear-gradient(90deg, #004a8f 0%, #0066cc 100%);
    color: white;
    padding: 12px 0;
    border-bottom: 3px solid #ff9900;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.gebze-news-wrapper {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.gebze-news-label-area {
    display: flex;
    align-items: center;
    min-width: 180px;
    padding-right: 20px;
    border-right: 2px solid rgba(255, 255, 255, 0.25);
}

.gebze-news-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #ff9900 0%, #ff6600 100%);
    padding: 8px 16px;
    border-radius: 6px;
    white-space: nowrap;
    box-shadow: 0 3px 8px rgba(255, 153, 0, 0.3);
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gebze-news-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(255, 153, 0, 0.4);
    background: linear-gradient(135deg, #ff6600 0%, #ff3300 100%);
    color: white;
    text-decoration: none;
}

.gebze-news-badge i {
    font-size: 1.2rem;
}

.gebze-news-buttons {
    display: flex;
    gap: 6px;
    margin-left: 15px;
}

.gebze-btn-control {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.gebze-btn-control:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.gebze-news-scroll-area {
    flex: 1;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
}

/* Gradient overlay'ler */
.gebze-news-scroll-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 74, 143, 0.9) 0%, rgba(0, 74, 143, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.gebze-news-scroll-area::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 74, 143, 0) 0%, rgba(0, 74, 143, 0.9) 100%);
    z-index: 2;
    pointer-events: none;
}

.gebze-news-scroller {
    display: flex;
    white-space: nowrap;
    padding: 5px 0;
    position: relative;
    z-index: 1;
}

.gebze-news-item {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 15px;
}

.gebze-news-link {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    white-space: nowrap;
}

.gebze-news-link:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.gebze-news-tag {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(255, 255, 255, 0.2);
    padding: 3px 10px;
    border-radius: 20px;
    min-width: 60px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

/* Kategori renkleri */
.gebze-news-tag[data-tag="BAŞKAN"] {
    background: linear-gradient(135deg, #ff3366 0%, #ff6699 100%);
}

.gebze-news-tag[data-tag="KÜLTÜR"] {
    background: linear-gradient(135deg, #3399ff 0%, #33ccff 100%);
}

.gebze-news-tag[data-tag="EĞİTİM"] {
    background: linear-gradient(135deg, #66cc33 0%, #99ff66 100%);
}

.gebze-news-tag[data-tag="SPOR"] {
    background: linear-gradient(135deg, #ff9933 0%, #ffcc66 100%);
}

.gebze-news-tag[data-tag="SANAT"] {
    background: linear-gradient(135deg, #9966ff 0%, #cc99ff 100%);
}

.gebze-news-tag[data-tag="HİZMET"] {
    background: linear-gradient(135deg, #33cccc 0%, #66ffff 100%);
}

.gebze-news-title {
    font-size: 0.95rem;
    font-weight: 600;
    position: relative;
    padding-right: 20px;
    line-height: 1.4;
    white-space: nowrap;
}

.gebze-news-title::after {
    content: "›";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    color: #ff9900;
    font-weight: bold;
    opacity: 0.7;
}

/* Animasyon - HIZLI (150px/s) */
@keyframes gebzeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.gebze-news-scroller.gebze-scrolling {
    animation: gebzeScroll linear infinite;
    animation-duration: calc(var(--scroll-time) * 1s);
}

.gebze-news-scroller.gebze-scrolling.gebze-stopped {
    animation-play-state: paused;
}

/* Responsive Tasarım */
@media (max-width: 1200px) {
    .gebze-news-wrapper {
        padding: 0 15px;
    }
    
    .gebze-news-label-area {
        min-width: 170px;
        padding-right: 15px;
    }
    
    .gebze-news-scroll-area {
        padding: 0 15px;
    }
}

@media (max-width: 992px) {
    .gebze-news-wrapper {
        flex-wrap: wrap;
        padding: 10px;
    }
    
    .gebze-news-label-area {
        min-width: 100%;
        padding-right: 0;
        padding-bottom: 10px;
        border-right: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.25);
        margin-bottom: 10px;
        justify-content: space-between;
    }
    
    .gebze-news-scroll-area {
        padding: 0 10px;
        order: 3;
        width: 100%;
        margin-top: 10px;
    }
    
    .gebze-news-scroll-area::before,
    .gebze-news-scroll-area::after {
        width: 30px;
    }
}

@media (max-width: 768px) {
    .gebze-news-ticker {
        padding: 10px 0;
    }
    
    .gebze-news-badge {
        font-size: 1rem;
        padding: 7px 14px;
    }
    
    .gebze-news-title {
        font-size: 0.9rem;
    }
    
    .gebze-news-tag {
        font-size: 0.65rem;
        padding: 2px 8px;
        min-width: 55px;
    }
    
    .gebze-news-item {
        padding: 0 10px;
    }
    
    .gebze-news-link {
        padding: 5px 12px;
        gap: 10px;
    }
    
    .gebze-news-title::after {
        font-size: 1.2rem;
        right: 5px;
    }
    
    .gebze-btn-control {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 576px) {
    .gebze-news-ticker {
        padding: 8px 0;
    }
    
    .gebze-news-wrapper {
        padding: 8px;
    }
    
    .gebze-news-badge {
        font-size: 0.9rem;
        padding: 6px 12px;
    }
    
    .gebze-news-badge i {
        font-size: 1.1rem;
    }
    
    .gebze-news-scroll-area {
        padding: 0 8px;
    }
    
    .gebze-news-link {
        padding: 4px 10px;
        gap: 8px;
    }
    
    .gebze-news-tag {
        font-size: 0.6rem;
        padding: 2px 6px;
        min-width: 50px;
    }
    
    .gebze-news-title {
        font-size: 0.85rem;
        padding-right: 15px;

        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .gebze-news-title::after {
        font-size: 1.1rem;
        right: 3px;
    }
    
    .gebze-btn-control {
        width: 30px;
        height: 30px;
    }
    
    .gebze-news-item {
        padding: 0 8px;
    }
}