.sf-98e29434-container {
    font-family: inherit;
    position: relative;
    width: 100%;
}

.sf-98e29434-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.sf-98e29434-dropdown-btn {
    width: 100%;
    padding: 12px 16px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sf-98e29434-dropdown-btn::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}

.sf-98e29434-dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    z-index: 999;
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.sf-show-98e29434 {
    display: block !important;
}

.sf-98e29434-option {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s;
}

.sf-98e29434-option:hover {
    background-color: #f5f5f5;
}

.sf-98e29434-checkbox {
    margin-right: 10px;
    cursor: pointer;
}

.sf-98e29434-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.sf-98e29434-inline-option {
    padding: 0;
}
