.dnn-slider {
    width: 100%;
    position: relative;
}


/* کارت خبر */
.dnn-card {
    overflow: hidden;
    border-radius: 12px;
}


/* تصویر */
.dnn-image {

    position:relative;

    height:450px;

    overflow:hidden;

}

.dnn-image img {

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

//اسلایدر نمای موبایل
@media (max-width: 768px) {

	.dnn-image {

        height:280px;

    }

    .dnn-image img {

        height:280px;

    }

}


/* نوار عنوان روی تصویر */
.dnn-overlay {

    position: absolute;

    bottom: 0;
    right: 0;
    left: 0;

    background: rgba(0,0,0,.65);

    color: #fff;

    padding: 15px;

}


.dnn-overlay h3 {

    color: #fff;

    font-size: 18px;

    margin: 0 0 8px;

    line-height: 1.6;

}

.dnn-site-name {

    display:inline-block;

    margin-top:8px;

    padding:5px 14px;

    border-radius:20px;

    color:#fff;

    font-size:13px;

    font-weight:500;

    box-shadow:
    0 2px 6px rgba(0,0,0,.25);

}


/* فلش های ناوبری */

.dnn-prev,
.dnn-next {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    z-index: 99;

    width: 38px;

    height: 38px;

    border-radius: 50%;

    background: rgba(0,0,0,.55);

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 24px;

    cursor: pointer;

    transition: .3s;

}


.dnn-prev {

    right: 15px;

}


.dnn-next {

    left: 15px;

}


.dnn-prev:hover,
.dnn-next:hover {

    background: rgba(0,0,0,.85);

}


.dnn-image {
    height:450px !important;
    overflow:hidden !important;
}


.dnn-image img {
    width:100% !important;
    height:450px !important;
    min-height:450px !important;
    object-fit:cover !important;
}




.dnn-title-row h3 {

    flex:1;

}


.dnn-date {

    font-size:12px;

    color:#ddd;

    white-space:nowrap;

}

.dnn-meta {

    display:flex;

    align-items:center;

    gap:10px;

}


.dnn-date {

    font-size:12px;

    color:#ddd;

}