/*
Theme Name: Voice Child
Theme URI: https://howtofix.guide/
Description: Child theme for HowToFix.guide based on Voice.
Author: HowToFix.guide
Template: voice
Version: 1.1.0
Text Domain: voice-child
*/

/* Migrated from Customizer > Additional CSS on 2026-05-04 */

div.scenario {
	margin: 30px;
}
div#ez-toc-container ul li a {
    line-height: 2.0;
}
#ez-toc-container ul, div.ez-toc-widget-container, div.ez-toc-widget-container li {
    margin: 10px;
}
.entry-content h3 {
    padding: 20px;
    margin-top: 20px;  
}
.entry-content h2 {
    text-align: center;
    background: #f7f7f7;
    padding: 20px;
    margin-top: 20px;  
}

.htf_noteb {
    background: url(/wp-content/uploads/2023/09/info.webp) #F0F7FB no-repeat 24px center;
    background-size: 40px;
}
.htf_noteb {
    border-radius: 8px;
    padding: 20px;
    margin: 40px 0;
    display: block;
    border-radius: 8px;
    padding: 15px 15px 15px 100px;
    background-size: 40px;
}
.site-footer .widget {
    padding: 20px 20px 15px;
}
.eds-animate {
    overflow: unset;
}
.num {
    background: #EDEDED;
    border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;    
    display: inline-block;
    font-weight: bold;
		line-height: 2em;
    margin-right: 5px;
    text-align: center;
    width: 2em;
}

.vce-single .b5 {
	font-size:2.0rem;
	color: #232323;
	font-family: 'Roboto Slab';
  font-weight: 400;
	margin-bottom: 40pt;
  line-height: 1.5;
}
.vce-single .b4 {
	font-size:2.5rem;
	color: #232323;
	font-family: 'Roboto Slab';
  font-weight: 400;
}
.vce-single .b3 {
	font-size:3.5rem;
	color: #232323;
	font-family: 'Roboto Slab';
  font-weight: 400;
}
.vce-single .b2 {
	font-size:4.0rem;
	color: #232323;
	font-family: 'Roboto Slab';
  font-weight: 400;
}
.su-table table td {
    word-wrap: break-word;
}
.vce-lay-h .entry-content p {
    margin-bottom: 15px;
    margin-top: 15px;
}
.entry-content h5 {
	margin-bottom: 40pt;
}

.entry-content blockquote {
		border-left: thick solid #666;
		padding-left: 50px;
		font-size: 1.9rem;
		font-family: 'Roboto Slab';
	
}
.entry-content p {
	line-height: 1.9;
}
.entry-content li {
	padding: 10px;
}
.ctf-tweets {
	margin:15px 15px 15px 15px;
	
}

pre {
    white-space: pre-wrap;   
    white-space: -moz-pre-wrap;  
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap;
    word-wrap: break-word;  
}

/* Homepage refresh: 2026-05-04 */

.home #main-wrapper {
    background:
        radial-gradient(circle at top left, rgba(22, 214, 207, 0.18), transparent 30%),
        linear-gradient(180deg, #f6fbfc 0%, #ffffff 22%, #f7fbff 100%);
}

.home .site-content,
.home .main-box {
    background: transparent;
}

.htf-homepage {
    color: #102036;
    padding: 34px 0 18px;
}

.htf-home-eyebrow,
.htf-home-kicker {
    display: inline-block;
    margin: 0 0 16px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #83fff0;
}

.htf-home-card-grid,
.htf-home-card-grid-guides,
.htf-home-card-grid-news,
.htf-home-card-grid-tutorials,
.htf-home-cta-row {
    display: grid;
    gap: 20px;
}

.htf-home-card-grid {
    gap: 20px;
}

.htf-home-guides,
.htf-home-news-band,
.htf-home-tutorials {
    padding: 46px 0 20px;
}

.htf-home-heading {
    margin-bottom: 26px;
}

.htf-home-heading h2 {
    margin: 0 0 10px;
    font-size: clamp(2.8rem, 3.4vw, 4.5rem);
    line-height: 1.08;
    color: #0f2036;
}

.htf-home-heading p:last-child {
    max-width: 76rem;
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.7;
    color: #546579;
}

.htf-home-post-card:hover {
    transform: translateY(-2px);
    border-color: #17d7cf;
    box-shadow: 0 20px 40px rgba(7, 24, 36, 0.10);
}

.htf-home-card-grid-guides {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.htf-home-card-grid-news,
.htf-home-card-grid-tutorials {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.htf-home-post-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dbe6ed;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(7, 24, 36, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.htf-home-post-media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, #10384f 0%, #17d7cf 100%);
}

.htf-home-post-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.htf-home-post-card:hover .htf-home-post-media img {
    transform: scale(1.03);
}

.htf-home-post-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #ffffff;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
}

.htf-home-post-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 22px;
}

.htf-home-post-meta {
    margin: 0 0 10px;
    font-size: 1.35rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #17aeb8;
}

.htf-home-post-meta span {
    color: #9db1c4;
}

.htf-home-post-body h3 {
    margin: 0 0 12px;
    font-size: 2.05rem;
    line-height: 1.28;
}

.htf-home-post-body h2 {
    margin: 0 0 12px;
    font-size: 2.05rem;
    line-height: 1.28;
}

.htf-home-post-body h3 a,
.htf-home-post-body h2 a {
    color: #102036;
    text-decoration: none;
}

.htf-home-post-body p:last-child {
    margin: 0;
    color: #56677b;
    line-height: 1.7;
}

.htf-home-news-band {
    background: linear-gradient(180deg, rgba(11, 34, 49, 0.02) 0%, rgba(23, 215, 207, 0.05) 100%);
}

.htf-home-post-card-tutorial {
    min-height: 100%;
}

.category #main-wrapper,
.page-id-4559 #main-wrapper {
    background:
        radial-gradient(circle at top left, rgba(22, 214, 207, 0.18), transparent 30%),
        linear-gradient(180deg, #f6fbfc 0%, #ffffff 22%, #f7fbff 100%);
}

.category .mks-bredcrumbs-container,
.page-id-4559 .mks-bredcrumbs-container {
    display: none;
}

.htf-directory-page {
    padding-top: 0;
}

.htf-directory-page .vce-main-content {
    float: none;
    width: 100%;
    max-width: none;
}

.htf-directory-hero {
    padding-top: 46px;
}

.htf-directory-hero .htf-home-heading h1 {
    margin: 0 0 10px;
    color: #0f2036;
    font-size: clamp(3.0rem, 3.8vw, 5.0rem);
    line-height: 1.06;
}

.htf-directory-description,
.htf-directory-hero .htf-home-heading > p:last-child {
    max-width: 76rem;
    margin: 0;
    color: #546579;
    font-size: 1.7rem;
    line-height: 1.7;
    text-align: left;
    word-spacing: normal;
}

.htf-directory-description p {
    text-align: left !important;
    word-spacing: normal !important;
}

.htf-directory-description p:last-child {
    margin-bottom: 0;
}

.htf-directory-card {
    min-height: 100%;
}

.htf-directory-card .htf-home-post-body {
    min-height: 260px;
}

.htf-directory-pagination {
    margin-top: 30px;
}

.htf-directory-pagination .navigation {
    margin: 0;
}

.htf-directory-pagination .screen-reader-text {
    display: none;
}

.htf-directory-pagination .nav-links,
.htf-directory-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.htf-directory-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 8px 13px;
    border: 1px solid #dbe6ed;
    border-radius: 8px;
    background: #ffffff;
    color: #102036;
    font-size: 1.35rem;
    font-weight: 700;
    text-decoration: none;
}

.htf-directory-pagination .page-numbers.current,
.htf-directory-pagination .page-numbers:hover {
    border-color: #17d7cf;
    background: #0f2036;
    color: #ffffff;
}

.htf-directory-empty {
    max-width: 76rem;
    color: #546579;
    font-size: 1.7rem;
    line-height: 1.7;
}

.htf-author-page {
    max-width: 1280px;
}

.htf-author-page #primary {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0;
}

.htf-author-profile {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin-bottom: 32px;
    padding: 34px 38px;
    border: 0;
    border-bottom: 1px solid rgba(16, 32, 54, 0.13);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.htf-author-profile__avatar,
.htf-author-profile__avatar img {
    width: 112px;
    height: 112px;
}

.htf-author-profile__avatar img {
    display: block;
    border: 1px solid rgba(16, 32, 54, 0.1);
    border-radius: 50%;
    box-shadow: none;
}

.htf-author-profile h1 {
    margin: 4px 0 12px;
    color: #102036;
    font-size: clamp(3.2rem, 4vw, 5.1rem);
    line-height: 1.08;
}

.htf-author-profile__bio {
    max-width: 78rem;
    margin: 0;
    color: #40566d;
    font-size: 1.62rem;
    line-height: 1.72;
}

.htf-author-profile__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.htf-author-profile__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid rgba(15, 127, 141, 0.18);
    border-radius: 999px;
    background: rgba(23, 215, 207, 0.08);
    color: #0f7f8d;
    font-size: 1.22rem;
    font-weight: 800;
    line-height: 1.2;
}

.htf-author-work {
    padding: 0 38px 10px;
}

.htf-author-section-head {
    margin-bottom: 20px;
}

.htf-author-section-head h2 {
    margin: 0;
    color: #102036;
    font-size: clamp(2.5rem, 3vw, 3.5rem);
    line-height: 1.16;
}

.htf-author-grid {
    align-items: stretch;
}

.htf-author-card {
    min-height: 240px;
}

.page-id-4546 #main-wrapper {
    background:
        radial-gradient(circle at top left, rgba(22, 214, 207, 0.16), transparent 30%),
        linear-gradient(180deg, #f6fbfc 0%, #ffffff 18%, #f7fbff 100%);
}

.page-id-4546 .mks-bredcrumbs-container {
    display: none;
}

.htf-newsroom-page {
    padding-top: 46px;
    padding-bottom: 36px;
}

.htf-newsroom-page .vce-main-content {
    float: none;
    width: 100%;
    max-width: none;
}

.htf-newsroom-masthead {
    margin-bottom: 34px;
    padding: 0 0 24px;
    border-bottom: 4px double rgba(16, 32, 54, 0.24);
    color: #102036;
}

.htf-newsroom-masthead h1 {
    margin: 0 0 10px;
    color: #0f2036;
    font-size: clamp(3.8rem, 6vw, 7.2rem);
    line-height: 0.96;
    letter-spacing: 0;
}

.htf-newsroom-masthead > p:not(.htf-home-kicker) {
    max-width: 82rem;
    margin: 0;
    color: #40566a;
    font-size: 1.75rem;
    line-height: 1.65;
}

.htf-newsroom-masthead > span {
    display: block;
    margin-top: 18px;
    color: #6b7d8f;
    font-size: 1.28rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.htf-newsroom-topline {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
    gap: 36px;
    align-items: start;
    margin-bottom: 42px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(16, 32, 54, 0.20);
}

.htf-newsroom-lead {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.htf-newsroom-lead__media {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 8.5;
    margin-bottom: 4px;
    background: #eaf3f6;
}

.htf-newsroom-lead__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.htf-newsroom-meta {
    margin: 0;
    color: #078b94;
    font-size: 1.24rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    line-height: 1.35;
    text-transform: uppercase;
}

.htf-newsroom-meta span {
    color: #93a4b6;
}

.htf-newsroom-lead h2,
.htf-newsroom-briefs h2,
.htf-newsroom-section-head h2,
.htf-newsroom-list h3,
.htf-newsroom-briefs h3 {
    margin: 0;
    color: #102036;
}

.htf-newsroom-lead h2 {
    max-width: 90rem;
    font-size: clamp(3.0rem, 4.2vw, 5.4rem);
    line-height: 1.02;
}

.htf-newsroom-lead h2 a,
.htf-newsroom-list h3 a,
.htf-newsroom-briefs h3 a {
    color: inherit;
    text-decoration: none;
}

.htf-newsroom-lead h2 a:hover,
.htf-newsroom-list h3 a:hover,
.htf-newsroom-briefs h3 a:hover {
    color: #078b94;
}

.htf-newsroom-lead > p:last-child {
    max-width: 78rem;
    margin: 0;
    color: #40566a;
    font-size: 1.78rem;
    line-height: 1.68;
}

.htf-newsroom-briefs {
    display: grid;
    gap: 0;
    min-width: 0;
    padding-left: 28px;
    border-left: 1px solid rgba(16, 32, 54, 0.20);
}

.htf-newsroom-briefs > h2,
.htf-newsroom-section-head h2 {
    padding-bottom: 12px;
    border-bottom: 3px solid #0f2036;
    font-size: 2.0rem;
    line-height: 1.2;
}

.htf-newsroom-briefs article {
    padding: 18px 0;
    border-bottom: 1px solid rgba(16, 32, 54, 0.16);
}

.htf-newsroom-briefs article:last-child {
    border-bottom: 0;
}

.htf-newsroom-briefs h3 {
    margin-top: 7px;
    font-size: 2.0rem;
    line-height: 1.24;
}

.htf-newsroom-latest {
    display: grid;
    gap: 22px;
}

.htf-newsroom-list {
    column-count: 3;
    column-gap: 34px;
    column-rule: 1px solid rgba(16, 32, 54, 0.14);
}

.htf-newsroom-list article {
    break-inside: avoid;
    padding: 0 0 22px;
    margin: 0 0 22px;
    border-bottom: 1px solid rgba(16, 32, 54, 0.16);
}

.htf-newsroom-list h3 {
    margin-top: 8px;
    font-size: 2.2rem;
    line-height: 1.14;
}

.htf-newsroom-list article > p:last-child {
    margin: 10px 0 0;
    color: #4f6277;
    font-size: 1.48rem;
    line-height: 1.62;
}

.htf-newsroom-pagination {
    margin-top: 36px;
}

@media (max-width: 1200px) {
    .htf-home-card-grid-guides,
    .htf-home-card-grid-news,
    .htf-home-card-grid-tutorials {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .htf-newsroom-list {
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .htf-home-card-grid-guides,
    .htf-home-card-grid-news,
    .htf-home-card-grid-tutorials {
        grid-template-columns: 1fr;
    }

    .htf-homepage {
        padding-top: 24px;
    }

    .htf-home-post-body {
        padding: 20px;
    }

    .htf-newsroom-page {
        padding-top: 28px;
        padding-right: 16px;
        padding-left: 16px;
        box-sizing: border-box;
    }

    .htf-newsroom-masthead {
        margin-bottom: 28px;
        padding-bottom: 20px;
    }

    .htf-newsroom-topline {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .htf-newsroom-briefs {
        padding-left: 0;
        border-left: 0;
    }

    .htf-newsroom-list {
        column-count: 1;
        column-rule: 0;
    }

    .htf-newsroom-lead h2 {
        font-size: 3.1rem;
    }

    .htf-newsroom-lead__media {
        aspect-ratio: 16 / 10;
    }
}
h1.entry-title {
    font-size: 4.0rem;
}

.htf-single-shell .vce-single h1.entry-title {
    width: auto;
    max-width: min(17ch, 100%);
}
#snippet-box { max-width: 100%; padding: 10px;
font-family: 'Josefin Sans', sans-serif;
font-size: 14px !important;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.vce-lay-c .entry-content, .vce-lay-h .entry-content {
    text-align: justify;
    padding: 0 20px;
    line-height: 22px;
}

.wp-review-darkside-template table {
	background-color:#0000
}
.c-twitter-post-widget {
    font-weight: unset;
    font-size: 16px;
    background: #4da7de;
}
.ctf-twitterlink {
	font-size: 14px !important;
}
.ctf-item {
  background: #4da7de url(/img/twitter-blue.svg) 90% 90% no-repeat;
	background-size: 7rem;
}

.ctf-tweet-actions a {
  color: #fff !important;
}

.ctf-tweet-date {
  font-size: 19px !important;
}

.ctf-tweet-text {
	line-height: 1.8 !important;
}

.ctf-tweet-text  a {
  position: relative;
  color: #aaa;
  
}

.ctf-tweet-text a:hover {
  color: #4da7de !important;
	background-position: 95% 100%;
}

.download-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 20px 0 0;
}
.dwn-img-wrap {
	    margin: 0px 10px 50px;
}
.dwn-img-wrap img {
	margin-bottom: 0;
	height: 240px;
	width: auto
}
.page-download-btn {
	font-size: 16px !important;
  padding: 25px 40px !important;
}
.download-wrap span.download {
    display: inline-block;
    background: #02508a;
    position: relative;
    line-height: 62px;
    border-radius: 6px;
    margin-top: 10px;
	
    -webkit-transition-duration: .8s;
    -webkit-transition-property: width;
    transition-property: width;
    transition-duration: .8s;
    width: 100%;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
		padding: 0 55px;
    transition: all .3s ease-in-out;
}
.download-btn-wrap {
		width:54%;
		text-align:center;
	  display: flex;
		flex-direction: column;
    justify-content: center;
    align-items: center;
		margin: 20px 0 0;
}
.info-links a {
	font-size: 13px;
}
.mks-bredcrumbs-container {	
	display:none;
	}

.mpp-toc-title h2  {
	font-size: 20px;
}
.mpp-toc  li  {
	font-size: 14px;
}

.info_table td  {		
  border-bottom: 1px solid rgba(0,0,0,.1);
	
	
  border-right: 0px;
}
.info_table tr td:first-child {
	text-align: right!important;	
	width: 30%;	
	padding-bottom: 20px!important
}

.info_table tr td:first-child,
.info_table tr td:first-child span {	
	font-weight: 600;
	color: #343434!important;
	font-size: 18px;
}
.wpml-ls-statics-post_translations {
    clear: both;
    text-align: center;
}
#post-18642 .entry-content {
		width: 1100px;
    max-width: 1050px;
}

/* Coupon */
.coupon-block {
    padding: 0;
    background-color: transparent;
    border: 0;
    margin: 32px 0;
    position: relative;
}

.coupon-box-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    grid-template-areas:
        "visual content"
        "cta cta";
    gap: 20px 24px;
    align-items: start;
    padding: 26px;
    margin: 32px 0;
    border: 1px solid #e6ebf2;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.box-image {
    grid-area: visual;
    display: block;
    width: 120px;
    margin: 0;
    padding: 14px;
    border: 1px solid #e7edf4;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fbff 0%, #f3f8fc 100%);
    box-sizing: border-box;
    align-self: start;
}

.box-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.coupon-product-link,
.coupon-title-link {
    color: inherit;
    text-decoration: none;
}

.htf-shell .entry-content .coupon-title-link,
.entry-content .coupon-title-link,
.coupon-title-link {
    color: #102036 !important;
    text-decoration: none !important;
}

.htf-shell .entry-content .coupon-title-link:hover,
.entry-content .coupon-title-link:hover,
.coupon-title-link:hover {
    color: #0f7f8d !important;
}

.coupon-content-body {
    grid-area: content;
    display: block;
    width: auto;
    min-width: 0;
    margin: 0;
}

.coupon-box-title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 700;
    color: #111827;
}

.coupon-box-description {
    overflow: hidden;
    position: relative;
    margin: 0;
    color: #475467;
    font-size: 15px;
    line-height: 1.62;
    text-align: left;
}

.coupon-button-wrap {
    grid-area: cta;
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    width: auto;
    padding: 18px 20px;
    border: 1px solid #dbe6f5;
    border-radius: 16px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}

.coupon-btn-line {
    margin: 0;
}

.download-link,
a .download,
.entry-content a.download-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    width: 100%;
    padding: 14px 22px;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(135deg, #0f63d8 0%, #0b4fb3 100%);
    box-shadow: 0 14px 24px rgba(15, 99, 216, 0.24);
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    text-transform: none;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.download-link:hover,
a .download:hover,
.entry-content a.download-link:hover {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    text-decoration: none !important;
    background: linear-gradient(135deg, #136fe8 0%, #0d57c1 100%);
    box-shadow: 0 18px 30px rgba(15, 99, 216, 0.28);
    transform: translateY(-1px);
}

.go-btn-wrap {
    width: 100%;
    text-align: left;
    color: #667085;
    font-size: 13px;
    line-height: 1.65;
}

.coupon-legal-note {
    display: block;
    margin-bottom: 6px;
    color: #344054;
    font-weight: 600;
}

.coupon-legal-links {
    display: block;
}

.htf-shell .entry-content .coupon-legal-links a,
.entry-content .coupon-legal-links a,
.coupon-legal-links a {
    color: #2462c6 !important;
    text-decoration: none;
}

.entry-content .coupon-legal-links a:hover,
.coupon-legal-links a:hover {
    text-decoration: underline;
}

.coupon-link-sep {
    display: inline-block;
    margin: 0 6px;
    color: #98a2b3;
}

/* Coupon author */
.coupon-box-wrap.author {
    grid-template-columns: 168px minmax(0, 1fr);
}

.coupon-box-wrap.author p {
    display: none;
}

.coupon-box-wrap.author .box-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
    border: 0;
    padding: 0;
}

.coupon-box-wrap.author .coupon-button-wrap img {
    display: none;
}

.data-author-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.data-author-image img {
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    border: 5px solid #fff;
}

.data-author-name {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.data-author-caption {
    margin-bottom: 6px;
    font-size: 12px;
    color: #667085;
}

.coupon-box-wrap.author .coupon-button-wrap .download-link {
    margin-top: 0;
}

@media (max-width: 1200px) {
    .coupon-box-wrap,
    .coupon-box-wrap.author {
        grid-template-columns: 120px minmax(0, 1fr);
    }
}

@media (max-width: 860px) {
    .coupon-box-wrap,
    .coupon-box-wrap.author {
        grid-template-columns: 1fr;
        grid-template-areas:
            "visual"
            "content"
            "cta";
        gap: 20px;
        padding: 22px;
    }

    .box-image {
        max-width: 180px;
        width: 100%;
        margin: 0 auto;
    }

    .coupon-content-body,
    .coupon-button-wrap {
        width: 100%;
    }

    .coupon-box-title {
        font-size: 24px;
    }

    .coupon-box-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .coupon-button-wrap {
        grid-template-columns: 1fr;
        gap: 14px;
        text-align: center;
    }

    .download-link,
    a .download {
        min-height: 52px;
        font-size: 17px;
    }

    .go-btn-wrap {
        text-align: center;
    }

    .coupon-link-sep {
        display: none;
    }

    .coupon-legal-links a {
        display: inline-block;
        margin: 0 6px 4px 0;
    }
}

/* Codex: review screenshot sizing, shadow, and captions */
.entry-content figure.review-screenshot-figure {
    margin: 32px auto 38px;
    text-align: center;
}

.entry-content figure.review-screenshot-figure &gt; a {
    display: block;
}

.entry-content figure.review-screenshot-figure img.gridinsoft-review-screenshot,
.entry-content figure.review-screenshot-figure img.trojan-killer-review-screenshot,
.entry-content img.gridinsoft-review-screenshot,
.entry-content img.trojan-killer-review-screenshot {
    display: block;
    width: 70%;
    max-width: 70%;
    height: auto;
    margin: 0 auto 12px;
    border-radius: 6px;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.22);
}

.entry-content figcaption.review-screenshot-caption {
    width: 70%;
    max-width: 70%;
    margin: 0 auto;
    color: #5b6470;
    font-size: 14px;
    line-height: 1.45;
    font-style: italic;
    text-align: center;
}

.entry-content figcaption.review-screenshot-caption .review-screenshot-label {
    color: #2f3742;
    font-style: normal;
    font-weight: 600;
}

@media (max-width: 768px) {
    .entry-content figure.review-screenshot-figure img.gridinsoft-review-screenshot,
    .entry-content figure.review-screenshot-figure img.trojan-killer-review-screenshot,
    .entry-content img.gridinsoft-review-screenshot,
    .entry-content img.trojan-killer-review-screenshot,
    .entry-content figcaption.review-screenshot-caption {
        width: 100%;
        max-width: 100%;
    }

    .entry-content figure.review-screenshot-figure {
        margin: 24px auto 32px;
    }

    .entry-content figure.review-screenshot-figure img.gridinsoft-review-screenshot,
    .entry-content figure.review-screenshot-figure img.trojan-killer-review-screenshot,
    .entry-content img.gridinsoft-review-screenshot,
    .entry-content img.trojan-killer-review-screenshot {
        box-shadow: 0 10px 24px rgba(17, 24, 39, 0.18);
    }
}

/* Codex: news cartoon figures */
.entry-content figure.htf-news-cartoon-figure {
    width: 78%;
    max-width: 78%;
    margin: 30px auto 34px;
    text-align: center;
}

.entry-content figure.htf-news-cartoon-figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.20);
}

.entry-content figure.htf-news-cartoon-figure figcaption {
    margin-top: 12px;
    color: #5f6875;
    font-size: 14px;
    line-height: 1.5;
    font-style: italic;
    text-align: center;
}

@media (max-width: 768px) {
    .entry-content figure.htf-news-cartoon-figure {
        width: 100%;
        max-width: 100%;
        margin: 24px auto 28px;
    }

    .entry-content figure.htf-news-cartoon-figure img {
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
    }
}
/* End Codex: review screenshot sizing, shadow, and captions */

/* Codex: review download CTA */
.entry-content .review-download-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    width: min(760px, 92%);
    margin: 34px auto 42px;
    padding: 20px 22px;
    border: 1px solid #dbe7f3;
    border-radius: 10px;
    background: #f8fbff;
    box-shadow: 0 10px 28px rgba(30, 64, 105, 0.10);
}

.entry-content .review-download-cta__body {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.entry-content .review-download-cta__eyebrow {
    color: #2b6da8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.entry-content .review-download-cta__body strong {
    color: #1f2937;
    font-size: 20px;
    line-height: 1.25;
}

.entry-content .review-download-cta__body span:last-child {
    color: #5a6675;
    font-size: 14px;
    line-height: 1.45;
}

.entry-content .review-download-cta__button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 7px;
    background: #1967a9;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 6px 16px rgba(25, 103, 169, 0.24);
    transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.entry-content .review-download-cta__button:hover,
.entry-content .review-download-cta__button:focus {
    background: #12558e;
    box-shadow: 0 8px 20px rgba(25, 103, 169, 0.30);
    transform: translateY(-1px);
}

@media (max-width: 700px) {
    .entry-content .review-download-cta {
        display: grid;
        width: 100%;
        padding: 18px;
    }

    .entry-content .review-download-cta__button {
        width: 100%;
    }
}
/* End Codex: review download CTA */

/* Codex: review pros/cons cards */
.entry-content .review-pros-cons {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
    margin: 34px auto 42px;
}

.entry-content .review-pros-cons__card {
    position: relative;
    overflow: hidden;
    border: 1px solid #dde7f0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(21, 32, 43, 0.08);
}

.entry-content .review-pros-cons__card::before {
    content: none !important;
    display: none !important;
}

.entry-content .review-pros-cons__header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 24px 24px 14px;
}

.entry-content .review-pros-cons__header h3 {
    margin: 0;
    color: #1f2937;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

.entry-content .review-pros-cons__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(21, 32, 43, 0.16);
}

.entry-content .review-pros-cons__card--pros .review-pros-cons__mark {
    background: #138a64;
}

.entry-content .review-pros-cons__card--cons .review-pros-cons__mark {
    background: #c2413f;
}

.entry-content .review-pros-cons ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0 24px 24px;
    list-style: none;
}

.entry-content .review-pros-cons li {
    position: relative;
    margin: 0;
    padding: 15px 0;
    color: #47515f;
    font-size: 16px;
    line-height: 1.55;
    border-top: 1px solid #edf2f7;
    list-style: none;
}

.entry-content .review-pros-cons li::before {
    content: none !important;
    display: none !important;
}

.entry-content .review-pros-cons li span {
    display: block;
}

@media (max-width: 820px) {
    .entry-content .review-pros-cons {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
/* End Codex: review pros/cons cards */

/* Codex: review data cards */
.entry-content .review-data-block {
    overflow: hidden;
    margin: 34px 0 44px;
    border: 1px solid #dde7f0;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(21, 32, 43, 0.08);
}

.entry-content .review-data-block__intro {
    padding: 24px 26px 22px;
    border-bottom: 1px solid #e6edf5;
    background: linear-gradient(135deg, #f7fbff 0%, #eef6fb 100%);
}

.entry-content .review-data-block__kicker {
    display: inline-block;
    margin-bottom: 7px;
    color: #40627e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.entry-content .review-data-block__intro h3 {
    margin: 0 0 8px;
    color: #1f2937;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 750;
}

.entry-content .review-data-block__intro p {
    max-width: 880px;
    margin: 0;
    color: #526071;
    font-size: 16px;
    line-height: 1.55;
}

.entry-content .review-spec-grid,
.entry-content .review-scan-mode-grid,
.entry-content .review-price-grid {
    display: grid;
    gap: 1px;
    background: #e6edf5;
}

.entry-content .review-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.entry-content .review-spec-item,
.entry-content .review-scan-mode-card,
.entry-content .review-price-card {
    background: #ffffff;
}

.entry-content .review-spec-item {
    padding: 18px 22px;
}

.entry-content .review-spec-item__label {
    display: block;
    margin-bottom: 7px;
    color: #6b7785;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: uppercase;
}

.entry-content .review-spec-item__value {
    display: block;
    color: #263241;
    font-size: 16px;
    line-height: 1.5;
}

.entry-content .review-scan-mode-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.entry-content .review-scan-mode-card {
    padding: 22px;
}

.entry-content .review-scan-mode-card h4 {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 750;
}

.entry-content .review-scan-mode-card p {
    margin: 0 0 16px;
    color: #4b5968;
    font-size: 15px;
    line-height: 1.55;
}

.entry-content .review-scan-mode-card span {
    display: block;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #edf2f7;
    color: #6d503f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.entry-content .review-price-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.entry-content .review-pricing-cards--trojan .review-price-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.entry-content .review-price-card {
    position: relative;
    padding: 22px;
}

.entry-content .review-price-card--featured {
    background: #f8fcff;
    box-shadow: inset 0 4px 0 #2f80c9;
}

.entry-content .review-price-card__badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 5px 9px;
    border: 1px solid #b8d8f2;
    border-radius: 999px;
    background: #edf7ff;
    color: #2f638f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
}

.entry-content .review-price-card h4 {
    margin: 0 0 8px;
    color: #1f2937;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 750;
}

.entry-content .review-price-card strong {
    display: block;
    margin-bottom: 10px;
    color: #17324d;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
}

.entry-content .review-price-card p {
    margin: 0 0 18px;
    color: #526071;
    font-size: 15px;
    line-height: 1.5;
}

.entry-content .review-price-card dl {
    display: grid;
    gap: 8px;
    margin: 0;
}

.entry-content .review-price-card dl div {
    display: grid;
    gap: 3px;
    padding-top: 10px;
    border-top: 1px solid #edf2f7;
}

.entry-content .review-price-card dt {
    margin: 0;
    color: #6b7785;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.entry-content .review-price-card dd {
    margin: 0;
    color: #263241;
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 1100px) {
    .entry-content .review-scan-mode-grid,
    .entry-content .review-price-grid,
    .entry-content .review-pricing-cards--trojan .review-price-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .entry-content .review-data-block__intro {
        padding: 20px;
    }

    .entry-content .review-spec-grid,
    .entry-content .review-scan-mode-grid,
    .entry-content .review-price-grid,
    .entry-content .review-pricing-cards--trojan .review-price-grid {
        grid-template-columns: 1fr;
    }

    .entry-content .review-spec-item,
    .entry-content .review-scan-mode-card,
    .entry-content .review-price-card {
        padding: 18px 20px;
    }
}
/* End Codex: review data cards */

/* Codex: gridinsoft OPSWAT certification note */
.entry-content .review-cert-note {
    display: grid;
    grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    margin: 34px 0 42px;
    padding: 26px;
    border: 1px solid #d8e4ef;
    border-left: 5px solid #5f01d1;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 42px rgba(21, 32, 43, 0.09);
}

.entry-content .review-cert-note__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 118px;
    padding: 20px;
    border: 1px solid #e8eef5;
    border-radius: 8px;
    background: #ffffff;
}

.entry-content .review-cert-note__media img {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0;
    box-shadow: none;
}

.entry-content .review-cert-note__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #5f01d1;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.entry-content .review-cert-note h3 {
    margin: 0 0 12px;
    color: #172033;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 750;
}

.entry-content .review-cert-note p {
    margin: 0 0 13px;
    color: #47515f;
    font-size: 16px;
    line-height: 1.58;
}

.entry-content .review-cert-note__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    padding: 11px 16px;
    border: 1px solid #5f01d1;
    border-radius: 6px;
    background: #5f01d1;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(95, 1, 209, 0.22);
}

.entry-content .review-cert-note__link:hover,
.entry-content .review-cert-note__link:focus {
    background: #46009b;
    border-color: #46009b;
    color: #ffffff !important;
}

@media (max-width: 760px) {
    .entry-content .review-cert-note {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 20px;
    }

    .entry-content .review-cert-note__media {
        justify-content: flex-start;
        min-height: auto;
    }

    .entry-content .review-cert-note__media img {
        max-width: 190px;
    }
}
/* End Codex: gridinsoft OPSWAT certification note */

/* Codex: GridinSoft setup wizard screenshot shadow exception */
.entry-content img.gridinsoft-review-no-shadow {
    box-shadow: none;
}
/* End Codex: GridinSoft setup wizard screenshot shadow exception */

/* Codex: sitewide shell refresh */
body:not(.home) #main-wrapper {
    background:
        radial-gradient(circle at top left, rgba(22, 214, 207, 0.08), transparent 24%),
        linear-gradient(180deg, #f6fbfc 0%, #ffffff 18%, #f7fbff 100%);
}

body:not(.home) .main-header,
body:not(.home) .vce-sticky-header {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1px 0 rgba(16, 32, 54, 0.06);
}

body:not(.home) .main-header a,
body:not(.home) .vce-sticky-header a {
    color: #14243c;
}

body:not(.home) .main-header .site-branding img,
body:not(.home) .vce-sticky-header .site-branding img {
    max-height: 58px;
    width: auto;
}

.htf-header-shell {
    background: rgba(255, 255, 255, 0.96);
}

.htf-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 82px;
}

.htf-header-brand {
    flex: 0 0 auto;
    min-width: 0;
}

.htf-header-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0;
    text-decoration: none !important;
}

.htf-header-brand-link:hover,
.htf-header-brand-link:focus,
.htf-header-brand-link:hover *,
.htf-header-brand-link:focus * {
    text-decoration: none !important;
}

.htf-header-brandcopy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.htf-header-title {
    color: #102036;
    font-family: 'Roboto Slab';
    font-size: 2.2rem;
    line-height: 1.05;
    font-weight: 700;
    white-space: nowrap;
}

.htf-header-tagline {
    color: #708297;
    font-size: 1.15rem;
    line-height: 1.35;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.htf-header-inner #site-navigation {
    margin-left: auto;
}

.htf-mobile-nav-trigger {
    display: none;
    flex: 0 0 auto;
}

.htf-mobile-nav-trigger .vce-responsive-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #dbe6ed;
    border-radius: 12px;
    background: #ffffff;
    color: #102036;
    font-size: 1.9rem;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(7, 24, 36, 0.06);
}

.htf-mobile-nav-trigger .vce-responsive-nav:hover,
.htf-mobile-nav-trigger .vce-responsive-nav:focus {
    color: #0f7f8d;
    border-color: #17d7cf;
}

@media (max-width: 1480px) {
    .htf-header-tagline {
        display: none;
    }

    .htf-header-title {
        font-size: 2rem;
    }
}

#mks-breadcrumbs.mks-bredcrumbs-container {
    display: block;
    margin-top: 0px;
    margin-bottom: 6px;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

#mks-breadcrumbs.mks-bredcrumbs-container p {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    color: #6f7f90;
    font-size: 1.3rem;
    line-height: 1.6;
    box-shadow: none !important;
}

#mks-breadcrumbs.mks-bredcrumbs-container a {
    color: #1b6f7d;
    text-decoration: none;
}

#mks-breadcrumbs.mks-bredcrumbs-container a:hover,
#mks-breadcrumbs.mks-bredcrumbs-container a:focus {
    text-decoration: underline;
}

#main-wrapper > #mks-breadcrumbs.mks-bredcrumbs-container {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.htf-shell {
    padding-top: 28px;
    padding-bottom: 42px;
}

.htf-shell .main-box,
.htf-shell .main-box-single,
.htf-shell .author-box,
.htf-shell .related-box,
.htf-shell .comment-respond,
.htf-shell #comments,
.htf-shell .sidebar .widget,
.htf-shell #sidebar .widget {
    border: 1px solid #dbe6ed;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 36px rgba(7, 24, 36, 0.05);
}

.htf-shell .main-box,
.htf-shell .main-box-single {
    overflow: hidden;
}

.htf-shell .main-box-head {
    padding: 28px 32px 16px;
    border-bottom: 1px solid #e6eef3;
    background: linear-gradient(180deg, rgba(23, 215, 207, 0.06) 0%, rgba(255, 255, 255, 0.88) 100%);
}

.htf-shell .main-box-title {
    margin: 0;
    color: #0f2036;
    font-size: clamp(3rem, 4vw, 5rem);
    line-height: 1.08;
}

.htf-shell .main-box-subtitle {
    display: block;
    max-width: 80rem;
    margin-top: 12px;
    color: #5a6b7d;
    font-size: 1.7rem;
    line-height: 1.7;
}

.htf-shell .main-box-inside {
    padding: 28px 32px 32px;
}

.htf-shell .vce-post {
    padding: 20px;
    border: 1px solid #dbe6ed;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(7, 24, 36, 0.04);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.htf-shell .vce-post:hover {
    transform: translateY(-2px);
    border-color: #17d7cf;
    box-shadow: 0 18px 38px rgba(7, 24, 36, 0.08);
}

.htf-shell .meta-image {
    margin-bottom: 18px;
}

.htf-shell .meta-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 18px 36px rgba(7, 24, 36, 0.08);
}

.htf-shell .meta-category {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.htf-shell .meta-category a,
.htf-shell .meta-category span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(23, 215, 207, 0.12);
    color: #0f7f8d;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.htf-shell .entry-title,
.htf-shell .entry-title a,
.htf-shell .entry-title-page {
    color: #102036;
}

.htf-shell .entry-title {
    margin: 0 0 10px;
    font-size: clamp(2.4rem, 3vw, 4rem);
    line-height: 1.18;
}

.htf-shell .entry-title-page {
    font-size: clamp(2.8rem, 3.4vw, 4.8rem);
}

.htf-shell .entry-title a:hover {
    color: #0f7f8d;
}

.htf-shell .entry-meta,
.htf-shell .entry-meta a {
    color: #738496;
    font-size: 1.35rem;
}

.htf-shell .entry-content,
.htf-shell .entry-content p,
.htf-shell .page-content,
.htf-shell .main-box-subtitle {
    color: #405265;
}

.htf-shell .entry-content {
    font-size: 1.75rem;
    line-height: 1.85;
}

.htf-shell .entry-content h2,
.htf-shell .entry-content h3,
.htf-shell .entry-content h4 {
    color: #102036;
}

.htf-shell .entry-content a {
    color: #0f7f8d;
}

.htf-shell .entry-content ul,
.htf-shell .entry-content ol {
    padding-left: 24px;
}

.htf-shell .entry-content table {
    overflow: hidden;
    border: 1px solid #dbe6ed;
    border-radius: 8px;
    background: #ffffff;
}

.htf-shell .entry-content th {
    background: #edf8f9;
    color: #102036;
}

.htf-shell .entry-content td,
.htf-shell .entry-content th {
    border-color: #e2ebf1;
}

.htf-shell .entry-footer,
.htf-shell .share-bar,
.htf-shell .meta-tags {
    margin-top: 24px;
}

.htf-shell .vce-read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 8px;
    background: #102036;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
}

.htf-shell .vce-read-more:hover {
    background: #0f7f8d;
}

.htf-shell .sidebar .widget,
.htf-shell #sidebar .widget {
    padding: 22px;
}

.htf-shell .widget-title,
.htf-shell .widget .vce-single-nav-title {
    color: #102036;
}

.htf-shell .author-box,
.htf-shell .related-box,
.htf-shell #comments,
.htf-shell .comment-respond {
    margin-top: 22px;
    padding: 24px 28px;
}

.htf-single-shell.htf-no-sidebar {
    max-width: 1260px;
}

.htf-single-shell.htf-no-sidebar #primary {
    float: none;
    width: min(100%, 980px);
    max-width: 980px;
    margin: 0 auto;
}

.htf-single-shell.htf-no-sidebar #sidebar,
.htf-single-shell.htf-no-sidebar .sidebar {
    display: none;
}

.htf-single-shell .main-box-single {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.htf-single-shell .vce-single .entry-header {
    padding: 30px 0 18px;
    border-bottom: 1px solid #dde6ed;
    background: transparent;
    text-align: left;
}

.htf-single-shell .vce-single .entry-title {
    width: auto;
    max-width: 100%;
    margin: 0;
    color: #102036;
    font-size: clamp(3.4rem, 3.8vw, 5.2rem);
    line-height: 1.05;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.htf-single-shell .vce-single .entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
    margin-top: 18px;
    color: #7b8b9c;
    font-size: 1.35rem;
}

.htf-single-shell .vce-single .entry-content {
    max-width: 72ch;
    margin: 0 auto;
    padding: 26px 0 12px;
    color: #3f5267;
    font-size: 1.9rem;
    line-height: 1.82;
}

.htf-single-shell .vce-single .entry-content > p {
    margin-bottom: 1.28em;
}

.htf-single-shell .vce-single .entry-headline {
    max-width: 72ch;
    margin: 0 auto;
    padding: 28px 0 10px;
}

.htf-single-shell .vce-single .entry-headline p {
    margin: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
    color: #31465d;
    font-size: 1.95rem;
    line-height: 1.68;
}

.htf-single-shell .vce-single .entry-content > p.b5:first-child,
.htf-single-shell .vce-single .entry-content > p:first-child {
    font-size: 1.95rem;
    line-height: 1.65;
    color: #26384c;
    line-height: 1.68;
    color: #31465d;
}

.htf-single-shell .vce-single .entry-content h2,
.htf-single-shell .vce-single .entry-content h3,
.htf-single-shell .vce-single .entry-content h4 {
    margin-top: 50px;
    margin-bottom: 18px;
    padding: 0;
    border-bottom: 0;
    background: transparent;
    color: #102036;
    text-align: left;
}

.htf-single-shell .vce-single .entry-content h2 {
    font-size: 3.1rem;
    line-height: 1.16;
}

.htf-single-shell .vce-single .entry-content h3 {
    font-size: 2.5rem;
    line-height: 1.2;
}

.htf-single-shell .vce-single .entry-content h4 {
    font-size: 2.1rem;
    line-height: 1.28;
}

.htf-single-shell .vce-single .entry-content .mks_separator {
    display: none !important;
}

.htf-single-shell .vce-single .entry-content blockquote {
    margin: 34px 0;
    padding: 6px 0 6px 26px;
    border-left: 4px solid #17d7cf;
    color: #516376;
    font-size: 1.95rem;
    line-height: 1.7;
    background: transparent;
}

.htf-single-shell .vce-single .entry-content table {
    width: 100%;
    margin: 28px 0 36px;
    font-size: 1.55rem;
    line-height: 1.65;
}

.htf-single-shell .vce-single .entry-content td,
.htf-single-shell .vce-single .entry-content th {
    padding: 14px 16px;
    vertical-align: top;
}

/* Codex: editorial table styling */
.htf-shell .entry-content table,
.htf-shell .page-content table,
.htf-single-shell .vce-single .entry-content table {
    width: 100%;
    margin: 30px 0 38px;
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 42px rgba(7, 24, 36, 0.07);
    color: #405265;
    font-size: 1.5rem;
    line-height: 1.62;
    overflow: hidden;
}

.htf-shell .entry-content table th,
.htf-shell .entry-content table td,
.htf-shell .page-content table th,
.htf-shell .page-content table td,
.htf-single-shell .vce-single .entry-content table th,
.htf-single-shell .vce-single .entry-content table td {
    padding: 16px 20px;
    border: 0 !important;
    border-bottom: 1px solid rgba(16, 32, 54, 0.10) !important;
    color: #405265;
    vertical-align: top;
}

.htf-shell .entry-content table tr:last-child th,
.htf-shell .entry-content table tr:last-child td,
.htf-shell .page-content table tr:last-child th,
.htf-shell .page-content table tr:last-child td,
.htf-single-shell .vce-single .entry-content table tr:last-child th,
.htf-single-shell .vce-single .entry-content table tr:last-child td {
    border-bottom: 0 !important;
}

.htf-shell .entry-content table thead th,
.htf-shell .page-content table thead th,
.htf-single-shell .vce-single .entry-content table thead th {
    background: linear-gradient(180deg, rgba(23, 215, 207, 0.14), rgba(23, 215, 207, 0.08));
    color: #102036;
    font-weight: 800;
}

.htf-shell .entry-content table tbody tr:nth-child(even) td,
.htf-shell .page-content table tbody tr:nth-child(even) td,
.htf-single-shell .vce-single .entry-content table tbody tr:nth-child(even) td {
    background: rgba(248, 252, 253, 0.78);
}

.htf-shell .entry-content table tbody td:first-child,
.htf-shell .page-content table tbody td:first-child,
.htf-single-shell .vce-single .entry-content table tbody td:first-child {
    width: 32%;
    background: rgba(23, 215, 207, 0.07);
    color: #102036;
    font-weight: 700;
}

.htf-shell .entry-content table a,
.htf-shell .page-content table a,
.htf-single-shell .vce-single .entry-content table a {
    color: #0f7f8d;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
}

.htf-shell .entry-content table caption,
.htf-shell .page-content table caption,
.htf-single-shell .vce-single .entry-content table caption {
    margin: 0 0 10px;
    color: #6f7f90;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: left;
}
/* End Codex: editorial table styling */

.htf-single-shell .vce-single .wp-caption,
.htf-single-shell .vce-single .aligncenter,
.htf-single-shell .vce-single .entry-content img {
    max-width: 100%;
}

.htf-single-shell .vce-single .wp-caption {
    margin: 28px auto 36px;
}

.htf-single-shell .vce-single .wp-caption-text {
    margin-top: 10px;
    color: #738496;
    font-size: 1.3rem;
    line-height: 1.55;
    text-align: center;
}

.htf-single-shell .author-box,
.htf-single-shell .related-box,
.htf-single-shell #comments,
.htf-single-shell .comment-respond {
    width: min(100%, 980px);
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

/* Codex: single article lower section polish */
.htf-standard-post .htf-single-shell #review.review-wrapper,
.htf-standard-post .htf-single-shell .wp-review-comment-form-title,
.htf-standard-post .htf-single-shell .wp-review-comment-form-rating,
.htf-standard-post .htf-single-shell .wp-review-comment-rating,
.htf-standard-post .htf-single-shell #commentsAdd {
    display: none !important;
}

.htf-single-shell .prev-next-nav {
    display: none;
}

.htf-single-shell .vce-share-bar {
    width: min(100%, 72ch);
    max-width: 72ch;
    margin: 34px auto 0;
    padding: 18px 0 0;
    border-top: 1px solid rgba(16, 32, 54, 0.12);
}

.htf-single-shell .vce-share-items,
.htf-single-shell .meks_ess {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}

.htf-single-shell .vce-share-items li,
.htf-single-shell .meks_ess li {
    width: auto !important;
    margin: 0 !important;
}

.htf-single-shell .vce-share-items a,
.htf-single-shell .meks_ess a,
.htf-single-shell .meks_ess .meks_ess-item {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px !important;
    height: 38px !important;
    max-width: 38px !important;
    min-width: 38px !important;
    flex: 0 0 38px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    font-size: 1.35rem !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.htf-single-shell .vce-share-items a:hover,
.htf-single-shell .vce-share-items a:focus,
.htf-single-shell .meks_ess a:hover,
.htf-single-shell .meks_ess a:focus,
.htf-single-shell .meks_ess .meks_ess-item:hover,
.htf-single-shell .meks_ess .meks_ess-item:focus {
    transform: translateY(-1px);
    opacity: 0.92;
}

.htf-single-shell .author-box,
.htf-single-shell .vce-related-box,
.htf-single-shell #comments,
.htf-single-shell .comment-respond {
    border: 0 !important;
    border-top: 1px solid rgba(16, 32, 54, 0.13) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 28px 0 0 !important;
    margin-top: 36px;
}

.htf-single-shell .author-box .main-box-title,
.htf-single-shell .vce-related-box .main-box-title,
.htf-single-shell #comments .main-box-title,
.htf-single-shell .comment-reply-title {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #102036;
    font-size: clamp(2rem, 2.2vw, 2.65rem);
    line-height: 1.18;
    text-align: left;
    box-shadow: none;
}

.htf-single-shell .author-box .main-box-inside {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 0;
}

.htf-single-shell .author-box .data-image,
.htf-single-shell .author-box .data-image img {
    float: none;
    width: 64px;
    height: 64px;
}

.htf-single-shell .author-box .data-image img {
    display: block;
    border: 1px solid rgba(16, 32, 54, 0.08);
    border-radius: 50%;
    box-shadow: none;
}

.htf-single-shell .author-box .data-content {
    float: none;
    width: auto;
    min-width: 0;
}

.htf-single-shell .author-box .author-title {
    margin: 0 0 6px;
    color: #102036;
    font-size: 1.7rem;
    line-height: 1.25;
}

.htf-single-shell .author-box .data-entry-content,
.htf-single-shell .author-box .data-entry-content p {
    color: #52677d;
    font-size: 1.35rem;
    line-height: 1.58;
}

.htf-single-shell .author-box .data-entry-content p {
    margin: 0;
}

.htf-single-shell .author-box .vce-content-outside {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    padding: 0;
    border: 0;
    background: transparent;
}

.htf-single-shell .author-box .vce-button {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(15, 127, 141, 0.24);
    border-radius: 999px;
    background: rgba(23, 215, 207, 0.08);
    color: #0f7f8d;
    font-size: 1.22rem;
    font-weight: 700;
    text-decoration: none;
}

.htf-single-shell .author-box .vce-author-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    color: #6e7f90;
    text-decoration: none;
}

.htf-single-shell .vce-related-box .main-box-inside {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
}

.htf-single-shell .vce-related-box .vce-post {
    display: flex;
    flex-direction: column;
    min-height: 0;
    height: auto !important;
    overflow: visible !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.htf-single-shell .vce-related-box .vce-post:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
}

.htf-single-shell .vce-related-box .meta-image {
    float: none;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 0 12px;
    overflow: visible;
}

.htf-single-shell .vce-related-box .meta-image a {
    display: block;
    width: 100%;
    height: auto !important;
}

.htf-single-shell .vce-related-box .meta-image img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: none;
}

.htf-single-shell .vce-related-box .entry-header,
.htf-single-shell .vce-related-box .vce-post .entry-header {
    float: none;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    overflow: visible;
}

.htf-single-shell .vce-related-box .entry-title {
    margin: 0;
    font-size: 1.45rem;
    line-height: 1.35;
    overflow: visible;
}

.htf-single-shell .vce-related-box .entry-title a {
    display: block;
    overflow-wrap: anywhere;
}

.htf-single-shell .vce-related-box .entry-meta {
    margin-top: 6px;
    font-size: 1.22rem;
    line-height: 1.4;
}
/* End Codex: single article lower section polish */

.htf-shell .vce-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 8px;
}

.htf-shell .vce-search-input {
    min-height: 50px;
    padding: 0 16px;
    border: 1px solid #dbe6ed;
    border-radius: 8px;
    background: #ffffff;
    color: #102036;
}

.htf-shell .vce-search-submit {
    border-radius: 8px;
    background: #17d7cf;
    color: #0b2231;
}

.htf-shell .pagination,
.htf-shell .vce-pagination {
    margin-top: 24px;
}

.htf-shell .vce-loop-wrap,
.htf-shell .main-box-inside > .row {
    gap: 20px;
}

.vce-custom-content.vce-post,
.container-full.vce-content-bottom .vce-custom-content.vce-post,
.container .vce-custom-content.vce-post {
    padding: 28px 32px;
    border: 1px solid #dbe6ed;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 36px rgba(7, 24, 36, 0.05);
}

.vce-custom-content.vce-post h1,
.vce-custom-content.vce-post h2,
.vce-custom-content.vce-post h3 {
    color: #102036;
}

.vce-custom-content.vce-post p,
.vce-custom-content.vce-post li {
    color: #405265;
}

.htf-modules-shell.htf-no-sidebar {
    max-width: 1280px;
}

.htf-modules-shell.htf-no-sidebar #primary {
    width: 100%;
    max-width: none;
    float: none;
    margin: 0;
}

.htf-modules-shell.htf-no-sidebar #sidebar,
.htf-modules-shell.htf-no-sidebar .sidebar {
    display: none;
}

.htf-modules-shell .main-box {
    margin-bottom: 26px;
}

.htf-modules-shell .main-box-title {
    font-size: 3.8rem;
}

.htf-modules-shell .main-box-inside {
    padding: 28px 32px;
}

.htf-modules-shell .vce-loop-wrap {
    gap: 22px;
}

.htf-modules-shell .vce-post {
    border: 1px solid #dbe6ed;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 34px rgba(7, 24, 36, 0.05);
}

.htf-modules-shell .vce-post .entry-title {
    font-size: 2rem;
    line-height: 1.22;
}

.htf-modules-shell .vce-post .meta-item,
.htf-modules-shell .vce-post .entry-meta div,
.htf-modules-shell .vce-post .entry-meta span {
    color: #6b7d8f;
}

.site-footer {
    margin-top: 18px;
    border-top: 1px solid #dbe6ed;
    background: #0f2036;
}

.site-footer,
.site-footer a,
.site-footer .widget-title {
    color: #e8f4f8;
}

/* Codex: align header palette with footer branding */
body .main-header,
body:not(.home) .main-header,
body .header-sticky,
body:not(.home) .vce-sticky-header {
    background: #0f2036;
    border-bottom: 1px solid rgba(232, 244, 248, 0.12);
    box-shadow: 0 10px 28px rgba(7, 24, 36, 0.16);
}

body .htf-header-shell,
body:not(.home) .htf-header-shell {
    background: #0f2036;
}

.htf-header-logo-img {
    display: block;
    width: auto;
    height: auto;
    max-width: 190px;
    max-height: 48px;
    object-fit: contain;
}

body .main-header a,
body:not(.home) .main-header a,
body .header-sticky a,
body:not(.home) .vce-sticky-header a,
.htf-header-title {
    color: #e8f4f8;
}

.htf-header-tagline {
    color: rgba(232, 244, 248, 0.74);
}

.htf-header-inner #site-navigation .nav-menu > li > a {
    color: #e8f4f8;
}

.htf-header-inner #site-navigation .nav-menu > li:hover > a,
.htf-header-inner #site-navigation .nav-menu > li.current-menu-item > a,
.htf-header-inner #site-navigation .nav-menu > li.current-menu-ancestor > a,
.htf-header-inner #site-navigation .search_header:hover,
.htf-header-inner #site-navigation .search_header:focus {
    color: #83fff0;
}

.htf-header-inner #site-navigation .nav-menu > li > a:focus {
    color: #83fff0;
    outline: 2px solid rgba(131, 255, 240, 0.48);
    outline-offset: 4px;
}

.htf-header-inner #site-navigation .sub-menu {
    border: 1px solid rgba(232, 244, 248, 0.12);
    background: #10243d;
    box-shadow: 0 20px 38px rgba(7, 24, 36, 0.24);
}

.htf-header-inner #site-navigation .sub-menu a {
    color: #e8f4f8;
}

.htf-header-inner #site-navigation .sub-menu a:hover,
.htf-header-inner #site-navigation .sub-menu a:focus {
    color: #83fff0;
    background: rgba(131, 255, 240, 0.08);
}

.htf-header-inner .search-header-form-ul {
    border: 1px solid rgba(232, 244, 248, 0.12);
    background: #10243d;
    box-shadow: 0 20px 38px rgba(7, 24, 36, 0.24);
}

.htf-mobile-nav-trigger .vce-responsive-nav {
    border-color: rgba(232, 244, 248, 0.18);
    background: rgba(232, 244, 248, 0.08);
    color: #e8f4f8;
    box-shadow: none;
}

.htf-mobile-nav-trigger .vce-responsive-nav:hover,
.htf-mobile-nav-trigger .vce-responsive-nav:focus {
    color: #83fff0;
    border-color: rgba(131, 255, 240, 0.7);
    background: rgba(131, 255, 240, 0.10);
}
/* End Codex: align header palette with footer branding */

@media (max-width: 768px) {
    .htf-header-inner {
        min-height: 68px;
        gap: 12px;
    }

    .htf-header-title {
        font-size: 1.8rem;
    }

    .htf-header-tagline {
        display: none;
    }

    .htf-shell {
        padding-top: 20px;
    }

    .htf-shell .main-box-head,
    .htf-shell .main-box-inside,
    .htf-shell .author-box,
    .htf-shell .related-box,
    .htf-shell #comments,
    .htf-shell .comment-respond,
    .htf-shell .sidebar .widget,
    .htf-shell #sidebar .widget,
    .htf-shell .vce-post {
        padding: 20px;
    }

    .htf-shell .entry-title,
    .htf-shell .entry-title-page {
        font-size: 2.8rem;
    }

    .vce-custom-content.vce-post,
    .container-full.vce-content-bottom .vce-custom-content.vce-post,
    .container .vce-custom-content.vce-post {
        padding: 20px;
    }

    .htf-modules-shell .main-box-inside {
        padding: 20px;
    }

    .htf-modules-shell .main-box-title {
        font-size: 2.8rem;
    }
}
/* End Codex: sitewide shell refresh */

/* Codex: footer, language switcher, and archive/module rhythm */
.wpml-ls-statics-post_translations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 26px auto 6px;
    padding: 0;
    max-width: 980px;
}

.wpml-ls-statics-post_translations .wpml-ls-item {
    display: inline-flex;
    margin: 0;
}

.wpml-ls-statics-post_translations .wpml-ls-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #dbe6ed;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #355168;
    font-size: 1.3rem;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(7, 24, 36, 0.04);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.wpml-ls-statics-post_translations .wpml-ls-link:hover {
    transform: translateY(-1px);
    border-color: #17d7cf;
    color: #102036;
    box-shadow: 0 14px 28px rgba(7, 24, 36, 0.08);
}

.wpml-ls-statics-post_translations .wpml-ls-flag {
    width: 18px;
    height: 12px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.16);
}

.htf-footer {
    margin-top: 22px;
    border-top: 0;
    background: #0f2036;
}

.htf-footer-top {
    display: grid;
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    padding-top: 30px;
    padding-bottom: 18px;
}

.htf-footer-brand {
    display: grid;
    gap: 14px;
    align-content: start;
}

.htf-footer-logo {
    display: inline-flex;
    align-items: center;
    max-width: 210px;
}

.htf-footer-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.htf-footer-wordmark {
    color: #f8fbff;
    font-family: 'Roboto Slab';
    font-size: 2.4rem;
    line-height: 1.1;
    text-decoration: none;
}

.htf-footer-description {
    max-width: 22rem;
    margin: 0;
    color: rgba(232, 244, 248, 0.72);
    font-size: 1.45rem;
    line-height: 1.7;
}

.htf-footer-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 34px;
    min-width: 0;
}

.htf-footer-nav-section {
    display: grid;
    align-content: start;
    gap: 12px;
    min-width: 0;
}

.htf-footer-nav-section h2 {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #f4f8fb;
    font-family: 'Roboto Slab';
    font-size: 1.55rem;
    line-height: 1.25;
    text-align: left;
}

.htf-footer-nav-section ul,
.htf-footer-legal {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.htf-footer-nav-section li {
    margin: 0;
    padding: 0;
}

.htf-footer-nav-section a,
.htf-footer-legal a {
    color: rgba(232, 244, 248, 0.78);
    font-size: 1.38rem;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.18s ease;
}

.htf-footer-nav-section a:hover,
.htf-footer-legal a:hover {
    color: #7ff5ea;
}

.htf-footer-legal {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, max-content);
    gap: 10px 22px;
    padding-top: 4px;
}

.htf-footer-legal a {
    color: rgba(232, 244, 248, 0.62);
    font-size: 1.24rem;
}

.htf-footer-column,
.htf-footer .widget {
    min-width: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.htf-footer-bottom {
    border-top: 0;
    background: #0f2036;
    padding-top: 0;
    padding-bottom: 0;
}

.htf-footer-bottom .container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 14px;
}

.htf-footer-bottom .vce-wrap-left,
.htf-footer-bottom .vce-wrap-center,
.htf-footer-bottom .vce-wrap-right {
    float: none;
}

.htf-footer-bottom .vce-wrap-center {
    order: 2;
    margin: 0 auto;
    text-align: center;
}

.htf-footer-bottom .vce-wrap-left {
    order: 1;
}

.htf-footer-bottom .vce-wrap-right {
    order: 3;
}

.htf-footer .soc-nav-menu,
.htf-footer .bottom-nav-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.htf-footer .soc-nav-menu li,
.htf-footer .bottom-nav-menu li {
    margin: 0;
}

.htf-footer .soc-nav-menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(144, 168, 196, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.htf-footer .soc-nav-menu a:hover {
    transform: translateY(-1px);
    border-color: #17d7cf;
    background: rgba(23, 215, 207, 0.12);
}

.htf-footer .bottom-nav-menu a,
.htf-footer-bottom .vce-wrap-center p,
.htf-footer-bottom .vce-wrap-center {
    font-size: 1.3rem;
    line-height: 1.5;
}

.htf-footer .bottom-nav-menu a {
    color: rgba(232, 244, 248, 0.82);
    text-decoration: none;
}

.htf-footer .bottom-nav-menu a:hover {
    color: #7ff5ea;
}

.archive .main-box:not(.main-box-single),
.blog .main-box:not(.main-box-single),
.search .main-box:not(.main-box-single),
.htf-modules-shell .main-box {
    overflow: hidden;
    margin-bottom: 28px;
    border: 1px solid #dbe6ed;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 36px rgba(7, 24, 36, 0.06);
}

.archive .main-box-title,
.blog .main-box-title,
.search .main-box-title,
.htf-modules-shell .main-box-title {
    margin: 0;
    padding: 24px 32px 0;
    border-top: 0;
    background: transparent;
    color: #102036;
    font-size: 3.2rem;
    line-height: 1.14;
    text-align: left;
}

.archive .main-box-title:after,
.blog .main-box-title:after,
.search .main-box-title:after,
.htf-modules-shell .main-box-title:after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #17d7cf 0%, #0f7f8d 100%);
}

.archive .main-box-inside,
.blog .main-box-inside,
.search .main-box-inside,
.htf-modules-shell .main-box-inside {
    padding: 22px 32px 32px;
}

.archive .vce-post,
.blog .vce-post,
.search .vce-post,
.htf-modules-shell .vce-post {
    height: 100%;
    border: 1px solid #dbe6ed;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(7, 24, 36, 0.05);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.archive .vce-post:hover,
.blog .vce-post:hover,
.search .vce-post:hover,
.htf-modules-shell .vce-post:hover {
    transform: translateY(-2px);
    border-color: #17d7cf;
    box-shadow: 0 22px 42px rgba(7, 24, 36, 0.08);
}

.archive .meta-image img,
.blog .meta-image img,
.search .meta-image img,
.htf-modules-shell .meta-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
}

.archive .vce-post.vce-lay-c,
.blog .vce-post.vce-lay-c,
.search .vce-post.vce-lay-c,
.htf-modules-shell .vce-post.vce-lay-c {
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 14px;
}

.archive .vce-post.vce-lay-c .entry-title,
.blog .vce-post.vce-lay-c .entry-title,
.search .vce-post.vce-lay-c .entry-title,
.htf-modules-shell .vce-post.vce-lay-c .entry-title {
    margin-top: 16px;
    font-size: 2rem;
    line-height: 1.28;
}

.archive .vce-post.vce-lay-c .entry-content p,
.blog .vce-post.vce-lay-c .entry-content p,
.search .vce-post.vce-lay-c .entry-content p,
.htf-modules-shell .vce-post.vce-lay-c .entry-content p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.archive .vce-loop-wrap,
.blog .vce-loop-wrap,
.search .vce-loop-wrap,
.htf-modules-shell .vce-loop-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 18px;
}

.archive .vce-loop-wrap > .vce-post.vce-lay-c,
.blog .vce-loop-wrap > .vce-post.vce-lay-c,
.search .vce-loop-wrap > .vce-post.vce-lay-c,
.htf-modules-shell .vce-loop-wrap > .vce-post.vce-lay-c {
    width: auto !important;
    margin-right: 0 !important;
    justify-self: stretch;
}

.archive .vce-post.vce-lay-f,
.blog .vce-post.vce-lay-f,
.search .vce-post.vce-lay-f,
.htf-modules-shell .vce-post.vce-lay-f {
    display: flex;
    align-items: flex-start;
    min-height: 92px;
    padding: 16px 18px;
}

.archive .vce-post.vce-lay-f .entry-header,
.blog .vce-post.vce-lay-f .entry-header,
.search .vce-post.vce-lay-f .entry-header,
.htf-modules-shell .vce-post.vce-lay-f .entry-header {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.search .vce-loop-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.search .vce-post.vce-lay-d {
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 16px 18px;
}

.search .vce-loop-wrap > .vce-post.vce-lay-d {
    width: auto !important;
    margin-right: 0 !important;
    justify-self: stretch;
}

.search .vce-post.vce-lay-d .meta-image {
    float: left;
    width: auto;
    height: auto;
    margin-right: 15px;
}

.search .vce-post.vce-lay-d img {
    float: none;
    display: block;
    width: 145px;
    max-width: 145px;
    max-height: 100px;
    min-height: 100px;
    border-radius: 8px;
}

.search .vce-post.vce-lay-d .entry-content {
    margin-left: 160px;
    padding-bottom: 0;
}


.author .vce-loop-wrap {
    display: block;
}

.author .vce-loop-wrap > .vce-post {
    width: auto !important;
    height: auto !important;
    margin-right: 0 !important;
}

.author .vce-post.vce-lay-b {
    display: block;
    float: none;
    width: auto;
    min-height: 195px;
    margin: 0 0 20px;
    padding: 0 20px 0 0;
}

.author .vce-post.vce-lay-b .meta-image {
    float: left;
    display: block;
    margin: 0 20px 0 0;
    min-width: 375px;
    min-height: 195px;
}

.author .vce-post.vce-lay-b .meta-image img {
    float: left;
    display: block;
    width: 375px;
    max-height: 195px;
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 10px;
}

.author .vce-post.vce-lay-b .entry-header {
    margin: 0 0 5px;
    padding: 10px 0 0;
    width: auto;
}

.author .vce-post.vce-lay-b .entry-content {
    width: auto;
    margin-left: 395px;
    padding: 0;
}

.author .vce-post.vce-lay-b .entry-content p {
    margin-bottom: 0;
}

.archive .vce-post.vce-lay-f .entry-title,
.blog .vce-post.vce-lay-f .entry-title,
.search .vce-post.vce-lay-f .entry-title,
.htf-modules-shell .vce-post.vce-lay-f .entry-title {
    margin: 0;
    font-size: 1.75rem;
    line-height: 1.34;
}

.archive .vce-post.vce-lay-f .vce-square,
.blog .vce-post.vce-lay-f .vce-square,
.search .vce-post.vce-lay-f .vce-square,
.htf-modules-shell .vce-post.vce-lay-f .vce-square {
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    margin-top: 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, #17d7cf 0%, #0f7f8d 100%);
}

.archive .vce-post.vce-lay-h,
.blog .vce-post.vce-lay-h,
.search .vce-post.vce-lay-h,
.htf-modules-shell .vce-post.vce-lay-h {
    float: none !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 14px !important;
}

.archive .vce-loop-wrap > .vce-post.vce-lay-h,
.blog .vce-loop-wrap > .vce-post.vce-lay-h,
.search .vce-loop-wrap > .vce-post.vce-lay-h,
.htf-modules-shell .vce-loop-wrap > .vce-post.vce-lay-h {
    width: auto !important;
    margin-right: 0 !important;
    justify-self: stretch;
    grid-column: 1 / -1;
}

.archive .vce-post.vce-lay-h .img-wrap,
.blog .vce-post.vce-lay-h .img-wrap,
.search .vce-post.vce-lay-h .img-wrap,
.htf-modules-shell .vce-post.vce-lay-h .img-wrap {
    position: static !important;
    display: block !important;
    height: auto !important;
    overflow: visible !important;
}

.archive .vce-post.vce-lay-h .img-wrap .meta-image,
.blog .vce-post.vce-lay-h .img-wrap .meta-image,
.search .vce-post.vce-lay-h .img-wrap .meta-image,
.htf-modules-shell .vce-post.vce-lay-h .img-wrap .meta-image {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
}

.archive .vce-post.vce-lay-h .img-wrap .meta-image > img,
.blog .vce-post.vce-lay-h .img-wrap .meta-image > img,
.search .vce-post.vce-lay-h .img-wrap .meta-image > img,
.htf-modules-shell .vce-post.vce-lay-h .img-wrap .meta-image > img {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 16 / 8 !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}

.archive .vce-post.vce-lay-h .img-wrap .vce-overlay,
.blog .vce-post.vce-lay-h .img-wrap .vce-overlay,
.search .vce-post.vce-lay-h .img-wrap .vce-overlay,
.htf-modules-shell .vce-post.vce-lay-h .img-wrap .vce-overlay {
    display: none !important;
}

.archive .vce-post.vce-lay-h .img-wrap .entry-header,
.blog .vce-post.vce-lay-h .img-wrap .entry-header,
.search .vce-post.vce-lay-h .img-wrap .entry-header,
.htf-modules-shell .vce-post.vce-lay-h .img-wrap .entry-header {
    position: static !important;
    z-index: auto !important;
    margin: 0 !important;
    padding: 18px 0 0 !important;
    text-align: left !important;
}

.archive .vce-post.vce-lay-h .img-wrap .entry-header .entry-title a,
.blog .vce-post.vce-lay-h .img-wrap .entry-header .entry-title a,
.search .vce-post.vce-lay-h .img-wrap .entry-header .entry-title a,
.htf-modules-shell .vce-post.vce-lay-h .img-wrap .entry-header .entry-title a {
    display: inline !important;
    padding: 0 !important;
    color: #102036 !important;
    text-shadow: none !important;
}

.archive .vce-post.vce-lay-h .img-wrap .entry-header .entry-meta span,
.archive .vce-post.vce-lay-h .img-wrap .entry-header .entry-meta a,
.blog .vce-post.vce-lay-h .img-wrap .entry-header .entry-meta span,
.blog .vce-post.vce-lay-h .img-wrap .entry-header .entry-meta a,
.search .vce-post.vce-lay-h .img-wrap .entry-header .entry-meta span,
.search .vce-post.vce-lay-h .img-wrap .entry-header .entry-meta a,
.htf-modules-shell .vce-post.vce-lay-h .img-wrap .entry-header .entry-meta span,
.htf-modules-shell .vce-post.vce-lay-h .img-wrap .entry-header .entry-meta a {
    color: #7b8b9c !important;
}

.archive .vce-post.vce-lay-h .entry-content,
.blog .vce-post.vce-lay-h .entry-content,
.search .vce-post.vce-lay-h .entry-content,
.htf-modules-shell .vce-post.vce-lay-h .entry-content {
    padding: 6px 0 0 !important;
}

.archive .main-box-inside > .vce-post.vce-lay-g,
.blog .main-box-inside > .vce-post.vce-lay-g,
.search .main-box-inside > .vce-post.vce-lay-g,
.htf-modules-shell .main-box-inside > .vce-post.vce-lay-g {
    position: static !important;
    width: auto !important;
    min-height: 0 !important;
    margin: 0 0 20px !important;
    padding: 14px !important;
}

.archive .main-box-inside > .vce-post.vce-lay-g .meta-image a img,
.blog .main-box-inside > .vce-post.vce-lay-g .meta-image a img,
.search .main-box-inside > .vce-post.vce-lay-g .meta-image a img,
.htf-modules-shell .main-box-inside > .vce-post.vce-lay-g .meta-image a img {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 16 / 8 !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}

.archive .main-box-inside > .vce-post.vce-lay-g .vce-featured-header,
.blog .main-box-inside > .vce-post.vce-lay-g .vce-featured-header,
.search .main-box-inside > .vce-post.vce-lay-g .vce-featured-header,
.htf-modules-shell .main-box-inside > .vce-post.vce-lay-g .vce-featured-header {
    position: static !important;
    width: auto !important;
    padding: 18px 0 0 !important;
    text-align: left !important;
}

.archive .main-box-inside > .vce-post.vce-lay-g .vce-featured-header-background,
.blog .main-box-inside > .vce-post.vce-lay-g .vce-featured-header-background,
.search .main-box-inside > .vce-post.vce-lay-g .vce-featured-header-background,
.htf-modules-shell .main-box-inside > .vce-post.vce-lay-g .vce-featured-header-background {
    display: none !important;
}

.archive .main-box-inside > .vce-post.vce-lay-g .entry-title,
.blog .main-box-inside > .vce-post.vce-lay-g .entry-title,
.search .main-box-inside > .vce-post.vce-lay-g .entry-title,
.htf-modules-shell .main-box-inside > .vce-post.vce-lay-g .entry-title {
    margin: 0 0 8px !important;
    max-width: none !important;
    line-height: 1.15 !important;
}

.archive .main-box-inside > .vce-post.vce-lay-g .entry-title a,
.archive .main-box-inside > .vce-post.vce-lay-g .entry-title a:hover,
.blog .main-box-inside > .vce-post.vce-lay-g .entry-title a,
.blog .main-box-inside > .vce-post.vce-lay-g .entry-title a:hover,
.search .main-box-inside > .vce-post.vce-lay-g .entry-title a,
.search .main-box-inside > .vce-post.vce-lay-g .entry-title a:hover,
.htf-modules-shell .main-box-inside > .vce-post.vce-lay-g .entry-title a,
.htf-modules-shell .main-box-inside > .vce-post.vce-lay-g .entry-title a:hover {
    color: #102036 !important;
}

.archive .main-box-inside > .vce-post.vce-lay-g .entry-meta div,
.archive .main-box-inside > .vce-post.vce-lay-g .entry-meta div a,
.blog .main-box-inside > .vce-post.vce-lay-g .entry-meta div,
.blog .main-box-inside > .vce-post.vce-lay-g .entry-meta div a,
.search .main-box-inside > .vce-post.vce-lay-g .entry-meta div,
.search .main-box-inside > .vce-post.vce-lay-g .entry-meta div a,
.htf-modules-shell .main-box-inside > .vce-post.vce-lay-g .entry-meta div,
.htf-modules-shell .main-box-inside > .vce-post.vce-lay-g .entry-meta div a {
    color: #7b8b9c !important;
}

.category .vce-featured {
    display: none !important;
}

.htf-archive-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.htf-archive-card__media {
    margin: 0;
}

.htf-archive-card__media > a,
.htf-archive-card__media > a img,
.htf-archive-card__media > img {
    display: block;
    width: 100%;
}

.htf-archive-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 12px;
    padding: 18px 20px 20px;
}

.htf-archive-card__header {
    margin: 0;
    padding: 0;
    text-align: left;
}

.htf-archive-card__title {
    margin: 0;
    max-width: none;
    font-family: "Bitter", Georgia, serif;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
}

.htf-archive-card__title a,
.htf-archive-card__title a:hover {
    color: #102036;
    text-decoration: none;
}

.htf-archive-card .entry-meta,
.htf-archive-card .entry-meta a,
.htf-archive-card .entry-meta span {
    color: #7b8b9c;
}

.htf-archive-card .entry-content {
    margin-top: 0;
    padding: 0;
}

.htf-archive-card .entry-content p {
    margin: 0;
    color: #44546a;
}

.htf-archive-card--lead .htf-archive-card__media img {
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

.htf-archive-card--lead .htf-archive-card__title {
    font-size: clamp(2rem, 3.3vw, 3rem);
    line-height: 1.1;
}

.htf-archive-card--lead .entry-meta {
    margin-top: 8px;
}

.htf-archive-card--lead .entry-content p {
    font-size: 1.02rem;
    line-height: 1.72;
}

.htf-archive-card--stack .htf-archive-card__media img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.htf-archive-card--stack .htf-archive-card__title {
    font-size: 2rem;
    line-height: 1.2;
}

.htf-archive-card--stack .entry-meta {
    margin-top: 8px;
}

.htf-archive-card--stack .entry-content p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 1024px) {
    .htf-archive-card--stack .htf-archive-card__title {
        font-size: 1.7rem;
    }
}

@media (max-width: 680px) {
    .htf-archive-card__body {
        padding: 16px 16px 18px;
    }

    .htf-archive-card--lead .htf-archive-card__title {
        font-size: 1.9rem;
    }

    .htf-archive-card--stack .htf-archive-card__title {
        font-size: 1.45rem;
    }
}

.archive .vce-post .entry-meta,
.blog .vce-post .entry-meta,
.search .vce-post .entry-meta,
.htf-modules-shell .vce-post .entry-meta {
    margin-top: 10px;
}

.archive .vce-post .meta-item,
.archive .vce-post .entry-meta div,
.archive .vce-post .entry-meta span,
.blog .vce-post .meta-item,
.blog .vce-post .entry-meta div,
.blog .vce-post .entry-meta span,
.search .vce-post .meta-item,
.search .vce-post .entry-meta div,
.search .vce-post .entry-meta span,
.htf-modules-shell .vce-post .meta-item,
.htf-modules-shell .vce-post .entry-meta div,
.htf-modules-shell .vce-post .entry-meta span {
    color: #6b7d8f;
    font-size: 1.25rem;
}

@media (max-width: 1024px) {
    .htf-footer-top {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .htf-footer-description {
        max-width: 42rem;
    }

    .htf-footer-nav,
    .archive .vce-loop-wrap,
    .blog .vce-loop-wrap,
    .search .vce-loop-wrap,
    .htf-modules-shell .vce-loop-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .htf-footer-bottom .container {
        justify-content: center;
    }

    .htf-footer-bottom .vce-wrap-left,
    .htf-footer-bottom .vce-wrap-center,
    .htf-footer-bottom .vce-wrap-right {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .htf-header-inner {
        display: flex !important;
        min-height: 68px;
        gap: 14px;
    }

    .htf-mobile-nav-trigger {
        display: block;
        float: none !important;
        position: static !important;
        inset: auto !important;
        order: 2;
        margin-left: auto;
        margin-right: 0;
    }

    .htf-header-brand {
        order: 1;
        flex: 1 1 auto;
        min-width: 0;
    }

    .htf-header-brand-link,
    .htf-header-brandcopy {
        max-width: 100%;
    }

    .htf-header-title {
        font-size: 1.7rem;
        line-height: 1.1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .htf-header-tagline,
    .htf-header-inner #site-navigation {
        display: none;
    }

    .htf-single-shell .vce-single .entry-header {
        padding: 28px 24px 16px;
    }

    .htf-single-shell .vce-single .entry-title {
        width: auto;
        max-width: 100%;
        font-size: clamp(2.15rem, 5.5vw, 2.45rem);
        line-height: 1.1;
        overflow-wrap: break-word;
        word-break: normal;
        hyphens: none;
    }

    .htf-single-shell .vce-single .entry-content {
        padding: 24px 24px 12px;
        font-size: 1.72rem;
        line-height: 1.72;
    }

    .htf-single-shell .vce-single .entry-headline {
        padding: 22px 24px 8px;
    }

    .htf-single-shell .vce-single .entry-headline p {
        font-size: 1.88rem;
        line-height: 1.62;
    }

    .htf-single-shell .vce-single .entry-content > p.b5:first-child,
    .htf-single-shell .vce-single .entry-content > p:first-child {
        font-size: 1.88rem;
        line-height: 1.62;
    }

    .htf-single-shell .vce-single .entry-content h2 {
        font-size: 2rem;
    }

    .htf-single-shell .vce-single .entry-content h3 {
        font-size: 1.85rem;
    }

    .htf-single-shell .vce-single .entry-content h4 {
        font-size: 1.72rem;
    }

    .htf-shell .entry-content table,
    .htf-shell .page-content table,
    .htf-single-shell .vce-single .entry-content table {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 24px 0 30px;
        font-size: 1.35rem;
        line-height: 1.52;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .htf-shell .entry-content table th,
    .htf-shell .entry-content table td,
    .htf-shell .page-content table th,
    .htf-shell .page-content table td,
    .htf-single-shell .vce-single .entry-content table th,
    .htf-single-shell .vce-single .entry-content table td {
        padding: 13px 15px;
    }

    .htf-shell .entry-content table tbody td:first-child,
    .htf-shell .page-content table tbody td:first-child,
    .htf-single-shell .vce-single .entry-content table tbody td:first-child {
        width: auto;
        min-width: 130px;
    }

    .htf-single-shell .vce-share-bar {
        width: auto;
        margin: 28px 24px 0;
    }

    .htf-single-shell .author-box,
    .htf-single-shell .vce-related-box,
    .htf-single-shell #comments,
    .htf-single-shell .comment-respond {
        width: auto;
        max-width: none;
        margin: 34px 24px 0;
        padding-top: 28px !important;
    }

    .htf-single-shell .author-box .main-box-inside {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 16px;
    }

    .htf-single-shell .author-box .data-image,
    .htf-single-shell .author-box .data-image img {
        width: 64px;
        height: 64px;
    }

    .htf-single-shell .author-box .vce-content-outside {
        align-items: flex-start;
        flex-direction: column;
    }

    .htf-single-shell .vce-related-box .main-box-inside {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wpml-ls-statics-post_translations {
        gap: 8px;
        margin-top: 20px;
    }

    .wpml-ls-statics-post_translations .wpml-ls-link {
        padding: 7px 10px;
        font-size: 1.2rem;
    }

    .htf-footer-top {
        padding-top: 24px;
        padding-bottom: 22px;
    }

    .htf-footer-nav {
        gap: 22px;
    }

    .htf-footer-legal {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .htf-footer-nav,
    .archive .vce-loop-wrap,
    .blog .vce-loop-wrap,
    .search .vce-loop-wrap,
    .htf-modules-shell .vce-loop-wrap {
        grid-template-columns: 1fr;
    }

    .archive .main-box-title,
    .blog .main-box-title,
    .search .main-box-title,
    .htf-modules-shell .main-box-title {
        padding: 20px 20px 0;
        font-size: 2.6rem;
    }

    .archive .main-box-inside,
    .blog .main-box-inside,
    .search .main-box-inside,
    .htf-modules-shell .main-box-inside {
        padding: 18px 20px 20px;
    }

    .author .vce-post.vce-lay-b {
        min-height: 0;
        padding: 0;
    }

    .author .vce-post.vce-lay-b .meta-image {
        float: none;
        width: 100%;
        min-width: 0;
        min-height: 0;
        margin: 0 0 14px;
    }

    .author .vce-post.vce-lay-b .meta-image img {
        float: none;
        width: 100%;
        max-height: none;
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .author .vce-post.vce-lay-b .entry-header,
    .author .vce-post.vce-lay-b .entry-content {
        margin-left: 0;
        padding: 0 16px 16px;
    }

    .author .vce-post.vce-lay-b .entry-header {
        padding-top: 0;
        margin-bottom: 8px;
    }
}

/* Codex: review article FAQ and compact review summary */
.htf-single-shell .vce-single .entry-content [itemtype="http://schema.org/FAQPage"],
.htf-single-shell .vce-single .entry-content [itemtype="https://schema.org/FAQPage"] {
    display: grid;
    gap: 0;
    width: 100%;
    max-width: 100%;
    margin: 28px 0 40px;
    border-top: 1px solid rgba(16, 32, 54, 0.12);
    border-bottom: 1px solid rgba(16, 32, 54, 0.12);
    box-sizing: border-box;
}

.htf-single-shell .vce-single .entry-content [itemtype="http://schema.org/FAQPage"] > [itemprop="mainEntity"],
.htf-single-shell .vce-single .entry-content [itemtype="https://schema.org/FAQPage"] > [itemprop="mainEntity"] {
    width: 100%;
    max-width: 100%;
    padding: 22px 0;
    border-bottom: 1px solid rgba(16, 32, 54, 0.10);
    box-sizing: border-box;
}

.htf-single-shell .vce-single .entry-content [itemtype="http://schema.org/FAQPage"] > [itemprop="mainEntity"]:last-child,
.htf-single-shell .vce-single .entry-content [itemtype="https://schema.org/FAQPage"] > [itemprop="mainEntity"]:last-child {
    border-bottom: 0;
}

.htf-single-shell .vce-single .entry-content [itemtype="http://schema.org/FAQPage"] [itemprop="name"],
.htf-single-shell .vce-single .entry-content [itemtype="https://schema.org/FAQPage"] [itemprop="name"] {
    position: relative;
    margin: 0 0 9px;
    padding-left: 22px;
    color: #102036;
    font-family: "Roboto Slab", serif;
    font-size: clamp(1.85rem, 1.7vw, 2.25rem);
    line-height: 1.28;
}

.htf-single-shell .vce-single .entry-content [itemtype="http://schema.org/FAQPage"] [itemprop="name"]::before,
.htf-single-shell .vce-single .entry-content [itemtype="https://schema.org/FAQPage"] [itemprop="name"]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #17d7cf;
}

.htf-single-shell .vce-single .entry-content [itemtype="http://schema.org/FAQPage"] [itemprop="text"],
.htf-single-shell .vce-single .entry-content [itemtype="https://schema.org/FAQPage"] [itemprop="text"] {
    margin: 0;
    padding-left: 22px;
    color: #405265;
    font-size: 1.62rem;
    line-height: 1.72;
}

.htf-review-post #review.review-wrapper {
    width: min(100%, 72ch) !important;
    max-width: 72ch !important;
    margin: 34px auto 46px !important;
    padding: 0 !important;
    border: 0 !important;
    border-top: 1px solid rgba(16, 32, 54, 0.14) !important;
    border-bottom: 1px solid rgba(16, 32, 54, 0.14) !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #405265 !important;
    font-family: "Open Sans", sans-serif !important;
}

.htf-review-post #review.review-wrapper > *,
.htf-review-post #review.review-wrapper .review-heading,
.htf-review-post #review.review-wrapper .review-desc,
.htf-review-post #review.review-wrapper .review-total-wrapper {
    box-shadow: none !important;
}

.htf-review-post #review.review-wrapper .review-heading {
    padding: 26px 0 14px !important;
    border: 0 !important;
    background: transparent !important;
}

.htf-review-post #review.review-wrapper .review-title {
    display: flex !important;
    gap: 16px;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 !important;
    color: #102036 !important;
    font-family: "Roboto Slab", serif !important;
    font-size: 2.15rem !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.htf-review-post #review.review-wrapper .review-price {
    color: #0f7f8d !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.55rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

.htf-review-post #review.review-wrapper .reviewed-item,
.htf-review-post #review.review-wrapper .review-list,
.htf-review-post #review.review-wrapper .user-review-area,
.htf-review-post #review.review-wrapper .comments-review-area,
.htf-review-post #review.review-wrapper .review-pros-cons,
.htf-review-post #review.review-wrapper > .review-links {
    display: none !important;
}

.htf-review-post #review.review-wrapper .review-desc {
    padding: 0 0 22px !important;
    border: 0 !important;
    background: transparent !important;
}

.htf-review-post #review.review-wrapper .review-desc .review-summary-title {
    margin: 0 0 8px !important;
    color: #0f7f8d !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
}

.htf-review-post #review.review-wrapper .review-desc p:not(.review-summary-title) {
    margin: 0 !important;
    color: #405265 !important;
    font-size: 1.55rem !important;
    line-height: 1.72 !important;
}

.htf-review-post #review.review-wrapper .review-total-wrapper {
    display: flex !important;
    gap: 18px;
    align-items: center !important;
    justify-content: space-between !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 18px 0 24px !important;
    border: 0 !important;
    border-top: 1px solid rgba(16, 32, 54, 0.10) !important;
    background: transparent !important;
}

.htf-review-post #review.review-wrapper .review-total-wrapper .review-total-box {
    display: flex !important;
    gap: 10px;
    align-items: baseline;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: left !important;
}

.htf-review-post #review.review-wrapper .review-total-wrapper .review-total-box h5 {
    margin: 0 !important;
    color: #6f7f90 !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.htf-review-post #review.review-wrapper .review-total-wrapper .review-total-box > div {
    color: #102036 !important;
    font-family: "Roboto Slab", serif !important;
    font-size: 2.4rem !important;
    line-height: 1 !important;
}

.htf-review-post #review.review-wrapper .review-star.review-total {
    width: auto !important;
    margin: 0 !important;
}

.htf-review-post #snippet-box,
.htf-review-post #snippet-box + .snippet-clear {
    display: none !important;
}

.htf-review-post #comments,
.htf-review-post #commentsAdd {
    width: min(100%, 72ch);
    max-width: 72ch;
    margin: 0 auto;
    color: #405265;
}

.htf-review-post #comments {
    padding-top: 42px;
    border-top: 1px solid rgba(16, 32, 54, 0.14);
}

.htf-review-post #comments .total-comments {
    margin: 0 0 26px;
    color: #102036;
    font-family: "Roboto Slab", serif;
    font-size: 2.25rem;
    line-height: 1.25;
}

.htf-review-post #comments .commentlist,
.htf-review-post #comments .children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.htf-review-post #comments .comment {
    margin: 0;
    padding: 22px 0;
    border-top: 1px solid rgba(16, 32, 54, 0.10);
}

.htf-review-post #comments .children {
    margin-left: 58px;
}

.htf-review-post #comments .comment-author {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 8px;
}

.htf-review-post #comments .comment-author .avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(16, 32, 54, 0.08);
}

.htf-review-post #comments .fn {
    color: #102036;
    font-weight: 800;
}

.htf-review-post #comments .ago {
    color: #8a98a7;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.htf-review-post #comments .commenttext p {
    margin: 0 0 8px;
    color: #405265;
    font-size: 1.42rem;
    line-height: 1.68;
}

.htf-review-post #comments .comment-reply-link {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 14px;
    border: 1px solid rgba(15, 127, 141, 0.28);
    border-radius: 999px;
    background: rgba(23, 215, 207, 0.08);
    color: #0f7f8d;
    font-size: 1.25rem;
    font-weight: 800;
    text-decoration: none !important;
}

.htf-review-post #commentsAdd {
    margin-top: 28px;
    padding: 34px 0 54px;
    border-top: 1px solid rgba(16, 32, 54, 0.14);
}

.htf-review-post #commentsAdd .box,
.htf-review-post #commentsAdd #respond {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.htf-review-post #commentsAdd .comment-reply-title,
.htf-review-post #commentsAdd .comment-reply-title h4 {
    margin: 0 0 22px !important;
    color: #102036;
    font-family: "Roboto Slab", serif;
    font-size: 2rem;
    line-height: 1.3;
    text-transform: none;
}

.htf-review-post #commentsAdd .comment-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
}

.htf-review-post #commentsAdd .wp-review-comment-form-title,
.htf-review-post #commentsAdd .wp-review-comment-form-rating,
.htf-review-post #commentsAdd .wp-review-comment-form-url,
.htf-review-post #commentsAdd .wp-review-comment-form-comment,
.htf-review-post #commentsAdd .comment-form-cookies-consent,
.htf-review-post #commentsAdd .form-submit,
.htf-review-post #commentsAdd .akismet-fields-container {
    grid-column: 1 / -1;
}

.htf-review-post #commentsAdd .wp-review-comment-form-rating::before {
    content: "Your rating";
    display: block;
    margin-bottom: 6px;
    color: #6f7f90;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.htf-review-post #commentsAdd label {
    display: block;
    margin-bottom: 6px;
    color: #6f7f90;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.htf-review-post #commentsAdd input[type="text"],
.htf-review-post #commentsAdd input[type="email"],
.htf-review-post #commentsAdd textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid rgba(16, 32, 54, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    color: #102036;
    font-size: 1.4rem;
    line-height: 1.5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.htf-review-post #commentsAdd textarea {
    min-height: 150px;
    resize: vertical;
}

.htf-review-post #commentsAdd input:focus,
.htf-review-post #commentsAdd textarea:focus {
    border-color: rgba(15, 127, 141, 0.58);
    outline: 0;
    box-shadow: 0 0 0 4px rgba(23, 215, 207, 0.14);
}

.htf-review-post #commentsAdd .comment-form-cookies-consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #6f7f90;
    font-size: 1.25rem;
    line-height: 1.55;
}

.htf-review-post #commentsAdd .comment-form-cookies-consent label {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.htf-review-post #commentsAdd #submit {
    min-height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: #17d7cf;
    color: #102036;
    font-size: 1.35rem;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(23, 215, 207, 0.18);
}

@media (max-width: 768px) {
    .htf-single-shell .vce-single .entry-content [itemtype="http://schema.org/FAQPage"] > [itemprop="mainEntity"],
    .htf-single-shell .vce-single .entry-content [itemtype="https://schema.org/FAQPage"] > [itemprop="mainEntity"] {
        width: 100% !important;
        max-width: 100% !important;
        padding: 18px 0;
    }

    .htf-single-shell .vce-single .entry-content [itemtype="http://schema.org/FAQPage"],
    .htf-single-shell .vce-single .entry-content [itemtype="https://schema.org/FAQPage"] {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .htf-single-shell .vce-single .entry-content [itemtype="http://schema.org/FAQPage"] [itemprop="name"],
    .htf-single-shell .vce-single .entry-content [itemtype="https://schema.org/FAQPage"] [itemprop="name"] {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 18px;
        font-size: 1.78rem;
        box-sizing: border-box;
    }

    .htf-single-shell .vce-single .entry-content [itemtype="http://schema.org/FAQPage"] [itemprop="text"],
    .htf-single-shell .vce-single .entry-content [itemtype="https://schema.org/FAQPage"] [itemprop="text"] {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 18px;
        font-size: 1.5rem;
        line-height: 1.65;
        box-sizing: border-box;
    }

    .htf-review-post #review.review-wrapper {
        width: auto !important;
        max-width: none !important;
        margin: 30px 24px 38px !important;
    }

    .htf-review-post #review.review-wrapper .review-title,
    .htf-review-post #review.review-wrapper .review-total-wrapper {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .htf-review-post #comments,
    .htf-review-post #commentsAdd {
        width: auto;
        max-width: none;
        margin-left: 24px;
        margin-right: 24px;
    }

    .htf-review-post #comments .children {
        margin-left: 26px;
    }

    .htf-review-post #commentsAdd .comment-form {
        grid-template-columns: 1fr;
    }
}
/* End Codex: review article FAQ and compact review summary */

/* Codex: right-side mobile drawer */
@media (max-width: 1023px) {
    .sidr {
        width: min(86vw, 320px);
    }

    .sidr.right {
        right: calc(-1 * min(86vw, 320px));
        left: auto !important;
        box-shadow: -16px 0 34px rgba(16, 32, 54, 0.26);
    }

    .sidr.left {
        right: auto;
        left: calc(-1 * min(86vw, 320px));
    }
}
/* End Codex: right-side mobile drawer */

/* Codex: stable single-post related grid */
.htf-single-shell .vce-related-box .main-box-inside {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 26px !important;
    align-items: start !important;
    overflow: visible !important;
}

.htf-single-shell .vce-related-box .vce-post,
.htf-single-shell .vce-related-box .vce-post.vce-lay-d {
    float: none !important;
    clear: none !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.htf-single-shell .vce-related-box .meta-image,
.htf-single-shell .vce-related-box .vce-post.vce-lay-d .meta-image {
    float: none !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 0 14px !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    background: rgba(23, 215, 207, 0.08) !important;
    aspect-ratio: 16 / 9 !important;
}

.htf-single-shell .vce-related-box .meta-image a,
.htf-single-shell .vce-related-box .vce-post.vce-lay-d .meta-image a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.htf-single-shell .vce-related-box .meta-image img,
.htf-single-shell .vce-related-box .vce-post.vce-lay-d .meta-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    border-radius: 0 !important;
}

.htf-single-shell .vce-related-box .entry-header,
.htf-single-shell .vce-related-box .vce-post.vce-lay-d .entry-header {
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 900px) {
    .htf-single-shell .vce-related-box .main-box-inside {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
}
/* End Codex: stable single-post related grid */

/* Codex: final header/footer palette overrides */
body .main-header,
body:not(.home) .main-header,
body .header-sticky,
body:not(.home) .vce-sticky-header,
body .htf-header-shell,
body:not(.home) .htf-header-shell {
    background: #0f2036 !important;
    border-bottom-color: rgba(232, 244, 248, 0.12) !important;
}

.htf-header-logo-img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 190px !important;
    max-height: 48px !important;
    object-fit: contain !important;
}

.htf-header-title,
.htf-header-inner #site-navigation .nav-menu > li > a,
.htf-header-inner #site-navigation .search_header,
body .main-header a,
body .header-sticky a {
    color: #e8f4f8 !important;
}

.htf-header-tagline {
    display: block !important;
    margin-top: 3px !important;
    color: rgba(232, 244, 248, 0.64) !important;
    font-size: 1.05rem !important;
    line-height: 1.25 !important;
    letter-spacing: 0.04em !important;
    text-transform: none !important;
    white-space: normal !important;
    max-width: 260px !important;
}

.htf-header-inner #site-navigation .nav-menu > li:hover > a,
.htf-header-inner #site-navigation .nav-menu > li.current-menu-item > a,
.htf-header-inner #site-navigation .nav-menu > li.current-menu-ancestor > a,
.htf-header-inner #site-navigation .search_header:hover,
.htf-header-inner #site-navigation .search_header:focus {
    color: #83fff0 !important;
}

.htf-header-inner #site-navigation .nav-menu > li > a,
.htf-header-inner #site-navigation .search_header {
    background: transparent !important;
}

.htf-header-inner #site-navigation .nav-menu > li.current-menu-item > a,
.htf-header-inner #site-navigation .nav-menu > li.current-menu-ancestor > a,
.htf-header-inner #site-navigation .nav-menu > li:hover > a {
    background: rgba(131, 255, 240, 0.10) !important;
}

.htf-header-inner #site-navigation .nav-menu > li > ul,
.htf-header-inner #site-navigation .sub-menu {
    background: #10243d !important;
    border: 1px solid rgba(232, 244, 248, 0.12) !important;
    box-shadow: 0 20px 38px rgba(7, 24, 36, 0.26) !important;
}

.htf-header-inner #site-navigation .sub-menu li,
.htf-header-inner #site-navigation .sub-menu li a {
    background: transparent !important;
}

.htf-header-inner #site-navigation .sub-menu a {
    color: #e8f4f8 !important;
    border-bottom-color: rgba(232, 244, 248, 0.10) !important;
}

.htf-header-inner #site-navigation .sub-menu li:hover > a,
.htf-header-inner #site-navigation .sub-menu a:hover,
.htf-header-inner #site-navigation .sub-menu a:focus {
    color: #83fff0 !important;
    background: rgba(131, 255, 240, 0.10) !important;
}

.htf-mobile-nav-trigger .vce-responsive-nav {
    border-color: rgba(232, 244, 248, 0.18) !important;
    background: rgba(232, 244, 248, 0.08) !important;
    color: #e8f4f8 !important;
}

.site-footer,
.htf-footer,
.htf-footer-top,
.htf-footer-bottom {
    background: #0f2036 !important;
    color: #e8f4f8 !important;
    border-top: 0 !important;
}

.htf-footer-bottom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.htf-footer-top {
    padding-bottom: 18px !important;
}

.htf-footer-bottom .container {
    padding-top: 0 !important;
    padding-bottom: 14px !important;
}

.site-footer a,
.htf-footer a,
.htf-footer .widget-title {
    color: rgba(232, 244, 248, 0.82) !important;
}

@media (max-width: 768px) {
    .htf-header-logo-img {
        max-width: 168px !important;
        max-height: 43px !important;
    }

    .htf-header-tagline {
        display: none !important;
    }
}
/* End Codex: final header/footer palette overrides */

/* Codex: compact search results layout */
body.search .vce-loop-wrap {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
}

body.search .vce-loop-wrap > .vce-post.vce-lay-d,
body.search .vce-post.vce-lay-d {
    display: grid !important;
    grid-template-columns: 180px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: center !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 16px !important;
    overflow: hidden !important;
}

body.search .vce-post.vce-lay-d .meta-image {
    float: none !important;
    width: 180px !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
}

body.search .vce-post.vce-lay-d .meta-image a {
    display: block !important;
}

body.search .vce-post.vce-lay-d img {
    float: none !important;
    display: block !important;
    width: 180px !important;
    max-width: 100% !important;
    height: 110px !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

body.search .vce-post.vce-lay-d .entry-header {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.search .vce-post.vce-lay-d .entry-title {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 0 10px !important;
    font-size: 2.05rem !important;
    line-height: 1.25 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
}

body.search .vce-post.vce-lay-d .entry-title a {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    color: #102036 !important;
}

body.search .vce-post.vce-lay-d .entry-meta,
body.search .vce-post.vce-lay-d .entry-meta div,
body.search .vce-post.vce-lay-d .entry-meta span {
    margin: 0 !important;
    color: #718397 !important;
    font-size: 1.35rem !important;
    line-height: 1.4 !important;
}

@media (max-width: 640px) {
    .htf-author-profile {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 16px;
        padding: 24px 20px;
    }

    .htf-author-profile__avatar,
    .htf-author-profile__avatar img {
        width: 72px;
        height: 72px;
    }

    .htf-author-profile h1 {
        font-size: 3rem;
    }

    .htf-author-profile__bio {
        font-size: 1.45rem;
        line-height: 1.62;
    }

    .htf-author-work {
        padding: 0 20px 6px;
    }

    body.search .vce-loop-wrap > .vce-post.vce-lay-d,
    body.search .vce-post.vce-lay-d {
        grid-template-columns: 112px minmax(0, 1fr) !important;
        gap: 12px !important;
        padding: 12px !important;
    }

    body.search .vce-post.vce-lay-d .meta-image {
        width: 112px !important;
    }

    body.search .vce-post.vce-lay-d img {
        width: 112px !important;
        height: 76px !important;
    }

    body.search .vce-post.vce-lay-d .entry-title {
        font-size: 1.55rem !important;
        line-height: 1.25 !important;
        margin-bottom: 6px !important;
    }

    body.search .vce-post.vce-lay-d .entry-meta,
    body.search .vce-post.vce-lay-d .entry-meta div,
    body.search .vce-post.vce-lay-d .entry-meta span {
        font-size: 1.18rem !important;
    }
}
/* End Codex: compact search results layout */

/* Codex: compact category cards layout */
body.category .vce-loop-wrap {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

body.category .vce-loop-wrap > .vce-post.vce-lay-c,
body.category .vce-post.vce-lay-c {
    display: flex !important;
    flex-direction: column !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 14px !important;
    overflow: hidden !important;
}

body.category .vce-post.vce-lay-c .meta-image {
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 14px !important;
}

body.category .vce-post.vce-lay-c .meta-image a {
    display: block !important;
}

body.category .vce-post.vce-lay-c .meta-image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

body.category .vce-post.vce-lay-c .entry-header {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

body.category .vce-post.vce-lay-c .entry-title {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 0 8px !important;
    text-align: left !important;
    font-size: 1.85rem !important;
    line-height: 1.25 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
}

body.category .vce-post.vce-lay-c .entry-title a {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    color: #102036 !important;
}

body.category .vce-post.vce-lay-c .entry-meta,
body.category .vce-post.vce-lay-c .entry-meta div,
body.category .vce-post.vce-lay-c .entry-meta span,
body.category .vce-post.vce-lay-c .entry-meta a {
    color: #718397 !important;
    font-size: 1.18rem !important;
    line-height: 1.45 !important;
}

body.category .vce-post.vce-lay-c .entry-content {
    margin: 10px 0 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

body.category .vce-post.vce-lay-c .entry-content p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    margin: 0 !important;
    color: #405265 !important;
    font-size: 1.42rem !important;
    line-height: 1.58 !important;
    text-align: left !important;
    word-spacing: normal !important;
    letter-spacing: 0 !important;
}

@media (max-width: 1024px) {
    body.category .vce-loop-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    body.category .vce-loop-wrap {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    body.category .vce-loop-wrap > .vce-post.vce-lay-c,
    body.category .vce-post.vce-lay-c {
        display: grid !important;
        grid-template-columns: 118px minmax(0, 1fr) !important;
        gap: 12px !important;
        padding: 12px !important;
    }

    body.category .vce-post.vce-lay-c .meta-image {
        margin: 0 !important;
    }

    body.category .vce-post.vce-lay-c .meta-image img {
        height: 78px !important;
        aspect-ratio: auto !important;
    }

    body.category .vce-post.vce-lay-c .entry-title {
        font-size: 1.55rem !important;
        margin-bottom: 5px !important;
    }

    body.category .vce-post.vce-lay-c .entry-content {
        display: none !important;
    }

    body.category .vce-post.vce-lay-c .entry-header {
        align-self: center !important;
    }
}
/* End Codex: compact category cards layout */

/* Codex: lightweight threats page */
.codex-threats-page {
    padding-top: 34px;
}

.codex-threats-page .vce-main-content {
    float: none;
    width: 100%;
}

.codex-threats-hero,
.codex-threats-section {
    border: 1px solid #d8e7ee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(11, 31, 52, .05);
}

.codex-threats-hero {
    margin: 0 0 22px;
    padding: 34px 38px;
}

.codex-threats-hero h1 {
    margin: 0 0 12px;
    color: #102036;
    font-size: 4rem;
    line-height: 1.12;
    text-align: left;
}

.codex-threats-hero p {
    max-width: 980px;
    margin: 0;
    color: #41576b;
    font-size: 1.72rem;
    line-height: 1.72;
}

.codex-threats-jump {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.codex-threats-jump a,
.codex-threats-section__head > a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #cfe2ea;
    border-radius: 999px;
    background: #f7fbfd;
    color: #102036;
    font-size: 1.32rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
}

.codex-threats-jump a:hover,
.codex-threats-section__head > a:hover {
    border-color: #18b7bd;
    color: #0f8c91;
}

.codex-threats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.codex-threats-section {
    padding: 24px;
}

.codex-threats-section__head {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.codex-threats-section h2 {
    margin: 0 0 8px;
    color: #102036;
    font-size: 2.65rem;
    line-height: 1.18;
}

.codex-threats-section p {
    margin: 0;
    color: #4a6074;
    font-size: 1.48rem;
    line-height: 1.62;
}

.codex-threats-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.codex-threats-list li {
    position: relative;
    display: grid;
    gap: 4px;
    min-height: 76px;
    padding: 14px 16px 14px 34px;
    border: 1px solid #e0edf2;
    border-radius: 8px;
    background: #fbfdfe;
}

.codex-threats-list li::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #18b7bd;
}

.codex-threats-list a {
    color: #102036;
    font-family: "Roboto Slab", serif;
    font-size: 1.56rem;
    line-height: 1.35;
    text-decoration: none;
}

.codex-threats-list a:hover {
    color: #0f8c91;
}

.codex-threats-list span,
.codex-threats-empty {
    color: #7890a2;
    font-size: 1.22rem;
    line-height: 1.35;
}

@media (max-width: 980px) {
    .codex-threats-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .codex-threats-page {
        padding-top: 18px;
    }

    .codex-threats-hero,
    .codex-threats-section {
        padding: 20px;
    }

    .codex-threats-hero h1 {
        font-size: 3rem;
    }

    .codex-threats-hero p {
        font-size: 1.5rem;
    }

    .codex-threats-section__head {
        display: grid;
    }

    .codex-threats-section h2 {
        font-size: 2.2rem;
    }
}
/* End Codex: lightweight threats page */

/* Codex: contact page */
body.page-id-3138 .sidebar {
    display: none;
}

body.page-id-3138 .vce-main-content {
    float: none;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

body.page-id-3138 .main-box-single,
body.page-id-3138 .vce-page {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.page-id-3138 .entry-title-page,
body.page-id-3138 .vce-page .entry-content {
    width: auto;
    max-width: 1120px;
}

body.page-id-3138 .entry-title-page {
    margin: 0 0 18px;
    color: #102036;
    font-size: 4rem;
    line-height: 1.12;
}

.codex-contact-page {
    display: grid;
    gap: 34px;
}

.codex-contact-intro {
    max-width: 900px;
}

.codex-contact-kicker {
    margin: 0 0 8px;
    color: #0f8c91;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.codex-contact-intro h2,
.codex-contact-form-card h2,
.codex-contact-info-card h2,
.codex-contact-routes h2 {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: #102036;
    font-size: 2.55rem;
    line-height: 1.22;
    text-align: left;
}

.codex-contact-intro p,
.codex-contact-form-card p,
.codex-contact-info-card p,
.codex-contact-info-card li,
.codex-contact-routes p {
    color: #40566a;
    font-size: 1.55rem;
    line-height: 1.7;
}

.codex-contact-intro p:last-child,
.codex-contact-form-card p:last-child,
.codex-contact-info-card p:last-child,
.codex-contact-routes p:last-child {
    margin-bottom: 0;
}

.codex-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 46px;
    align-items: start;
}

.codex-contact-form-card,
.codex-contact-info-card,
.codex-contact-routes article {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.codex-contact-info-card {
    padding-top: 3px;
}

.codex-contact-info-card ul {
    display: grid;
    gap: 10px;
    margin: 14px 0 18px;
    padding: 0;
    list-style: none;
}

.codex-contact-info-card li {
    position: relative;
    padding-left: 22px;
}

.codex-contact-info-card li::before {
    content: "";
    position: absolute;
    top: .75em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #18b7bd;
}

.codex-contact-note {
    max-width: 360px;
    margin-top: 18px;
    color: #65788a !important;
    font-size: 1.35rem !important;
}

.codex-contact-form-card .wpcf7 {
    margin-top: 18px;
}

.codex-contact-form-card .wpcf7 p {
    margin: 0 0 16px;
    color: #20374d;
    font-size: 1.42rem;
    font-weight: 700;
    line-height: 1.45;
}

.codex-contact-form-card .wpcf7-form-control-wrap {
    display: block;
    margin-top: 7px;
}

.codex-contact-form-card input[type="text"],
.codex-contact-form-card input[type="email"],
.codex-contact-form-card textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #cfe0e8;
    border-radius: 7px;
    background: #fbfdfe;
    color: #102036;
    font-size: 1.5rem;
}

.codex-contact-form-card textarea {
    min-height: 170px;
    resize: vertical;
}

.codex-contact-form-card input[type="submit"] {
    min-width: 170px;
    min-height: 46px;
    border-radius: 7px;
    background: #0f2036;
    color: #e8f4f8;
    font-size: 1.42rem;
    font-weight: 800;
}

.codex-contact-form-card input[type="submit"]:hover,
.codex-contact-form-card input[type="submit"]:focus {
    background: #163556;
    color: #83fff0;
}

.codex-contact-routes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    padding-top: 4px;
}

.codex-contact-routes article {
    min-width: 0;
}

.codex-contact-routes a {
    color: #0f8c91;
    font-weight: 800;
}

@media (max-width: 980px) {
    .codex-contact-layout,
    .codex-contact-routes {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.page-id-3138 .entry-title-page {
        font-size: 3.1rem;
    }

    .codex-contact-page {
        gap: 28px;
    }

    .codex-contact-layout,
    .codex-contact-routes {
        gap: 28px;
    }

    .codex-contact-form-card input[type="submit"] {
        width: 100%;
    }
}
/* End Codex: contact page */

/* Codex: about page */
body.page-id-576695 .vce-main-content {
    float: none;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

body.page-id-576695 .main-box-single,
body.page-id-576695 .vce-page {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.page-id-576695 .entry-title-page,
body.page-id-576695 .vce-page .entry-content {
    width: auto;
    max-width: 1120px;
}

body.page-id-576695 .entry-title-page {
    margin: 0 0 18px;
    color: #102036;
    font-size: 4rem;
    line-height: 1.12;
}

.codex-about-page {
    display: grid;
    gap: 34px;
}

.codex-about-kicker {
    margin: 0 0 8px;
    color: #0f8c91;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.codex-about-hero {
    max-width: 900px;
}

.codex-about-hero h2,
.codex-about-grid h2,
.codex-about-process h2,
.codex-about-authors h2,
.codex-about-contact h2 {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: #102036;
    font-size: 2.55rem;
    line-height: 1.22;
    text-align: left;
}

.codex-about-hero p,
.codex-about-grid p,
.codex-about-process li,
.codex-about-authors p,
.codex-about-authors li,
.codex-about-contact p {
    color: #40566a;
    font-size: 1.55rem;
    line-height: 1.7;
}

.codex-about-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 46px;
}

.codex-about-grid article,
.codex-about-process,
.codex-about-authors,
.codex-about-contact {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.codex-about-process {
    max-width: 900px;
}

.codex-about-process ul,
.codex-about-authors ul {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.codex-about-process li,
.codex-about-authors li {
    position: relative;
    padding-left: 22px;
}

.codex-about-process li::before,
.codex-about-authors li::before {
    content: "";
    position: absolute;
    top: .75em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #18b7bd;
}

.codex-about-authors {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 46px;
    align-items: start;
}

.codex-about-authors a,
.codex-about-contact a {
    color: #0f8c91;
    font-weight: 800;
}

.codex-about-authors span {
    display: block;
    color: #7890a2;
    font-size: 1.28rem;
    line-height: 1.45;
}

@media (max-width: 900px) {
    .codex-about-grid,
    .codex-about-authors {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.page-id-576695 .entry-title-page {
        font-size: 3.1rem;
    }

    .codex-about-page {
        gap: 28px;
    }
}
/* End Codex: about page */

/* Codex: legal pages */
body.page-id-991 .sidebar,
body.page-id-998 .sidebar {
    display: none;
}

body.page-id-991 .vce-main-content,
body.page-id-998 .vce-main-content {
    float: none;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

body.page-id-991 .main-box-single,
body.page-id-998 .main-box-single,
body.page-id-991 .vce-page,
body.page-id-998 .vce-page {
    width: 100%;
    max-width: 980px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.page-id-991 .entry-title-page,
body.page-id-998 .entry-title-page,
body.page-id-991 .entry-header,
body.page-id-998 .entry-header,
body.page-id-991 .vce-page .entry-content,
body.page-id-998 .vce-page .entry-content {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 980px !important;
}

body.page-id-991 .entry-title-page,
body.page-id-998 .entry-title-page {
    margin: 0 0 18px;
    color: #102036;
    font-size: 4rem;
    line-height: 1.12;
}

.codex-legal-page {
    display: grid;
    gap: 28px;
    max-width: 860px;
}

.codex-legal-kicker {
    margin: 0;
    color: #0f8c91;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.codex-legal-page section {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.codex-legal-page h2 {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: #102036;
    font-size: 2.45rem;
    line-height: 1.24;
    text-align: left;
}

.codex-legal-page p,
.codex-legal-page li {
    color: #40566a;
    font-size: 1.55rem;
    line-height: 1.72;
}

.codex-legal-page p {
    margin: 0 0 12px;
}

.codex-legal-page p:last-child {
    margin-bottom: 0;
}

.codex-legal-page ul {
    display: grid;
    gap: 9px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.codex-legal-page li {
    position: relative;
    padding-left: 22px;
}

.codex-legal-page li::before {
    content: "";
    position: absolute;
    top: .75em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #18b7bd;
}

.codex-legal-page a {
    color: #0f8c91;
    font-weight: 800;
}

@media (max-width: 640px) {
    body.page-id-991 .entry-title-page,
    body.page-id-998 .entry-title-page {
        font-size: 3.1rem;
    }

    .codex-legal-page {
        gap: 24px;
    }
}
/* End Codex: legal pages */
