/* Worldreaml Manga slide container */
.worldreaml-manga-slide {
    position: relative;
    height: 350px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.manga-status {
    font-size: inherit; /* h2 ile aynı */
    margin-left: 8px;
    color: #e53935;
    font-weight: inherit;
    vertical-align: middle;
}

/* Blur effect */
.worldreaml-manga-slide-blur {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/* Worldreaml Manga slide content */
.worldreaml-manga-slide-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

/* Worldreaml Manga title */
.worldreaml-manga-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

/* Worldreaml Genres section */
.worldreaml-manga-genres {
    margin-top: 10px;
}

.worldreaml-manga-genres .genre-tag {
    display: inline-block;
    background: black;
    color: white;
    padding: 4px 8px;
    margin: 3px;
    border-radius: 5px;
    font-size: 0.85rem;
    transition: background 0.3s ease, color 0.3s ease;
}

/* Hover effect for genres */
.worldreaml-manga-genres .genre-tag:hover {
    background: white;
    color: black;
}

/* Worldreaml Manga excerpt */
.worldreaml-manga-excerpt {
    margin-top: 10px;
    font-size: 0.95rem;
    line-height: 1.4;
    color: #ddd;
}

/* Worldreaml Manga chapters list - Yan yana yapmak için flexbox kullan */
.worldreaml-manga-chapters {
    margin-top: 10px;
    display: flex;
    gap: 15px; /* Bölümler arasında boşluk bırakmak için */
    flex-wrap: wrap; /* Genişlik sığmazsa alt satıra geçsin diye */
}

.worldreaml-manga-chapters ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    gap: 10px; /* Bölümler arasında boşluk */
}

.worldreaml-manga-chapters li {
    margin-bottom: 0;
}

.worldreaml-manga-chapters a {
    color: black;
    background-color: black;
    padding: 4px 8px;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 5px; /* Köşeleri yuvarlak yapmak için */
}

/* Hover efekti: Bölümün üzerine gelindiğinde arka plan siyah, yazı beyaz */
.worldreaml-manga-chapters a:hover {
    background-color: black;
    color: white;
}

/* Worldreaml Manga cover image */
.worldreaml-manga-image {
    flex: 0 0 auto;
    padding: 20px;
}

.worldreaml-manga-cover {
    height: 300px;
    width: auto;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.worldreaml-manga-link {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 12px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
}

.worldreaml-manga-link:hover {
    background-color: #fff;
    color: #000;
}

/* Worldreaml Swiper navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    color: white;
}

/* Media Queries for Mobile */
@media (max-width: 768px) {
    .worldreaml-manga-slide {
        height: 350px; /* Orijinal yükseklik */
    }

    .worldreaml-manga-slide-content {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .worldreaml-manga-title {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

    .worldreaml-manga-genres .genre-tag {
        font-size: 0.75rem;
        padding: 3px 6px;
    }

    .worldreaml-manga-excerpt {
        font-size: 0.9rem;
    }

    .worldreaml-manga-chapters {
        justify-content: center;
    }

    .worldreaml-manga-chapters ul {
        flex-wrap: wrap;
    }

    .worldreaml-manga-chapters a {
        font-size: 0.8rem;
        padding: 3px 6px;
    }

    .worldreaml-manga-image {
        padding: 15px;
        margin-bottom: 20px;
        text-align: center;
    }

    .worldreaml-manga-cover {
        height: 250px;
        width: auto;
    }

    .worldreaml-manga-link {
        padding: 5px 10px;
        font-size: 0.9rem;
    }
}

/* Extra small devices (portrait phones) */
@media (max-width: 480px) {
    .worldreaml-manga-slide {
        height: 490px; /* Mobilde yükseklik artışı */
    }

    .worldreaml-manga-title {
        font-size: 1.1rem;
        white-space: normal; /* satır sınırı için nowrap kaldırıldı */
        display: -webkit-box;
        -webkit-line-clamp: 2; /* maksimum 2 satır */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.2em;
        max-height: 2.4em;
        word-break: break-word;
    }

    .worldreaml-manga-genres .genre-tag {
        font-size: 0.65rem;   /* Genre etiket boyutunu küçültüyoruz */
        padding: 2px 5px;     /* Padding'i küçültüyoruz */
    }

    .worldreaml-manga-excerpt {
        font-size: 0.8rem;     /* Açıklama font boyutunu küçültüyoruz */
        display: -webkit-box;
        -webkit-line-clamp: 2;  /* Açıklamayı 2 satırla sınırlıyoruz */
        -webkit-box-orient: vertical;
        overflow: hidden;       /* Taşan metni gizliyoruz */
    }

    .worldreaml-manga-chapters a {
        font-size: 0.7rem;    /* Bölüm linki font boyutunu küçültüyoruz */
        padding: 2px 4px;     /* Padding'i küçültüyoruz */
    }

    .worldreaml-manga-cover {
        height: 180px;  /* Kapak resminin yüksekliğini küçültüyoruz */
    }

    .worldreaml-manga-link {
        padding: 4px 8px;
        font-size: 0.7rem;   /* Link font boyutunu küçültüyoruz */
    }
}
