#search_form::before {
content: "";
display: block;
left: -100%;
background: rgb(57 70 77 / var(--tw-bg-opacity));
top: 0;
position: absolute;
bottom: 0;
right: 100%;
}
#search_form::after {
content: "";
display: block;
left: 100%;
background: rgb(57 70 77 / var(--tw-bg-opacity));
top: 0;
position: absolute;
bottom: 0;
right: -100%;
}
#results tr {
transition: all 0.3s;
}
#results tbody tr:hover {
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
color: rgb(239 125 0 / var(--tw-text-opacity));
}
#results tbody tr a {
display: block;
}