.drivers-search__results-header{background-color:#f6f6f6;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}@media (max-width:768px){.drivers-search__results-header{display:none}}.drivers-search__results-header button{background:unset;text-align:left;color:#999;cursor:pointer;border:none;outline:none;padding:10px;font-size:15px;position:relative}.drivers-search__results-header button.sortable:after{content:"";background-image:url(../../icon-sort.40898c75.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:15px;height:20px;display:inline-block}.drivers-search__results-row{border-bottom:1px solid #e6e6e6;-ms-flex-flow:row;flex-flow:row;-ms-flex-pack:center;justify-content:center;padding:25px 10px;font-size:15px;display:-ms-flexbox;display:flex}.drivers-search__results-row a,.drivers-search__results-row p{-ms-flex-align:center;align-items:center;margin:0;display:-ms-flexbox;display:flex}@media (max-width:768px){.drivers-search__results-row{-ms-flex-flow:column;flex-flow:column}.drivers-search__results-row a,.drivers-search__results-row p{text-align:left!important;-ms-flex-pack:start!important;justify-content:flex-start!important;width:100%!important;padding:0!important}}.drivers-search__results .release-title{gap:10px;width:35%;display:-ms-flexbox;display:flex}.drivers-search__results .release-os{width:20%}.drivers-search__results .release-version{width:10%}.drivers-search__results .release-date{-ms-flex-pack:center;justify-content:center;gap:10px;width:20%;display:-ms-flexbox;display:flex}.drivers-search__results .release-note{width:15%}.drivers-search__results .release-version,.drivers-search__results .release-date,.drivers-search__results .release-note{text-align:center;-ms-flex-pack:center;justify-content:center}.drivers-search__results #drivers-body .release-title{font-size:18px}.drivers-search__results #drivers-body .release-os{padding:0 5px;font-size:12px;line-height:16px}.loading-indicator{border:3px solid #f3f3f3;border-top-color:#00a9e9;border-radius:50%;width:30px;height:30px;margin:20px auto;animation:1.5s linear infinite spin;display:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}