.drf-f0c597c8-container {
    width: 100%;
    margin-bottom: 15px;
}

.drf-f0c597c8-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.drf-f0c597c8-icon {
    position: absolute;
    left: 12px;
    display: flex;
    align-items: center;
    color: #888;
    pointer-events: none;
    z-index: 2;
}

.drf-f0c597c8-input {
    width: 100%;
    padding: 12px 12px 12px 40px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.drf-f0c597c8-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.drf-f0c597c8-clear {
    position: absolute;
    right: 12px;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ef4444;
    background: transparent;
    border: 1px solid #ef4444;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 2;
}

.drf-f0c597c8-clear:hover {
    background-color: #ef4444;
    color: #fff;
}

/* Hidden target elements style */
.drf-f0c597c8-hidden {
    display: none !important;
}
