.collection-selector-container-e9a92b16 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    width: 100%;
}

.collection-label-e9a92b16 {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    white-space: nowrap;
}

.collection-select-e9a92b16 {
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #ffffff;
    color: #333333;
    padding: 10px 32px 10px 18px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    outline: none;
    transition: border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
}

.collection-select-e9a92b16:focus,
.collection-select-e9a92b16:hover {
    border-color: rgba(0,0,0,0.2);
}
