/**
 * Hubase frontend styles.
 *
 * Enqueued only on hubase pages, never globally.
 *
 * @package Hubase
 */

/* =====================================================================
   Accessibility: Focus visible
   ===================================================================== */
.hubase-content a:focus-visible,
.hubase-content button:focus-visible,
.hubase-content .hubase-share__link:focus-visible,
.hubase-content .hubase-share__native:focus-visible,
.hubase-content .hubase-author-block__social-link:focus-visible,
.hubase-content .hubase-person__social-link:focus-visible,
.hubase-content .hubase-glossary-filter__btn:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.hubase-content .hubase-glossary-filter__btn:disabled {
	cursor: not-allowed;
}

.hubase-content a:visited {
    color: var(--hubase-text, #001527);
}

/* =====================================================================
   Icon fonts: exclude from typography (dashicons etc must keep their font)
   ===================================================================== */
.hubase-content .dashicons,
.hubase-content .dashicons::before,
.hubase-content [class*="dashicons"]::before,
.hubase-card .dashicons,
.hubase-card .dashicons::before,
.hubase-card [class*="dashicons"]::before {
	font-family: dashicons !important;
	font-weight: normal !important;
	font-style: normal !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	word-spacing: normal !important;
}

/* =====================================================================
   Base Layout
   ===================================================================== */

.hubase-page {background: var(--hubase-bg, #f9fcfb);}
.hubase-content {
	position: relative;
	max-width: 1250px;
	margin: 0 auto;
	padding: 20px;
	background: var(--hubase-bg, #f9fcfb);
	color: var(--hubase-text, #001527);
}
.hubase-content a {color: var(--hubase-text, #001527);}
.hubase-header h1.hubase-title {
	 margin: 0 0 20px;
	 font-size: 4em;
	 line-height: 1;
}
ol.hubase-breadcrumbs__list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 30px !important;
    padding: 0 !important;
    font-size: 0.9em;
    color: var(--hubase-text, #001527);
}
ol.hubase-breadcrumbs__list li {
	list-style: none !important;
	margin: 0 !important;
}
ol.hubase-breadcrumbs__list li span[aria-current="page"] {
    font-weight: 600;
}
.hubase-breadcrumbs__list .hubase-breadcrumbs__sep {
    margin: 0 0 0 5px;
}
.hubase-breadcrumbs__list a {
    text-decoration: underline;
}

.hubase-archive-grid {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px 20px;
}
.hubase-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
}
.hubase-pagination .nav-links span, .hubase-pagination .nav-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--hubase-text, #001527);
    border: solid 1px #aeb6bb;
    border-radius: 3px;
    font-weight: 500;
		font-size: 0.9em;
    cursor: pointer;
}
.hubase-pagination .nav-links a:hover {
    border-color: var(--hubase-text, #001527);
}
.hubase-pagination .nav-links a.next, .hubase-pagination .nav-links a.prev {
    width: 100px;
}
.hubase-pagination .nav-links span.dots {
    border-color: transparent;
		cursor: default;
}
.hubase-archive-bottom {
    font-size: 14px;
}
.hubase-share__links {
    display: flex;
    align-items: start;
    gap: 20px;
}
.hubase-share__links a {
    align-items: center;
    justify-content: center;
    padding: 3px;
    line-height: 1;
    background: none;
    border: 0;
}
.hubase-share__links a span {
    display: block;
    line-height: 1;
    padding: 2px 0 0;
}
.hubase-blog-single__share-upper .hubase-share__links a path {
    fill: #001527;
    opacity: 0.7;
}
.hubase-share__links a:hover {opacity: 1;}
.hubase-share__links button {
    padding: 0;
    width: 35px;
    height: 35px;
    padding: 0 0 5px;
    background: none;
    border-radius: 150px;
    border: 0;
    background: #fff;
    cursor: pointer;
}
.hubase-share__links button:hover {
    border-color: var(--hubase-text, #001527);
}
main.hubase-main h2 {
    margin: 30px 0 10px;
}
main.hubase-main h3 {
    margin: 10px 0;
    font-weight: 600;
}
main.hubase-main p {
    margin: 0 0 0.5em;
}
main.hubase-main img {
    float: none;
}
main.hubase-main ul,
main.hubase-main ol {
    margin: 0 0 20px;
    padding: 0 20px;
}
main.hubase-main ul li {
    list-style: disc;
    margin: 0 0 0.5em;
}
main.hubase-main ol li {
    list-style: decimal;
    margin: 0 0 0.5em 7.5px;
}
.hubase-layout {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    margin: 0 0 50px;
}
.hubase-layout main.hubase-main {
	    width: calc(100% - 400px);
}
.hubase-layout aside {
	    width: 300px;
}
.hubase-layout aside .hubase-toc__heading,
.hubase-layout aside .hubase-aside-section__title,
.hubase-layout aside .hubase-guide-sidebar__heading {
    margin: 0 0 10px;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 500;
    background: var(--hubase-box, #F1F6F4);
    border-radius: 3px;
}
.hubase-layout aside ul, .hubase-layout aside ol {
    margin: 0;
    padding: 0;
}
.hubase-layout aside ul li {
    margin: 0 0 7px;
    font-size: 0.9em;
    line-height: 1;
}
.hubase-layout aside ul li a:hover {
    text-decoration: underline;
}
.hubase-aside-section {
    margin: 30px 0 0;
}
.hubase-layout aside .hubase-aside-article {
    margin: 0 0 20px;
}
.hubase-layout aside .hubase-aside-article .hubase-aside-article__link {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.hubase-layout aside .hubase-aside-article .hubase-aside-article__thumb {
    width: 75px;
    height: 50px;
    border-radius: 3px;
}
.hubase-layout aside .hubase-aside-article .hubase-aside-article__body {
    width: calc(100% - 85px);
}
.hubase-layout aside .hubase-aside-article .hubase-aside-article__thumb img {
    width: 100%;
    height: 50px;
    object-fit: cover;
    object-position: center;
}
.hubase-layout aside .hubase-aside-article .hubase-aside-article__link span.hubase-aside-article__title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 7px;
    line-height: 1.2;
}
.hubase-layout aside .hubase-aside-article .hubase-aside-article__link .hubase-aside-article__body {
    font-size: 12px;
}

.hubase-faq-list dt{
    position: relative;
    padding: 0 20px 7px;
		font-weight: 600;
}
.hubase-faq-list dd {
	position: relative;
	margin: 0 0 30px;
	padding: 0 20px;
}
.hubase-faq-list dt:before, .hubase-faq-list dd:before {
    content: "";
    position: absolute;
		top: 3px;
    width: 1px;
    height: 100%;
		margin: 0 -20px;
    border: dashed 1px #aeb6bb;
		border-color: var(--hubase-border);
}







/* =====================================================================
   B l o g
   ===================================================================== */

.hubase-blog-archive header.hubase-header {
    max-width: 675px;
    margin: 0 0 50px;
}
.hubase-blog-archive header.hubase-header .hubase-subtitle {
    margin: 0 0 20px;
    font-family: var(--hubase-font-primary-family, inherit);
    font-size: 1.5em;
    font-weight: 500;
}
.hubase-archive-grid .hubase-blog-card {
    position: relative;
    width: calc(50% - 20px);
}
.hubase-archive-grid .hubase-blog-card .hubase-archive-card__image {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 5px;
}
.hubase-archive-grid .hubase-blog-card .hubase-archive-card__image {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 5px;
    overflow: hidden;
}
.hubase-blog-card .hubase-archive-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hubase-blog-card .hubase-archive-card__body {
    padding: 20px 10px;
}
.hubase-blog-card .hubase-archive-card__body .hubase-blog-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
    font-size: 0.85em;
}
.hubase-blog-card .hubase-archive-card__body .hubase-blog-card__meta .hubase-blog-card__reading {
    padding: 5px 10px;
    background: var(--hubase-box, #F1F6F4);
    border-radius: 150px;
    font-size: 12px;
    font-weight: 500;
}
.hubase-blog-card .hubase-archive-card__body .hubase-blog-card__meta .hubase-blog-card__author {
    display: flex;
    align-items: center;
    gap: 5px;
}
.hubase-blog-card .hubase-archive-card__body .hubase-blog-card__meta .hubase-blog-card__author img,
.hubase-blog-single__upper-right .hubase-blog-single__writer-block img {
    width: 32px;
    height: 32px;
    border-radius: 150px;
    object-fit: cover;
    object-position: center;
}
.hubase-blog-card .hubase-archive-card__body .hubase-blog-card__meta .hubase-blog-card__author .hubase-blog-card__author-name {
    font-weight: 600;
}
.hubase-blog-card .hubase-archive-card__body .hubase-blog-card__meta .hubase-blog-card__date-time-block {
    display: flex;
    align-items: center;
    gap: 7px;
}
.hubase-blog-card .hubase-archive-card__body h2.hubase-archive-card__title {
    margin: 0 0 20px;
}
.hubase-blog-card .hubase-archive-card__body h2.hubase-archive-card__title a {
    display: block;
    font-family: var(--hubase-font-primary-family, inherit);
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.2;
}
.hubase-blog-card .hubase-archive-card__body .hubase-archive-card__excerpt {
    margin: 0 0 20px;
}
.hubase-archive-card__terms,
.hubase-blog-single__topics {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 7px;
}
a.hubase-term-tag {
    display: block;
    width: fit-content;
    min-width: fit-content;
    padding: 10px 15px;
    border-radius: 150px;
    color: var(--hubase-text, #001527);
    font-size: 0.8em;
    border: 1px solid #aeb6bb;
		border-color: var(--hubase-border);
}
a.hubase-term-tag:hover, a.hubase-term-tag:focus {
    border-color: var(--hubase-text, #001527);
}
.hubase-blog-single__upper {
    display: flex;
    align-items: flex-start;
    gap: 70px;
		margin: 0 0 50px;
}
.hubase-blog-single__upper-left {
    width: calc(100% - 370px);
}
.hubase-blog-single__upper-left header.hubase-header h1.hubase-title {
    margin: 0 0 30px;
    font-size: 3.2em;
}
.hubase-blog-single__upper-left .hubase-blog-single__excerpt {
    margin: 20px 0 0;
    font-weight: 500;
}
.hubase-blog-single__upper-right {
    width: 300px;
}
.hubase-blog-single__sidebar-heading {
    margin: 0 0 10px;
    padding: 12px 15px;
    font-size: 1em;
    font-weight: 500;
    background: var(--hubase-box, #F1F6F4);
    border-radius: 3px;
}
.hubase-blog-single__upper-right .hubase-blog-single__writer-block span {
    display: flex;
    align-items: center;
    gap: 7px;
		font-weight: 500;
}
.hubase-blog-single__upper-right .hubase-blog-single__writer-block span:hover {
    text-decoration: underline;
}
.hubase-blog-single__upper-right .hubase-blog-single__writer,
.hubase-blog-single__upper-right .hubase-blog-single__date-block {
    margin: 0 0 25px;
}
.hubase-blog-single__writer-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hubase-blog-single__writer-block span {
    font-weight: 500;
}
.hubase-blog-single__media img {
    margin: 0 0 20px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}





/* =====================================================================
   C a s e  S t u d y
   ===================================================================== */

.hubase-case-study-archive ol.hubase-breadcrumbs__list {
    justify-content: center;
}
.hubase-case-study-archive .hubase-header {
    margin: 0 0 50px;
}
.hubase-case-study-archive .hubase-header h1.hubase-title {
    margin: 0 0 20px;
    font-size: 2.5em;
    text-align: center;
}
.hubase-case-study-archive .hubase-intro {
    max-width: 550px;
    margin: auto;
    text-align: center;
}
.hubase-cs-grid {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px 20px;
}
.hubase-cs-grid .hubase-cs-card {
    position: relative;
    width: calc(50% - 20px);
}
.hubase-cs-grid .hubase-cs-card .hubase-cs-card__image-link {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 5px;
    overflow: hidden;
}
.hubase-cs-grid .hubase-cs-card .hubase-cs-card__image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hubase-cs-card__body {
    padding: 20px 10px;
    text-align: center;
}
.hubase-cs-card__body .hubase-cs-card__title {
    margin: 0 0 10px;
}
.hubase-cs-card__body .hubase-cs-card__title a {
    display: block;
    max-width: 80%;
    margin: auto;
    font-family: var(--hubase-font-primary-family, inherit);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}
.hubase-cs-card__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
		margin: 30px 0 0;
}
.hubase-cs-card__tags a,
 main.hubase-cs-single__main .hubase-cs-single__meta a{
    display: block;
    width: fit-content;
    min-width: fit-content;
    padding: 10px 15px;
    border-radius: 150px;
    color: var(--hubase-text, #001527);
    font-size: 0.85em;
    border: 1px solid #aeb6bb;
		border-color: var(--hubase-border);
}
.hubase-cs-card__tags a:hover, .hubase-cs-card__tags a:focus,
main.hubase-cs-single__main .hubase-cs-single__meta a:hover,
main.hubase-cs-single__main .hubase-cs-single__meta:focus {
    border-color: var(--hubase-text, #001527);
}
.hubase-cs-single__hero {
    margin: 0 0 30px;
}
.hubase-cs-single__hero img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 7px;
}
main.hubase-cs-single__main .hubase-header {
    max-width: 850px;
    margin: auto;
    text-align: center;
}
main.hubase-cs-single__main .hubase-header nav.hubase-breadcrumbs ol {
    justify-content: center;
}
main.hubase-cs-single__main .hubase-header h1.hubase-title {
    margin: 0 0 20px;
    font-size: 3.3em;
    line-height: 1.2;
}
main.hubase-cs-single__main .hubase-cs-single__meta {
    max-width: 850px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
}
main.hubase-cs-single__main .hubase-cs-single__excerpt {
    max-width: 850px;
    margin: 0 auto 30px;
    text-align: center;
}
main.hubase-cs-single__main nav.hubase-cs-single__toc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
		margin: 0 0 20px;
    gap: 20px;

    padding: 15px 20px;
    background: var(--hubase-box, #F1F6F4);
    border-radius: 3px;
}
main.hubase-cs-single__main nav.hubase-cs-single__toc span {
    font-weight: 600;
}
main.hubase-cs-single__main nav.hubase-cs-single__toc a:hover, main.hubase-cs-single__main nav.hubase-cs-single__toc a.active {
    text-decoration: underline;
}
main.hubase-cs-single__main nav.hubase-cs-single__toc {
    position: sticky;
    top: 102.5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px 20px;
    background: var(--hubase-box, #F1F6F4);
    border-radius: 3px;
}



/* =====================================================================
   A u t h o r s
   ===================================================================== */

.hubase-section--author,
.hubase-section--share {
	     margin: 0 0 20px;
	     padding: 30px;
	     background: var(--hubase-box, #F1F6F4);
	     border-radius: 5px;
	 }
.hubase-author-block {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    font-size: 0.9em;
}
.hubase-author-block .hubase-author-block__data {
    width: 300px;
}
.hubase-author-block .hubase-author-info-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
.hubase-author-block .hubase-author-info-wrapper img {
    width: 100px;
    height: 100px;
    border-radius: 150px;
    object-fit: cover;
    object-position: center;
}
.hubase-author-block .hubase-author-info-wrapper .hubase-author-block__name a {
    display: block;
    margin: 0 0 7px;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1;
}
.hubase-author-block .hubase-author-info-wrapper .hubase-author-block__role {
    margin: 0;
}
.hubase-author-block .hubase-author-more-info-wrapper {
    width: calc(100% - 350px);
}
.hubase-author-block .hubase-author-block__more-link {
    display: block;
    width: fit-content;
    margin: 15px 0 20px;
    font-weight: 600;
    text-decoration: underline;
}
.hubase-author-block .hubase-author-block__counts {
    display: flex;
    align-items: center;
    gap: 30px;
}
.hubase-author-block .hubase-author-block__counts .hubase-author-block__count-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.hubase-author-block .hubase-author-block__counts .hubase-author-block__count-num {
    font-weight: 600;
}


/* =====================================================================
   A u t h o r s
   ===================================================================== */

.hubase-section--share h3.hubase-share__heading {
    margin: 0 0 20px;
    font-size: 1.7em;
    text-align: center;
}
.hubase-section--share .hubase-share__links {
    justify-content: center;
    text-align: center;
    font-size: 0.8em;
}
.hubase-share__links a span {
    display: block;
    line-height: 1;
    padding: 2px 0 0;
}
.hubase-section--share .hubase-share__links .hubase-share__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 0 10px;
    background: #fff;
    border-radius: 150px;
}
.hubase-section--share button .hubase-share__label {
    font-size: 0.8em;
}
.hubase-section--share {
    padding: 50px 30px;
}
.hubase-header.hubase-people-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
		margin: 0 0 50px;
}
.hubase-header.hubase-people-header .hubase-people-header__end {
    width: 60%;
    max-width: 500px;
}
.hubase-header.hubase-people-header .hubase-people-header__start {
    width: 40%;
    max-width: 450px;
}
.hubase-header.hubase-people-header .hubase-people-header__avatars {
    display: flex;
    align-items: center;
}
.hubase-header.hubase-people-header .hubase-people-header__avatars img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    border-radius: 150px;
    border: solid 3px;
    border-color: var(--hubase-bg, #f9fcfb);
}
.hubase-header.hubase-people-header .hubase-people-header__avatars img:not(:first-child) {
    margin: 0 -7px;
}
.hubase-persona__profile {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    margin: 0 0 0;
}
.hubase-persona__section {
    margin: 50px 0 0;
}
.hubase-persona__profile .hubase-persona__profile-start {
    width: calc(100% - 370px);
    padding: 30px;
    background: var(--hubase-box, #F1F6F4);
    border-radius: 5px;
}
.hubase-persona__profile .hubase-persona__profile-start img {
    width: 135px;
    height: 135px;
    border-radius: 150px;
    object-fit: cover;
    object-position: center;
}
.hubase-persona__profile .hubase-persona__profile-start .hubase-persona__profile-data {
    display: flex;
    align-items: center;
    gap: 20px;
}
.hubase-persona__profile .hubase-persona__profile-start .hubase-persona__profile-data h1.hubase-persona__name {
    margin: 0 0 5px;
    line-height: 1;
}
.hubase-persona__profile .hubase-persona__profile-start .hubase-persona__profile-data .hubase-persona__role {
    margin: 0;
}
.hubase-persona__profile .hubase-persona__profile-start .hubase-persona__more-link {
    text-decoration: underline;
    font-weight: 500;
}

.hubase-persona__profile .hubase-persona__profile-end {
    position: sticky;
    top: 102.5px;
    width: 300px;
}
.hubase-persona__profile .hubase-persona__profile-end .hubase-persona__contact-heading {
    margin: 0 0 10px;
    padding: 12px 15px;
    font-size: 1em;
    font-weight: 500;
    background: var(--hubase-box, #F1F6F4);
    border-radius: 3px;
}
.hubase-persona__profile .hubase-persona__profile-end .hubase-persona__contact-card {
    margin: 0 0 30px;
}
.hubase-persona__profile .hubase-persona__profile-end .hubase-persona__contact-card a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 15px;
    font-size: 0.95em;
}
.hubase-persona__profile .hubase-persona__profile-end .hubase-persona__contact-card a span {line-height: 1;}
.hubase-persona__profile .hubase-persona__profile-end .hubase-persona__contact-card a:hover span,
.hubase-persona__profile .hubase-persona__profile-end .hubase-persona__contact-card a:focus span{
    text-decoration: underline;
}
.hubase-content.hubase-persona h2.hubase-persona__section-heading {
    padding: 15px;
    background: var(--hubase-box, #F1F6F4);
		border-radius: 5px;
}
.hubase-content.hubase-persona h2.hubase-persona__section-heading span.hubase-persona__section-count {
    margin: 0 10px;
    font-size: 0.8em;
    font-weight: 600;
    opacity: 0.35;
}






/* =====================================================================
   G u i d e s
   ===================================================================== */

.hubase-guide-archive ol.hubase-breadcrumbs__list,
.hubase-glossary-archive ol.hubase-breadcrumbs__list
 {
    justify-content: center;
}
.hubase-guide-archive h1.hubase-title,
.hubase-glossary-archive h1.hubase-title {
	max-width: 850px;
    margin: auto;
    text-align: center;
}
.hubase-guide-archive .hubase-intro {
    max-width: 550px;
    margin: 0 auto 30px;
    text-align: center;
}
.hubase-archive-search {
	position: relative;
    max-width: 1000px;
    margin: auto;
}
.hubase-archive-search .hubase-archive-search__field {
    position: relative;
}
.hubase-archive-search .hubase-archive-search__field .hubase-archive-search__input {
    display: block;
    width: 100%;
    height: 55px;
    padding: 0 50px;
    background: var(--hubase-box, #F1F6F4);
    border: 0;
    border-radius: 150px;
    color: var(--hubase-text, #001527);
}
.hubase-archive-search .hubase-archive-search__field .hubase-archive-search__input::placeholder {
    color: #00152750;
}
.hubase-archive-search .hubase-archive-search__field .hubase-archive-search__icon, .hubase-archive-search .hubase-archive-search__field span.hubase-archive-search__clear {
    position: absolute;
    top: 15px;
    margin: 0 15px;
    padding: 5px;
    line-height: 1;
    background: var(--hubase-box, #F1F6F4);
		cursor: pointer;
}
.hubase-archive-search .hubase-archive-search__suggestions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 95%;
    margin: 20px auto 0;
}
.hubase-archive-search .hubase-archive-search__suggestions button {
    display: block;
    width: fit-content;
    min-width: fit-content;
    padding: 10px 15px;
    border-radius: 150px;
    color: var(--hubase-text, #001527);
    font-size: 0.85em;
    background: none;
    border: 1px solid #aeb6bb;
		border-color: var(--hubase-border);
    cursor: pointer;
}
.hubase-archive-search .hubase-archive-search__suggestions button:hover {border-color: var(--hubase-text, #001527);}


/* Dropdown */
.hubase-archive-search__dropdown {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: var(--hubase-box, #F1F6F4);
    border-radius: 10px;
    box-shadow: 0 10px 5px 0 #00000010;
    z-index: 100;
    max-height: 420px;
    overflow-y: auto;
}
.hubase-archive-search__dropdown .hubase-archive-search__result {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	text-decoration: none;
	transition: background 0.12s;
	border-bottom: 1px solid var(--hubase-border, #aeb6bb);
}

.hubase-archive-search__dropdown .hubase-archive-search__result:last-child {
	border-bottom: none;
}

.hubase-archive-search__dropdown .hubase-archive-search__result:hover,
.hubase-archive-search__dropdown .hubase-archive-search__result--active {
	background: var(--hubase-box, #f2f5f7);
}

.hubase-archive-search__dropdown .hubase-archive-search__result-thumb {
	width: 44px;
	height: 44px;
	object-fit: cover;
	border-radius: 6px;
	flex-shrink: 0;
}

.hubase-archive-search__dropdown .hubase-archive-search__result-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}
.hubase-archive-search__dropdown .hubase-archive-search__result-title {
    font-size: 0.9em;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hubase-archive-search__dropdown .hubase-archive-search__result-title mark {
	background: rgba(0, 21, 39, 0.08);
	color: inherit;
	border-radius: 2px;
	padding: 0 1px;
}

.hubase-archive-search__dropdown .hubase-archive-search__result-excerpt {
	font-size: 0.8125em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hubase-archive-search__dropdown .hubase-archive-search__no-results {
	padding: 16px 14px;
	text-align: center;
	font-size: 0.875em;
}

.hubase-archive-search__dropdown .hubase-archive-search__show-all {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 14px;
	text-decoration: none;
	font-size: 0.875em;
	border-top: 1px solid var(--hubase-border, #aeb6bb);
	transition: background 0.12s;
}

.hubase-archive-search__dropdown .hubase-archive-search__show-all:hover {
	background: var(--hubase-box, #f2f5f7);
}
.hubase-guide-archive-layout {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    margin: 50px 0;
}
.hubase-guide-archive-layout .hubase-guide-sidebar {
    width: 300px;
}
.hubase-guide-sidebar .hubase-guide-sidebar__section {
    margin: 0 0 30px;
}
.hubase-guide-sidebar .hubase-guide-sidebar__section ul,
.hubase-guide-sidebar__cat-list  {
    margin: 0;
    padding: 0;
}
.hubase-guide-sidebar .hubase-guide-sidebar__section li,
.hubase-guide-sidebar__cat-list li {
    margin: 0 !important;
    list-style: none;
}
.hubase-guide-sidebar .hubase-guide-sidebar__section li a,
.hubase-guide-sidebar .hubase-guide-sidebar__section li label,
.hubase-guide-sidebar__cat-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
		line-height: 1 !important;
}
.hubase-guide-sidebar .hubase-guide-sidebar__section li label {
    justify-content: flex-start;
    gap: 12px;
    cursor: pointer;
}
.hubase-guide-sidebar .hubase-guide-sidebar__heading {
    margin: 0 0 10px;
    padding: 12px 15px;
    font-size: 1em;
    font-weight: 500;
    background: var(--hubase-box, #F1F6F4);
    border-radius: 3px;
}
.hubase-guide-sidebar .hubase-guide-sidebar__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.hubase-guide-sidebar .hubase-guide-sidebar__tags a {
    display: block;
    width: fit-content;
    min-width: fit-content;
    padding: 7px 10px;
    border-radius: 150px;
    color: var(--hubase-text, #001527);
    font-size: 0.85em;
    background: none;
    border: 1px solid #aeb6bb;
		border-color: var(--hubase-border);
    cursor: pointer;
}
.hubase-guide-sidebar .hubase-guide-sidebar__tags a:hover {
	border: 1px solid #001527;
}

.hubase-guide-archive-layout .hubase-guide-list {
    width: calc(100% - 370px);
}
.hubase-guide-list article.hubase-guide-list-card {
	  max-width: 950px;
    margin: 0 0 15px;
    padding: 25px;
    border: 1px solid #aeb6bb;
		border-color: var(--hubase-border);
    border-radius: 5px;
}
.hubase-guide-list-card .hubase-guide-list-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 10px;
}
.hubase-guide-list-card h2.hubase-guide-list-card__title {
    margin: 0;
}

.hubase-guide-list-card h2.hubase-guide-list-card__title a {
    display: block;
    font-family: var(--hubase-font-primary-family, inherit);
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2;
		color: var(--hubase-text, #001527);
}
.hubase-guide-list-card .hubase-guide-list-card__header .hubase-guide-list-card__category {
    display: block;
    width: fit-content;
    min-width: fit-content;
    padding: 10px 15px;
    border-radius: 150px;
    color: var(--hubase-text, #001527);
    font-size: 0.85em;
    background: none;
    border: 1px solid #aeb6bb;
		border-color: var(--hubase-border);
    cursor: pointer;
}
.hubase-guide-list-card .hubase-guide-list-card__header .hubase-guide-list-card__category:hover {
    border: 1px solid #001527;
}
.hubase-guide-list-card .hubase-guide-list-card__meta {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 30px 0 0;
    font-size: 0.9em;
}
.hubase-guide-list-card .hubase-guide-list-card__author img {
    width: 32px;
    height: 32px;
    border-radius: 150px;
    object-fit: cover;
    object-position: center;
}
.hubase-guide-list-card .hubase-guide-list-card__meta-label,
.hubase-guide-list-card .hubase-guide-list-card__author span {
    font-weight: 600;
}
.hubase-guide-list-card .hubase-guide-list-card__meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.hubase-aside-guides__list .hubase-aside-guides__item {
    margin: 0 0 20px;
}
.hubase-guide .hubase-header h1.hubase-title {
    font-size: 3em;
}
.hubase-guide .hubase-meta-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 30px 0;
    padding: 10px;
    font-size: 0.85em;
    background: var(--hubase-box, #F1F6F4);
    border-radius: 3px;
}
.hubase-guide .hubase-meta-row .hubase-meta-row__item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.hubase-guide .hubase-meta-row .hubase-meta-row__item .hubase-meta-label,
.hubase-guide .hubase-meta-row .hubase-meta-row__author a{
    font-weight: 500;
}
.hubase-guide .hubase-meta-row .hubase-meta-row__author {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hubase-guide .hubase-meta-row .hubase-meta-row__author img {
    width: 32px;
    height: 32px;
    border-radius: 150px;
    object-fit: cover;
    object-position: center;
}
.hubase-guide .hubase-guide-step .hubase-guide-step__title {
    font-size: 2em;
}
.hubase-guide .hubase-guide-step .hubase-guide-step__subtitle {
    font-size: 1.1em;
}



/* =====================================================================
   G l o s s a r y
   ===================================================================== */
.hubase-glossary-letter-group--hidden {
    display: none;
}
.hubase-glossary-archive .hubase-intro {
    max-width: 850px;
    margin: 0 auto 30px;
    text-align: center;
}
.hubase-glossary-content {
    padding-top: 100px;
}
.hubase-glossary-filter {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 40px 0 0;
}
.hubase-glossary-filter button.hubase-glossary-filter__all {
    min-width: fit-content;
    padding: 10px 0;
    background: none;
    border: 0;
    text-decoration: underline;
    font-weight: 500;
		cursor: pointer;
}
.hubase-glossary-filter .hubase-glossary-filter__label {
    min-width: fit-content;
    padding: 10px 0;
    font-size: 0.95em;
}
.hubase-glossary-filter .hubase-glossary-filter__letters {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}
.hubase-glossary-filter .hubase-glossary-filter__letters button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 0;
    background: no-repeat;
    border-radius: 2px;
    border: 0;
    font-weight: 500;
    cursor: pointer;
}
.hubase-glossary-filter .hubase-glossary-filter__letters button[aria-pressed="true"] {
    background: #001527;
    color: #fff;
    font-weight: 400;
}
.hubase-glossary-filter .hubase-glossary-filter__letters button:hover {
    background: var(--hubase-box, #F1F6F4);
}
.hubase-glossary-filter .hubase-glossary-filter__letters button[aria-pressed="true"]:hover {
    background: #001527;
    cursor: default;
}
.hubase-glossary-content .hubase-glossary-letter-group__letter {
    margin: 0 0 30px;
    font-size: 5em;
    font-weight: 600;
    line-height: 0.9em;
}
.hubase-glossary-content .hubase-glossary-letter-group__terms {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px 30px;
    margin: 0 0 70px;
}
.hubase-glossary-content .hubase-glossary-term {
    width: calc(33.3% - 30px);
    font-size: 0.9em;
}
.hubase-glossary-content .hubase-glossary-term .hubase-glossary-term__title {
    font-size: 1.2em;
    font-weight: 600;
}
.hubase-glossary-content .hubase-glossary-term .hubase-glossary-term__link {
    display: block;
    margin: 20px 0 0;
    font-weight: 500;
    text-decoration: underline;
}








/* =====================================================================
========================================================================
========================================================================

M O B I L E

========================================================================
========================================================================
===================================================================== */
@media screen and (max-width: 1000px) {

/* ============ Main =========== */
.hubase-content {
    padding: 15px;
}
ol.hubase-breadcrumbs__list {
    flex-wrap: wrap;
    margin: 0 0 20px !important;
    font-size: 0.85em;
}
.hubase-archive-grid {
    gap: 20px 0;
}
.hubase-layout aside ul li a {
    padding: 7px;
}

/* ============ Contributors ============ */
.hubase-header.hubase-people-header {
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 30px;
}
.hubase-header.hubase-people-header .hubase-people-header__start, .hubase-header.hubase-people-header .hubase-people-header__end {
    max-width: unset;
    width: 100%;
}
.hubase-header h1.hubase-title {
    margin: 0 0 15px;
    font-size: 4em;
		line-height: 1;
}
.hubase-header.hubase-people-header .hubase-people-header__avatars img {
    width: 40px;
    height: 40px;
}
.hubase-section--author {
    padding: 15px;
}
.hubase-section--share {
	padding: 30px 15px;
}
.hubase-section--share h3.hubase-share__heading {
    font-size: 1.35em;
}
.hubase-section--share .hubase-share__links {
    flex-wrap: wrap;
    gap: 15px;
    font-size: 0.7em;
}
.hubase-section--share .hubase-share__links .hubase-share__icon {
    width: 40px;
    height: 40px;
}
.hubase-section--share .hubase-share__links .hubase-share__icon svg {
    max-height: 14px;
    max-width: 15px;
}
.hubase-author-block {
    flex-wrap: wrap;
    gap: 10px;
}
.hubase-author-block .hubase-author-block__data {
    width: 100%;
}
.hubase-author-block .hubase-author-info-wrapper {
    gap: 15px;
}
.hubase-author-block .hubase-author-info-wrapper img {
    width: 60px;
    height: 60px;
}
.hubase-author-block .hubase-author-info-wrapper .hubase-author-block__name a {
    margin: 0 0 3px;
    font-size: 1.35em;
}
.hubase-author-block .hubase-author-more-info-wrapper {
    width: 100%;
}
.hubase-author-block .hubase-author-block__counts {
    gap: 20px;
    font-size: 0.85em;
}

/* ============ Blog ============ */
.hubase-blog-archive header.hubase-header .hubase-subtitle {
    margin: 0 0 10px;
    font-size: 1.35em;
}
.hubase-blog-archive header.hubase-header {
    margin: 0 0 30px;
}
.hubase-archive-grid .hubase-blog-card {
    width: 100%;
}
.hubase-archive-grid .hubase-blog-card .hubase-archive-card__image {
    height: unset;
    aspect-ratio: 4 / 3;
}
.hubase-blog-card .hubase-archive-card__body {
    padding: 15px 0;
}
.hubase-blog-card .hubase-archive-card__body .hubase-blog-card__meta,
.hubase-blog-card .hubase-archive-card__body h2.hubase-archive-card__title,
.hubase-blog-card .hubase-archive-card__body .hubase-archive-card__excerpt {
    margin: 0 0 10px;
}
.hubase-blog-card .hubase-archive-card__body h2.hubase-archive-card__title a {
    font-size: 1.1em;
}
a.hubase-term-tag {
    padding: 7px 10px;
    font-size: 0.75em;
}

/* ============ Single Blog ============ */
.hubase-blog-single__upper {
    flex-wrap: wrap;
    gap: 20px 0;
    margin: 0 0 30px;
}
.hubase-blog-single__upper-right,
.hubase-blog-single__upper-left {
    width: 100%;
}
.hubase-blog-single__upper-left header.hubase-header h1.hubase-title {
    margin: 0 0 15px;
    font-size: 2em;
}
.hubase-blog-single__upper-left .hubase-blog-single__excerpt {
    margin: 15px 0 0;
}
.hubase-blog-single__upper-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.hubase-blog-single__upper-right .hubase-blog-single__writer h3, .hubase-blog-single__upper-right .hubase-blog-single__date-block h3 {
    display: none;
}
.hubase-blog-single__upper-right .hubase-blog-single__writer, .hubase-blog-single__upper-right .hubase-blog-single__date-block, .hubase-blog-single__upper-right p {
    margin: 0;
}
.hubase-blog-single__upper-right .hubase-blog-single__share-upper {
    width: 100%;
}
.hubase-blog-single__media img {
    margin: 0 0 15px;
    height: auto;
    border-radius: 2px;
}
.hubase-layout {
    flex-wrap: wrap;
    gap: 20px 0;
    margin: 0;
}
.hubase-layout main.hubase-main,
.hubase-layout aside {
    width: 100%;
}

/* ============ Guides ============ */
.hubase-guide-archive h1.hubase-title {
    font-size: 2em;
}
.hubase-guide-archive .hubase-intro {
    font-size: 0.9em;
    margin: 0 0 15px;
    max-width: unset;
}
.hubase-archive-search .hubase-archive-search__field .hubase-archive-search__input {
    padding: 0 20px 0 45px;
    font-size: 0.95em;
}
.hubase-archive-search .hubase-archive-search__field .hubase-archive-search__icon, .hubase-archive-search .hubase-archive-search__field span.hubase-archive-search__clear {
    margin: 0 10px;
    opacity: 0.2;
}
.hubase-archive-search .hubase-archive-search__suggestions {
    max-width: unset;
    margin: 15px 0;
}
.hubase-archive-search .hubase-archive-search__suggestions button {
    padding: 7px 10px;
    font-size: 0.8em;
}
.hubase-archive-search .hubase-archive-search__suggestions span.hubase-archive-search__suggestions-label {
    display: none;
}
.hubase-guide-archive-layout {
    flex-wrap: wrap;
    gap: 20px 0;
    flex-direction: column-reverse;
    margin: 30px 0 0;
}
.hubase-guide-archive-layout .hubase-guide-list, .hubase-guide-archive-layout .hubase-guide-sidebar {
    width: 100%;
}
.hubase-guide-list article.hubase-guide-list-card {
    padding: 15px;
}
.hubase-guide-list-card .hubase-guide-list-card__header {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column-reverse;
    gap: 15px 0;
    margin: 0 0 15px;
}
.hubase-guide-list-card .hubase-guide-list-card__header .hubase-guide-list-card__category {
    padding: 7px 10px;
    font-size: 0.8em;
}
.hubase-guide-list-card .hubase-guide-list-card__meta {
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 0;
    font-size: 0.85em;
}
.hubase-guide-list-card .hubase-guide-list-card__meta-item.hubase-guide-list-card__author {
    width: 100%;
}
.hubase-guide-sidebar .hubase-guide-sidebar__section li a, .hubase-guide-sidebar .hubase-guide-sidebar__section li label, .hubase-guide-sidebar__cat-list a {
    padding: 7px;
    font-size: 0.9em;
}

/* ============ Single Guides ============ */
.hubase-guide .hubase-header h1.hubase-title {
    font-size: 1.85em;
}
.hubase-guide .hubase-meta-row {
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 15px 10px;
    gap: 10px 15px;
}
.hubase-guide .hubase-meta-row .hubase-meta-row__author, .hubase-guide .hubase-meta-row .hubase-meta-row__item {
    gap: 7px;
}
.hubase-guide .hubase-guide-step .hubase-guide-step__title {
    font-size: 1.5em;
}
.hubase-guide .hubase-guide-step .hubase-guide-step__subtitle {
    font-size: 1em;
}
.hubase-aside-guides__list .hubase-aside-guides__item {
    margin: 0 0 14px;
    font-size: 0.9em;
}


/* ============ Case Studies ============ */
.hubase-case-study-archive .hubase-header {
    margin: 0 0 30px;
}
.hubase-case-study-archive .hubase-header h1.hubase-title {
    margin: 0 0 15px;
    font-size: 2em;
}
.hubase-case-study-archive .hubase-intro {
    font-size: 0.9em;
    margin: 0 0 15px;
    max-width: unset;
}
.hubase-cs-grid {
    flex-wrap: wrap;
    gap: 20px 0;
}
.hubase-cs-grid .hubase-cs-card {
    width: 100%;
}
.hubase-cs-grid .hubase-cs-card .hubase-cs-card__image-link {
    height: unset;
    aspect-ratio: 4 / 3;
}
.hubase-cs-card__body {
    padding: 20px 0;
}
.hubase-cs-card__body .hubase-cs-card__title a {
    max-width: unset;
    font-size: 1em;
    line-height: 1;
}
.hubase-cs-card__tags {
    margin: 15px 0 0;
}
.hubase-cs-card__tags a, main.hubase-cs-single__main .hubase-cs-single__meta a {
    padding: 7px 10px;
    font-size: 0.75em;
}

/* ============ Single Case Study ============ */

.hubase-cs-single__hero {
    margin: 0 0 15px;
}
.hubase-cs-single__hero img {
    height: unset;
    aspect-ratio: 4 / 3;
}
main.hubase-cs-single__main .hubase-header h1.hubase-title {
    margin: 0 0 15px;
    font-size: 2em;
    line-height: 1.1;
}
main.hubase-cs-single__main .hubase-cs-single__meta .hubase-cs-single__date {
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 0.9em;
}
main.hubase-cs-single__main nav.hubase-cs-single__toc {
    top: 69.5px;
    padding: 15px;
    font-size: 0.9em;
    gap: 10px 15px;
		z-index: 9;
}


/* ============ Glossary ============ */
.hubase-glossary-filter {
    flex-wrap: wrap;
    margin: 20px 0 0;
    gap: 10px 20px;
}
.hubase-glossary-filter .hubase-glossary-filter__letters {
    width: 100%;
}
.hubase-glossary-filter .hubase-glossary-filter__label {
    width: 100%;
    padding: 0;
    margin: 0;
}
.hubase-glossary-content {
    padding-top: 50px;
}
.hubase-glossary-content .hubase-glossary-letter-group__letter {
    margin: 0 0 20px;
    font-size: 3.5em;
}
.hubase-glossary-content .hubase-glossary-letter-group__terms {
    gap: 30px 0;
}
.hubase-glossary-content .hubase-glossary-term {
    width: 100%;
}
.hubase-glossary-content .hubase-glossary-term .hubase-glossary-term__title {
    margin: 0;
    font-size: 1.1em;
}
main.hubase-main p {
    margin: 0;
}
.hubase-glossary-content .hubase-glossary-term .hubase-glossary-term__link {
    margin: 7px 0 0;
}
.hubase-aside-section .hubase-glossary-article__back-link {
    display: block;
    padding: 10px 0;
    text-decoration: underline;
    font-size: 0.9em;
}
.hubase-persona__profile {
    flex-wrap: wrap;
    gap: 20px 0;
}
.hubase-persona__profile .hubase-persona__profile-start {
    width: 100%;
    padding: 15px;
}
.hubase-persona__profile .hubase-persona__profile-start .hubase-persona__profile-data {
    gap: 10px;
}
.hubase-persona__profile .hubase-persona__profile-start img {
    width: 85px;
    height: 85px;
}
.hubase-persona__profile .hubase-persona__profile-start .hubase-persona__profile-data h1.hubase-persona__name {
    font-size: 1.5em;
}



















}
