/* Added extra specificity to override Elementor default styles */
.elementor-widget-resizable_panels_67845dd8 .rp-container-67845dd8,
.rp-container-67845dd8 {
    display: flex !important;
    flex-direction: row !important; /* Force horizontal direction */
    flex-wrap: nowrap !important;
    width: 100% !important;
    min-height: 200px !important; /* Restore initial height */
    height: 200px !important; /* Force height to match min-height for consistency */
    background: transparent;
    padding: 0;
    user-select: none;
    border: none !important;
}

.elementor-widget-resizable_panels_67845dd8 .rp-panel-67845dd8,
.rp-panel-67845dd8 {
    padding: 40px 20px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none !important; 
    box-shadow: none !important;
    outline: none !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100% !important; /* Take full height of container */
}

.rp-left-67845dd8 { 
    flex: 1 1 33% !important; 
}
.rp-center-67845dd8 { 
    flex: 1 1 34% !important; 
}
.rp-right-67845dd8 { 
    flex: 1 1 33% !important; 
}

/* Make resizers visible again so users know where to click */
.elementor-widget-resizable_panels_67845dd8 .rp-resizer-67845dd8,
.rp-resizer-67845dd8 {
    width: 20px !important;
    min-width: 20px !important;
    cursor: col-resize !important;
    flex-shrink: 0 !important;
    position: relative;
    z-index: 10;
    margin: 0 -10px !important;
    background: rgba(0, 0, 0, 0.1) !important; /* Visible background on hover area */
    border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
    height: 100% !important;
    transition: background 0.2s;
}

.rp-resizer-67845dd8:hover, .rp-resizer-67845dd8.dragging {
    background: rgba(0, 0, 0, 0.3) !important; /* Darker on hover/drag */
}

.rp-center-67845dd8 {
    position: relative;
}

.rp-center-67845dd8 .elementor-widget-container {
    position: relative;
    z-index: 2;
    background: rgba(253, 245, 245, 0.8);
    padding: 5px 15px; 
    font-family: serif;
    font-style: italic;
    font-size: 24px;
    border-radius: 4px;
}