/**
 * Vorteil Teaser Module Styles
 * 
 * @package Gustoso Child Theme
 * @since 1.0
 */

/* Main Container */
.gustoso-vorteil-teaser {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Icon - Circular with checkmark, positioned above box */
.gustoso-vorteil-teaser__icon {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #92A9CD !important;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-sizing: border-box;
}

.gustoso-vorteil-teaser__icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

/* Box - Rectangular with border */
.gustoso-vorteil-teaser__box {
    border: 1px solid #92A9CD !important;
    background-color: #ffffff;
    border-radius: 0;
    padding: 40px 30px;
    margin-top: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

/* Text */
.gustoso-vorteil-teaser__text {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #333333;
    margin: 0;
    padding: 0;
    text-align: left;
}

.gustoso-vorteil-teaser__text p {
    margin: 0;
    padding: 0;
}

.gustoso-vorteil-teaser__text p + p {
    margin-top: 1em;
}

/* Dark Mode Styles */
.gustoso-vorteil-teaser--dark .gustoso-vorteil-teaser__icon {
    background-color: #2c3340 !important;
    border-color: #6c757d !important;
}

.gustoso-vorteil-teaser--dark .gustoso-vorteil-teaser__icon svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.gustoso-vorteil-teaser--dark .gustoso-vorteil-teaser__box {
    background-color: #2c3340 !important;
    border-color: #6c757d !important;
}

.gustoso-vorteil-teaser--dark .gustoso-vorteil-teaser__text {
    color: #e9ecef !important;
}

.gustoso-vorteil-teaser--dark .gustoso-vorteil-teaser__text p {
    color: #e9ecef !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .gustoso-vorteil-teaser__box {
        padding: 30px 20px;
    }
    
    .gustoso-vorteil-teaser__text {
        font-size: 13px;
    }
    
    .gustoso-vorteil-teaser__icon {
        width: 36px;
        height: 36px;
        top: -18px;
    }
    
    .gustoso-vorteil-teaser__icon svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .gustoso-vorteil-teaser__box {
        padding: 25px 15px;
    }
    
    .gustoso-vorteil-teaser__text {
        font-size: 12px;
    }
    
    .gustoso-vorteil-teaser__icon {
        width: 32px;
        height: 32px;
        top: -16px;
    }
    
    .gustoso-vorteil-teaser__icon svg {
        width: 18px;
        height: 18px;
    }
}

.vorteile-section .vc_row {
    max-width: 1200px !important;
    margin: auto;
}

/* Equal height boxes within a row */
.vorteile-section .vc_row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

.vorteile-section .vc_column_container {
    display: flex !important;
    flex-direction: column !important;
}

.vorteile-section .vc_column-inner {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.vorteile-section .wpb_wrapper {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.vorteile-section .gustoso-vorteil-teaser {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.vorteile-section .gustoso-vorteil-teaser__icon {
    top: 0;
}

.vorteile-section .gustoso-vorteil-teaser__box {
    flex: 1;
    margin-top: 0;
}