.st-15444-wrapper {
    display: flex;
    align-items: center;
}
.st-15444-btn {
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    line-height: 1;
    /* FORCE ICON COLOR TO WHITE IF ELEMENTOR CONTROL FAILS */
    color: #ffffff !important;
}
.st-15444-btn svg, .st-15444-btn svg path {
    transition: fill 0.3s ease;
    fill: #ffffff !important; /* Force SVG fill to white */
}
.st-15444-btn i {
    transition: color 0.3s ease;
    color: #ffffff !important;
}

/* Hover state overrides */
.st-15444-btn:hover,
.st-15444-btn:hover i {
    color: #C9A84C !important;
}
.st-15444-btn:hover svg, 
.st-15444-btn:hover svg path {
    fill: #C9A84C !important;
}

/* Standalone Search Overlay */
.angie-search-overlay-15444 {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(31, 40, 51, 0.98) !important;
    z-index: 999999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease !important;
}
.angie-search-overlay-15444.active {
    opacity: 1 !important;
    visibility: visible !important;
}
.angie-search-close-15444 {
    position: absolute !important;
    top: 30px !important;
    right: 30px !important;
    background: rgba(255,255,255,0.1) !important;
    border: 2px solid rgba(255,255,255,0.2) !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 32px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    line-height: 1 !important;
}
.angie-search-close-15444:hover {
    color: #C9A84C !important;
    border-color: #C9A84C !important;
    background: rgba(201, 168, 76, 0.1) !important;
}
.angie-search-form-15444 {
    position: relative !important;
    width: 90% !important;
    max-width: 800px !important;
    background: rgba(255, 255, 255, 0.1) !important; /* Made background more visible */
    padding: 30px !important;
    border-radius: 12px !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important; /* Stronger border */
    box-shadow: 0 10px 40px rgba(0,0,0,0.8) !important;
}
.angie-search-input-15444 {
    width: 100% !important;
    background: #ffffff !important; /* Solid white background */
    border: 3px solid #C9A84C !important; /* Thick gold border */
    border-radius: 8px !important;
    color: #1F2833 !important; /* Dark text */
    font-size: 24px !important;
    padding: 15px 80px 15px 25px !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    display: block !important;
}
.angie-search-input-15444:focus {
    border-color: #FFC553 !important;
    box-shadow: 0 0 20px rgba(201, 168, 76, 0.6) !important;
}
.angie-search-input-15444::placeholder {
    color: rgba(31, 40, 51, 0.6) !important;
}
.angie-search-submit-15444 {
    position: absolute !important;
    right: 35px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #1F2833 !important;
    border: 2px solid #1F2833 !important;
    border-radius: 6px !important;
    color: #C9A84C !important;
    cursor: pointer !important;
    padding: 10px 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
}
.angie-search-submit-15444:hover {
    background: #C9A84C !important;
    color: #1F2833 !important;
    border-color: #C9A84C !important;
}