.wdbp-slider {
position: relative;
overflow: hidden;
margin: 0 auto 20px;
width: 100%;
}
.wdbp-width-contained {
max-width: 1200px;
}
.wdbp-width-full {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
.wdbp-slides {
display: flex;
transition: transform 0.4s ease;
will-change: transform;
}
.wdbp-slide {
flex: 0 0 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.wdbp-slide img {
width: 100%;
height: auto;
object-fit: contain;
} .wdbp-width-full .wdbp-slide img {
width: 100vw;
height: auto;
object-fit: contain;
display: block;
} .wdbp-unavailable-container {
padding: 60px 20px;
text-align: center;
background: #f9f9f9;
border-radius: 12px;
margin: 20px 0;
display: flex;
justify-content: center;
align-items: center;
}
.wdbp-unavailable-card {
max-width: 500px;
padding: 40px;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.wdbp-unavailable-icon {
color: #e74c3c;
margin-bottom: 20px;
}
.wdbp-unavailable-card h1 {
font-size: 28px;
margin-bottom: 15px;
color: #333;
}
.wdbp-unavailable-card p {
font-size: 16px;
color: #666;
line-height: 1.6;
margin-bottom: 30px;
}
.wdbp-home-button {
display: inline-block;
padding: 12px 30px;
background-color: #7ed321;
color: #fff !important;
text-decoration: none;
border-radius: 30px;
font-weight: 600;
transition: all 0.3s ease;
}
.wdbp-home-button:hover {
background-color: #6fb91d;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(126, 211, 33, 0.3);
}