.single-post h1 {
    font-size: 58px;
}

.single-post .hero-wrapper {
    border-bottom: solid var(--black) 8px;
}

.news-grid {
    position: relative;
    padding-bottom: 120px;
    margin-bottom: 40px;
}

.news-title {
    min-height: 85px;
}

.news-info {
    position: absolute;
    bottom: 20px;
    left: 0;
}

form#search-filter-form-728 {
    background-color: var(--light-grey);
    padding: 10px 30px;
    border-radius: 20px 100px 100px 20px;
    margin-bottom: 40px;
}

form#search-filter-form-728 ul {
    display: flex;
    gap: 20px;
    align-items: center;
}

form#search-filter-form-728 ul li {
    width: 33.3333%;
}

form#search-filter-form-728 ul li:before {
    display: none;
}

form#search-filter-form-728 label {
    width: 100%;
}

form#search-filter-form-728 select, 
form#search-filter-form-728 input {
    border: solid 1px var(--med-grey);
    border-radius: 15px;
    padding: 5px;
    width: 100%;
	font-size: var(--fs-xs);
}

.article-type {
    display: inline-block;
    padding: 5px 30px 5px 0px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    background: linear-gradient(50deg, rgba(44, 85, 182, 1) 39%, rgba(24, 126, 197, 1) 64%, rgba(0, 174, 239, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    border-bottom: solid 5px var(--light-grey)
}

.blog-author-box {
    background-color: var(--light-grey);
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px;
}

/* Make the Select2 container full width in the form */
#search-filter-form-728 .select2-container {
    width: 100% !important;
}

/* Style the closed combobox */
#search-filter-form-728 .select2-container--default .select2-selection--single {
    border: 1px solid var(--med-grey) !important;
    border-radius: 15px !important;
    padding: 0px;
    font-size: var(--fs-xxs);
    min-height: 0; /* stops weird height behaviour in some themes */
}

/* Text inside */
#search-filter-form-728 .select2-selection__rendered {
    font-size: var(--fs-xxs);
}

/* Curve the dropdown panel */
.select2-container--default .select2-dropdown {
    border-radius: 10px !important;
    border: 1px solid var(--med-grey) !important;
    overflow: hidden;
    font-size: var(--fs-xxs);
}

/* Hide the search box inside all Select2 dropdowns */
.select2-container .select2-search--dropdown {
    display: none !important;
}

/* And remove extra padding where the search would be */
.select2-container .select2-results {
    padding-top: 0;
}

/* Partner Portal */

.um-account-side ul li::before {
  display: none;
}

.um-account-profile-link {
  display: none;
}

@media (max-width: 768px) {
    .single-post h1 {
        font-size: 35px;
    }
}