.mrr-homepage-slider-widget-area {
    width: 100%;
    max-width: 1200px;
    margin: 36px auto;
}

.mrr-homepage-slider-widget-area .widget {
    margin: 0;
}

.mrr-homepage-widget-title {
    margin: 0 0 12px;
}

.mrr-news-slider {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: #111;
    border-radius: 14px;
    color: #fff;
}

.mrr-news-slide {
    position: absolute;
    inset: 0;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease;
}

.mrr-news-slide.active {
    opacity: 1;
    visibility: visible;
}

.mrr-news-image {
    display: block;
    width: 230px;
    min-width: 230px;
    height: 150px;
    overflow: hidden;
}

.mrr-news-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mrr-news-content {
    flex: 1;
    min-width: 0;
    padding: 15px 64px 15px 22px;
}

.mrr-news-content h2 {
    margin: 0 0 6px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.08;
    font-weight: 700;
}

.mrr-news-content h2 a {
    color: #fff;
    text-decoration: none;
}

.mrr-news-content p {
    margin: 0;
    max-width: 900px;
    color: #f2f2f2;
    font-size: 14px;
    line-height: 1.4;
}

.mrr-news-prev,
.mrr-news-next {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 38px;
    height: 38px;
    padding: 0;
    transform: translateY(-50%);
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mrr-news-prev { left: 10px; }
.mrr-news-next { right: 10px; }

.mrr-news-prev:hover,
.mrr-news-next:hover {
    background: rgba(255,255,255,.12);
}

.mrr-news-dots {
    position: absolute;
    right: 48px;
    bottom: 14px;
    z-index: 30;
    display: flex;
    gap: 7px;
}

.mrr-news-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #777;
    cursor: pointer;
}

.mrr-news-dots button.active { background: #ed1c24; }

@media (max-width: 900px) {
    .mrr-news-content { padding-right: 55px; }
    .mrr-news-content h2 { font-size: 25px; }
}

@media (max-width: 650px) {
    .mrr-homepage-slider-widget-area { margin-bottom: 28px; }
    .mrr-news-slider { height: 285px; }
    .mrr-news-slide { flex-direction: column; }
    .mrr-news-image {
        width: 100%;
        min-width: 100%;
        height: 125px;
    }
    .mrr-news-content { padding: 14px 45px 28px 18px; }
    .mrr-news-content h2 { font-size: 23px; }
    .mrr-news-content p { font-size: 14px; }
    .mrr-news-prev,
    .mrr-news-next { top: 62px; }
    .mrr-news-dots { right: 45px; bottom: 12px; }
}
