/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com
Template: hello-elementor
Author: GSMFACE
Author URI: https://gsmface.hu
Description: A child theme of Hello Elementor.
Version: 1.0.1
Updated: 2026-06-20 15:40:00
Text Domain: hello-elementor-child

*/


.site-breadcrumb {
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
    font-family: 'Poppins';
}

.site-breadcrumb a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.site-breadcrumb a:hover {
    text-decoration: underline;
}

.site-breadcrumb .breadcrumb-separator {
    color: white;
}


.site-breadcrumb .breadcrumb-current {
    font-weight: 600;
    color: white;
}


/* Táblázat alapja - nincs keret, nincs háttér */
table {
    border-collapse: collapse;
    width: auto;
    background: none;
    border: none;
}

/* Cellák - nincs szegély, nincs zebra csíkozás */
table td,
table th {
    border: none !important;
    background: none !important;
    padding: 2px 10px;
    text-align: left;
}

/* Az összes sor háttere legyen átlátszó (felülírja a zebra-stílust) */
table tr,
table tr:nth-child(even),
table tr:nth-child(odd) {
    background: none !important;
    border: none !important;
}

/* Első oszlop - normál szöveg */
table td:first-child {
    font-weight: normal;
    white-space: nowrap;
}

/* Második oszlop - vastag ár, kis térköz balra */
table td:last-child {
    font-weight: bold;
    padding-left: 20px;
}