.angie-live-search-wrapper-1926 {
    position: relative;
    width: 100%;
}

.angie-search-bar-1926 {
    display: flex;
    gap: 0;
    align-items: stretch;
}

.angie-search-input-1926 {
    flex-grow: 1;
    padding: 9px;
    border: 1px solid #ff4512;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    background-color: transparent;
    color: #2C3E50;
    transition: all 0.3s ease;
}

.angie-search-input-1926:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.5);
}

.angie-search-btn-1926 {
    background-color: #FF4512;
    border: 1px solid #ff4512;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 18px;
    color: #FFFBFB;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.angie-search-btn-1926:hover {
    background-color: #e03e10;
}

.angie-search-results-1926 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    margin-top: 5px;
    display: none; /* Hidden by default */
    flex-direction: column;
    gap: 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-radius: 4px;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #eee;
}

.angie-search-results-1926:empty {
    display: none;
    border: none;
}

.angie-search-item-1926 {
    padding: 12px 15px; /* Slightly reduced padding */
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
}

.angie-search-item-1926:hover {
    background: #f9f9f9;
}

.angie-search-item-1926:last-child {
    border-bottom: none;
}

.angie-result-title-1926 {
    margin: 0 0 3px 0;
    font-size: 15px; /* Slightly smaller title */
    font-weight: 600;
}

.angie-result-title-1926 a {
    text-decoration: none;
    color: #333;
    display: block;
}

.angie-result-title-1926 a:hover {
    color: #ff4512;
}

.angie-result-excerpt-1926 {
    font-size: 12px; /* Smaller excerpt as requested */
    color: #777;
    line-height: 1.3;
}

.angie-highlight-1926 {
    color: #ff4512;
    font-weight: 700;
    background-color: rgba(255, 69, 18, 0.1); /* Subtle background for better visibility */
    padding: 0 2px;
    border-radius: 2px;
}

.angie-search-loading-1926,
.angie-no-results-1926 {
    padding: 20px;
    text-align: center;
    color: #888;
    font-style: italic;
    background: #fff;
}
