/* Dispo Section Styles - Details Style */

#gstro_dispo_section .gstro_dispo_row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #0000001a;
    padding: 12px 0;
}

#gstro_dispo_section .gstro_dispo_row:last-child {
    border-bottom: none;
}

#gstro_dispo_section .gstro_dispo_row_header {
    font-weight: 600;
    color: #333;
    background-color: #fff;
    margin: 0 -15px;
    padding: 12px 15px;
    border-radius: 5px 5px 0 0;
}

#gstro_dispo_section .gstro_dispo_row_header .gstro_dispo_label,
#gstro_dispo_section .gstro_dispo_row_header .gstro_dispo_value {
    color: #333;
}

#gstro_dispo_section .gstro_dispo_label {
    width: 50%;
    color: #666;
    font-size: 14px;
}

#gstro_dispo_section .gstro_dispo_value {
    width: 50%;
    color: #333;
    font-size: 14px;
}

#gstro_dispo_section .gstro_dispo_date_block {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}

#gstro_dispo_section .gstro_dispo_date_block h5 {
    margin: 0 0 10px 0;
    color: #333;
}

#gstro_dispo_section .gstro_dispo_intro {
    font-size: 14px;
    color: #666;
    margin: 0 0 15px 0;
    line-height: 1.5;
}

#gstro_dispo_section section {
    margin-bottom: 25px;
}

/* Hinweistext unter Ablaufplan */
#gstro_dispo_section .gstro_dispo_hinweis {
    margin-top: 15px;
    font-size: 13px;
    color: #666;
    font-style: italic;
    line-height: 1.5;
}

/* Locations Tabelle */
#gstro_dispo_section .gstro_dispo_locations_table {
    background: #fff;
    border-radius: 5px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    #gstro_dispo_section .gstro_dispo_label {
        width: 50%;
    }
    
    #gstro_dispo_section .gstro_dispo_value {
        width: 50%;
    }
    
    #gstro_dispo_section .gstro_dispo_hinweis {
        font-size: 12px;
    }
}
