/* NFL Home News Slider – 100% μόνο slider */

.nfl-news-slider-wrap {
	position: relative;
	width: 100%;
}

.nfl-news-slider__slide {
	outline: none;
}

.nfl-news-slider__link {
	display: block;
	position: relative;
	text-decoration: none;
	color: inherit;
}

.slick-slide img{
	height: 100%!important;
}

.nfl-news-slider__media {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #eee;
}

.nfl-news-slider__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.nfl-news-slider__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	padding: 1rem;
	text-align: center;
	background: #e0e0e0;
	color: #555;
	font-size: 1rem;
}

/* Τίτλος πάνω στην εικόνα, κάτω 10px */
.nfl-news-slider__title {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    padding: 0.5rem 12px;
    margin: 0;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    padding: 10px;
    border-radius: 0 10px 10px 0px;
    background-color: rgb(189, 35, 35);
    max-width: 400px;
    left: 0;
}



/* Slick arrows – στη μέση (top), αριστερά/δεξιά, χωρίς background */
.nfl-news-slider-wrap .slick-prev,
.nfl-news-slider-wrap .slick-next {
	z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 40px;
    /* background: none !important; */
    border: none !important;
    opacity: 1;
    position: absolute;
    background: rgb(189, 35, 35);
    color: #fff;
    padding: 20px;
}

.nfl-news-slider-wrap i{
	color: #fff!important;
}

.nfl-news-slider-wrap .slick-prev {
	left: 2px;
}

.nfl-news-slider-wrap .slick-next {
	left: auto;
	right: 2px;
}

.nfl-news-slider-wrap .slick-prev:hover,
.nfl-news-slider-wrap .slick-next:hover {
	opacity: 1;
	background: none !important;
}

.nfl-news-slider-wrap .slick-dots {
	bottom: 0.5rem;
}

.nfl-news-slider-wrap .slick-dots li button:before {
	opacity: 0.75;
}

.nfl-news-slider-wrap .slick-dots li.slick-active button:before {
	opacity: 1;
}
