.comments-area a, .page-content a{
    text-decoration: none;
}
.megafan-container {
    max-width: 1200px;
    margin: 40px auto;
}

.megafan-top {
    display: flex;
    gap: 40px;
}

.megafan-gallery {
    width: 45%;
}

.gallery-item {
    margin-bottom: 15px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.megafan-content {
    width: 55%;
}

.megafan-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.megafan-section {
    margin-top: 50px;
}

.megafan-section h2 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.megafan-gallery-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.megafan-thumb {
    
    overflow: hidden;
    border-radius: 6px;
}

.megafan-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.megafan-slider {
    padding-bottom: 40px;
}

.megafan-card {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.megafan-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.megafan-card h3 {
    padding: 15px;
    font-size: 18px;
}

.megafan-card a {
    text-decoration: none;
    color: #000;
}

.megafan-main {
    width: 100%;
    margin-bottom: 10px;
}

.megafan-main img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
}

.megafan-thumb {
    margin-top: 10px;
}

.megafan-thumb .swiper-slide {
    opacity: 0.4;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    height: 90px;
}

.megafan-thumb .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #6a6a6a45;
}

.megafan-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.megafan-post-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
}

.megafan-post-banner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
}

.megafan-post-wrapper {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.megafan-post-content {
    width: 70%;
}

.megafan-post-sidebar {
    width: 30%;
}

.megafan-post-title {
    font-size: 42px;
    margin-bottom: 15px;
}

.megafan-post-meta {
    color: #777;
    margin-bottom: 30px;
}

.megafan-post-body {
    line-height: 1.8;
    font-size: 17px;
}

.megafan-post-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.megafan-post-sidebar li {
    margin-bottom: 20px;
}

.megafan-post-sidebar a {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: #000;
    align-items: center;
}

.sidebar-thumb img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}

@media(max-width:768px) {

    .megafan-post-wrapper {
        flex-direction: column;
    }

    .megafan-post-content,
    .megafan-post-sidebar {
        width: 100%;
    }

    .megafan-post-banner img {
        height: 250px;
    }

    .megafan-post-title {
        font-size: 28px;
    }
}

@media(max-width:768px) {

    .megafan-top {
        flex-direction: column;
    }

    .megafan-gallery,
    .megafan-content {
        width: 100%;
    }
}