/**
 * Esemény Half Slider CSS - Átdolgozott verzió
 */

.esemeny-half-slider-wrapper {
    width: 100%;
    font-family: "proxima-nova", Sans-serif;
}

.esemeny-half-slider-container {
    max-width: 1140px;
}

/* Splide override */
.splide__track {
    overflow: visible !important;
}

.splide__slide {
    transition: transform 0.3s ease;
}

.splide__slide:hover {
    transform: translateY(-10px);
}

/* Esemény kártya design - a te stílusodból */
.esemeny-half-slide-card {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 35px -8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.esemeny-half-slide-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.esemeny-half-slide-image {
    width: 100%;
    height: 255px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.esemeny-half-slide-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.esemeny-half-slide-card:hover .esemeny-half-slide-image img {
    transform: scale(1.05);
}

.esemeny-half-slide-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}

/* Kategória */
.esemeny-half-slide-category {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #21252980;
}

/* Cím */
.esemeny-half-slide-title {
    margin: 0 0 10px 0;
    text-align: left;
}

.esemeny-half-slide-title a {
    text-decoration: none;
    font-family: "Cinzel", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: -2px;
    color: #212529;
    transition: color 0.3s ease;
}

.esemeny-half-slide-title a:hover {
    color: #0073aa;
}

/* Dátum - naptár ikon nélkül */
.esemeny-half-slide-date {
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #111314;
}

/* Rövid szöveg */
.esemeny-half-slide-excerpt {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #111314;
    letter-spacing: 0.2px;
    font-family: "proxima-nova", Sans-serif;
}

.esemeny-half-slide-link-btn {
    display: inline-block;
    margin-top: auto;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    color: #cc003a;
    border: 1px solid #cc003a;
    border-radius: 50px;
    padding: 10px 30px 10px 30px;
    font-family: "proxima-nova", Sans-serif;
}

.esemeny-half-slide-link-btn:hover {
    color: #a00030;
}

/* Egyedi nyilak alul - dotok helyett */
.esemeny-custom-arrows {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.esemeny-custom-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
        padding: 12px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #212529;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.esemeny-custom-arrow:hover {
    background: #cc003a;
    border-color: #cc003a;
    transform: scale(1.05);
}

.esemeny-custom-arrow svg {
    color: #212529;
    transition: color 0.3s ease;
    width: 20px;
    height: 20px;
}

.esemeny-custom-arrow:hover svg {
    color: #ffffff;
}

.esemeny-custom-arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

/* Mobilra */
@media (max-width: 768px) {
    .esemeny-custom-arrow {
        width: 45px;
        height: 45px;
    }
    
    .esemeny-custom-arrow svg {
        width: 18px;
        height: 18px;
    }
    
    .esemeny-custom-arrows {
        margin-top: 25px;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .esemeny-custom-arrow {
        width: 40px;
        height: 40px;
    }
    
    .esemeny-custom-arrow svg {
        width: 16px;
        height: 16px;
    }
    
    .esemeny-custom-arrows {
        margin-top: 20px;
        gap: 10px;
    }
}

/* Responsive design */
@media (max-width: 1200px) {
    .esemeny-half-slider-container {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .esemeny-half-slide-image {
        height: 180px;
    }
    
    .esemeny-half-slide-content {
        padding: 12px;
    }
    
    .esemeny-half-slide-title a {
        font-size: 28px;
    }
    
    .esemeny-half-slide-excerpt {
        font-size: 14px;
    }
    
    .esemeny-half-slide-date {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .esemeny-half-slide-image {
        height: 160px;
    }
    
    .esemeny-half-slide-content {
        padding: 10px;
    }
    
    .esemeny-half-slide-title a {
        font-size: 24px;
    }
    
    .esemeny-half-slide-excerpt {
        font-size: 13px;
    }
    
    .esemeny-half-slide-date {
        font-size: 13px;
    }
}

/* No posts message */
.esemeny-half-slider-no-posts {
    text-align: center;
    padding: 60px 20px;
    background: #f8f8f8;
    border-radius: 20px;
    color: #666666;
    font-size: 16px;
    font-family: "proxima-nova", Sans-serif;
}