﻿.rashifal-sidebar {
    /*width: 415px;*/
}

.rashifal-list-dnpl {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

    .rashifal-list-dnpl a {
        text-decoration: none;
        color: #101010;
    }

    .rashifal-list-dnpl li {
        background: #ffffff;
        border-radius: 8px;
        font-size: 14px;
        /*min-width: 15%;*/
        min-width: 7.5%;
        min-height: 125px;
        min-height: 110px;
        /*box-shadow: 0 0 2px #dbdbdb, 0 1px 2px #dbdbdb;*/
        margin: 0;
    }

        .rashifal-list-dnpl li a {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 100%;
            font-weight: 600;
        }

.active-dark-mode .rashifal-list-dnpl li {
    background: #000;
}

@media (max-width: 760px) {
    .rashifal-list-dnpl li {
        min-height: 72px;
        font-weight: 400;
    }

    .rashifal-list-dnpl li {
        min-width: 30%;
        max-height: 100px;
    }

        .rashifal-list-dnpl li a span {
            margin-bottom: 0px;
        }

        .rashifal-list-dnpl li svg {
            padding-top: 14px;
        }
}

.rashifal-list-dnpl li:hover {
    box-shadow: 0 0 2px #dbdbdb, 0 1px 2px #dbdbdb;
}

.rashifal-list-dnpl li a span {
    margin-bottom: 6px;
}
/* ----- Break Points ------- */
@media (max-width: 767px) {
    .rashifal-list-dnpl {
        justify-content: center;
        gap: 10px;
    }

    /*.rashifal-sidebar {
                width: 370px;
            }*/
    .slider-wrap-3 .figure-holder img {
        height: 500px;
    }

    .web-story_col {
        margin-left: 11px;
    }

    .aspect-radio15 {
        aspect-ratio: 9 / 12;
    }
}

.active-dark-mode .rashifal-list-dnpl li a {
    color: #fff;
}


.web-story-section .visualstorys {
    max-height: 400px;
}

.CategoryHeadline {
    font-size: 3rem;
}

.figure-holder.radius-medium a.link-wrap, .figure-holder.radius-medium img {
    border-radius: 4px;
}

ul.slider-navigation-layout1.position-layout2 {
    top: 49%;
}

.web-story_col .slider-wrap-3 .figure-holder img {
    height: 600px;
}

.dnpl_horoscope{
    width:100%;
}
