.post-slider-container-f01cfda4 {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-family: inherit;
    border-radius: 8px;
}

.post-slider-wrapper-f01cfda4 {
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.post-slide-f01cfda4 {
    width: 33.3333%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.slide-content-f01cfda4 {
    max-width: 800px;
    padding: 0 40px;
    text-align: center;
    z-index: 2;
    color: #ffffff;
}

.slide-meta-f01cfda4 {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.slide-title-f01cfda4 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.slide-excerpt-f01cfda4 {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.slide-btn-f01cfda4 {
    display: inline-block;
    padding: 12px 30px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 30px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.slide-btn-f01cfda4:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

.slider-controls-f01cfda4 {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
    padding: 0 20px;
    box-sizing: border-box;
    pointer-events: none;
}

.slider-controls-f01cfda4 button {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #ffffff;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.3s ease;
    pointer-events: auto;
}

.slider-controls-f01cfda4 button:hover {
    background: rgba(255, 255, 255, 0.4);
}

.post-slider-empty-f01cfda4 {
    text-align: center;
    padding: 60px;
    background: #f9f9f9;
    color: #666;
    border: 1px dashed #ccc;
    border-radius: 8px;
}
