/* --- Kereső mező alap stílusok --- */
.wp-block-search__inside-wrapper {
    background: transparent;
    border: 0;
}

.wp-block-search__inside-wrapper input {
    background: transparent;
    border: 0;
}

.wp-block-search__button-inside {
    background: transparent;
    border: 0;
}

.wp-block-search__button-inside input[type="search"] {
    background: transparent;
    color: #fff;
}

.wp-block-search__button-inside input[type="search"]::placeholder {
    color: #fff;
}

.trp-language-switcher > div {
    padding: 0;
    background-color: transparent !important;
}

.wp-block-search {
    position: relative;
}

/* --- Live search panel --- */
.wc-live-search-output {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    display: none;
    min-width: 320px;
}

/* --- Szekciók --- */
.wc-ls-section {
    padding: 10px 16px 6px;
}

.wc-ls-section + .wc-ls-section {
    border-top: 1px solid #f0f0f0;
}

.wc-ls-section-header {
    font-size: 11px;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #eee;
}

/* --- Termékek --- */
.wc-ls-product {
    display: flex;
    align-items: center;
    padding: 7px 0;
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
}

.wc-ls-product:last-child {
    border-bottom: none;
}

.wc-ls-product:hover {
    background: #f7f7f7;
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
}

.wc-ls-product-img {
    flex-shrink: 0;
    margin-right: 12px;
}

.wc-ls-product-img img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}

.wc-ls-product-name {
    font-size: 14px;
    color: #222;
    line-height: 1.3;
}

/* --- Kategóriák --- */
.wc-ls-category {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
}

.wc-ls-category:last-child {
    border-bottom: none;
}

.wc-ls-category:hover {
    color: #0070c9;
    background: #f7f7f7;
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
}

.wc-ls-cat-icon {
    flex-shrink: 0;
    display: block;
}

/* --- Márkák --- */
.wc-ls-brands-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 4px 0 6px;
}

.wc-ls-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    transition: border-color 0.15s;
}

.wc-ls-brand:hover {
    border-color: #0070c9;
    color: #0070c9;
}

.wc-ls-brand-name {
    white-space: nowrap;
}

.wc-ls-brand-logo {
    max-width: 70px;
    max-height: 32px;
    object-fit: contain;
    display: block;
}

/* --- "Minden eredmény" gomb --- */
.wc-ls-all-results {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 16px;
    background: #2271b1;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0 0 8px 8px;
    margin-top: 4px;
    transition: background 0.15s;
}

.wc-ls-all-results:hover {
    background: #135e96;
}

/* --- Loading / hibaüzenetek --- */
.wc-live-search-loading {
    text-align: center;
    padding: 20px;
}

.wc-live-search-loading img {
    width: 32px;
    height: 32px;
}

.wc-live-search-no-results,
.wc-live-search-error {
    padding: 14px 16px;
    color: #999;
    font-style: italic;
    font-size: 14px;
}
