/**
 * NGW Árukereső Elementor Widget Styles
 * 
 * @package NGW_WPC
 * @since 2.0.0
 */

.ngw-arukereso-container {
    background: transparent;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ngw-arukereso-logo {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ngw-arukereso-logo img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 120px;
}

.ngw-arukereso-text {
    line-height: 16px;
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ngw-arukereso-text {
    line-height: 16px;
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif;
}

.ngw-arukereso-text a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.ngw-arukereso-text a:hover {
    opacity: 0.8;
}

/* Elementor szerkesztő mód stílusok */
.elementor-editor-active .ngw-arukereso-container {
    border: 1px dashed #ccc;
    padding: 10px;
    border-radius: 4px;
} 