/**
 * Featured Post Premium Editorial Styling for Rópard
 */

.ropard-fp-container-89fd30e3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    box-sizing: border-box;
}

/* Base Image Styles */
.ropard-fp-image-wrapper-89fd30e3 {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 480px; /* Default height */
}

.ropard-fp-img-link-89fd30e3 {
    display: block;
    width: 100%;
    height: 100%;
}

.ropard-fp-img-89fd30e3 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.ropard-fp-image-wrapper-89fd30e3:hover .ropard-fp-img-89fd30e3 {
    transform: scale(1.025);
}

/* Editorial Split Layout (Desktop default) */
@media (min-width: 1025px) {
    .ropard-fp-split-89fd30e3 {
        flex-direction: row;
        align-items: center;
        gap: 60px;
    }

    .ropard-fp-split-89fd30e3 .ropard-fp-image-wrapper-89fd30e3 {
        flex: 1 1 50%;
        width: 50%;
    }

    .ropard-fp-split-89fd30e3 .ropard-fp-content-89fd30e3 {
        flex: 1 1 50%;
        width: 50%;
        padding: 40px 0;
    }

    /* Handle Left Image Position */
    .ropard-fp-split-89fd30e3.ropard-fp-img-left-89fd30e3 {
        flex-direction: row;
    }
    
    .ropard-fp-split-89fd30e3:not(.ropard-fp-img-left-89fd30e3) {
        flex-direction: row-reverse;
    }
}

/* Wide Banner Layout Styles */
.ropard-fp-banner-89fd30e3 {
    position: relative;
    text-align: center;
}

.ropard-fp-banner-89fd30e3 .ropard-fp-content-89fd30e3 {
    padding: 30px 15px;
    margin: 0 auto;
    max-width: 800px;
}

/* Premium Typography Elements */
.ropard-fp-cat-89fd30e3 {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 18px;
}

.ropard-fp-title-89fd30e3 {
    font-family: "Playfair Display", "Didot", "Georgia", serif;
    font-size: clamp(32px, 4.5vw, 54px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.015em;
    color: #111111;
    margin: 0 0 16px 0;
}

.ropard-fp-title-89fd30e3 a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.ropard-fp-title-89fd30e3 a:hover {
    opacity: 0.8;
}

.ropard-fp-date-89fd30e3 {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #777777;
    margin-bottom: 15px;
}

.ropard-fp-excerpt-89fd30e3 {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
    margin: 0 0 30px 0;
    max-width: 680px;
}

/* Elegant Minimal Button */
.ropard-fp-btn-89fd30e3 {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #111111;
    text-decoration: none;
    padding-bottom: 6px;
    border-bottom: 1px solid #111111;
    transition: all 0.3s ease;
}

.ropard-fp-btn-89fd30e3:hover {
    opacity: 0.7;
    padding-bottom: 10px;
}

/* Responsive Adaptive CSS */
@media (max-width: 1024px) {
    .ropard-fp-image-wrapper-89fd30e3 {
        height: 380px;
    }
    .ropard-fp-split-89fd30e3 .ropard-fp-content-89fd30e3 {
        padding: 30px 10px;
    }
}

@media (max-width: 767px) {
    .ropard-fp-image-wrapper-89fd30e3 {
        height: 280px;
    }
    
    .ropard-fp-split-89fd30e3 {
        flex-direction: column !important;
    }
    
    .ropard-fp-split-89fd30e3.ropard-fp-mobile-img-after-89fd30e3 {
        flex-direction: column-reverse !important;
    }
}
