.o-btn-base {
background: transparent;
cursor: pointer;
white-space: nowrap;
padding: 0;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
-webkit-transition: background-color .3s ease,color .3s ease,border-color .3s ease;
transition: background-color .3s ease,color .3s ease,border-color .3s ease;
}
.fa-arrow-down:before {
background-image: url('https://busbooking.dk/public/assets/images/down-arrow-32.png');
background-size: 10px 20px;
display: inline-block;
width: 10px;
height: 20px;
content:"";
}
.o-btn-pill {
border-radius: 36px;
-webkit-box-shadow: 0 1px 0 hsl(0deg 0% 73% / 20%), 0 3px 5px rgb(0 0 0 / 8%);
box-shadow: 0 1px 0 hsl(0deg 0% 73% / 20%), 0 3px 5px rgb(0 0 0 / 8%);
width: 160px;
padding: 8px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.o-btn {
overflow: hidden;background-color: #f6f4ef;
border-radius: 50%;height: 32px;width: 32px;
margin-left: auto;