.search-page-wrapper .search-form-wrapper {
    color: white;
}
.search-page-wrapper .search-form-wrapper input[type="radio"] {
    width: 26px;
    padding: 9px;
    margin-right: 7px;
}
.search-page-wrapper .search-form-wrapper label {
    display: flex;
    align-content: center;
    align-items: center;
    padding-right: 20px;
}
.search-page-wrapper .results-col .result-url {
    font-size: .8rem;
}
nav.uwss-search-navigation ul {
    list-style: none;
    padding: 0;
}
nav.uwss-search-navigation ul li:first-child {
    margin-left: 0;
}
nav.uwss-search-navigation ul li {
    float: left;
    margin: 1em;
}
nav.uwss-search-navigation ul li.current-page a {
    border: 4px solid #cbe4ed;
    line-height: 38px;
}
nav.uwss-search-navigation ul li a {
    align-items: center;
    display: flex;
    height: 44px;
    justify-content: center;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    width: 44px;
    background-color: #CBE4ED;
    color: #003D53 !important;

}
nav.uwss-search-navigation ul li a:hover {
    text-decoration: none;
    background-color:#DCEFF6;
}
.next-icon::before, .prev-icon::before {
    height: 1.2rem;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg fill=\"%23003D53\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 640\"><%21--%21Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M471.1 297.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L403.2 320 233.9 150.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z\"/></svg>");
    content: " ";
    display: inline-block;
    width: 1.2rem;
}
.prev-icon::before {
    transform: rotate(180deg);
}