.wd-search-requests ul,.wd-search-requests ul ol {
list-style:none;
--li-pl: 0;
--list-mb: 0;
--li-mb: 0}
.wd-requests-enabled {
--wd-requests-height: 91px}
.wd-search-requests {
margin-top:20px}
.wd-search-requests ::-webkit-scrollbar {
height:8px}
.wd-search-requests ::-webkit-scrollbar-track,.wd-search-requests ::-webkit-scrollbar-thumb {
background-color:transparent !important}
.wd-search-requests ::-webkit-scrollbar-track {
border-bottom:4px solid var(--scrollbar-track-bg)}
.wd-search-requests ::-webkit-scrollbar-thumb {
border-bottom:4px solid var(--scrollbar-thumb-bg)}
.wd-search-requests ul {
overflow:hidden;
overflow-x:auto;
margin-top:10px;
height:40px;
white-space:nowrap;
font-size:0}
.browser-Firefox .wd-search-requests ul {
scrollbar-width:thin}
.wd-search-requests ul li {
display:inline-block}
.wd-search-requests ul li:not(:last-child) {
margin-inline-end:5px}
.wd-search-requests ul a {
display:inline-block;
padding:8px 14px;
border:2px solid var(--wd-primary-color);
border-radius:calc(var(--wd-brd-radius) / 1.5);
color:var(--wd-primary-color);
text-transform:uppercase;
font-weight:600;
font-size:12px;
line-height:1}
.wd-search-requests ul a:hover {
background-color:var(--wd-primary-color);
color:#fff}
.wd-search-requests .wd-search-requests-text {
margin-bottom:15px;
font-size:16px;
line-height:1}
@media (min-width: 1025px) {
.wd-search-requests {
--scrollbar-track-bg: rgba(0,0,0,0.05);
--scrollbar-thumb-bg: rgba(0,0,0,0.12)}
.wd-search-requests ::-webkit-scrollbar {
width:5px}
.wd-search-requests ::-webkit-scrollbar-track {
background-color:var(--scrollbar-track-bg)}
.wd-search-requests ::-webkit-scrollbar-thumb {
background-color:var(--scrollbar-thumb-bg)}
}
