/* whats-jpc-sports Section - Custom CSS */
/* 基本的なElementorスタイル再現 */

/* Base section styles */
.whats-jpc-sports-section {
    position: relative;
}

/* Container styles */
.whats-jpc-sports-container {
    display: flex;
    padding: 0% 0% 0% 15%;
    width: 100%;
}

/* Column styles */
.whats-jpc-sports-column {
    display: flex;
    min-height: 1px;
    position: relative;
    flex-direction: column;
}

.whats-jpc-sports-column.whats-jpc-sports-col-100 {
    width: 100%;
}

.whats-jpc-sports-top-column {
    /* Top column styles */
}

/* Widget wrap styles */
.whats-jpc-sports-widget-wrap {
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.whats-jpc-sports-element-populated {
    /* Populated element styles */
}

/* Widget styles */
.whats-jpc-sports-widget {
    position: relative;
}

.whats-jpc-sports-element {
    position: relative;
}

/* Image widget styles */
.whats-jpc-sports-widget-image {
    /* Image widget styles */
}

.whats-jpc-sports-widget-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Widget container */
.whats-jpc-sports-widget-container {
    position: relative;
}

/* Column gap styles - no gap */
.whats-jpc-sports-column-gap-no > .whats-jpc-sports-column > .whats-jpc-sports-element-populated {
    padding: 0;
}

/* Responsive styles */
@media (max-width: 767px) {
    .whats-jpc-sports-container {
        padding: 0;
    }
    
    .whats-jpc-sports-column {
        width: 100%;
    }
}
