/* Oldalak Frontend Stílusok */

/* Footer lista stílusok - ugyanaz, mint a Csoportok és Galéria */
.oldalak-footer-list {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.oldalak-footer-title {
    margin: 0 0 15px 0 !important;
    font-family: var(--font-family-body) !important;
    font-size: var(--font-size-large-desktop, 1.125rem) !important;
    font-weight: var(--font-weight-semibold, 600) !important;
    color: #DD183B !important;
    text-align: left !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .oldalak-footer-title {
        font-size: var(--font-size-large-tablet, 1rem) !important;
    }
}

@media (max-width: 767px) {
    .oldalak-footer-title {
        font-size: var(--font-size-large-mobile, 1rem) !important;
    }
}

.oldalak-footer-items {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.oldalak-footer-item {
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    text-align: left !important;
    list-style: none !important;
}

.oldalak-footer-item:last-child {
    margin-bottom: 0 !important;
}

.oldalak-footer-item a {
    font-family: var(--font-family-body) !important;
    color: var(--color-text, #000) !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
    font-size: var(--font-size-small-desktop, 0.875rem);
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .oldalak-footer-item a {
        font-size: var(--font-size-small-tablet, 0.8125rem);
    }
}

@media (max-width: 767px) {
    .oldalak-footer-item a {
        font-size: var(--font-size-small-mobile, 0.8125rem);
    }
}

.oldalak-footer-item a:hover {
    color: #000 !important;
    text-decoration: none !important;
}

.oldalak-footer-item a:visited {
    color: #000 !important;
}

.oldalak-footer-item a:focus {
    color: #000 !important;
    text-decoration: none !important;
    outline: none;
}

/* Footer widget terület stílusok */
.footer-widget-area[data-section^="section-fb-html-"] .ast-builder-html-element {
    text-align: left !important;
    margin-left: 20px !important;
}

/* Mobil nézetben egyenletes elválasztás a footer section-ok között */
@media (max-width: 767px) {
    .oldalak-footer-list {
        margin-bottom: 40px !important;
    }
    
    .oldalak-footer-list:last-child {
        margin-bottom: 0 !important;
    }
    
    .footer-widget-area[data-section^="section-fb-html-"] .ast-builder-html-element .oldalak-footer-list {
        margin-bottom: 40px !important;
    }
    
    .footer-widget-area[data-section^="section-fb-html-"] .ast-builder-html-element .oldalak-footer-list:last-child {
        margin-bottom: 0 !important;
    }
}




