.year-selector select {
padding: 10px 65px 10px 35px;
font-size: 32px;
border-radius: 5px;
border: 1px solid #88271A;
color: #5C0904;
cursor: pointer;
line-height: 1.5;
outline: none;
background-image: url(https://staging.jaivoice.com/wp-content/uploads/2024/12/arrow-down-sign-to-navigate-1.png);
background-repeat: no-repeat;
background-position: 85% 50%;
background-size: 20px;
padding-right: 70px;
}
.year-selector { }
.year-selector select {
appearance: none; -webkit-appearance: none; -moz-appearance: none; }