
.general-select{
width:auto;
min-width:120px;
max-width:none;
height:42px;
appearance:none;
padding:0px 36px 0px 14px;
border-radius:10px;
border:1px solid #372542;
font-size:16px;
font-weight:700;
background:#d2b9ec;
color:#080808;
cursor:pointer;
}

.select-wrapper{
display:inline-block;
flex:0 0 auto; 
}

.select-wrapper::after{
content:"▼";
position:absolute;
right:10px;
top:50%;
transform:translateY(-50%);
font-size:12px;
color:#555;
pointer-events:none;
}