.xt::before {
z-index: 8;
background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, #fff 100%);
display: block;
content: "";
height: 105px;
margin-top: -110px;
position: relative;
}
#mores {
display: none;
}
@media screen and (max-width: 480px) {
button#toiBtn {
width: 100% !important;
}
}
button#toiBtn {
border-radius: 5px;
background: #fff;
font-weight: 600;
text-transform: inherit;
border: 1px solid;
width: 150px;
top: 13px;
margin-bottom: 40px;
margin-bottom: 40px;
border: 1px solid #000;
color: #000;
padding: 5px 10px;
}
button#toiBtn::after {
content: "";
width: 0;
right: 0;
border-bottom: 5px solid #1bacca;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
display: inline-block;
vertical-align: middle;
margin: -2px 0 0 8px;
}
.xt button#toiBtn::after{
border-top: 5px solid #1bacca;
border-bottom:none;
}