.elementor-21134 .elementor-element.elementor-element-96adcc0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eca42e0 *//* KÖZÖS ALAPOK */
.alert-box {
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-family: sans-serif;
    line-height: 1.5;
    color: #2c3e50;
    border-left: 5px solid;
}

/* PIROS VARIÁNS (Tájékoztató doboz) */
.alert-red {
    background-color: #fdf2f2;
    border-color: #dc3545;
    margin-bottom: 25px;
}
.alert-red a { color: #dc3545; font-weight: bold; text-decoration: none; }

/* KÉK VARIÁNS (#282452) */
.alert-blue {
    background-color: #f2f2f7;
    border-color: #282452;
}

/* ÉRINTETTSÉGI KORÁBBI MODUL (Gépjárművek elérhetőség vonala) */
.contact-line {
    margin-top: 10px;
    font-size: 0.9rem;
    border-top: 1px solid rgba(220, 53, 69, 0.2);
    padding-top: 10px;
}

/* NYOMTATVÁNY LISTA ELEMEI (INLINE) */
.forms-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 20px;
    margin: 0;
    flex-wrap: wrap;
}

.form-title {
    font-weight: 500;
    color: #282452;
    flex: 1;
    min-width: 250px;
}

.form-buttons {
    display: flex;
    gap: 8px;
}

/* GOMB STÍLUS (#282452) */
.btn-custom {
    background-color: #282452;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

.btn-custom:hover {
    opacity: 0.85;
    color: #ffffff;
}/* End custom CSS */