.elementor-2179 .elementor-element.elementor-element-021e52b{--display:flex;--min-height:335px;}/* Start custom CSS for html, class: .elementor-element-d751706 */.libraryUst {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 20px;
}

.libraryUst .row {
    width: 100%;
    max-width: 700px;
}

.libraryUstmedium-12.columns {
    width: 100%;
}

.libraryUst .search-container {
    background: rgba(255, 255, 255, 0.75);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.libraryUst .row.collapse {
    display: flex;
    margin-bottom: 20px;
}

.libraryUst .small-10.columns {
    flex: 1;
    margin-right: 0;
}

.libraryUst .small-2.columns {
    flex: 0 0 auto;
}

.libraryUst .inputText {
    width: 100%;
    padding: 11px 16px;
    margin-top: 2px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
    outline: none;
    background: white;
}

.inputText::placeholder {
    color: #999;
}

.libraryUst .inputText:focus {
    border-color: #0066cc;
}

.libraryUst .button.postfix {
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #003366;
    color: white;
    border: 1px solid white;
    border-left: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: background-color 0.2s;
}

.libraryUst .button.postfix:hover {
    background-color: #004488;
}

.libraryUst .button.postfix:active {
    background-color: #002244;
}

.libraryUst .search-options {
    display: flex;
    gap: 24px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.libraryUst .checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.libraryUst .checkbox-label input[type="checkbox"],
.libraryUst .checkbox-label input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
    accent-color: #003366;
}

.libraryUst .checkbox-label span {
    font-size: 15px;
    color: #003366;
    font-weight: 500;
}

.libraryUst .checkbox-label:hover span {
    color: #004488;
}

/* Responsive design */
@media (max-width: 768px) {
    .libraryUst .search-container {
        padding: 24px;
    }
    
    .libraryUst .row.collapse {
        flex-direction: column;
    }
    
    .libraryUst .inputText {
        border-right: 1px solid #333;
        border-radius: 4px 4px 0 0;
        margin-bottom: 0;
    }
    
    .libraryUst .button.postfix {
        border-left: 1px solid #333;
        border-top: none;
        border-radius: 0 0 4px 4px;
        width: 100%;
    }
    
    .libraryUst .search-options {
        flex-direction: column;
        gap: 12px;
    }
}/* End custom CSS */