@import url(https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap);

:root {
	--site-font-family: 'Lora', serif;
}

@font-face {
	font-family: 'vpone icons';
	src: url('../fonts/vpone-icons.eot?22731080');
	src: url('../fonts/vpone-icons.eot?22731080#iefix') format('embedded-opentype'),
		url('../fonts/vpone-icons.woff?22731080') format('woff'),
		url('../fonts/vpone-icons.ttf?22731080') format('truetype'),
		url('../fonts/vpone-icons.svg?22731080#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "vpone icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  
  font-variant: normal;
  text-transform: none;
 
  line-height: 1em;
 
  margin-left: .2em;
 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-bottom:before { content: '\e803'; }
.icon-top:before { content: '\f001'; }
.icon-right:before { content: '\f002'; }
.icon-left:before { content: '\f004'; }
.icon-top-light:before { content: '\f005'; }
.icon-right-light:before { content: '\f006'; }
.icon-bottom-light:before { content: '\f007'; }
.icon-left-light:before { content: '\f008'; }
.icon-phone:before { content: '\f009'; }
.icon-facebook:before { content: '\f010'; }
.icon-twitter:before { content: '\f011'; }

html {
    -webkit-text-size-adjust: 100%
}
body {
    color: #333;
    line-height: 1.7857;
    font-weight: 400;
    font-style: normal;
	font-family: var(--site-font-family);
}
button,
input,
select,
textarea,
.btn,
.tooltip,
.popover,
.tooltip-inner,
.popover-content,
.popover-title {
	font-family: var(--site-font-family);
}
a,a:link a:active {
    text-decoration: none;
    color: #666
}
section .wrapper strong a{
	color: inherit;
	text-decoration: underline	
}
section .wrapper strong a:hover{
	opacity: 0.8;
}
a.block .block-link {
    text-decoration: none;
}
a.block:hover .block-link {
    text-decoration: underline;
}
a.block .block-link {
    color: #08c;
    cursor: pointer
}

::-webkit-input-placeholder {
	font-family: var(--site-font-family);
}
:-moz-placeholder {
	font-family: var(--site-font-family);
}
::-moz-placeholder {
	font-family: var(--site-font-family);
}
:-ms-input-placeholder {
	font-family: var(--site-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--site-font-family);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.071;
    letter-spacing: -1px
}
h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.105;
    letter-spacing: -1px
}
h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.105;
    letter-spacing: -1px
}
h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2
}
h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2
}
h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2
}
@media screen and (max-width: 736px) {
    h1 {
        font-size: 24px
    }
    h2 {
        font-size: 22px
    }
    h3 {
        font-size: 20px
    }
    h4 {
        font-size: 20px
    }
}
strong,
b {
    font-weight: bold
}
em,
i,
cite,
dfn {
    font-style: italic
}
p {
    font-size: .875em;
    margin-top: 1em
}
p:first-child {
    margin-top: 0
}
li {
    font-size: 1em
}
li li {
    font-size: 1em
}
ul,
ol {
    margin: 1em 0 1em 1.25em
}
nav ul,
nav ol {
    list-style: none;
    margin: 0
}
.subheadline {
    margin-top: 0;
    display: block;
    color: #999
}
.colorw {
    color: #fff!important
}
.colorgw {
    color: #eee!important
}
.colorsubtitle {
    color: #999!important
}
.color-link{
	color: #08c !important;
}
.centert {
    text-align: center
}
.lefttext {
    text-align: left
}
.righttext {
    text-align: right
}
footer a {
    color: #fff
}
footer a:hover {
    color: #999
}
.slider h2 {
	text-align: left;
	font-size: 60px;
}
.slider h2 .subheadline {
    font-size: 35px
}
@media screen and (max-width: 736px) {
    .slider h2 {
        font-size: 40px
    }

    .slider h2 .subheadline {
        font-size: 22px
    }
}
#home-swap h1 {
    font-size: 3.2em
}
@media screen and (max-width: 736px) {
    #home-swap h1 {
        font-size: 32px!important
    }
}
#nav-inner .nav-inner ul li a {
    font-size: 12px;
	text-transform: uppercase;
}
@media screen and (max-width: 736px) {
    #nav-inner .nav-inner ul li a {
        font-size: 10px
    }
}
.violator,
.violator_link,
.violator_light,
.violator-slider {
    font-size: inherit;
    font-size: .875em
}

h1 .violator,
h1 .violator_light {
	font-size: 22px !important;	
}

h2 .violator,
h2 .violator_light {
	font-size: 20px !important;	
}

h3 .violator,
h3 .violator_light {
	font-size: 18px !important;	
}

h4 .violator,
h4 .violator_light {
	font-size: 16px !important;	
}
.violator-slider {
    font-size: 18px !important;
}
@media screen and (max-width: 736px) {
    h1 .violator,
	h1 .violator_light {
		font-size: 20px !important;	
	}
	
	h2 .violator,
	h2 .violator_light {
		font-size: 18px !important;	
	}
	
	h3 .violator,
	h3 .violator_light {
		font-size: 16px !important;	
	}
	
	h4 .violator,
	h4 .violator_light {
		font-size: 14px !important;	
	}
	.violator-slider {
	    font-size: 16px !important;
	}
}
.badge-large {
    font-size: 48px;
    font-weight: 300;
    line-height: .9;
    letter-spacing: -0.025em
}
.badge-medium {
    font-size: 48px;
    font-weight: 300;
    line-height: .9;
    letter-spacing: -0.025em
}
.badge-small {
    font-size: 20px;
    line-height: 1.375;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}
@media screen and (max-width: 736px) {
    .badge-large {
        font-size: 50px
    }
    .badge-medium {
        font-size: 28px;
        font-weight: 300
    }
    .badge-small {
        font-size: 12px;
        font-weight: 500
    }
}
.more:after {
    display: inline-block;
    padding-left: .3em;
    color: inherit;
    font-family: 'vpone icons';
    font-style: normal;
    font-weight: inherit;
    font-size: 1.143em;
    line-height: .875;
    text-decoration: none;
    content: "\f002"
}
.block-link {
    color: #0ac;
    font-size: 100%;
    cursor: pointer
}
.block-link:hover {
    text-decoration: underline
}
:root {
    --site-max-width: 1320px;
    --site-shell-gutter: clamp(16px, 4vw, 52px);
    --site-shell-width: min(var(--site-max-width), calc(100% - (var(--site-shell-gutter) * 2)));
    --site-section-inset: 10px;
    --site-column-gap: 3%;
    --site-sidebar-width: 28%;
}

@media screen and (max-width: 1023px) {
    :root {
        --site-section-inset: 10px;
    }
}

.wrapper,
.container {
    width: var(--site-shell-width);
    max-width: var(--site-max-width);
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

body.wp-theme-vpone-theme #topbar nav,
body.wp-theme-vpone-theme #globalnav .nav-content,
body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-inner {
    width: var(--site-shell-width);
    max-width: var(--site-max-width);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

@media screen and (max-width: 736px) {
    :root {
        --site-shell-gutter: 16px;
        --site-section-inset: 10px;
        --site-column-gap: 24px;
    }
}

.maxwidth {
    width: 100%
}
.maxheight {
    height: 100%
}
.padd10l {
    padding-left: 10px
}
.padd10r {
    padding-right: 10px
}
.padd10lr {
    padding-left: 10px;
    padding-right: 10px
}
.paddingt0 {
    padding-top: 0
}
.padding0 {
    padding: 0!important
}
.paddingb0 {
    padding-bottom: 0
}
.paddingt20 {
    padding-top: 20px
}
.paddingb20 {
    padding-bottom: 20px
}
.paddingt40 {
    padding-top: 40px
}
.paddingb40 {
    padding-bottom: 40px
}
.paddingt60 {
    padding-top: 60px
}
.paddingb60 {
    padding-bottom: 60px
}
.paddingt80 {
    padding-top: 80px
}
.paddingb80 {
    padding-bottom: 80px
}
.paddingt100 {
    padding-top: 100px
}
.paddingb100 {
    padding-bottom: 100px
}
.paddingt120 {
    padding-top: 120px
}
.paddingb120 {
    padding-bottom: 120px
}
.paddingt160 {
    padding-top: 160px
}
.paddingb160 {
    padding-bottom: 160px
}
.paddingt200 {
    padding-top: 200px
}
.paddingb200 {
    padding-bottom: 200px
}
.margin0 {
    margin: 0!important
}
.margint0 {
    margin-top: 0!important
}
.marginb0 {
    margin-bottom: 0!important
}
.margint10 {
    margin-top: 10px!important
}
.marginb10 {
    margin-bottom: 10px!important
}
.margint20 {
    margin-top: 20px!important
}
.marginb20 {
    margin-bottom: 20px!important
}
.margint40 {
    margin-top: 40px!important
}
.marginb40 {
    margin-bottom: 40px!important
}
.margint80 {
    margin-top: 80px!important
}
.marginb80 {
    margin-bottom: 80px!important
}
.margint100 {
    margin-top: 100px !important
}
.marginb100 {
    margin-bottom: 100px !important
}
.margint120 {
    margin-top: 120px !important
}
.marginb120 {
    margin-bottom: 120px !important
}
.margint160 {
    margin-top: 160px !important
}
.marginb160 {
    margin-bottom: 160px !important
}
.margint200 {
    margin-top: 200px !important
}
.marginb200 {
    margin-bottom: 200px !important
}
.margin10lr {
    margin-left: 10px;
    margin-right: 10px
}
.minheight {
    min-height: 400px
}
.bordert {
    border-top: 1px solid #ccc
}
@media (min-width: 736px) {
    .large {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
}

.buckets {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    align-items: stretch;
}

.buckets .lang-fields {
    flex: 0 0 100%;
    width: 100%;
}

.buckets [class^="large-"] {
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.buckets.top0 [class^="large-"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.buckets [class^="large-"] .section.row {
    flex: 1;
}

.buckets-padding25 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}

.buckets-padding25 [class^="large-"] {
    box-sizing: border-box;
    padding: 25px;
}

.large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: 8.3333333333%;
}

.large-2 {
    flex: 0 0 16.666666667%;
    max-width: 16.666666667%;
    width: 16.666666667%;
}

.large-3 {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
}

.large-4 {
    flex: 0 0 33.333333333%;
    max-width: 33.333333333%;
    width: 33.333333333%;
}

.large-5 {
    flex: 0 0 41.666666667%;
    max-width: 41.666666667%;
    width: 41.666666667%;
}

.large-6 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

.large-7 {
    flex: 0 0 58.333333333%;
    max-width: 58.333333333%;
    width: 58.333333333%;
}

.large-8 {
    flex: 0 0 66.666666666%;
    max-width: 66.666666666%;
    width: 66.666666666%;
}

.large-9 {
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
}

.large-10 {
    flex: 0 0 83.333333333%;
    max-width: 83.333333333%;
    width: 83.333333333%;
}

.large-11 {
    flex: 0 0 91.666666666%;
    max-width: 91.666666666%;
    width: 91.666666666%;
}

.large-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.buckets > .clear,
.buckets > .clear-responsive,
.buckets [class^="large-"] > .clear,
.buckets [class^="large-"] > .clear-responsive {
    display: none !important;
}

@media screen and (max-width: 736px) {
    .buckets:not(.noresponsive) .large-6,
    .buckets:not(.noresponsive) .large-4 {
        width: 100%;
    }
}

.offset-12 {
    margin-left: 100%
}

.offset-11 {
    margin-left: 91.66666667%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-9 {
    margin-left: 75%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-6 {
    margin-left: 50%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-3 {
    margin-left: 25%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-0 {
    margin-left: 0
}

@media only screen and (max-width: 1023px) {
    .offset-1,
    .offset-2,
    .offset-3,
    .offset-4,
    .offset-5,
    .offset-6,
    .offset-7,
    .offset-8,
    .offset-9,
    .offset-10,
    .offset-11,
    .offset-12 {
        margin-left: 0;
        opacity: 1;
    }

    .buckets:not(.noresponsive) .large-11,
    .buckets:not(.noresponsive) .large-10,
    .buckets:not(.noresponsive) .large-9,
    .buckets:not(.noresponsive) .large-8,
    .buckets:not(.noresponsive) .large-7,
    .buckets:not(.noresponsive) .large-6,
    .buckets:not(.noresponsive) .large-5,
    .buckets:not(.noresponsive) .large-4,
    .buckets:not(.noresponsive) .large-3,
    .buckets:not(.noresponsive) .large-2,
    .buckets:not(.noresponsive) .large-1 {
        width: 100%;
    }
}

.posts-inevidenza{
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Legacy Shared Utilities */

.slider {
    background-size: cover !important;
    overflow: hidden;
}
@media screen and (max-width: 736px) {
    .slider{
        height: 200px;
    }
    .slider-home{
        height: 400px;
    }
}
@media screen and (min-width: 736px) {
    .slider{
        height: 400px;
        background-size: cover !important;
    }
    .slider-home{
        height: 600px;
        background-size: cover !important;
    }
}

.sharedaddy {
    width: 100%
}
.sharedaddy ul {
    list-style: none;
    width: 100%!important;
    padding: 0;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    margin: 0;
}
.sharedaddy li {
    display: inline-block;
    margin: 0 5px
}
.sharedaddy li:hover {
    opacity: .5
}
.sharedaddy li a {
	background: none !important;
	box-shadow: none !important;
    list-style: none;
    border: 0!important;
    text-decoration: none;
    display: block;
    width: 40px !important;
    height: 40px !important
}
.sharedaddy li a span {
    display: none
}
.sharedaddy .sd-content {
    width: 100%
}
.sharedaddy .share-facebook a {
    background-image: url("/graphics/icon/icon-social-facebook.png") !important
}
.sharedaddy .share-twitter a {
    background-image: url("/graphics/icon/icon-social-twitter.png") !important
}
.sharedaddy .share-linkedin a {
    background-image: url("/graphics/icon/icon-social-linkedin.png") !important
}
.sharedaddy .share-google-plus-1 a {
    background-image: url("/graphics/icon/icon-social-googleplus.png") !important
}
.sharedaddy .share-pinterest a {
    background-image: url("/graphics/icon/icon-social-pinterest.png") !important
}
.sharedaddy .share-jetpack-whatsapp a {
    background-image: url("/graphics/icon/icon-social-whatsapp.png") !important
}
.sharedaddy .share-telegram a {
    background-image: url("/graphics/icon/icon-social-telegram.png") !important
}
.sharedaddy .share-email a {
    background-image: url("/graphics/icon/icon-social-email.png") !important
}
.sharedaddy .share-end {
    display: none
}
.sharedaddy a:before {
	content: '' !important;
}

.slides img {
    max-width: none!important
}

.buckets-widget {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.buckets-widget .large-6 {
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	flex-direction: column;
    padding-bottom: 20px
}
.buckets-widget .large-6 h4{
	margin-top: 0;
}
.buckets-widget .large-6.last {
    padding-bottom: 0
}
.buckets-widget .large-6 a{
	display: block;
}
.buckets-widget .large-6 h3{
	margin-top: 0px;
}
.buckets-widget .large-6 p{
	font-size: 20px;
}
.buckets-widget .large-6 img{
	height: 150px;
}
@media screen and (max-width: 736px) {
    .buckets-widget {
        width: 100%
    }
    .buckets-widget .large-6 {
        width: 50%;
        padding-bottom: 0
    }
}

@media screen and (min-width: 736px) {
	.posabs{
		position: absolute;
		top: 30px;
	}
}
.posfix {
    position: fixed;
    top: 0;    
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	color: inherit !important;
	text-decoration: none !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	margin-top: 20px !important;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	margin-top: 20px !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	font-size: 16px !important
}
#cookieChoiceInfo{
	bottom: 0 !important;
	top: auto !important;
	width: 100% !important;
	font-size: 16px;
	color: #fff;
	background-color: rgba(0,0,0,0.7) !important;
}

#cookieChoiceInfo a {
	color: #fff;
	text-decoration: underline;
	display: inline-block;
}


#cookieChoiceInfo a#cookieChoiceDismiss {
	text-decoration: none;
	background: #e5251d;
	color: #fff;
	padding: 0px 10px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
}

/* Editorial and EcoPlus Styles */

/* Editorial Refresh
   Scoped to WordPress theme pages to avoid side effects on ecoplus. */
body.wp-theme-vpone-theme {
	--editorial-bg: #eef2f6;
	--editorial-surface: #ffffff;
	--editorial-surface-muted: #f8fafc;
	--editorial-text: #171e26;
	--editorial-muted: #556477;
	--editorial-border: #d5dce5;
	--editorial-border-soft: #e7ecf2;
	--editorial-brand: #b31219;
	--editorial-brand-dark: #8d0f14;
	--editorial-accent: #111820;
	--editorial-red: #b31219;
	--news-ink: #121212;
	--news-subtle: #6b7280;
	--news-rule: #dddddd;
	--news-soft: #f6f6f3;
	background: #fff;
	color: var(--news-ink);
}

body.wp-theme-vpone-theme #page {
	padding-top: 22px;
}

body.wp-theme-vpone-theme #content.site-content {
	padding-bottom: 42px;
}

body.wp-theme-vpone-theme a:focus-visible,
body.wp-theme-vpone-theme button:focus-visible,
body.wp-theme-vpone-theme input:focus-visible {
	outline: 3px solid var(--editorial-brand);
	outline-offset: 2px;
}

body.wp-theme-vpone-theme .main-content-area {
	margin-top: 34px;
	margin-bottom: 34px;
	background: #fff;
	border-top: 1px solid var(--news-rule);
	border-bottom: 1px solid var(--news-rule);
	padding: 28px 0 34px;
	box-sizing: border-box;
}

body.wp-theme-vpone-theme .container.main-content-area > .row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	column-gap: var(--site-column-gap);
	row-gap: 28px;
	margin-left: 0;
	margin-right: 0;
}

body.wp-theme-vpone-theme .container.main-content-area > .row > .main-content-inner {
	flex: 1 1 0;
	width: 100%;
	max-width: none;
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
}

body.wp-theme-vpone-theme .container.main-content-area > .row > #secondary.widget-area {
	flex: 0 0 var(--site-sidebar-width);
	width: 100%;
	max-width: none;
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
}

body.wp-theme-vpone-theme .container.main-content-area > .row > .main-content-inner.no-sidebar,
body.wp-theme-vpone-theme .container.main-content-area > .row > .main-content-inner.full-width {
	flex-basis: 100%;
	width: 100%;
	max-width: 100%;
}

body.wp-theme-vpone-theme #primary.content-area,
body.wp-theme-vpone-theme #secondary {
	padding-left: 0;
	padding-right: 0;
}

body.wp-theme-vpone-theme #topnews-section,
body.wp-theme-vpone-theme #inevidenza-section {
	margin-bottom: 32px;
}

body.wp-theme-vpone-theme #topnews-section .topnews-lead-shell {
	background: transparent;
	border: 0;
	padding: 0 0 12px;
}

body.wp-theme-vpone-theme #topnews-section .cat-item,
body.wp-theme-vpone-theme #inevidenza-section .cat-item {
	margin: 10px 0 0;
	padding: 0;
}

body.wp-theme-vpone-theme #topnews-section .cat-item:after,
body.wp-theme-vpone-theme #inevidenza-section .cat-item:after {
	display: none;
}

body.wp-theme-vpone-theme #topnews-section .cat-item a,
body.wp-theme-vpone-theme #inevidenza-section .cat-item a {
	display: inline-block;
	background: transparent;
	color: var(--editorial-red, var(--editorial-brand));
	padding: 0 0 2px;
	font-family: var(--site-font-family);
	font-size: 10px;
	letter-spacing: 0.12em;
	font-weight: 700;
	border-bottom: 1px solid var(--editorial-red, var(--editorial-brand));
	text-transform: uppercase;
}

body.wp-theme-vpone-theme #topnews-section .topnews-main-title {
	font-size: clamp(32px, 2.35vw, 44px);
	line-height: 1.1;
	margin: 8px 0 0;
	color: var(--news-ink, var(--editorial-text));
}

body.wp-theme-vpone-theme #topnews-section .topnews-main-title:hover {
	color: var(--editorial-brand);
}

body.wp-theme-vpone-theme #topnews-section .read-more {
	margin-top: 18px !important;
}

body.wp-theme-vpone-theme #topnews-section .read-more a {
	display: inline-block;
	padding: 0.6em 1.15em;
	border: 1px solid var(--editorial-accent);
	background: var(--editorial-accent);
	color: #fff !important;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-family: var(--site-font-family);
}

body.wp-theme-vpone-theme #topnews-section .read-more a:hover {
	background: var(--editorial-brand);
	border-color: var(--editorial-brand);
}

body.wp-theme-vpone-theme #topnews-section .big-box,
body.wp-theme-vpone-theme #topnews-section .middle-box,
body.wp-theme-vpone-theme #inevidenza-section .middle-box {
	width: 100% !important;
	height: auto !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.wp-theme-vpone-theme #topnews-section .big-box {
	aspect-ratio: 16 / 10;
}

body.wp-theme-vpone-theme #topnews-section .middle-box,
body.wp-theme-vpone-theme #inevidenza-section .middle-box {
	aspect-ratio: 16 / 10;
}

body.wp-theme-vpone-theme #topnews-section .middle-box.no-thumb,
body.wp-theme-vpone-theme #inevidenza-section .middle-box.no-thumb,
body.wp-theme-vpone-theme #topnews-section .big-box.no-thumb,
body.wp-theme-vpone-theme .post-cover.no-image {
	background-image: linear-gradient(135deg, #dbe3ed 0%, #eef3f8 60%, #f5f8fc 100%);
}

body.wp-theme-vpone-theme #topnews-section .editorial-feature-card-link,
body.wp-theme-vpone-theme #inevidenza-section .editorial-feature-card-link,
body.wp-theme-vpone-theme #secondary .widget_wpb_widget .large-12 > a {
	display: block;
	background: transparent;
	border: 0;
	height: 100%;
	border-top: 1px solid var(--news-rule, var(--editorial-border));
	padding-top: 12px;
}

body.wp-theme-vpone-theme #topnews-section .editorial-feature-card-link:hover,
body.wp-theme-vpone-theme #inevidenza-section .editorial-feature-card-link:hover {
	transform: none;
	box-shadow: none;
}

body.wp-theme-vpone-theme #topnews-section .editorial-feature-card-inner,
body.wp-theme-vpone-theme #inevidenza-section .editorial-feature-card-inner {
	padding: 0 0 14px;
}

body.wp-theme-vpone-theme #topnews-section .editorial-feature-card-col .topnews-card-title,
body.wp-theme-vpone-theme #inevidenza-section .editorial-feature-card-col .topnews-card-title,
body.wp-theme-vpone-theme #secondary .widget_wpb_widget .large-12 h2 {
	font-size: 21px;
	line-height: 1.24;
	margin-top: 12px;
	color: var(--news-ink, var(--editorial-text));
}

body.wp-theme-vpone-theme #topnews-section .editorial-feature-card-col .topnews-card-title:hover,
body.wp-theme-vpone-theme #inevidenza-section .editorial-feature-card-col .topnews-card-title:hover {
	color: var(--editorial-brand);
}

body.wp-theme-vpone-theme .inevidenza-heading-wrap {
	padding: 0 var(--site-section-inset) 8px;
	margin-left: 0;
}

body.wp-theme-vpone-theme article.post .post-inner-content {
	background: transparent;
	border: 0;
	border-top: 1px solid var(--news-rule, var(--editorial-border));
	padding: 14px 0 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: none;
	transition: none;
}

body.wp-theme-vpone-theme article.post:hover .post-inner-content {
	transform: none;
	box-shadow: none;
}

body.wp-theme-vpone-theme article.post .entry-header {
	margin-bottom: 10px;
}

body.wp-theme-vpone-theme article.post .cat-item {
	margin-bottom: 10px;
	padding-bottom: 0;
}

body.wp-theme-vpone-theme article.post .cat-item:after {
	display: none;
}

body.wp-theme-vpone-theme article.post .cat-item a {
	display: inline-block;
	background: transparent;
	color: var(--editorial-red, #b31219);
	font-family: var(--site-font-family);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 0 0 2px;
	border-bottom: 1px solid var(--editorial-red, #b31219);
}

body.wp-theme-vpone-theme article.post .entry-title {
	margin: 0 0 8px;
}

body.wp-theme-vpone-theme article.post .entry-title a {
	font-size: clamp(31px, 2.1vw, 42px);
	line-height: 1.1;
	letter-spacing: -0.015em;
	color: var(--news-ink, var(--editorial-text));
}

body.wp-theme-vpone-theme article.post .entry-title a:hover {
	color: var(--editorial-brand);
}

body.wp-theme-vpone-theme article.post .entry-meta {
	margin-bottom: 0;
}

body.wp-theme-vpone-theme article.post .entry-meta .posted-on {
	display: inline-block;
	font-family: var(--site-font-family);
	font-size: 11px;
	color: var(--news-subtle, var(--editorial-muted));
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

body.wp-theme-vpone-theme .post-cover-link {
	display: block;
	margin-bottom: 12px;
}

body.wp-theme-vpone-theme .post-cover {
	height: clamp(220px, 20vw, 330px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
}

body.wp-theme-vpone-theme article.post .entry-content {
	margin: 0;
	flex: 1;
}

body.wp-theme-vpone-theme article.post .entry-content p {
	font-size: 16px !important;
	line-height: 1.64 !important;
	color: #2e3642;
}

body.wp-theme-vpone-theme article.post .read-more {
	text-align: left;
	margin-top: 14px;
}

body.wp-theme-vpone-theme article.post .read-more a {
	display: inline-block;
	border-width: 1px;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-family: var(--site-font-family);
	padding: 0.62em 1.2em 0.66em;
}

body.wp-theme-vpone-theme article.post .entry-footer {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--news-rule, var(--editorial-border-soft));
	text-align: left;
}

body.wp-theme-vpone-theme .paging-navigation {
	margin-top: 30px;
	padding-top: 22px;
	border-top: 1px solid var(--editorial-border);
}

body.wp-theme-vpone-theme #secondary .inner {
	position: sticky;
	top: 132px;
}

body.wp-theme-vpone-theme footer {
	background: #101820;
	color: #d8dee6;
	margin-top: 58px;
}

body.wp-theme-vpone-theme footer hr {
	border-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px) {
	body.wp-theme-vpone-theme .container.main-content-area > .row {
		column-gap: clamp(20px, 2.8vw, 30px);
	}
}

@media screen and (max-width: 920px) {
	body.wp-theme-vpone-theme article.post .entry-title a {
		font-size: clamp(30px, 6vw, 38px);
	}
}

@media screen and (max-width: 736px) {
	body.wp-theme-vpone-theme #page {
		padding-top: 12px;
	}

	body.wp-theme-vpone-theme #topnews-section .topnews-lead-shell {
		padding: 0 0 8px;
	}

	body.wp-theme-vpone-theme #topnews-section .topnews-main-title {
		font-size: clamp(28px, 7vw, 36px);
	}

	body.wp-theme-vpone-theme #topnews-section .editorial-feature-card-link,
	body.wp-theme-vpone-theme #inevidenza-section .editorial-feature-card-link {
		padding-top: 10px;
		padding-bottom: 0;
	}

	body.wp-theme-vpone-theme #topnews-section .editorial-feature-card-col .topnews-card-title,
	body.wp-theme-vpone-theme #inevidenza-section .editorial-feature-card-col .topnews-card-title {
		font-size: 19px;
		line-height: 1.3;
		margin-top: 10px;
	}

	body.wp-theme-vpone-theme article.post .post-inner-content {
		padding-top: 12px;
	}

	body.wp-theme-vpone-theme .post-cover {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 10;
	}

	body.wp-theme-vpone-theme article.post .entry-content p {
		font-size: 16px !important;
		line-height: 1.7 !important;
	}

	body.wp-theme-vpone-theme #secondary .inner {
		position: static;
	}

}

/* Editorial Layout Foundation
   Shared spacing and clamps for the newspaper layout. */
body.wp-theme-vpone-theme #content.site-content {
	padding-top: 0;
}

body.wp-theme-vpone-theme #topnews-section .topnews-lead-shell,
body.wp-theme-vpone-theme #topnews-section .editorial-feature-card-link,
body.wp-theme-vpone-theme #inevidenza-section .editorial-feature-card-link {
	border-radius: 0;
	box-shadow: none;
}

body.wp-theme-vpone-theme #topnews-section .topnews-lead-shell {
	position: relative;
	border-top: 0;
	padding-top: 3px;
}

body.wp-theme-vpone-theme #topnews-section .topnews-lead-shell::before {
	content: "";
	position: absolute;
	top: 0;
	left: var(--site-section-inset);
	right: var(--site-section-inset);
	height: 3px;
	background: var(--news-ink);
}

body.wp-theme-vpone-theme #topnews-section .topnews-main-title,
body.wp-theme-vpone-theme #topnews-section .editorial-feature-card-col .topnews-card-title,
body.wp-theme-vpone-theme #inevidenza-section .editorial-feature-card-col .topnews-card-title {
	color: var(--news-ink);
}

body.wp-theme-vpone-theme.blog.home article.post .entry-content p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

@media screen and (max-width: 736px) {
	body.wp-theme-vpone-theme .main-content-area {
		padding: 18px 0 22px;
	}

	body.wp-theme-vpone-theme article.post .post-inner-content {
		border-top-width: 2px;
	}
}

/* Homepage Premium Iteration
   Stronger editorial hierarchy focused on the homepage. */
body.home.wp-theme-vpone-theme .top-section {
	display: grid;
	gap: 24px;
	margin-bottom: 16px;
}

body.wp-theme-vpone-theme .top-section > .wrapper,
body.wp-theme-vpone-theme .top-section > [id^="metaslider-id-"],
body.wp-theme-vpone-theme .top-section > .metaslider {
	width: var(--site-shell-width) !important;
	max-width: var(--site-max-width) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box;
}

body.home.wp-theme-vpone-theme #topnews-section,
body.home.wp-theme-vpone-theme #inevidenza-section {
	margin-bottom: 24px;
}

body.home.wp-theme-vpone-theme .editorial-home-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

body.home.wp-theme-vpone-theme .editorial-home-section-title {
	margin: 0;
	font-family: var(--site-font-family);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #111;
}

body.home.wp-theme-vpone-theme .editorial-home-section-more {
	font-family: var(--site-font-family);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #3b4250;
}

body.home.wp-theme-vpone-theme .editorial-home-section-more:hover {
	color: #b31219;
}

body.home.wp-theme-vpone-theme .editorial-stream-title {
	margin: 0;
	font-family: var(--site-font-family);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #111;
}

/* Editorial Global Pass
   Align single, archive and search pages to the same premium newspaper language. */
body.wp-theme-vpone-theme .entry-reading-time {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #d3d7de;
	font-family: var(--site-font-family);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #596577;
}

body.wp-theme-vpone-theme .editorial-page-header {
	margin: 0 0 18px;
	padding: 8px 0 10px;
	border-top: 2px solid #111;
	border-bottom: 1px solid #dddddd;
}

body.wp-theme-vpone-theme .editorial-page-title {
	margin: 0;
	font-size: clamp(30px, 2.2vw, 44px);
	line-height: 1.08;
	color: #111;
}

body.wp-theme-vpone-theme .editorial-taxonomy-description {
	margin-top: 10px;
	color: #3d4654;
	font-size: 17px;
	line-height: 1.62;
}

body.wp-theme-vpone-theme .editorial-single-main .post-inner-content {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0 0 24px;
}

body.wp-theme-vpone-theme .editorial-single-main .entry-title {
	font-size: clamp(42px, 3.1vw, 62px);
	line-height: 1.02;
	color: #111;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}

body.wp-theme-vpone-theme .editorial-single-main .entry-deck {
	margin: 0 0 14px;
	font-size: 22px;
	line-height: 1.45;
	color: #2f3948;
	font-weight: 500;
}

body.wp-theme-vpone-theme .editorial-single-main .entry-meta {
	padding-bottom: 12px;
	border-bottom: 1px solid #e1e4ea;
	margin-bottom: 18px;
}

body.wp-theme-vpone-theme .editorial-single-main .single-featured {
	width: 100%;
	height: auto;
	border: 0;
}

body.wp-theme-vpone-theme .editorial-single-main .entry-content p {
	font-size: 19px !important;
	line-height: 1.78 !important;
	color: #1d2633;
}

body.wp-theme-vpone-theme .single-support-title {
	text-align: center;
	font-size: 34px;
	line-height: 1.2;
	margin: 26px 0 14px;
}

body.wp-theme-vpone-theme .single-support-box {
	text-align: center;
	margin-bottom: 2em;
	padding: 14px 0 8px;
	border: 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: transparent;
}

body.wp-theme-vpone-theme .editorial-single-main .entry-footer {
	margin-top: 20px;
	padding-top: 14px;
	border-top: 1px solid #dddddd;
}

@media screen and (max-width: 736px) {
	body.wp-theme-vpone-theme .editorial-page-header {
		padding-top: 6px;
	}

	body.wp-theme-vpone-theme .editorial-page-title {
		font-size: clamp(28px, 8vw, 36px);
	}

	body.wp-theme-vpone-theme .editorial-single-main .post-inner-content {
		padding: 0 0 18px;
	}

	body.wp-theme-vpone-theme .editorial-single-main .entry-title {
		font-size: clamp(32px, 9vw, 42px);
	}

	body.wp-theme-vpone-theme .editorial-single-main .entry-deck {
		font-size: 19px;
		line-height: 1.5;
	}

	body.wp-theme-vpone-theme .editorial-single-main .entry-content p {
		font-size: 17px !important;
		line-height: 1.76 !important;
	}

	body.wp-theme-vpone-theme .single-support-title {
		font-size: 28px;
	}
}

/* Dal Giornale Refinement
   Centralized and conflict-safe styling for the digest section. */
body.home.wp-theme-vpone-theme #home-digest-section {
	margin-top: 34px;
}

body.home.wp-theme-vpone-theme #home-digest-section .editorial-home-section-head {
	margin: 0 0 16px !important;
	padding: 10px 0 9px;
	border-top: 2px solid #111 !important;
	border-bottom: 1px solid #d7d7d7 !important;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 31.333333%) minmax(0, 31.333333%) minmax(0, 31.333333%) !important;
	justify-content: space-between !important;
	align-items: stretch;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-col {
	flex: 0 0 auto !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	margin: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-left: 1px solid #dddddd !important;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-col:first-child {
	padding-left: 0 !important;
	border-left: 0 !important;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-col-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	font-family: var(--site-font-family);
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #171c22;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-col-title:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #b31219;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-featured {
	margin: 0;
	padding: 0 0 12px;
	border-bottom: 1px solid #e8e8e8;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-date {
	display: block;
	margin: 0 0 6px;
	font-family: var(--site-font-family);
	font-size: 10px !important;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6a7380;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-entry-title {
	margin: 0;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-featured .home-digest-entry-title a {
	display: block;
	font-size: clamp(24px, 1.45vw, 30px) !important;
	line-height: 1.14 !important;
	letter-spacing: -0.01em;
	color: #131922 !important;
	text-decoration: none !important;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-entry-excerpt {
	margin: 8px 0 0;
	font-size: 13px !important;
	line-height: 1.56 !important;
	color: #323a47;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-stack {
	margin-top: 8px;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-stack .home-digest-article {
	margin: 0;
	padding: 11px 0 0;
	border-top: 1px solid #ececec;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-stack .home-digest-article + .home-digest-article {
	margin-top: 11px;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-stack .home-digest-entry-title a {
	font-size: 17px !important;
	line-height: 1.26 !important;
	color: #151b24 !important;
	text-decoration: none !important;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-list {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-list-item {
	margin: 0;
	border-top: 1px solid #ececec;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-list-item:first-child {
	border-top: 0;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-list-item > a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 11px 0;
	text-decoration: none !important;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-list-index {
	display: inline-block;
	min-width: 18px;
	margin-top: 2px;
	font-family: var(--site-font-family);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #b31219;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-list-copy {
	display: block;
	min-width: 0;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-list-title {
	display: block;
	font-size: 16px !important;
	line-height: 1.33 !important;
	color: #161d27;
}

body.home.wp-theme-vpone-theme #home-digest-section .home-digest-empty {
	margin: 0;
	padding: 8px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: #4a5260;
}

body.home.wp-theme-vpone-theme #home-digest-section a:hover .home-digest-list-title,
body.home.wp-theme-vpone-theme #home-digest-section .home-digest-entry-title a:hover {
	color: #b31219 !important;
}

body.home.wp-theme-vpone-theme #home-digest-section a:focus-visible {
	outline: 2px solid #b31219;
	outline-offset: 2px;
	border-radius: 2px;
}

@media screen and (max-width: 1180px) {
	body.home.wp-theme-vpone-theme #home-digest-section .home-digest-col-stream {
		width: 100% !important;
		padding-left: 0 !important;
		border-left: 0 !important;
		padding-bottom: 8px !important;
		border-bottom: 1px solid #dddddd;
	}

	body.home.wp-theme-vpone-theme #home-digest-section .home-digest-col-editoriali,
	body.home.wp-theme-vpone-theme #home-digest-section .home-digest-col-bottone {
		width: 48.5% !important;
	}
}

@media screen and (max-width: 736px) {
	body.home.wp-theme-vpone-theme #home-digest-section .home-digest-col {
		border-left: 0 !important;
		border-top: 1px solid #dddddd !important;
		width: 100% !important;
		padding: 16px 0 0 !important;
	}

	body.home.wp-theme-vpone-theme #home-digest-section .home-digest-col:first-child,
	body.home.wp-theme-vpone-theme #home-digest-section .home-digest-col-stream {
		border-top: 0 !important;
		padding-top: 0 !important;
		border-bottom: 0;
	}

	body.home.wp-theme-vpone-theme #home-digest-section .home-digest-featured .home-digest-entry-title a {
		font-size: clamp(23px, 7vw, 30px) !important;
	}
}

/* Home Opening + Footer NYT Alignment
   Final override for first-screen hierarchy and a light institutional footer. */

body.home.wp-theme-vpone-theme #topnews-section.editorial-topnews-shell {
	margin-top: 10px;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-main-title {
	font-size: clamp(34px, 2.25vw, 46px) !important;
	line-height: 1.05 !important;
	letter-spacing: -0.014em;
	margin: 6px 0 0;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-main-meta {
	margin-top: 10px;
	font-size: 10px;
	letter-spacing: 0.12em;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-main-excerpt {
	font-size: 15px !important;
	line-height: 1.58 !important;
	color: #303746;
}

body.home.wp-theme-vpone-theme #topnews-section .read-more a {
	background: transparent !important;
	border: 1px solid #161616 !important;
	color: #161616 !important;
	padding: 0.5em 0.95em !important;
}

body.home.wp-theme-vpone-theme #topnews-section .read-more a:hover {
	background: #111 !important;
	border-color: #111 !important;
	color: #fff !important;
}

body.home.wp-theme-vpone-theme #topnews-section .editorial-quick-read {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #dcdcdc;
}

body.home.wp-theme-vpone-theme #topnews-section .editorial-quick-read-list li {
	display: flex;
	gap: 8px;
}

body.home.wp-theme-vpone-theme #topnews-section .editorial-quick-read-list li:before {
	content: "•";
	color: #b31219;
	font-weight: 700;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-quick-read-row {
	margin: 2px 0 6px;
	padding: 0 0 12px;
	position: relative;
	border-bottom: 0;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-quick-read-row::after {
	content: "";
	position: absolute;
	left: var(--site-section-inset);
	right: var(--site-section-inset);
	bottom: 0;
	height: 1px;
	background: #dcdcdc;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-quick-read-row .editorial-quick-read {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-quick-read-row .editorial-quick-read-title {
	margin: 0 0 8px;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-quick-read-row .editorial-quick-read-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px 18px;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-quick-read-row .editorial-quick-read-list li {
	margin: 0;
	padding: 0;
	border: 0;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-quick-read-row .editorial-quick-read-list li:before {
	margin-top: 1px;
}

body.wp-theme-vpone-theme footer.editorial-footer {
	background: #fff !important;
	color: #111 !important;
	margin-top: 70px;
	border-top: 2px solid #111;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-inner {
	padding: 22px 0 28px;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid #dbdbdb;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-logo img {
	display: block;
	height: 56px;
	width: auto;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-top-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px 16px;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-top-nav a {
	font-family: var(--site-font-family);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #232934;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-top-nav a:hover {
	color: #b31219;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	padding: 20px 0 16px;
	border-bottom: 1px solid #dbdbdb;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-column h2 {
	margin: 0 0 11px;
	font-family: var(--site-font-family);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #121820;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-column li {
	margin: 0;
	padding: 7px 0;
	border-top: 1px solid #ececec;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-column li:first-child {
	border-top: 0;
	padding-top: 0;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-column a {
	font-size: 14px;
	line-height: 1.45;
	color: #1c2330;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-column a:hover {
	color: #b31219;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-meta {
	padding: 16px 0;
	border-bottom: 1px solid #dbdbdb;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-meta p {
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
	color: #3a4350;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-meta p + p {
	margin-top: 7px;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding-top: 13px;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-tech {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #3a4350;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-tech a {
	color: #b31219 !important;
	font-weight: 700;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-tech a:hover {
	color: #8f0f15 !important;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-utility {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-utility a {
	font-family: var(--site-font-family);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #202834;
}

body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-utility a:hover {
	color: #b31219;
}

body.wp-theme-vpone-theme footer.editorial-footer a:focus-visible {
	outline: 2px solid #b31219;
	outline-offset: 2px;
	border-radius: 2px;
}

body .fc-footer,
body [class*="fc-footer"],
body [id*="fc"] [class*="managed-by"] {
	display: none !important;
}

@media screen and (max-width: 1180px) {
	body.home.wp-theme-vpone-theme #topnews-section .topnews-quick-read-row .editorial-quick-read-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 736px) {
	body.home.wp-theme-vpone-theme #topnews-section .topnews-main-title {
		font-size: clamp(30px, 8.6vw, 38px) !important;
	}

	body.home.wp-theme-vpone-theme #topnews-section .topnews-cards-grid .middle-box {
		width: 100% !important;
		height: auto !important;
	}

	body.home.wp-theme-vpone-theme #topnews-section .topnews-quick-read-row .editorial-quick-read-list {
		grid-template-columns: 1fr;
	}

	body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-top,
	body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	body.wp-theme-vpone-theme footer.editorial-footer .editorial-footer-logo img {
		height: 44px;
	}
}

/* Sidebar Poll Companion
   Keep poll illustration inside the same visual block when configured as companion widget. */
#secondary .widget.has-poll-companion-image .poll-widget-companion-image {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #dadada;
}

#secondary .widget.has-poll-companion-image .poll-widget-companion-image img {
	display: block;
	width: 100%;
	height: auto;
}

#secondary .widget.has-poll-companion-image .poll-widget-companion-image p:last-child {
	margin-bottom: 0;
}

/* Editorial Layout Final
   Final shared home/sidebar stream rules on top of the newspaper foundation. */

body.wp-theme-vpone-theme #content.site-content {
	background: #fff !important;
}

body.home.wp-theme-vpone-theme .editorial-home-section-head,
body.home.wp-theme-vpone-theme .editorial-stream-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border-top: 1px solid var(--news-rule) !important;
	border-bottom: 1px solid var(--news-rule) !important;
	margin: 0 0 12px !important;
}

body.home.wp-theme-vpone-theme .editorial-home-section-head {
	padding: 10px 0 !important;
}

body.home.wp-theme-vpone-theme .editorial-stream-header {
	padding: 10px var(--site-section-inset) !important;
}

body.home.wp-theme-vpone-theme #topnews-section.editorial-topnews-shell,
body.home.wp-theme-vpone-theme #inevidenza-section,
body.home.wp-theme-vpone-theme #home-digest-section,
body.home.wp-theme-vpone-theme .article-container.home-news-grid,
body.home.wp-theme-vpone-theme .home-news-ad-break,
body.home.wp-theme-vpone-theme .paging-navigation {
	padding-left: var(--site-section-inset) !important;
	padding-right: var(--site-section-inset) !important;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-lead-layout {
	align-items: stretch;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-lead-layout > .topnews-lead-content,
body.home.wp-theme-vpone-theme #topnews-section .topnews-lead-layout > .topnews-lead-media {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

@media screen and (min-width: 1024px) {
	body.home.wp-theme-vpone-theme .container.main-content-area > .row {
		display: grid;
		grid-template-columns: minmax(0, 69%) minmax(0, var(--site-sidebar-width));
		column-gap: var(--site-column-gap);
		row-gap: 18px;
		align-items: start;
	}

	body.home.wp-theme-vpone-theme .container.main-content-area > .row > .main-content-inner {
		display: block !important;
		grid-column: 1;
		grid-row: 1;
		min-width: 0;
		width: auto !important;
		float: none !important;
	}

	body.home.wp-theme-vpone-theme #primary.content-area,
	body.home.wp-theme-vpone-theme #main.home-main {
		display: block !important;
		width: auto !important;
		float: none !important;
		min-width: 0;
	}

	body.home.wp-theme-vpone-theme #main.home-main {
		display: grid !important;
		row-gap: 18px !important;
	}

	body.home.wp-theme-vpone-theme #main.home-main > .wrapper {
		width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	body.home.wp-theme-vpone-theme .editorial-stream-header,
	body.home.wp-theme-vpone-theme .article-container.home-news-grid,
	body.home.wp-theme-vpone-theme .home-news-ad-break,
	body.home.wp-theme-vpone-theme .paging-navigation,
	body.home.wp-theme-vpone-theme #home-digest-section {
		min-width: 0;
		margin: 0 !important;
	}

	body.home.wp-theme-vpone-theme #secondary.widget-area {
		grid-column: 2;
		grid-row: 1;
		align-self: start;
		margin-top: 0;
	}

	body.home.wp-theme-vpone-theme #secondary .widget:first-child {
		margin-top: 0 !important;
	}
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-lead-layout > .clear {
	display: none !important;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-lead-media .big-box {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 10 !important;
	background-size: cover !important;
	background-position: center !important;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-cards-grid {
	align-items: stretch;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.home.wp-theme-vpone-theme #inevidenza-section .editorial-feature-grid-highlight-inner {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-cards-grid > .editorial-feature-card-col {
	padding-bottom: 0 !important;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-cards-grid .middle-box,
body.home.wp-theme-vpone-theme #inevidenza-section .middle-box {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 10 !important;
	background-size: cover !important;
	background-position: center !important;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-card-title,
body.home.wp-theme-vpone-theme #inevidenza-section .topnews-card-title {
	font-size: clamp(25px, 1.6vw, 33px) !important;
	line-height: 1.08 !important;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-card-meta,
body.home.wp-theme-vpone-theme #inevidenza-section .topnews-card-meta {
	font-size: 11px !important;
	letter-spacing: 0.09em !important;
	text-transform: uppercase !important;
	color: var(--news-subtle) !important;
}

body.home.wp-theme-vpone-theme #topnews-section .topnews-card-excerpt,
body.home.wp-theme-vpone-theme #inevidenza-section .topnews-card-excerpt {
	font-size: 14px !important;
	line-height: 1.44 !important;
	color: #2e2e2e !important;
}

body.home.wp-theme-vpone-theme .article-container.home-news-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 48.5%) minmax(0, 48.5%) !important;
	justify-content: space-between !important;
	column-gap: 0 !important;
	row-gap: 16px !important;
	align-items: stretch !important;
}

body.home.wp-theme-vpone-theme .article-container.home-news-grid > article.post {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
	position: static !important;
	min-width: 0 !important;
	width: 100% !important;
	margin: 0 !important;
	padding-top: 12px !important;
	border-top: 1px solid var(--news-rule) !important;
	background: transparent !important;
}

body.home.wp-theme-vpone-theme .article-container.home-news-grid > article.post .blog-item-wrap,
body.home.wp-theme-vpone-theme .article-container.home-news-grid > article.post .post-inner-content {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	height: 100% !important;
	width: 100% !important;
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	padding: 0 !important;
}

body.home.wp-theme-vpone-theme .article-container.home-news-grid > article.post .entry-header {
	margin: 0 0 9px !important;
}

body.home.wp-theme-vpone-theme .article-container.home-news-grid > article.post .post-cover-link {
	display: block !important;
	width: 100% !important;
	margin: 0 0 10px !important;
}

body.home.wp-theme-vpone-theme .article-container.home-news-grid > article.post .post-cover {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	aspect-ratio: 16 / 10 !important;
	background-size: cover !important;
	background-position: center !important;
	border: 0 !important;
}

body.home.wp-theme-vpone-theme .article-container.home-news-grid > article.post .entry-content {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	width: 100% !important;
}

body.home.wp-theme-vpone-theme .article-container.home-news-grid > article.post .post-cover.no-image {
	display: none !important;
}

body.home.wp-theme-vpone-theme .article-container.home-news-grid > article.post .entry-title a {
	font-size: clamp(27px, 1.45vw, 33px) !important;
	line-height: 1.14 !important;
}

body.home.wp-theme-vpone-theme .article-container.home-news-grid > article.post .entry-summary-text {
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
	overflow: hidden !important;
	margin-top: 4px !important;
	font-size: 17px !important;
	line-height: 1.46 !important;
	color: #2a2a2a !important;
}

body.home.wp-theme-vpone-theme .article-container.home-news-grid > article.post .entry-content .read-more,
body.home.wp-theme-vpone-theme .article-container.home-news-grid > article.post .entry-footer {
	display: none !important;
}

body.home.wp-theme-vpone-theme .home-news-ad-break {
	margin: 14px 0 !important;
	border-top: 1px solid var(--news-rule) !important;
	border-bottom: 1px solid var(--news-rule) !important;
	background: transparent !important;
}

body.home.wp-theme-vpone-theme .home-news-ad-break .home-news-ad-inner {
	padding: 10px 0 !important;
}

body.wp-theme-vpone-theme #secondary .widget {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 0 20px !important;
	padding: 0 !important;
}

body.wp-theme-vpone-theme #secondary .widget + .widget {
	border-top: 1px solid #dddddd !important;
	padding-top: 16px !important;
}

body.wp-theme-vpone-theme #secondary .widget-title {
	margin: 0 0 10px !important;
	padding: 0 !important;
	font-family: var(--site-font-family) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	color: #171717 !important;
}

body.wp-theme-vpone-theme #secondary .widget-title:after {
	display: none !important;
}

body.wp-theme-vpone-theme #secondary .widget_categories .cat-item:after {
	display: none !important;
}

body.wp-theme-vpone-theme #secondary .widget_categories ul li,
body.wp-theme-vpone-theme #secondary .widget_archive ul li,
body.wp-theme-vpone-theme #secondary .widget_recent_entries ul li,
body.wp-theme-vpone-theme #secondary .widget_recent_comments ul li,
body.wp-theme-vpone-theme #secondary .widget_meta ul li,
body.wp-theme-vpone-theme #secondary .widget_pages ul li {
	margin: 0 !important;
	padding: 9px 0 !important;
	border-top: 1px solid #ececec !important;
	line-height: 1.35 !important;
}

body.wp-theme-vpone-theme #secondary .widget_categories ul li:first-child,
body.wp-theme-vpone-theme #secondary .widget_archive ul li:first-child,
body.wp-theme-vpone-theme #secondary .widget_recent_entries ul li:first-child,
body.wp-theme-vpone-theme #secondary .widget_recent_comments ul li:first-child,
body.wp-theme-vpone-theme #secondary .widget_meta ul li:first-child,
body.wp-theme-vpone-theme #secondary .widget_pages ul li:first-child {
	border-top: 0 !important;
}

body.wp-theme-vpone-theme #secondary .tagcloud {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 7px !important;
}

body.wp-theme-vpone-theme #secondary .tagcloud a {
	margin: 0 !important;
	padding: 0 0 2px !important;
	border: 0 !important;
	border-bottom: 1px solid #d1d1d1 !important;
	background: transparent !important;
	color: #222 !important;
	font-family: var(--site-font-family) !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	line-height: 1.2 !important;
}

body.wp-theme-vpone-theme #secondary .tagcloud a:hover {
	color: var(--editorial-red) !important;
	border-bottom-color: var(--editorial-red) !important;
}

body.wp-theme-vpone-theme #secondary .poll-widget-companion-image {
	margin-top: 10px !important;
}

body.wp-theme-vpone-theme #secondary .poll-widget-companion-image img {
	display: block !important;
	max-width: 100% !important;
	height: auto !important;
}

@media screen and (max-width: 1023px) {
	body.home.wp-theme-vpone-theme .article-container.home-news-grid {
		display: block !important;
	}

	body.home.wp-theme-vpone-theme .article-container.home-news-grid > article.post {
		width: 100% !important;
		margin: 0 0 16px !important;
	}

	body.home.wp-theme-vpone-theme .article-container.home-news-grid > article.post .entry-summary-text {
		font-size: 15px !important;
	}
}

@media screen and (max-width: 736px) {
	body.home.wp-theme-vpone-theme #topnews-section .topnews-lead-media .big-box {
		width: 100% !important;
		height: auto !important;
	}
}

@media screen and (min-width: 1024px) {
	body.home.wp-theme-vpone-theme main#main > .article-container.home-news-grid:first-of-type > article.post:first-child {
		grid-column: 1 / -1 !important;
	}

	body.home.wp-theme-vpone-theme main#main > .article-container.home-news-grid:first-of-type > article.post:first-child .post-inner-content {
		display: grid !important;
		grid-template-columns: minmax(0, 51.5%) minmax(0, 45.5%) !important;
		grid-template-areas:
			"head media"
			"text media" !important;
		column-gap: 3% !important;
		row-gap: 8px !important;
		align-items: start !important;
	}

	body.home.wp-theme-vpone-theme main#main > .article-container.home-news-grid:first-of-type > article.post:first-child .entry-header {
		grid-area: head !important;
		margin: 0 0 6px !important;
	}

	body.home.wp-theme-vpone-theme main#main > .article-container.home-news-grid:first-of-type > article.post:first-child .entry-content {
		grid-area: text !important;
	}

	body.home.wp-theme-vpone-theme main#main > .article-container.home-news-grid:first-of-type > article.post:first-child .post-cover-link {
		grid-area: media !important;
		margin: 0 !important;
	}

	body.home.wp-theme-vpone-theme main#main > .article-container.home-news-grid:first-of-type > article.post:first-child .entry-title a {
		font-size: clamp(37px, 2.45vw, 47px) !important;
		line-height: 1.03 !important;
	}
}

@media screen and (max-width: 1023px) {
	body.home.wp-theme-vpone-theme .article-container.home-news-grid > article.post .post-cover-link {
		width: 100% !important;
	}

	body.home.wp-theme-vpone-theme .article-container.home-news-grid > article.post .post-cover {
		width: 100% !important;
		min-height: 0 !important;
	}
}

@media screen and (max-width: 736px) {
	body.home.wp-theme-vpone-theme #topnews-section .topnews-lead-layout,
	body.home.wp-theme-vpone-theme #topnews-section .topnews-quick-read-row .editorial-quick-read-list {
		row-gap: 18px !important;
	}

	body.home.wp-theme-vpone-theme #topnews-section .topnews-cards-grid > .editorial-feature-card-col,
	body.home.wp-theme-vpone-theme #inevidenza-section .editorial-feature-grid-highlight-inner > .editorial-feature-card-col {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* Archive/Search Grid Stabilization
   Keep archive cards uniform and remove legacy spacing from the old theme. */
body.wp-theme-vpone-theme.archive .article-container.article-container-archive,
body.wp-theme-vpone-theme.search .article-container.article-container-search {
	display: block !important;
}

@media screen and (min-width: 1024px) {
	body.wp-theme-vpone-theme.archive .container.main-content-area > .row,
	body.wp-theme-vpone-theme.search .container.main-content-area > .row {
		display: grid;
		grid-template-columns: minmax(0, 69%) minmax(0, var(--site-sidebar-width));
		column-gap: var(--site-column-gap);
		row-gap: 22px;
		align-items: start;
	}

	body.wp-theme-vpone-theme.archive .container.main-content-area > .row > .main-content-inner,
	body.wp-theme-vpone-theme.search .container.main-content-area > .row > .main-content-inner {
		display: block !important;
		grid-column: 1;
		grid-row: 1;
		min-width: 0;
		width: auto !important;
		float: none !important;
	}

	body.wp-theme-vpone-theme.archive #primary.content-area,
	body.wp-theme-vpone-theme.search #primary.content-area,
	body.wp-theme-vpone-theme.archive #main.site-main,
	body.wp-theme-vpone-theme.search #main.site-main {
		display: block !important;
		width: auto !important;
		float: none !important;
		min-width: 0;
	}

	body.wp-theme-vpone-theme.archive #main.site-main,
	body.wp-theme-vpone-theme.search #main.site-main {
		display: grid !important;
		row-gap: 22px !important;
	}

	body.wp-theme-vpone-theme.archive .editorial-page-header,
	body.wp-theme-vpone-theme.search .editorial-page-header,
	body.wp-theme-vpone-theme.archive .article-container.article-container-archive,
	body.wp-theme-vpone-theme.search .article-container.article-container-search,
	body.wp-theme-vpone-theme.archive .paging-navigation,
	body.wp-theme-vpone-theme.search .paging-navigation {
		min-width: 0;
		margin: 0;
	}

	body.wp-theme-vpone-theme.archive #secondary.widget-area,
	body.wp-theme-vpone-theme.search #secondary.widget-area {
		grid-column: 2;
		grid-row: 1;
		align-self: start;
		margin-top: 0;
	}
}

body.wp-theme-vpone-theme.archive .article-container.article-container-archive > article.post,
body.wp-theme-vpone-theme.search .article-container.article-container-search > article.post {
	display: flex !important;
	flex-direction: column !important;
	position: static !important;
	min-width: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 18px 0 !important;
	border-top: 1px solid var(--news-rule) !important;
	grid-column: auto !important;
}

body.wp-theme-vpone-theme.archive .article-container.article-container-archive > article.post:first-child,
body.wp-theme-vpone-theme.search .article-container.article-container-search > article.post:first-child {
	padding-top: 0 !important;
	border-top: 0 !important;
}

body.wp-theme-vpone-theme.archive .article-container.article-container-archive > article.post .entry-header,
body.wp-theme-vpone-theme.search .article-container.article-container-search > article.post .entry-header {
	grid-area: header !important;
	margin: 0 !important;
}

body.wp-theme-vpone-theme.archive .article-container.article-container-archive > article.post .post-cover-link,
body.wp-theme-vpone-theme.search .article-container.article-container-search > article.post .post-cover-link {
	grid-area: media !important;
	margin: 0 !important;
	align-self: start !important;
}

body.wp-theme-vpone-theme.archive .article-container.article-container-archive > article.post .post-cover,
body.wp-theme-vpone-theme.search .article-container.article-container-search > article.post .post-cover {
	height: auto !important;
	aspect-ratio: 16 / 10 !important;
	min-height: 0 !important;
}

body.wp-theme-vpone-theme.archive .article-container.article-container-archive > article.post .entry-title a,
body.wp-theme-vpone-theme.search .article-container.article-container-search > article.post .entry-title a {
	font-size: clamp(28px, 1.85vw, 34px) !important;
	line-height: 1.14 !important;
}

body.wp-theme-vpone-theme.archive .article-container.article-container-archive > article.post .entry-content,
body.wp-theme-vpone-theme.search .article-container.article-container-search > article.post .entry-summary {
	grid-area: content !important;
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	min-width: 0 !important;
}

body.wp-theme-vpone-theme.archive .article-container.article-container-archive > article.post .entry-summary-text,
body.wp-theme-vpone-theme.search .article-container.article-container-search > article.post .entry-summary p {
	margin: 0 !important;
	font-size: 16px !important;
	line-height: 1.62 !important;
}

body.wp-theme-vpone-theme.archive .article-container.article-container-archive > article.post .read-more,
body.wp-theme-vpone-theme.search .article-container.article-container-search > article.post .entry-summary .read-more,
body.wp-theme-vpone-theme.search .article-container.article-container-search > article.post .entry-summary p:last-child,
body.wp-theme-vpone-theme.archive .article-container.article-container-archive > article.post .entry-footer,
body.wp-theme-vpone-theme.search .article-container.article-container-search > article.post .entry-footer {
	display: none !important;
}

body.wp-theme-vpone-theme.archive .article-container.article-container-archive > article.post .post-inner-content,
body.wp-theme-vpone-theme.search .article-container.article-container-search > article.post .post-inner-content {
	display: grid !important;
	grid-template-columns: minmax(0, 1.14fr) minmax(250px, 0.86fr) !important;
	grid-template-areas:
		"header media"
		"content media" !important;
	column-gap: 24px !important;
	row-gap: 10px !important;
	align-items: start !important;
	height: auto !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

@media screen and (max-width: 1023px) {
	body.wp-theme-vpone-theme .container.main-content-area > .row {
		display: block;
	}

	body.wp-theme-vpone-theme .container.main-content-area > .row > .main-content-inner,
	body.wp-theme-vpone-theme .container.main-content-area > .row > #secondary.widget-area {
		width: 100% !important;
		max-width: 100%;
	}

	body.wp-theme-vpone-theme #secondary {
		margin-top: 28px;
	}

	body.wp-theme-vpone-theme.archive .article-container.article-container-archive > article.post .post-inner-content,
	body.wp-theme-vpone-theme.search .article-container.article-container-search > article.post .post-inner-content {
		grid-template-columns: 1fr !important;
		grid-template-areas:
			"header"
			"media"
			"content" !important;
		row-gap: 10px !important;
		}
	}

body.wp-theme-vpone-theme #secondary .widget_text .adsense br,
body.wp-theme-vpone-theme #secondary .widget_text .textwidget > p:has(.adsbygoogle) br {
	display: none;
}

body.wp-theme-vpone-theme #secondary .widget_text .adsense,
body.wp-theme-vpone-theme #secondary .widget_text .textwidget > p:has(.adsbygoogle) {
	line-height: 0;
}

body.wp-theme-vpone-theme #secondary .widget_text:has(.adsense):not(:has(ins.adsbygoogle[data-ad-status="filled"])),
body.wp-theme-vpone-theme #secondary .widget_text:has(.adsbygoogle):not(:has(ins.adsbygoogle[data-ad-status="filled"])) {
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-top: 0 !important;
}

body.wp-theme-vpone-theme #secondary .widget_text:has(.adsense):not(:has(ins.adsbygoogle[data-ad-status="filled"])) .textwidget,
body.wp-theme-vpone-theme #secondary .widget_text:has(.adsbygoogle):not(:has(ins.adsbygoogle[data-ad-status="filled"])) .textwidget {
	min-height: 0;
}

/* ECOPLUS SHARED STYLES START */
body.wp-theme-vpone-theme.ecoplus-app .loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: visible;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: opacity 1s;
	pointer-events: none;
}

body.wp-theme-vpone-theme.ecoplus-app .loading:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.wp-theme-vpone-theme.ecoplus-app .loading:not(:required) {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

body.wp-theme-vpone-theme.ecoplus-app .loading:not(:required):after {
	content: "";
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	animation: ecoplus-spinner 1500ms infinite linear;
	border-radius: 0.5em;
	box-shadow:
		rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
		rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0,
		rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
		rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0,
		rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
		rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0,
		rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
		rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@keyframes ecoplus-spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* ECOPLUS EDITORIAL REFRESH */
html,
body {
	min-height: 100%;
}

body.wp-theme-vpone-theme.ecoplus-app {
	--eco-ink: #111111;
	--eco-ink-soft: #303030;
	--eco-muted: #666666;
	--eco-surface: #ffffff;
	--eco-surface-soft: #fbf9f4;
	--eco-border: #d9d2c4;
	--eco-border-strong: #bfb6a5;
	--eco-shadow: 0 12px 28px rgba(16, 16, 16, 0.08);
	--eco-cta: #121212;
	--eco-cta-hover: #2d2d2d;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	color: inherit;
}

/* Keep EcoPlus content typography scoped to app content, leaving shared header/footer untouched. */
body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main,
body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main p,
body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main li,
body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main label,
body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main input,
body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main textarea,
body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main select,
body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main button,
body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main .violator {
	font-family: var(--site-font-family) !important;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-hidden {
	display: none !important;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-inline-form {
	display: inline-block;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-disabled-field[disabled] {
	background: #f2f2f2 !important;
	cursor: not-allowed;
}

body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main {
	position: relative;
	width: 100%;
	flex: 1 0 auto;
	padding-top: 120px;
}

body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main::before {
	content: none;
	display: none;
}

body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main > * {
	position: relative;
	z-index: 1;
}

body.wp-theme-vpone-theme.ecoplus-app footer.editorial-footer {
	margin-top: auto;
	flex-shrink: 0;
}

body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main h1,
body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main h2,
body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main h3,
body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main h4,
body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main h5,
body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main h6 {
	font-family: var(--site-font-family);
	color: inherit;
	letter-spacing: normal;
	line-height: 1.2;
}

body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main p {
	line-height: 1.6;
	color: inherit;
}

body.wp-theme-vpone-theme.ecoplus-app #dash-intro {
	padding-top: 38px !important;
	padding-bottom: 60px !important;
}

body.wp-theme-vpone-theme.ecoplus-app .dashboard-shell-head {
	margin-bottom: 22px;
	padding: 20px 0 16px;
	border-top: 3px solid var(--eco-ink);
	border-bottom: 1px solid var(--eco-border);
}

body.wp-theme-vpone-theme.ecoplus-app .dashboard-shell-kicker {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--eco-muted);
}

body.wp-theme-vpone-theme.ecoplus-app .dashboard-shell-head h1 {
	margin: 0;
}

body.wp-theme-vpone-theme.ecoplus-app .dashboard-shell-head p {
	margin: 10px 0 0;
	max-width: 840px;
	font-size: 15px;
	line-height: 1.65;
	color: #4b4b4b;
}

body.wp-theme-vpone-theme.ecoplus-app .dashboard-shell-grid {
	align-items: start;
}

body.wp-theme-vpone-theme.ecoplus-app .dashboard-shell-grid > .large-4 {
	flex: 0 0 clamp(260px, 24%, 320px);
	max-width: clamp(260px, 24%, 320px) !important;
	min-width: 0 !important;
}

body.wp-theme-vpone-theme.ecoplus-app .dashboard-shell-grid > .large-8 {
	flex: 1 1 0;
	max-width: 100% !important;
	min-width: 0 !important;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-panel {
	border: 1px solid #dddddd;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: none;
	padding: 24px;
	margin-bottom: 18px;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-panel h1,
body.wp-theme-vpone-theme.ecoplus-app .ecoplus-panel h2,
body.wp-theme-vpone-theme.ecoplus-app .ecoplus-panel h3,
body.wp-theme-vpone-theme.ecoplus-app .ecoplus-panel h4 {
	margin-top: 0;
}

body.wp-theme-vpone-theme.ecoplus-app form p,
body.wp-theme-vpone-theme.ecoplus-app p.form {
	display: block;
	padding-top: 16px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	max-width: 100% !important;
}

body.wp-theme-vpone-theme.ecoplus-app form label,
body.wp-theme-vpone-theme.ecoplus-app p.form label {
	display: block;
	padding: 0;
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #4f4f4f;
}

body.wp-theme-vpone-theme.ecoplus-app form input,
body.wp-theme-vpone-theme.ecoplus-app p.form input {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

body.wp-theme-vpone-theme.ecoplus-app .inputstyle {
	height: 46px;
	border: 1px solid var(--eco-border-strong);
	border-radius: 10px;
	font-size: 15px;
	font-weight: 500;
	padding: 0 14px;
	color: var(--eco-ink);
	background: #ffffff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.wp-theme-vpone-theme.ecoplus-app .inputstyle:focus {
	border-color: var(--eco-ink);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

body.wp-theme-vpone-theme.ecoplus-app .violator {
	background: var(--eco-cta);
	border: 1px solid var(--eco-cta);
	border-radius: 999px;
	padding: 0.78em 1.5em 0.84em;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ffffff;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.wp-theme-vpone-theme.ecoplus-app .violator:hover {
	background: var(--eco-cta-hover);
	border-color: var(--eco-cta-hover);
	color: #ffffff;
	transform: translateY(-1px);
}

body.wp-theme-vpone-theme.ecoplus-app .violator.gray {
	background: transparent;
	color: var(--eco-ink);
	border-color: var(--eco-border-strong);
}

body.wp-theme-vpone-theme.ecoplus-app .violator.gray:hover {
	background: #ece6d9 !important;
	color: var(--eco-ink) !important;
	border-color: #d8ccb6 !important;
}

body.wp-theme-vpone-theme.ecoplus-app .error,
body.wp-theme-vpone-theme.ecoplus-app .success {
	display: block;
	padding: 12px 14px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.5;
	margin: 8px 0 14px;
}

body.wp-theme-vpone-theme.ecoplus-app .error {
	color: #9d1f1f !important;
	background: #faecec;
	border: 1px solid #e3bbbb;
}

body.wp-theme-vpone-theme.ecoplus-app .success {
	color: #116137;
	background: #ebf7ef;
	border: 1px solid #b9ddc5;
}

body.wp-theme-vpone-theme.ecoplus-app ul.sidebar-dash {
	margin: 0 0 20px;
	padding: 0;
	border: 1px solid var(--eco-border);
	border-radius: 14px;
	background: var(--eco-surface);
	box-shadow: var(--eco-shadow);
	overflow: hidden;
	position: sticky;
	top: 126px;
}

body.wp-theme-vpone-theme.ecoplus-app ul.sidebar-dash li {
	margin: 0;
	border-bottom: 1px solid #eee6d8;
}

body.wp-theme-vpone-theme.ecoplus-app ul.sidebar-dash li:last-child {
	border-bottom: 0;
}

body.wp-theme-vpone-theme.ecoplus-app ul.sidebar-dash li a {
	padding: 14px 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #262626;
}

body.wp-theme-vpone-theme.ecoplus-app ul.sidebar-dash li.current a {
	background: var(--eco-ink);
	color: #ffffff;
}

body.wp-theme-vpone-theme.ecoplus-app ul.sidebar-dash li:not(.current) a:hover {
	background: #f6f1e8;
}

body.wp-theme-vpone-theme.ecoplus-app .table-overflow {
	border: 1px solid var(--eco-border);
	border-radius: 12px;
	background: #ffffff;
}

body.wp-theme-vpone-theme.ecoplus-app .pagamenti1-table,
body.wp-theme-vpone-theme.ecoplus-app .pagamenti2-table {
	font-size: 14px;
	width: 100%;
}

body.wp-theme-vpone-theme.ecoplus-app .pagamenti1-table tr,
body.wp-theme-vpone-theme.ecoplus-app .pagamenti2-table tr {
	cursor: default;
}

body.wp-theme-vpone-theme.ecoplus-app .pagamenti1-table thead,
body.wp-theme-vpone-theme.ecoplus-app .pagamenti2-table thead {
	background: #f7f3eb;
	color: #1f1f1f;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	border: 0;
}

body.wp-theme-vpone-theme.ecoplus-app .pagamenti1-table thead td,
body.wp-theme-vpone-theme.ecoplus-app .pagamenti2-table thead td {
	border: 0;
	border-bottom: 1px solid var(--eco-border);
	padding: 12px 14px;
}

body.wp-theme-vpone-theme.ecoplus-app .pagamenti1-table tbody,
body.wp-theme-vpone-theme.ecoplus-app .pagamenti2-table tbody {
	border: 0;
}

body.wp-theme-vpone-theme.ecoplus-app .pagamenti1-table tbody td,
body.wp-theme-vpone-theme.ecoplus-app .pagamenti2-table tbody td {
	height: auto;
	padding: 14px;
	border: 0;
	border-bottom: 1px solid #f0ece4;
}

body.wp-theme-vpone-theme.ecoplus-app .pagamenti1-table tbody tr:last-child td,
body.wp-theme-vpone-theme.ecoplus-app .pagamenti2-table tbody tr:last-child td {
	border-bottom: 0;
}

body.wp-theme-vpone-theme.ecoplus-app #giorniscadenza {
	color: #0f5132;
	border: 2px solid #2f8f5b;
	background: #ecf7f0;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 14px !important;
	font-weight: 700;
	letter-spacing: 0.02em;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-editorial {
	padding-bottom: 32px !important;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-intro {
	max-width: 840px;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-kicker {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #5f5f5f;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-lead {
	margin: 12px 0 0;
	font-size: 16px;
	line-height: 1.65;
	max-width: 900px;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 16px;
	margin-top: 24px;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-benefits {
	border: 1px solid var(--eco-border);
	border-radius: 14px;
	padding: 20px;
	background: var(--eco-surface-soft);
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-benefits h3 {
	margin-bottom: 16px;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-benefit-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-benefit-list li {
	position: relative;
	padding: 0 0 0 20px;
	margin-bottom: 12px;
	line-height: 1.55;
	color: #353535;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-benefit-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #111111;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-note {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e4dccf;
	font-size: 13px;
	color: #5c5c5c;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-plans {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-plan-card {
	display: block;
	cursor: pointer;
	position: relative;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-plan-card input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-plan-body {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 170px;
	padding: 18px 16px;
	border: 1px solid var(--eco-border);
	border-radius: 14px;
	background: #ffffff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-plan-card:hover .subscription-plan-body {
	border-color: #b7ad9c;
	transform: translateY(-1px);
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-plan-tag {
	display: inline-block;
	align-self: flex-start;
	background: #f4efe4;
	color: #242424;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 6px 8px;
	border-radius: 999px;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-plan-title {
	margin-top: 12px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #1f1f1f;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-plan-price {
	margin-top: auto;
	padding-top: 16px;
	font-family: var(--site-font-family);
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
	color: #111111;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-plan-meta {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.45;
	color: #656565;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-plan-card input:checked + .subscription-plan-body {
	border-color: #111111;
	box-shadow: inset 0 0 0 2px #111111;
	background: #fffdfa;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-plan-card.featured .subscription-plan-tag {
	background: #111111;
	color: #ffffff;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-action {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid var(--eco-border);
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-summary-box {
	flex: 1 1 330px;
	padding: 14px 16px;
	border: 1px solid var(--eco-border);
	border-radius: 12px;
	background: #ffffff;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-summary-label {
	margin: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #696969;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-summary-value {
	margin: 6px 0 0;
	font-size: 18px;
	font-weight: 700;
	color: #111111;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-summary-subvalue {
	margin: 4px 0 0;
	font-size: 13px;
	color: #5f5f5f;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-cta {
	flex: 0 0 auto;
	margin: 0;
}

body.wp-theme-vpone-theme.ecoplus-app .subscription-disclaimer {
	width: 100%;
	margin: 0;
	font-size: 12px;
	color: #626262;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .row {
	min-height: 100%;
	text-align: left;
}

@media screen and (max-width: 1200px) {
	body.wp-theme-vpone-theme.ecoplus-app .subscription-grid {
		grid-template-columns: 1fr;
	}

	body.wp-theme-vpone-theme.ecoplus-app .subscription-plans {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 960px) {
	body.wp-theme-vpone-theme.ecoplus-app .dashboard-shell-grid > .large-4,
	body.wp-theme-vpone-theme.ecoplus-app .dashboard-shell-grid > .large-8 {
		flex-basis: 100%;
		max-width: 100% !important;
	}

	body.wp-theme-vpone-theme.ecoplus-app ul.sidebar-dash {
		position: static;
		display: flex;
		overflow-x: auto;
		white-space: nowrap;
	}

	body.wp-theme-vpone-theme.ecoplus-app ul.sidebar-dash li {
		border-bottom: 0;
		border-right: 1px solid #eee6d8;
		flex: 0 0 auto;
	}

	body.wp-theme-vpone-theme.ecoplus-app ul.sidebar-dash li:last-child {
		border-right: 0;
	}
}

@media screen and (max-width: 736px) {
	body.wp-theme-vpone-theme.ecoplus-app #ecoplus-main {
		padding-top: 72px;
	}

	body.wp-theme-vpone-theme.ecoplus-app .dashboard-shell-head {
		margin-bottom: 14px;
		padding-top: 12px;
	}

	body.wp-theme-vpone-theme.ecoplus-app .ecoplus-panel {
		padding: 20px 16px;
		border-radius: 12px;
	}

	body.wp-theme-vpone-theme.ecoplus-app .subscription-plans {
		grid-template-columns: 1fr;
	}

	body.wp-theme-vpone-theme.ecoplus-app .subscription-plan-body {
		min-height: 154px;
	}

	body.wp-theme-vpone-theme.ecoplus-app .subscription-action {
		display: block;
	}

	body.wp-theme-vpone-theme.ecoplus-app .subscription-summary-box {
		margin-bottom: 12px;
	}

	body.wp-theme-vpone-theme.ecoplus-app .subscription-cta {
		width: 100% !important;
	}
}

/* ECOPLUS SHARED STYLES END */

/* EcoPlus Nightify-like Auth UI */
body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell {
	padding-top: 44px !important;
	padding-bottom: 56px !important;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-card {
	position: relative;
	overflow: hidden;
	border: 1px solid #d8e1ef !important;
	border-radius: 20px !important;
	background: #ffffff !important;
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08) !important;
	padding: 34px 30px 28px !important;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, #0f172a 0%, #1d4ed8 55%, #0f172a 100%);
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-card.ecoplus-auth-card-secondary::before {
	background: linear-gradient(90deg, #1e293b 0%, #334155 55%, #1e293b 100%);
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell h1 {
	color: #0f172a;
	font-size: clamp(1.65rem, 1.35rem + 0.7vw, 2.15rem);
	line-height: 1.22;
	margin-bottom: 10px;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell p {
	color: #475569;
	font-size: 15px;
	line-height: 1.62;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell form p,
body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell p.form {
	padding-top: 14px;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell form label,
body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell p.form label {
	color: #334155;
	letter-spacing: 0.08em;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .inputstyle {
	height: 50px;
	border: 1px solid #cdd8e8;
	border-radius: 12px;
	background: #f8fbff;
	padding: 0 15px;
	font-size: 15px;
	color: #0f172a;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .inputstyle:focus {
	border-color: #1d4ed8;
	box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.17);
	background: #ffffff;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell input.violator,
body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .ecoplus-primary-block {
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .violator {
	min-height: 48px;
	border-radius: 12px;
	background: #0f172a;
	border-color: #0f172a;
	color: #ffffff;
	letter-spacing: 0.08em;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .violator:hover,
body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .violator:focus {
	background: #1e293b;
	border-color: #1e293b;
	transform: translateY(-1px);
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .ecoplus-secondary-btn {
	width: auto !important;
	min-height: 42px;
	padding: 10px 18px;
	background: #ffffff;
	color: #0f172a;
	border: 1px solid #cdd8e8;
	border-radius: 12px;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .ecoplus-secondary-btn:hover,
body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .ecoplus-secondary-btn:focus {
	background: #eef3fb;
	border-color: #b9c8df;
	color: #0f172a;
	transform: none;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-helper-link {
	margin-top: 8px;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-helper-link a {
	color: #1d4ed8;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-helper-link a:hover,
body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-helper-link a:focus {
	text-decoration: underline;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .social-login-label {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: #64748b;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .social-login-group {
	display: grid;
	gap: 10px;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .ecoplus-social-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 11px 16px;
	border: 1px solid #cdd8e8;
	border-radius: 12px;
	background: #ffffff;
	color: #0f172a;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .ecoplus-social-btn:hover,
body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .ecoplus-social-btn:focus {
	background: #eef3fb;
	border-color: #b8c9e3;
	transform: translateY(-1px);
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .ecoplus-social-btn:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.17);
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .ecoplus-social-btn__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #0f172a;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .ecoplus-social-btn__icon svg {
	display: block;
	width: 20px;
	height: 20px;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .ecoplus-social-btn__label {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 24px 0 26px;
	text-align: center;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .ecoplus-social-btn-apple .ecoplus-social-btn__icon svg {
	width: 18px;
	height: 18px;
}

body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .verify-email-actions {
	margin: 10px 0 18px;
}

@media screen and (max-width: 960px) {
	body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .ecoplus-auth-card {
		padding: 26px 22px 22px !important;
		border-radius: 16px !important;
	}
}

@media screen and (max-width: 736px) {
	body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell {
		padding-top: 26px !important;
		padding-bottom: 36px !important;
	}

	body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .large-6,
	body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .large-8,
	body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .large-4,
	body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .offset-2 {
		width: 100% !important;
		margin-left: 0 !important;
	}

	body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .ecoplus-auth-card {
		padding: 22px 16px 18px !important;
	}

	body.wp-theme-vpone-theme.ecoplus-app .ecoplus-auth-shell .righttext {
		text-align: left !important;
	}
}
#globalnav {
    font-weight: normal;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}
#globalnav,
#globalnav * {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    font-size: 1em;
    font-weight: inherit;
    *font-weight: expression(this.parentNode.currentStyle['font-weight']);
    line-height: inherit;
    *line-height: expression(this.parentNode.currentStyle['line-height']);
    text-align: inherit;
    *text-align: expression(this.parentNode.currentStyle['text-align'])
}
#globalnav article,
#globalnav aside,
#globalnav details,
#globalnav figcaption,
#globalnav figure,
#globalnav footer,
#globalnav header,
#globalnav nav,
#globalnav section {
    display: block
}
#globalnav img {
    border: 0;
    vertical-align: middle
}
#globalnav ul {
    list-style: none
}
#globalnav,
#globalnav select,
#globalnav button {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern'
}
#globalnav input,
#globalnav textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern'
}

#globalnav {
    right: 0;
    left: 0;
    z-index: 9999;
    display: block;
    margin: 0;
    width: 100%;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
@media screen and (max-width: 1023px) {
	#globalnav{
		position: fixed;
		top: 0;
	}
}
@media only screen and (max-width: 1023px) {
    #globalnav {
        max-height: none;
        -webkit-transition: background .35s linear .25s, height .35s ease-in .25s, min-height .35s ease-in .25s;
        transition: background .35s linear .25s, height .35s ease-in .25s, min-height .35s ease-in .25s
    }
    #menustate:checked ~ #globalnav,
    #menustate:target ~ #globalnav {
        height: 100%;
        background: #fff;
        -webkit-transition: background .35s linear, height .35s ease-in, min-height .35s ease-in;
        transition: background .35s linear, height .35s ease-in, min-height .35s ease-in
    }
}
#menustate {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}
#globalnav .nav-content {
    margin: 0 auto;
    position: relative;
    z-index: 2
}
@media only screen and (max-width: 1023px) {
    #globalnav .nav-content {
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%
    }
}
#globalnav .nav-header {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    overflow: hidden
}
#globalnav .nav-header .nav-logo {
    display: none;
    position: absolute;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    text-align: center;
    z-index: 1
}
#globalnav .nav-header .nav-logo a:hover {
    opacity: .45;
    -ms-filter: 'alpha(opacity=$ieopacity)';
    filter: alpha(opacity=45)
}
@media only screen and (max-width: 1023px) {
    #globalnav .nav-header {
        display: block
    }
    #globalnav .nav-header .nav-logo {
        display: block
    }
}
#globalnav .nav-list {
    cursor: default;
    margin: 0 0px;
    padding: 0px 20px !important;
    text-align: justify;
    width: auto;
    height: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines
}
#globalnav .nav-list:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
@media only screen and (max-width: 1023px) {
    #globalnav .nav-list {
        position: absolute;
        z-index: 2;
        top: 78px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        text-align: center;
        padding: 0 58px!important;
        height: auto;
        box-sizing: border-box;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        visibility: hidden;
        -webkit-transition: height .35s linear, visibility 0s linear 1s;
        transition: height .35s linear, visibility 0s linear 1s
    }
    #globalnav .nav-list:nth-child(2) {
        margin-top: 12px
    }
    #globalnav .nav-list:nth-child(9) {
        margin-bottom: 48px
    }
    #menustate:checked ~ #globalnav .nav-list,
    #menustate:target ~ #globalnav .nav-list {
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }
    #globalnav .nav-list:after,
    #globalnav .nav-list .after {
        display: none
    }
}
#globalnav .nav-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    height: 70px;
    z-index: 1;
    vertical-align: top
}
#globalnav .nav-item.nav-logo {

    height: 70px
}
@media only screen and (max-width: 1023px) {
    #globalnav .nav-item {
        width: 100%;
        height: 50px
    }
}
@media only screen and (max-width: 1023px) {
    #globalnav .nav-logo {
        display: none
    }
}
#globalnav .nav-logo a:hover {
    opacity: .45;
    -ms-filter: 'alpha(opacity=$ieopacity)';
    filter: alpha(opacity=45)
}
@media only screen and (max-width: 1023px) {
    #globalnav .nav-item-menu {
        height: 47px;
        border-bottom: 1px solid #ccc;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: scale(1.1) translateY(-24px);
        -ms-transform: scale(1.1) translateY(-24px);
        transform: scale(1.1) translateY(-24px);
        -webkit-transition: opacity .35s ease-out, -webkit-transform .35s ease-out;
        transition: opacity .35s ease-out, transform .35s ease-out
    }
    #menustate:checked ~ #globalnav .nav-item-menu,
    #menustate:target ~ #globalnav .nav-item-menu {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    #globalnav .nav-item-menu:nth-child(2) {
        -webkit-transition-delay: 800ms, 800ms;
        transition-delay: 800ms, 800ms
    }
    #menustate:checked ~ #globalnav .nav-item-menu:nth-child(2),
    #menustate:target ~ #globalnav .nav-item-menu:nth-child(2) {
        -webkit-transition-delay: 0ms, 0ms;
        transition-delay: 0ms, 0ms
    }
    #globalnav .nav-item-menu:nth-child(3) {
        -webkit-transition-delay: 700ms, 700ms;
        transition-delay: 700ms, 700ms
    }
    #menustate:checked ~ #globalnav .nav-item-menu:nth-child(3),
    #menustate:target ~ #globalnav .nav-item-menu:nth-child(3) {
        -webkit-transition-delay: 100ms, 100ms;
        transition-delay: 100ms, 100ms
    }
    #globalnav .nav-item-menu:nth-child(4) {
        -webkit-transition-delay: 600ms, 600ms;
        transition-delay: 600ms, 600ms
    }
    #menustate:checked ~ #globalnav .nav-item-menu:nth-child(4),
    #menustate:target ~ #globalnav .nav-item-menu:nth-child(4) {
        -webkit-transition-delay: 200ms, 200ms;
        transition-delay: 200ms, 200ms
    }
    #globalnav .nav-item-menu:nth-child(5) {
        -webkit-transition-delay: 500ms, 500ms;
        transition-delay: 500ms, 500ms
    }
    #menustate:checked ~ #globalnav .nav-item-menu:nth-child(5),
    #menustate:target ~ #globalnav .nav-item-menu:nth-child(5) {
        -webkit-transition-delay: 300ms, 300ms;
        transition-delay: 300ms, 300ms
    }
    #globalnav .nav-item-menu:nth-child(6) {
        -webkit-transition-delay: 400ms, 400ms;
        transition-delay: 400ms, 400ms
    }
    #menustate:checked ~ #globalnav .nav-item-menu:nth-child(6),
    #menustate:target ~ #globalnav .nav-item-menu:nth-child(6) {
        -webkit-transition-delay: 400ms, 400ms;
        transition-delay: 400ms, 400ms
    }
    #globalnav .nav-item-menu:nth-child(7) {
        -webkit-transition-delay: 300ms, 300ms;
        transition-delay: 300ms, 300ms
    }
    #menustate:checked ~ #globalnav .nav-item-menu:nth-child(7),
    #menustate:target ~ #globalnav .nav-item-menu:nth-child(7) {
        -webkit-transition-delay: 500ms, 500ms;
        transition-delay: 500ms, 500ms
    }
    #globalnav .nav-item-menu:nth-child(8) {
        -webkit-transition-delay: 200ms, 200ms;
        transition-delay: 200ms, 200ms
    }
    #menustate:checked ~ #globalnav .nav-item-menu:nth-child(8),
    #menustate:target ~ #globalnav .nav-item-menu:nth-child(8) {
        -webkit-transition-delay: 600ms, 600ms;
        transition-delay: 600ms, 600ms
    }
    #globalnav .nav-item-menu:nth-child(9) {
        -webkit-transition-delay: 100ms, 100ms;
        transition-delay: 100ms, 100ms
    }
    #menustate:checked ~ #globalnav .nav-item-menu:nth-child(9),
    #menustate:target ~ #globalnav .nav-item-menu:nth-child(9) {
        -webkit-transition-delay: 700ms, 700ms;
        transition-delay: 700ms, 700ms
    }
}
#globalnav .nav-link {
    font-size: 18px;
    line-height: 4;
    font-weight: 800;
    letter-spacing: normal;
    opacity: 1;
    color: #333;
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 70px;
    text-decoration: none
}
#globalnav .nav-link:hover {
    opacity: .45;
    -ms-filter: 'alpha(opacity=$ieopacity)';
    filter: alpha(opacity=45)
}
#globalnav .nav-item-menu .nav-menu-current {
    opacity: .45;
    -ms-filter: 'alpha(opacity=$ieopacity)';
    filter: alpha(opacity=45)
}
#globalnav .menuicon {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    width: 48px;
    border-bottom: 0
}
@media only screen and (max-width: 1023px) {
    #globalnav .menuicon {
        display: block
    }
}
#globalnav .menuicon-label {
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    -webkit-transition: opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1), transform .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-tap-highlight-color: transparent
}
#globalnav .menuicon-label:hover,
#globalnav .menuicon-label:focus,
#globalnav .menuicon-label:active {
    opacity: .45
}
.touch#globalnav .menuicon-label {
    opacity: 1;
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform .4s cubic-bezier(0.4, 0.01, 0.165, 0.99)
}
#menustate:checked ~ #globalnav .menuicon-label,
#menustate:target ~ #globalnav .menuicon-label {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
#globalnav .menuicon-bread {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    -webkit-transition: opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1)
}
#globalnav .menuicon-bread-top {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform .25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    z-index: 4
}
#menustate:checked ~ #globalnav .menuicon-bread-top,
#menustate:target ~ #globalnav .menuicon-bread-top {
    -webkit-transition: -webkit-transform .25s .2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform .25s .2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
#globalnav .menuicon-bread-bottom {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform .25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}
#menustate:checked ~ #globalnav .menuicon-bread-bottom,
#menustate:target ~ #globalnav .menuicon-bread-bottom {
    -webkit-transition: -webkit-transform .25s .2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform .25s .2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
#globalnav .menuicon-bread-crust {
    display: block;
    width: 17px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 16px;
    z-index: 1;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s
}
#globalnav .menuicon-bread-crust-top {
    top: 23px;
    -webkit-transition: -webkit-transform .2s .2s;
    transition: transform .2s .2s;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}
#menustate:checked ~ #globalnav .menuicon-bread-crust-top,
#menustate:target ~ #globalnav .menuicon-bread-crust-top {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0;
    transition-delay: 0
}
#globalnav .menuicon-bread-crust-bottom {
    bottom: 23px;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)
}
#menustate:checked ~ #globalnav .menuicon-bread-crust-bottom,
#menustate:target ~ #globalnav .menuicon-bread-crust-bottom {
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
#globalnav .menuanchor {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    z-index: 10
}
#globalnav .menuanchor:focus {
    outline-offset: -8px;
    width: 48px;
    height: 48px
}
#globalnav .menuanchor-close {
    display: none
}
#globalnav .menuanchor-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0 99.9% 99.9%);
    clip-path: inset(0px 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}
#menustate:checked ~ #globalnav .menuanchor-open,
#menustate:target ~ #globalnav .menuanchor-open {
    display: none
}
#menustate:checked ~ #globalnav .menuanchor-close,
#menustate:target ~ #globalnav .menuanchor-close {
    display: block
}
.icon-call {
    width: 44px;
    height: 44px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-image: url(../graphics/icon-call.svg);
    background-size: 44px 44px
}
.icon-info {
    width: 44px;
    height: 44px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-image: url(../graphics/icon-info.svg);
    background-size: 44px 44px
}


/* VPone Theme Header Final
   Centralized header/navigation styling for WordPress and EcoPlus. */
body.wp-theme-vpone-theme .main-header {
	position: relative;
	background: var(--editorial-surface, #ffffff);
	box-shadow: 0 2px 14px rgba(9, 14, 20, 0.1);
	z-index: 10010;
}

body.wp-theme-vpone-theme #header-inner {
	overflow: visible;
}

body.wp-theme-vpone-theme #topbar {
	position: relative;
	height: auto;
	min-height: 36px;
	background: #101318;
}

body.wp-theme-vpone-theme #topbar nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 36px;
}

body.wp-theme-vpone-theme #topbar ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: auto;
	min-height: 36px;
	margin: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.wp-theme-vpone-theme #topbar .texttopbar {
	flex: 1 1 340px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}

body.wp-theme-vpone-theme #topbar .texttopbar li {
	background: transparent !important;
	padding-right: 12px;
	line-height: 1.25;
	font-weight: 600;
	opacity: 0.95;
}

body.wp-theme-vpone-theme #topbar .texttopbar li:first-child {
	background: transparent;
	color: #fff;
}

body.wp-theme-vpone-theme #topbar nav > ul:last-child {
	flex: 1 1 420px;
	justify-content: flex-end;
}

body.wp-theme-vpone-theme #topbar ul li {
	display: flex;
	align-items: center;
	height: 36px;
	color: #fff;
	transition: background-color .2s ease;
}

body.wp-theme-vpone-theme #topbar ul li p {
	margin: 0;
}

body.wp-theme-vpone-theme #topbar ul li:hover {
	background: rgba(255, 255, 255, 0.14);
}

body.wp-theme-vpone-theme #topbar nav > ul:not(.texttopbar) li:first-child {
	background: #fff;
}

body.wp-theme-vpone-theme #topbar nav > ul:not(.texttopbar) li:first-child a {
	color: var(--editorial-brand, #b31219);
}

body.wp-theme-vpone-theme #topbar ul li a {
	padding: 0 10px;
	line-height: 1.1 !important;
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
}

body.wp-theme-vpone-theme .editorial-utility-bar {
	position: relative;
	z-index: 9990;
	margin-top: 118px;
	border-top: 1px solid var(--news-rule, #dddddd);
	border-bottom: 1px solid var(--news-rule, #dddddd);
	background: #fff;
}

body.wp-theme-vpone-theme .editorial-utility-inner {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 58px;
	padding: 7px 0;
}

body.wp-theme-vpone-theme .editorial-datestamp {
	flex: 0 0 auto;
	padding-right: 12px;
	border-right: 1px solid var(--editorial-border-soft, #e7ecf2);
	font-family: var(--site-font-family);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--news-subtle, #6b7280);
	white-space: nowrap;
}

body.wp-theme-vpone-theme .editorial-breaking {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
	min-width: 0;
}

body.wp-theme-vpone-theme .editorial-breaking-label {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 2px;
	background: var(--news-ink, #121212);
	color: #fff;
	font-family: var(--site-font-family);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

body.wp-theme-vpone-theme .editorial-breaking-link,
body.wp-theme-vpone-theme .editorial-breaking-empty {
	display: inline-block;
	color: var(--editorial-text, #171e26);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.wp-theme-vpone-theme .editorial-breaking-link:hover,
body.wp-theme-vpone-theme .editorial-breaking-link:focus {
	color: var(--editorial-brand, #b31219);
}

body.wp-theme-vpone-theme .editorial-search-wrap {
	width: 340px;
	flex-shrink: 0;
}

body.wp-theme-vpone-theme .editorial-search-wrap .form-search {
	margin: 0;
}

body.wp-theme-vpone-theme .editorial-search-wrap .input-group {
	display: flex;
	align-items: stretch;
	width: 100%;
}

body.wp-theme-vpone-theme .editorial-search-wrap .search-query {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	height: 40px;
	box-sizing: border-box;
	padding: 0 12px;
	border: 1px solid var(--editorial-border, #d5dce5);
	border-right: 0;
	border-radius: 0;
	background: var(--editorial-surface, #ffffff);
	color: var(--editorial-text, #171e26);
	font-size: 14px;
}

body.wp-theme-vpone-theme .editorial-search-wrap .input-group-btn {
	flex: 0 0 auto;
	display: flex;
	width: auto;
}

body.wp-theme-vpone-theme .editorial-search-wrap #searchsubmit,
body.wp-theme-vpone-theme .editorial-search-wrap .input-group-btn .btn,
body.wp-theme-vpone-theme .editorial-search-wrap .input-group-btn button {
	height: 40px;
	box-sizing: border-box;
	margin-left: 0 !important;
	padding: 0 15px;
	border: 0;
	background: var(--editorial-accent, #111820);
	color: #fff;
	font-family: var(--site-font-family);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: background-color .2s ease;
}

body.wp-theme-vpone-theme .editorial-search-wrap #searchsubmit:hover,
body.wp-theme-vpone-theme .editorial-search-wrap .input-group-btn .btn:hover,
body.wp-theme-vpone-theme .editorial-search-wrap .input-group-btn button:hover {
	background: var(--editorial-brand, #b31219);
}

body.wp-theme-vpone-theme #globalnav {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid #cfd4db;
	min-width: 320px;
	height: 86px;
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
	body.wp-theme-vpone-theme #globalnav {
		-webkit-backdrop-filter: saturate(180%) blur(16px);
		backdrop-filter: saturate(180%) blur(16px);
		background-color: rgba(255, 255, 255, 0.86);
	}
}

body.wp-theme-vpone-theme #globalnav .nav-logo img {
	height: 64px !important;
}

body.wp-theme-vpone-theme #globalnav .nav-link {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--news-ink, #121212);
	border-bottom: 2px solid transparent;
	transition: color .2s ease, border-color .2s ease;
}

body.wp-theme-vpone-theme #globalnav .nav-link:hover,
body.wp-theme-vpone-theme #globalnav .nav-link:focus {
	color: var(--editorial-brand, #b31219);
	border-bottom-color: var(--editorial-brand, #b31219);
}

body.wp-theme-vpone-theme #globalnav .nav-link:focus-visible {
	outline: 3px solid var(--editorial-brand, #b31219);
	outline-offset: 2px;
}

@media screen and (min-width: 1024px) {
	body.wp-theme-vpone-theme #globalnav .nav-list {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 22px;
		height: 70px;
		padding: 0 6px !important;
		text-align: left;
	}

	body.wp-theme-vpone-theme #globalnav .nav-list:after {
		display: none;
	}

	body.wp-theme-vpone-theme #globalnav .nav-item.nav-logo {
		margin-right: 12px;
	}
}

@media screen and (max-width: 1160px) {
	body.wp-theme-vpone-theme .editorial-utility-inner {
		flex-wrap: wrap;
		row-gap: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	body.wp-theme-vpone-theme .editorial-search-wrap {
		width: 100%;
	}
}

@media screen and (max-width: 1023px) {
	body.wp-theme-vpone-theme .editorial-utility-bar {
		margin-top: 68px;
	}

	body.wp-theme-vpone-theme .editorial-datestamp {
		width: 100%;
		padding-right: 0;
		border-right: 0;
	}

	body.wp-theme-vpone-theme .editorial-breaking {
		flex-wrap: wrap;
	}

	body.wp-theme-vpone-theme .editorial-breaking-link,
	body.wp-theme-vpone-theme .editorial-breaking-empty {
		white-space: normal;
	}

	body.wp-theme-vpone-theme #globalnav {
		height: 64px !important;
		min-height: 64px !important;
		background: rgba(255, 255, 255, 0.97) !important;
		border-bottom: 1px solid #d9dde3 !important;
		-webkit-backdrop-filter: saturate(180%) blur(18px);
		backdrop-filter: saturate(180%) blur(18px);
	}

	body.wp-theme-vpone-theme #menustate:checked ~ #globalnav,
	body.wp-theme-vpone-theme #globalnav[data-open="true"] {
		height: 100dvh !important;
		min-height: 100dvh !important;
		background: rgba(255, 255, 255, 0.99) !important;
		z-index: 10020 !important;
	}

	body.wp-theme-vpone-theme #globalnav .nav-content {
		position: relative !important;
		height: 100% !important;
	}

	body.wp-theme-vpone-theme #globalnav .nav-header {
		height: 64px !important;
		padding: 0 !important;
	}

	body.wp-theme-vpone-theme #globalnav .nav-header .nav-logo {
		top: 10px;
		width: 184px;
		margin-left: -92px;
	}

	body.wp-theme-vpone-theme #globalnav .nav-logo img {
		height: 44px !important;
		padding: 0 !important;
	}

	body.wp-theme-vpone-theme #globalnav .menuicon {
		width: 56px !important;
		height: 64px !important;
	}

	body.wp-theme-vpone-theme #globalnav .menuicon-label,
	body.wp-theme-vpone-theme #globalnav .menuicon-bread {
		width: 56px !important;
		height: 64px !important;
	}

	body.wp-theme-vpone-theme #globalnav .menuicon-label {
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
	}

	body.wp-theme-vpone-theme #globalnav .menuicon-bread-crust {
		left: 19px;
		width: 18px;
		height: 2px;
		background: #131722;
	}

	body.wp-theme-vpone-theme #globalnav .menuicon-bread-crust-top {
		top: 30px;
		transform: translateY(-5px);
	}

	body.wp-theme-vpone-theme #globalnav .menuicon-bread-crust-bottom {
		bottom: 30px;
		transform: translateY(5px);
	}

	body.wp-theme-vpone-theme #globalnav .nav-list {
		position: fixed !important;
		top: 64px !important;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 8px 20px 24px !important;
		background: rgba(255, 255, 255, 0.99);
		visibility: hidden;
		opacity: 0;
		transform: translateY(-8px);
		transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s;
	}

	body.wp-theme-vpone-theme #menustate:checked ~ #globalnav .nav-list,
	body.wp-theme-vpone-theme #globalnav[data-open="true"] .nav-list {
		visibility: visible;
		opacity: 1;
		transform: none;
		transition-delay: 0s;
	}

	body.wp-theme-vpone-theme #globalnav .nav-item-menu {
		height: auto !important;
		min-height: 54px;
		border-bottom: 1px solid #e6e9ee;
		opacity: 0;
		pointer-events: none;
		transform: translateY(-10px);
		transition: opacity .2s ease, transform .2s ease;
	}

	body.wp-theme-vpone-theme #menustate:checked ~ #globalnav .nav-item-menu,
	body.wp-theme-vpone-theme #globalnav[data-open="true"] .nav-item-menu {
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	body.wp-theme-vpone-theme #globalnav .nav-item-menu:nth-child(n),
	body.wp-theme-vpone-theme #menustate:checked ~ #globalnav .nav-item-menu:nth-child(n),
	body.wp-theme-vpone-theme #globalnav[data-open="true"] .nav-item-menu:nth-child(n) {
		transition-delay: 0ms !important;
	}

	body.wp-theme-vpone-theme #globalnav .nav-link {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		width: 100%;
		height: 54px !important;
		line-height: 1.2 !important;
		font-size: 13px !important;
		font-weight: 700 !important;
		letter-spacing: 0.08em !important;
		text-transform: uppercase;
		color: #101521 !important;
		border-bottom: 0 !important;
	}

	body.wp-theme-vpone-theme #globalnav .nav-link:hover,
	body.wp-theme-vpone-theme #globalnav .nav-link:focus {
		color: #b31219 !important;
	}

	body.wp-theme-vpone-theme .editorial-search-wrap .input-group {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		align-items: stretch !important;
	}

	body.wp-theme-vpone-theme .editorial-search-wrap .search-query {
		min-width: 0 !important;
		width: auto !important;
		max-width: 100% !important;
	}

	body.wp-theme-vpone-theme .editorial-search-wrap .input-group-btn {
		display: block !important;
		width: auto !important;
	}

	body.wp-theme-vpone-theme .editorial-search-wrap .input-group-btn,
	body.wp-theme-vpone-theme .editorial-search-wrap #searchsubmit,
	body.wp-theme-vpone-theme .editorial-search-wrap .input-group-btn .btn,
	body.wp-theme-vpone-theme .editorial-search-wrap .input-group-btn button {
		flex: 0 0 auto !important;
	}

	body.wp-theme-vpone-theme .editorial-search-wrap #searchsubmit,
	body.wp-theme-vpone-theme .editorial-search-wrap .input-group-btn .btn,
	body.wp-theme-vpone-theme .editorial-search-wrap .input-group-btn button {
		width: auto !important;
		margin-left: 0 !important;
	}

	body.wp-theme-vpone-theme.eco-nav-open {
		overflow: hidden;
	}
}
