.elementor-kit-3584{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"IBM Plex Sans", Sans-serif;font-size:18px;}.elementor-kit-3584 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3584 h1{font-family:"Helvetica", Sans-serif;}.elementor-kit-3584 h2{font-family:"Inter", Sans-serif;font-size:45px;font-weight:900;}.elementor-kit-3584 h3{font-family:"Inter", Sans-serif;font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Fő konténer és cím stílusa */
.weekly-schedule-container {
    font-family: Arial, sans-serif;
    max-width: 100%;
    overflow-x: auto;
    padding: 10px;
}

.weekly-schedule-container h3 {
    color: white; 
    margin-top: 100px;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 15px;
}

/* Táblázat stílusa */
.weekly-schedule-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Fejléc stílusa */
.weekly-schedule-table thead th {
    background-color: #ff4e08;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 12px 15px;
}

/* Cella stílusa */
.weekly-schedule-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    font-size: 0.9em;
    line-height: 1.4;
}

/* Sorok váltakozó színe a jobb olvashatóságért */
.weekly-schedule-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

/* Cella tartalmának stílusa */
.weekly-schedule-table td a {
    color: #ff4e08; /* A linkek színe narancsra változtatva */
    text-decoration: none;
    font-weight: bold;
}

.weekly-schedule-table td a:hover {
    text-decoration: underline;
}

.weekly-schedule-table td em {
    color: #666;
    font-style: italic;
    font-size: 0.85em;
}

.weekly-schedule-table td span {
    display: block;
    color: #888;
    font-size: 0.8em;
}

/* Utolsó td a sorban */
.weekly-schedule-table td:last-child {
    font-weight: bold;
    border-right: 2px solid #ddd;
}

/* Térköz az egyes teremblokkok között */
.location-group {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ff4e08; /* Narancssárga elválasztóvonal */
}

/* Utolsó teremblokk alatti elválasztóvonal eltávolítása */
.location-group:last-child {
    border-bottom: none;
    margin-bottom: 0;
}


.mobile-schedule-container h3{
    margin-top:80px!important;
}


/* --- JAVÍTOTT RESZPONZÍV (MOBIL NÉZET) STÍLUSOK --- */

@media (max-width: 768px) {
    .weekly-schedule-table,
    .weekly-schedule-table tbody,
    .weekly-schedule-table tr,
    .weekly-schedule-table td {
        display: block !important;
        width: 100% !important;
        position: relative !important;
        box-sizing: border-box !important;
    }
    
    .weekly-schedule-table thead {
        display: none !important;
    }

    .weekly-schedule-table tr {
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    
    .weekly-schedule-table td {
        text-align: right !important;
        border-bottom: 1px solid #eee;
        padding-left: 50% !important;
        min-height: 50px;
    }
    
    .weekly-schedule-table tr td:last-child {
        border-bottom: none !important;
    }

    .weekly-schedule-table td:before {
        content: attr(data-label);
        position: absolute !important;
        left: 0;
        width: 45%;
        padding-left: 15px;
        font-weight: bold;
        text-align: left !important;
        color: #555;
    }
}/* End custom CSS */