/*
Theme Name: Blogsy News
Template: blogsy
Author: Peregrine Themes
Author URI: https://peregrine-themes.com/
Theme URI: https://peregrine-themes.com/blogsy/
Description: Blogsy News child theme.
Version: 1.0.2
License: GNU General Public License v2+
Text Domain: blogsy-news
*/

.pt-shape--sharp {
	--pt-soft-radius: 0;
}

.pt-shape--sharp .blogsy-pyml .swiper-pagination-fraction,
.pt-shape--sharp .pt-hero-slider .carousel-nav-prev,
.pt-shape--sharp .pt-hero-slider .carousel-nav-next,
.pt-shape--sharp .blogsy-pyml .carousel-nav-prev,
.pt-shape--sharp .blogsy-pyml .carousel-nav-next {
	border-radius: 0;
}

.pt-shape--sharp .blogsy-news-ticker-btn {
	border-radius: 50px;
}


/* Post Elastic
-------------------------------------------------------------- */

.blogsy-post-elastic-widget {
	width: 100%;
}

.blogsy-post-elastic-widget .post-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    border-color: var(--term-color, var(--pt-accent-color));
    transition: 0.3s;
}

.blogsy-post-elastic-widget .post-inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
}

.blogsy-post-elastic-widget .post-wrapper.mini-layout .post-inner {
    gap: 16px;
}

.blogsy-post-elastic-widget .post-wrapper .image-outer-wrapper {
    position: relative;
    flex-shrink: 0;
    width: 250px;
}

.blogsy-post-elastic-widget .post-wrapper.mini-layout .image-outer-wrapper {
    width: 95px;
    height: 95px;
}

.blogsy-post-elastic-widget .post-wrapper.mini-layout .image-outer-wrapper .image-wrapper {
    background-color: rgba(25,25,29,.45);
}

.blogsy-post-elastic-widget .post-wrapper .image-wrapper {
    border-radius: var(--pt-soft-radius);
    display: flex;
    position: relative;
    overflow: hidden;
	transform: translate(0, 0);
	will-change: transform;
    transition: 0.8s;
    width: 100%;
    height: 100%;
}

.blogsy-post-elastic-widget .post-wrapper .image-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-radius: inherit;
    background: transparent;
    transition: 0.8s;
}

.blogsy-post-elastic-widget .post-wrapper .image-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    transition: 0.8s;
}

.blogsy-post-elastic-widget .image-wrapper:hover > img {
    transform: scale(1.15);
}

.blogsy-post-elastic-widget .image-wrapper.has-animation > img {
    transform-origin: right;
}

.blogsy-post-elastic-widget .image-wrapper.has-animation:hover > img {
    filter: blur(8px);
    opacity: 0;
    transform: scaleX(1.5);
}

.blogsy-post-elastic-widget .post-wrapper .image-animation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.blogsy-post-elastic-widget .image-animation img {
    transform-origin: left;
    filter: blur(8px);
    opacity: 0;
    transform: scaleX(1.5);
}

.blogsy-post-elastic-widget .image-wrapper:hover .image-animation > img {
    filter: blur(0);
    opacity: 1;
    transform: scaleX(1);
}

.blogsy-post-elastic-widget .post-wrapper .image-wrapper a {
    border-radius: inherit;
	z-index: 10;
}

.blogsy-post-elastic-widget .post-wrapper .content-wrapper {
    width: 100%;
    position: relative;
    z-index: 10;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blogsy-post-elastic-widget  {
    counter-reset: post-num;
}

.blogsy-post-elastic-widget .post-counter-wrap {
    z-index: 20;
}

.blogsy-post-elastic-widget .post-wrapper.mini-layout .footer-wrap {
    border-top: none;
    padding-top: 0;
    margin-top: 5px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.blogsy-post-elastic-widget .post-wrapper > .footer-wrap {
    margin-top: 30px;
}


/*****************************************/
/* Header layout 4
/*****************************************/

.pt-header-layout-4 .pt-header-inner {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
}

.pt-header-layout-4 .pt-logo-container .pt-header-container,
.pt-header-layout-4 .pt-nav-container .pt-header-container {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pt-header-layout-4 .pt-logo-container .pt-header-element {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}

.pt-header-layout-4 .pt-logo-container .pt-logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.pt-header-layout-4 .pt-logo-container .pt-logo>.logo-inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pt-header-layout-4 .pt-logo-container .blogsy-widget-location-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.pt-header-layout-4 .pt-logo-container .blogsy-widget-location-left .pt-header-widget:first-child {
    padding-left: 0;
    margin-left: 0;
}

.pt-header-layout-4 .pt-logo-container .blogsy-widget-location-right .pt-header-widget:last-of-type,
.pt-header-layout-4 .pt-logo-container .blogsy-widget-location-left .pt-header-widget:last-of-type {
    padding-right: 0;
}

.pt-header-layout-4 .pt-logo-container .blogsy-widget-location-right .pt-header-widget:last-of-type:after,
.pt-header-layout-4 .pt-logo-container .blogsy-widget-location-left .pt-header-widget:last-of-type:after {
    display: none;
}

.pt-header-layout-4 .pt-logo-container .blogsy-widget-location-right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pt-header-layout-4 .blogsy-widget-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pt-header-layout-4 .pt-mobile-nav {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}

.pt-header-layout-4 .pt-nav-container {
    position: relative;
    margin-bottom: -.1rem;
}

.pt-header-layout-4 .pt-header .pt-header-inner .pt-logo-container .pt-header-container,
.pt-header-layout-4 .pt-header .pt-header-inner .pt-nav-container .pt-header-container {
    border-width: 0;
}

.pt-header-layout-4 .pt-nav-container .pt-header-element {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.pt-header-layout-4 .pt-nav-container .blogsy-header-nav-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.pt-header-layout-4 .pt-nav-container .blogsy-header-nav-wrapper>ul {
    min-height: 6rem;
}

.pt-header-layout-4 .pt-nav-container .blogsy-header-nav-wrapper>ul>li:not(:first-child) {
    margin-left: 1.6rem;
}

.pt-header-layout-4 .pt-nav-container .blogsy-header-nav-wrapper>ul>li>a {
	height: 100%;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.pt-header-layout-4 .pt-nav-container .blogsy-widget-location-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.pt-header-layout-4 .pt-nav-container .blogsy-widget-location-left .pt-header-widget:first-child {
    padding-left: 0;
    margin-left: 0;
}

.pt-header-layout-4 .pt-nav-container .blogsy-widget-location-right .pt-header-widget:last-of-type,
.pt-header-layout-4 .pt-nav-container .blogsy-widget-location-left .pt-header-widget:last-of-type {
    padding-right: 0;
}

.pt-header-layout-4 .pt-nav-container .blogsy-widget-location-right .pt-header-widget:last-of-type:after,
.pt-header-layout-4 .pt-nav-container .blogsy-widget-location-left .pt-header-widget:last-of-type:after {
    display: none;
}

.pt-header-layout-4 .pt-nav-container .blogsy-widget-location-right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
	.pt-header-layout-4 .pt-logo-container .pt-header-container {
		flex-wrap: wrap;
	}

	.pt-header-layout-4 .pt-logo-container .pt-logo>.logo-inner {
		align-items: start;
	}

	.pt-header-layout-4 .pt-logo-container .pt-header-element {
		flex-basis: auto;
	}

	.pt-header-layout-4 .pt-logo-container .pt-logo {
		order: 0;
		justify-content: start;
		align-items: start;
		flex-basis: auto;
		margin-left: 0;
	}

	.pt-header-layout-4 .pt-logo-container .pt-mobile-nav {
		order: 5;
	}

	.pt-header-layout-4 .pt-logo-container .blogsy-widget-location-right {
		-js-display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.pt-header-layout-4 .pt-nav-container {
		display: none;
	}
}


/* Ticker (Layout 2) */

.blogsy-ticker.layout-2 {
    border-bottom: none;
    padding-top: 18px;
    padding-bottom: 0;
}

.blogsy-ticker.layout-2 .blogsy-news-ticker-wrapper .blogsy-news-ticker-title-wrapper {
	background-color: transparent;
    color: var(--pt-accent-color);
    font-weight: 600;
    gap: 4px;
    padding: 0;
    outline: none;
}

html[scheme=dark] .blogsy-ticker.layout-2 .blogsy-news-ticker-wrapper .blogsy-news-ticker-title-wrapper {
	background-color: transparent;
}

.blogsy-ticker.layout-2 .blogsy-news-ticker-wrapper .blogsy-news-ticker-title-wrapper .blogsy-news-ticker-title-icon-wrapper {
    color: var(--pt-accent-color);
}

.blogsy-ticker.layout-2 .blogsy-news-ticker-wrapper .blogsy-news-ticker-title-wrapper .blogsy-news-ticker-title-text {
    text-transform: uppercase;
}

.blogsy-ticker.layout-2 .blogsy-news-ticker-btn {
	padding: 3px 14px 3px 14px;
	height: 3rem;
}

.blogsy_news .blogsy-ticker .blogsy-news-ticker-item .item-thumbnail img {
	border-radius: 0;
	border: 0;
}

.pt-header-layout-4 #site-header+#site-sticky-header+#blogsy-ticker+#blogsy-hero,
.pt-header-layout-4 #site-header+#blogsy-ticker+#blogsy-hero {
	margin-top: 2rem;
}

.pt-header-layout-4 #blogsy-hero {
	margin-top: 0.4rem;
}

/* Hero two/three */

#blogsy-hero .pt-container.pt-hero-type-two,
#blogsy-hero .pt-container.pt-hero-type-three {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.pt-hero-slider .carousel-nav-prev,
.pt-hero-slider .carousel-nav-next,
.blogsy-pyml .carousel-nav-prev,
.blogsy-pyml .carousel-nav-next {
    border-radius: 0;
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
}

.pt-hero-type-three .pt-hero-slider .post-wrapper,
.pt-hero-type-two .pt-hero-slider .post-wrapper {
	border-radius: 0;
}

.pt-hero-type-three .pt-hero-slider .post-wrapper,
.pt-hero-type-two .pt-hero-slider .post-wrapper {
    height: 560px;
    border-radius: 0px 0px 0px 0px;
}

.pt-hero-type-three .pt-hero-slider .terms-wrapper,
.pt-hero-type-two .pt-hero-slider .terms-wrapper {
    position: relative;
    left: 0;
}

.pt-hero-type-three .pt-hero-slider .post-wrapper .meta-wrapper,
.pt-hero-type-two .pt-hero-slider .post-wrapper .meta-wrapper {
    gap: 1rem;
}

.pt-hero-type-two .pt-hero-slider .carousel-nav-prev {
    left: -52px;
}

.pt-hero-type-two .pt-hero-slider .carousel-nav-next {
    right: 10px;
}

.pt-hero-type-three .pt-hero-slider .carousel-pagination-wrapper.type-bullets .carousel-pagination,
.pt-hero-type-two .pt-hero-slider .carousel-pagination-wrapper.type-bullets .carousel-pagination {
    bottom: 0;
    left: -29px;
}

.pt-hero-type-three .blogsy-post-elastic-widget .blogsy-posts-wrapper.layout-grid,
.pt-hero-type-two .blogsy-post-elastic-widget .blogsy-posts-wrapper.layout-grid {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.pt-hero-type-three .blogsy-post-elastic-widget .post-wrapper,
.pt-hero-type-two .blogsy-post-elastic-widget .post-wrapper {
    padding: 0px 0px 16px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #7F818540;
}

.pt-hero-type-two .blogsy-post-elastic-widget .post-wrapper .post-inner {
    flex-direction: row-reverse;
}

.pt-hero-type-three .blogsy-post-nexo-widget .post-wrapper,
.pt-hero-type-three .blogsy-post-elastic-widget .post-wrapper .image-wrapper,
.pt-hero-type-two .blogsy-post-nexo-widget .post-wrapper,
.pt-hero-type-two .blogsy-post-elastic-widget .post-wrapper .image-wrapper {
    border-radius: 0;
}

.pt-hero-type-three .blogsy-post-nexo-widget.hero-tabs .blogsy-posts-wrapper.layout-grid,
.pt-hero-type-two .blogsy-post-nexo-widget.hero-editor .blogsy-posts-wrapper.layout-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

#blogsy-hero .post-author-wrapper .author-image img {
    width: 22px;
    height: 22px;
}

#blogsy-hero .post-counter-wrap .post-counter {
    background-color: var(--pt-accent-color);
    border-radius: 0;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 14px;
	font-weight: 600;
	padding: 5px;
}

#blogsy-hero .blogsy-post-elastic-widget .swiper-vertical {
    height: 496px;
}

#blogsy-hero .pt-hero-type-three .pt-hero-slider .blogsy-position-top-right {
	top: 3.5rem;
    right: 2rem;
}

#blogsy-hero .blogsy-post-elastic-widget .blogsy-position-top-right {
	top: 1.4rem;
}

#blogsy-hero .pt-hero-type-three .pt-hero-slider:has(.blogsy-section-heading) .blogsy-position-top-right,
#blogsy-hero .blogsy-post-elastic-widget:has(.blogsy-section-heading) .blogsy-position-top-right {
    top: -4rem;
	right: 0;
}

#blogsy-hero .pt-hero-type-three .pt-hero-slider .carousel-nav-prev,
#blogsy-hero .pt-hero-type-three .pt-hero-slider .carousel-nav-next,
#blogsy-hero .blogsy-post-elastic-widget .carousel-nav-prev,
#blogsy-hero .blogsy-post-elastic-widget .carousel-nav-next {
    color: var(--pt-body-color);
    background-color: var(--pt-card-bg);
    border-radius: 0;
    width: 2.7rem;
    height: 2.7rem;
    font-size: 1.3rem;
    text-decoration: none;
    border: 1px solid var(--pt-border-color);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
    transition: .25s;
}

#blogsy-hero .pt-hero-type-three .pt-hero-slider:has(.blogsy-section-heading, .hero-tabs-inner) .carousel-nav-prev,
#blogsy-hero .blogsy-post-elastic-widget:has(.blogsy-section-heading, .hero-tabs-inner) .carousel-nav-prev {
    left: -1px;
}

/* Hero Tabs */

.hero-tabs .hero-tabs-inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.hero-tabs .tab-btn {
	position: relative;
	cursor: pointer;
	padding: 0 0 7px;
	outline: none;
	border: none;
	line-height: 1.4;
	background: transparent;
	color: #000;
}

.hero-tabs .tab-btn.active {
	color: var(--pt-accent-color);
}

.hero-tabs .tab-btn.active::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--pt-accent-color);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.hero-tabs .tab-btn h5 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 5px;
}

.hero-tabs .tab-btn h5 .blogsy-svg-icon {
    font-size: 90%;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.hero-tabs .tab-content.active {
    display: flex;
    flex-direction: column;
    column-gap: 16px;
    row-gap: 16px;
}


/* Style 12 */

.blogsy-divider-heading.divider-style-12 {
    flex-wrap: wrap;
    gap: 0;
	row-gap: 2px;
    align-items: center;
}

.blogsy-divider-heading.divider-style-12 .title {
    width: 100%;
}

.blogsy-divider-heading.divider-style-12 .divider-1 {
    order: 11;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    flex-shrink: 0;
}

.blogsy-divider-heading.divider-style-12 .divider-2 {
    order: 12;
    width: 80px;
    height: 3px !important;
}

.blogsy-divider-heading.divider-style-12 .divider-3 {
    --divider-color-2:  rgba(0, 0, 0, 0.2);
    background: var(--divider-color-2);
    width: auto !important;
    flex-grow: 1;
    height: 1px !important;
}

.blogsy-divider-heading.divider-style-12 .divider-4 {
    display: none;
}

#blogsy-hero .blogsy-divider-heading.divider-style-12,
#blogsy-hero .blogsy-divider-heading.divider-style-12 .divider-3 {
    width: 100%;
}

/* Section Heading */

.blogsy_news .blogsy-section-heading .blogsy-divider-heading {
	flex: 1;
}

.blogsy_news .blogsy-section-heading .blogsy-divider-heading,
.blogsy_news .blogsy-section-heading .blogsy-divider-heading .title {
	width: 100%
}

.blogsy_news .blogsy-section-heading .blogsy-divider-heading {
	row-gap: 0.7rem
}

/* Blog Horizontal 2 */

.blog-horizontal-2 .post-wrapper .term-item {
    padding-left: 1.25rem;
}

.blog-horizontal-2 .post-wrapper .term-item::before {
    content: "#";
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
    margin-top: -0.3px;
    font-size: 120%;
    font-weight: 600;
    color: var(--term-color, var(--pt-accent-color));
}

.blog-horizontal-2 .post-wrapper .term-item:focus:before,
.blog-horizontal-2 .post-wrapper .term-item:hover:before {
	width: auto;
}

/* PYML */

.blogsy_news #blogsy-pyml .pt-container {
	max-width: clamp(1400px, 100vw, 93%);
}

.blogsy_news .blogsy-pyml .carousel-nav-next,
.blogsy_news .blogsy-pyml .carousel-nav-prev {
	width: 3.5rem;
	height: 3.5rem;
	font-size: 1.5rem;
	top: -52px;
}

.blogsy_news .blogsy-pyml .carousel-nav-next {
	right: 8rem;
}

.blogsy_news .blogsy-pyml .carousel-nav-prev {
	left: -10rem;
}


/* ==========================================================================
   ESSENTIAL ENHANCEMENTS ONLY (TYPOGRAPHY, LOGO, UNDERLINE REMOVAL, COPYRIGHT)
   No intrusive structural layout overrides! Preserves original Blogsy News Demo
   ========================================================================== */
:root {
    --pt-accent-color: #E93314 !important;
    --pt-primary-color: #E93314 !important;
    --pt-accent-rgb: 233, 51, 20 !important;
    --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* Typography matching brand logo */
body, input, textarea, select {
    font-family: var(--font-body) !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.title, .entry-title, .post-title,
.blogsy-divider-heading .title,
.tab-btn,
.main-navigation ul.menu > li > a,
.blogsy-header-area .menu > li > a {
    font-family: var(--font-heading) !important;
}

/* Logo sizing */
#site-header .pt-logo img,
#site-sticky-header .pt-logo img,
.pt-logo img.blogsy-logo-image {
    max-height: 75px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

@media (max-width: 991px) {
    #site-header .pt-logo img,
    #site-sticky-header .pt-logo img,
    .pt-logo img.blogsy-logo-image {
        max-height: 55px !important;
    }
}

@media (max-width: 575px) {
    #site-header .pt-logo img,
    #site-sticky-header .pt-logo img,
    .pt-logo img.blogsy-logo-image {
        max-height: 38px !important;
    }
}

/* Post Title Underline Removal (Keep Hover Glow) */
.title-animation-default,
.title-animation-middle-underline,
.title-animation-underline,
.title-animation-underline-in-out,
.title-animation-under-cover,
.title-animation-underline-fix,
a[class*="title-animation"] {
    background-image: none !important;
    background-size: 0 0 !important;
    text-decoration: none !important;
}

.title-animation-default:focus,
.title-animation-default:hover,
.title-animation-middle-underline:focus,
.title-animation-middle-underline:hover,
.title-animation-underline:focus,
.title-animation-underline:hover,
.title-animation-underline-in-out:focus,
.title-animation-underline-in-out:hover,
.title-animation-under-cover:focus,
.title-animation-under-cover:hover,
a[class*="title-animation"]:hover,
a[class*="title-animation"]:focus,
.entry-title a:hover,
.post-wrapper .title a:hover {
    background-image: none !important;
    background-size: 0 0 !important;
    text-decoration: none !important;
    color: #E93314 !important;
}

/* Footer Copyright - Adaptive Light/Dark Mode */
.default-footer-copyright,
.default-footer-copyright p,
.ey-footer-copyright-text {
    color: #111827 !important;
}

html[scheme="dark"] .default-footer-copyright,
html[scheme="dark"] .default-footer-copyright p,
html[scheme="dark"] .ey-footer-copyright-text,
html[data-theme="dark"] .default-footer-copyright,
html[data-theme="dark"] .default-footer-copyright p,
html[data-theme="dark"] .ey-footer-copyright-text,
body.dark-mode .default-footer-copyright,
body.dark-mode .default-footer-copyright p,
body.dark-mode .ey-footer-copyright-text,
body[data-theme="dark"] .default-footer-copyright,
body[data-theme="dark"] .default-footer-copyright p,
body[data-theme="dark"] .ey-footer-copyright-text {
    color: #ffffff !important;
}

.default-footer-copyright a,
.ey-footer-agency-link {
    color: #E93314 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.default-footer-copyright a:hover,
.ey-footer-agency-link:hover {
    color: #ff5436 !important;
    text-decoration: underline !important;
}

/* Button & Accent Color */
.blogsy-button,
.pt-header .blogsy-button {
    background-color: #E93314 !important;
    color: #FFFFFF !important;
}


/* --------------------------------------------------------------------------
   CURVY TAB BUTTONS (LATEST & POPULAR) WITH HOVER & ACTIVE PILL
   -------------------------------------------------------------------------- */
.hero-tabs .hero-tabs-inner {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    position: relative !important;
    z-index: 50 !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.hero-tabs .tab-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 18px !important;
    border-radius: 8px !important;
    border: 1px solid #E5E7EB !important;
    background: #F9FAFB !important;
    color: #4B5563 !important;
    font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    cursor: pointer !important;
    outline: none !important;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: none !important;
}

.hero-tabs .tab-btn h5 {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    gap: 6px !important;
    color: inherit !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}

.hero-tabs .tab-btn .blogsy-svg-icon {
    font-size: 14px !important;
    color: inherit !important;
    transition: transform 0.2s ease !important;
}

/* Hover Effect: Curvy micro-glow & #E93314 text */
.hero-tabs .tab-btn:hover {
    background: rgba(233, 51, 20, 0.08) !important;
    color: #E93314 !important;
    border-color: rgba(233, 51, 20, 0.25) !important;
    box-shadow: 0 2px 8px rgba(233, 51, 20, 0.12) !important;
    transform: translateY(-1px) !important;
}

.hero-tabs .tab-btn:hover .blogsy-svg-icon {
    transform: scale(1.15) !important;
    color: #E93314 !important;
}

/* Active State: Vibrant solid #E93314 curvy pill */
.hero-tabs .tab-btn.active {
    background: #E93314 !important;
    color: #FFFFFF !important;
    border-color: #E93314 !important;
    box-shadow: 0 3px 10px rgba(233, 51, 20, 0.3) !important;
    transform: translateY(-1px) !important;
}

.hero-tabs .tab-btn.active h5,
.hero-tabs .tab-btn.active .blogsy-svg-icon,
.hero-tabs .tab-btn.active .blogsy-svg-icon svg {
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
}

/* Remove plain underline bar beneath active tab */
.hero-tabs .tab-btn.active::after {
    display: none !important;
}

/* Dark mode compatibility for curvy buttons */
html[scheme="dark"] .hero-tabs .tab-btn,
body.dark-mode .hero-tabs .tab-btn {
    background: #1E2127 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #D1D5DB !important;
}

html[scheme="dark"] .hero-tabs .tab-btn:hover,
body.dark-mode .hero-tabs .tab-btn:hover {
    background: rgba(233, 51, 20, 0.15) !important;
    color: #E93314 !important;
    border-color: #E93314 !important;
}

html[scheme="dark"] .hero-tabs .tab-btn.active,
body.dark-mode .hero-tabs .tab-btn.active {
    background: #E93314 !important;
    color: #FFFFFF !important;
    border-color: #E93314 !important;
}

/* Guard: Ensure absolute cover links stay within their thumbnails and don't overlay tab buttons */
.hero-tabs .post-wrapper .image-outer-wrapper,
.hero-tabs .post-wrapper .image-wrapper {
    position: relative !important;
}

/* --------------------------------------------------------------------------
   FOOTER COLUMN 1 LOGO (LIGHT & DARK DYNAMIC SWITCHING)
   -------------------------------------------------------------------------- */
.footer-logo-dark {
    display: none !important;
}
.footer-logo-light {
    display: block !important;
}

html[scheme="dark"] .footer-logo-light,
body.dark-mode .footer-logo-light {
    display: none !important;
}
html[scheme="dark"] .footer-logo-dark,
body.dark-mode .footer-logo-dark {
    display: block !important;
}

.footer-brand-logo-widget { margin-bottom: 1.5rem !important; }
.footer-brand-logo-widget a { display: inline-block !important; }
.footer-brand-logo-widget img {
    max-height: 72px !important;
    width: auto !important;
    max-width: 230px !important;
    height: auto !important;
    object-fit: contain !important;
    display: block;
}

/* --------------------------------------------------------------------------
   EXECUTIVE BRIEFING WIDGET (FOOTER COL 4) & NEWSLETTER ANCHOR
   -------------------------------------------------------------------------- */
html {
    scroll-behavior: smooth;
}

#newsletter-briefing {
    transition: all 0.3s ease;
}

#newsletter-briefing:target {
    animation: briefingHighlight 1.5s ease-out;
    border-radius: 8px;
    padding: 6px;
}

@keyframes briefingHighlight {
    0% { box-shadow: 0 0 0 0 rgba(233, 51, 20, 0.6); }
    50% { box-shadow: 0 0 0 12px rgba(233, 51, 20, 0.2); }
    100% { box-shadow: 0 0 0 0 rgba(233, 51, 20, 0); }
}

.briefing-input-wrap input {
    color: #111827 !important;
    background: #ffffff !important;
    border: 1px solid #d1d5db !important;
}

.briefing-input-wrap input::placeholder {
    color: #9ca3af !important;
}

html[scheme="dark"] .briefing-input-wrap input,
body.dark-mode .briefing-input-wrap input {
    color: #ffffff !important;
    background: #181a20 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

html[scheme="dark"] .briefing-input-wrap input::placeholder,
body.dark-mode .briefing-input-wrap input::placeholder {
    color: #6b7280 !important;
}

.briefing-input-wrap button:hover {
    opacity: 0.9 !important;
    transform: translateY(-1px);
}

/* Sidebar About Link */
.editorial-mission-link:hover {
    color: #c5270e !important;
    text-decoration: underline !important;
}

/* About Page Typography Enhancements */
.about-hero-title {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 800 !important;
    color: var(--blogsy-color-heading, #111827) !important;
}

.about-hero-lead {
    font-family: 'Inter', sans-serif !important;
}
/* --------------------------------------------------------------------------
   EXECUTIVE NEWSLETTER MODAL POPUP & ANTI-EXTENSION INTERFERENCE
   -------------------------------------------------------------------------- */
body.ey-modal-open {
    overflow: hidden !important;
}

.ey-modal-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.75) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    z-index: 999999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1.5rem !important;
}
.ey-modal-backdrop.is-active {
    display: flex !important;
    animation: eyFadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

@keyframes eyFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.ey-modal-card {
    background: #181a20 !important;
    color: #f3f4f6 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 12px !important;
    max-width: 520px !important;
    width: 100% !important;
    padding: 2.5rem 2rem !important;
    position: relative !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.6) !important;
    text-align: center !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    animation: eyScaleUp 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

@keyframes eyScaleUp {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.ey-modal-close {
    position: absolute !important;
    top: 1rem !important;
    right: 1.2rem !important;
    background: transparent !important;
    border: none !important;
    color: #9ca3af !important;
    font-size: 1.8rem !important;
    cursor: pointer !important;
    line-height: 1 !important;
    transition: color 0.2s ease !important;
}

.ey-modal-close:hover {
    color: #ffffff !important;
}

.ey-modal-tag {
    display: inline-block !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: #e93314 !important;
    background: rgba(233, 51, 20, 0.1) !important;
    border: 1px solid rgba(233, 51, 20, 0.25) !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 9999px !important;
    margin-bottom: 1rem !important;
}

.ey-modal-heading {
    font-size: 1.65rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    color: #ffffff !important;
    margin: 0 0 0.75rem 0 !important;
    line-height: 1.25 !important;
}

.ey-modal-desc {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.92rem !important;
    line-height: 1.6 !important;
    color: #9ca3af !important;
    margin: 0 0 1.75rem 0 !important;
}

.ey-modal-form-row {
    display: flex !important;
    gap: 8px !important;
    margin-bottom: 1.2rem !important;
}

/* ANTI-EXTENSION & CLEAN INPUT ARCHITECTURE */
.ey-modal-input,
.briefing-input-wrap input.briefing-input {
    flex: 1 !important;
    min-width: 0 !important;
    height: 46px !important;
    padding: 0 14px !important;
    font-size: 0.9rem !important;
    border-radius: 8px !important;
    outline: none !important;
    background-color: #232730 !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: -9999px -9999px !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.ey-modal-input:focus,
.briefing-input-wrap input.briefing-input:focus {
    border-color: #e93314 !important;
    box-shadow: 0 0 0 3px rgba(233, 51, 20, 0.2) !important;
}

.ey-modal-input::placeholder,
.briefing-input-wrap input.briefing-input::placeholder {
    color: #6b7280 !important;
    opacity: 1 !important;
}

.ey-modal-btn {
    background: #e93314 !important;
    color: #ffffff !important;
    border: none !important;
    height: 46px !important;
    padding: 0 1.5rem !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: all 0.2s ease !important;
}

.ey-modal-btn:hover {
    background: #d0270c !important;
    transform: translateY(-1px) !important;
}

.ey-modal-feedback {
    background: rgba(16, 185, 129, 0.12) !important;
    border: 1px solid rgba(16, 185, 129, 0.3) !important;
    color: #10b981 !important;
    padding: 0.85rem !important;
    border-radius: 8px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    margin-bottom: 1.2rem !important;
}

.ey-modal-footer-meta {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding-top: 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    font-size: 0.75rem !important;
    color: #6b7280 !important;
}

.ey-modal-footer-meta a {
    color: #e93314 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

/* Light mode for modal if theme is light */
html:not([scheme="dark"]) body:not(.dark-mode) .ey-modal-card {
    background: #ffffff !important;
    color: #111827 !important;
    border-color: #e5e7eb !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

html:not([scheme="dark"]) body:not(.dark-mode) .ey-modal-heading {
    color: #111827 !important;
}

html:not([scheme="dark"]) body:not(.dark-mode) .ey-modal-desc {
    color: #4b5563 !important;
}

html:not([scheme="dark"]) body:not(.dark-mode) .ey-modal-input {
    background-color: #f9fafb !important;
    color: #111827 !important;
    border-color: #d1d5db !important;
}

html:not([scheme="dark"]) body:not(.dark-mode) .ey-modal-input::placeholder {
    color: #9ca3af !important;
}

html:not([scheme="dark"]) body:not(.dark-mode) .ey-modal-close {
    color: #6b7280 !important;
}

html:not([scheme="dark"]) body:not(.dark-mode) .ey-modal-close:hover {
    color: #111827 !important;
}

html:not([scheme="dark"]) body:not(.dark-mode) .ey-modal-footer-meta {
    border-color: #f3f4f6 !important;
    color: #6b7280 !important;
}
/* Hide Profile Icon */
.blogsy-svg-icon--account, .blogsy-svg-icon--account-2, .pt-header-widget:has(.blogsy-svg-icon--account-2), .pt-header-widget:has(.blogsy-svg-icon--account) { display: none !important; }

/* Footer Quick Links & Authors Styling */
.footer-quick-links li a:hover {
    color: #e93314 !important;
    padding-left: 4px;
    transition: all 0.2s ease;
}

.footer-author-card:hover {
    background: rgba(233, 51, 20, 0.06) !important;
}

html[scheme="dark"] .footer-author-card:hover,
body.dark-mode .footer-author-card:hover {
    background: rgba(255, 255, 255, 0.05) !important;
}
/* --------------------------------------------------------------------------
   AUTHOR HERO & SOCIAL CHANNELS (EARLY YIELD E-E-A-T ARCHITECTURE)
   -------------------------------------------------------------------------- */
.ey-author-hero-wrap {
    align-items: center !important;
    gap: 1.5rem !important;
    margin-bottom: 1.25rem !important;
}

.ey-author-avatar img {
    border-radius: 50% !important;
    border: 3px solid #e93314 !important;
    box-shadow: 0 8px 24px -4px rgba(233, 51, 20, 0.25) !important;
}

.ey-author-badge-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 0.35rem !important;
    flex-wrap: wrap !important;
}

.ey-author-role {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #e93314 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.ey-author-org {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    opacity: 0.85 !important;
}

.ey-author-name {
    font-size: 2.2rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    margin: 0 !important;
}

.ey-author-bio {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.05rem !important;
    line-height: 1.7 !important;
    max-width: 800px !important;
    margin-bottom: 1.25rem !important;
    opacity: 0.9 !important;
}

.ey-author-social-strip {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 1rem !important;
}

.ey-social-pill {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0.4rem 0.9rem !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    background: rgba(125, 125, 125, 0.1) !important;
    border: 1px solid rgba(125, 125, 125, 0.2) !important;
    color: inherit !important;
    transition: all 0.2s ease !important;
}

.ey-social-pill:hover {
    background: #e93314 !important;
    border-color: #e93314 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

/* Matched Footer Typography for Column 2 and Column 3 */
.footer-quick-links {
    margin: 1.25rem 0 0 0 !important;
    padding: 0 !important;
}

.footer-quick-links li,
.footer-quick-links li a {
    font-size: 1.05rem !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
    color: inherit !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
}

.footer-quick-links li a:hover {
    color: #e93314 !important;
    padding-left: 4px !important;
    transition: all 0.2s ease !important;
}

.wp-block-categories-list li,
.wp-block-categories-list li a {
    font-size: 1.05rem !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
}
/* --------------------------------------------------------------------------
   AUTHOR HERO LEFT ALIGNMENT & EXECUTIVE CARD LAYOUT
   -------------------------------------------------------------------------- */
.blog-archive-title.ey-author-card-wrapper {
    text-align: left !important;
    padding: 2.5rem !important;
    display: block !important;
}

.ey-author-header-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 2rem !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    .blog-archive-title.ey-author-card-wrapper {
        padding: 1.5rem !important;
    }
    .ey-author-header-card {
        flex-direction: column !important;
        gap: 1.25rem !important;
    }
}

.ey-author-header-left {
    flex-shrink: 0 !important;
}

.ey-author-avatar-frame {
    display: block !important;
}

.ey-author-avatar-frame img {
    width: 115px !important;
    height: 115px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 3px solid #e93314 !important;
    box-shadow: 0 8px 24px -4px rgba(233, 51, 20, 0.3) !important;
    display: block !important;
}

.ey-author-header-right {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    min-width: 0 !important;
}

.ey-author-meta-top {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 0.4rem !important;
    flex-wrap: wrap !important;
}

.ey-author-role-badge {
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    color: #e93314 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.ey-author-org-badge {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    opacity: 0.8 !important;
}

.ey-author-articles-badge {
    background: rgba(125, 125, 125, 0.12) !important;
    border: 1px solid rgba(125, 125, 125, 0.2) !important;
    padding: 0.15rem 0.65rem !important;
    border-radius: 9999px !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    opacity: 0.85 !important;
}

.ey-author-title {
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.025em !important;
    line-height: 1.2 !important;
    margin: 0 0 0.85rem 0 !important;
    text-align: left !important;
    color: inherit !important;
}

.ey-author-bio-body {
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.65 !important;
    opacity: 0.9 !important;
    max-width: 850px !important;
    margin: 0 0 1.25rem 0 !important;
    text-align: left !important;
}

.ey-author-bio-body p {
    margin: 0 !important;
}

.ey-author-social-tray {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

.ey-social-pill {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0.4rem 0.9rem !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    background: rgba(125, 125, 125, 0.1) !important;
    border: 1px solid rgba(125, 125, 125, 0.2) !important;
    color: inherit !important;
    transition: all 0.2s ease !important;
}

.ey-social-pill:hover {
    background: #e93314 !important;
    border-color: #e93314 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}
/* --------------------------------------------------------------------------
   AUTHOR DOSSIER & PORTFOLIO ARCHITECTURE (EXECUTIVE PERSON ARCHITECTURE)
   -------------------------------------------------------------------------- */
.ey-author-breadcrumb {
    font-size: 0.82rem;
    font-weight: 500;
    opacity: 0.75;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 1rem;
}
.ey-author-breadcrumb a {
    color: inherit;
    text-decoration: none;
}
.ey-author-breadcrumb a:hover {
    color: #e93314;
}
.ey-breadcrumb-sep {
    opacity: 0.4;
}
.ey-breadcrumb-current {
    color: #e93314;
    font-weight: 600;
}

.ey-author-hero-dossier {
    text-align: left !important;
    padding: 2.5rem 3rem !important;
    border-radius: 12px !important;
    margin-bottom: 2rem !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
}

.ey-dossier-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 2.5rem !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    .ey-author-hero-dossier {
        padding: 1.75rem 1.5rem !important;
    }
    .ey-dossier-inner {
        flex-direction: column !important;
        gap: 1.5rem !important;
    }
}

.ey-dossier-avatar-col {
    flex-shrink: 0 !important;
}

.ey-dossier-avatar-frame {
    position: relative !important;
    display: inline-block !important;
}

.ey-dossier-avatar-frame img {
    width: 130px !important;
    height: 130px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 3.5px solid #e93314 !important;
    box-shadow: 0 10px 25px -5px rgba(233, 51, 20, 0.35) !important;
    display: block !important;
}

.ey-verified-badge {
    position: absolute !important;
    bottom: 4px !important;
    right: 4px !important;
    background: #e93314 !important;
    color: #ffffff !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #181a20 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4) !important;
}

.ey-dossier-content-col {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    min-width: 0 !important;
}

.ey-dossier-badges-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 0.6rem !important;
    flex-wrap: wrap !important;
}

.ey-badge-founder {
    background: linear-gradient(135deg, #e93314 0%, #b91c1c 100%) !important;
    color: #ffffff !important;
    font-size: 0.76rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    padding: 0.25rem 0.8rem !important;
    border-radius: 9999px !important;
    box-shadow: 0 4px 12px rgba(233, 51, 20, 0.35) !important;
}

.ey-badge-author {
    background: rgba(125, 125, 125, 0.15) !important;
    border: 1px solid rgba(125, 125, 125, 0.25) !important;
    color: inherit !important;
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 9999px !important;
}

.ey-badge-articles {
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    opacity: 0.8 !important;
    background: rgba(125, 125, 125, 0.1) !important;
    padding: 0.22rem 0.7rem !important;
    border-radius: 9999px !important;
}

.ey-dossier-name {
    font-size: 2.35rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.15 !important;
    margin: 0 0 0.85rem 0 !important;
    color: inherit !important;
    text-align: left !important;
}

.ey-dossier-bio {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.02rem !important;
    line-height: 1.7 !important;
    opacity: 0.9 !important;
    max-width: 850px !important;
    margin: 0 0 1.35rem 0 !important;
    text-align: left !important;
}

.ey-dossier-bio p {
    margin: 0 !important;
}

.ey-dossier-social-strip {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

/* Demarcation between Person Profile and Published Works */
.ey-portfolio-demarcation {
    border-bottom: 2px solid rgba(125, 125, 125, 0.15) !important;
    padding-bottom: 1rem !important;
    margin-bottom: 1.75rem !important;
    text-align: left !important;
}

.ey-portfolio-kicker {
    display: block !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: #e93314 !important;
    margin-bottom: 0.25rem !important;
}

.ey-portfolio-heading {
    font-size: 1.45rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    margin: 0 !important;
    color: inherit !important;
    line-height: 1.25 !important;
}

/* Author Specialized Sidebar */
.ey-sidebar-card {
    background: rgba(125, 125, 125, 0.05) !important;
    border: 1px solid rgba(125, 125, 125, 0.15) !important;
    border-radius: 10px !important;
    padding: 1.35rem !important;
    margin-bottom: 1.5rem !important;
}

html[scheme="dark"] .ey-sidebar-card,
body.dark-mode .ey-sidebar-card {
    background: #181a20 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.ey-sidebar-heading {
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin: 0 0 1rem 0 !important;
    border-bottom: 1px solid rgba(125, 125, 125, 0.15) !important;
    padding-bottom: 0.6rem !important;
    letter-spacing: -0.01em !important;
}

.ey-author-quick-meta {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.6rem !important;
    font-size: 0.88rem !important;
}

.ey-quick-meta-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.ey-meta-label {
    opacity: 0.7 !important;
}

.ey-meta-val {
    font-weight: 600 !important;
}

.ey-status-verified {
    color: #10b981 !important;
}

.ey-author-topics-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

.ey-author-topics-list li a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 0.9rem !important;
    color: inherit !important;
    text-decoration: none !important;
    padding: 0.35rem 0.5rem !important;
    border-radius: 6px !important;
    transition: background 0.2s ease, color 0.2s ease !important;
}

.ey-author-topics-list li a:hover {
    background: rgba(233, 51, 20, 0.08) !important;
    color: #e93314 !important;
}

.ey-topic-count {
    font-size: 0.78rem !important;
    opacity: 0.7 !important;
}
/* ==========================================================================
   Executive Centered Top Bar Alert Banner
   ========================================================================== */
.ey-topbar-custom {
    padding: 7px 0 !important;
    position: relative;
    z-index: 100;
}

.ey-topbar-alert-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.ey-topbar-alert-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    background: rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    border-radius: 9999px;
    padding: 5px 16px 5px 14px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ey-topbar-alert-pill:hover {
    background: rgba(0, 0, 0, 0.32);
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transform: translateY(-1px);
}

/* Pulsing alert beacon */
.ey-alert-beacon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
}

.ey-alert-beacon-ping {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.85;
    animation: eyBeaconPulse 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.ey-alert-beacon-core {
    position: relative;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.95);
}

@keyframes eyBeaconPulse {
    0% {
        transform: scale(0.95);
        opacity: 0.9;
    }
    70% {
        transform: scale(2.5);
        opacity: 0;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* Alert text message */
.ey-alert-message {
    color: #ffffff !important;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* Call to action button */
.ey-alert-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #ffffff;
    color: #111827 !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 3.5px 12px;
    border-radius: 9999px;
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
}

.ey-alert-cta-btn svg {
    transition: transform 0.2s ease;
}

.ey-alert-cta-btn:hover {
    background: #f8fafc;
    color: #e93314 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transform: translateX(1px);
}

.ey-alert-cta-btn:hover svg {
    transform: translateX(2px);
}

@media (max-width: 680px) {
    .ey-topbar-custom {
        padding: 8px 10px !important;
    }
    .ey-topbar-alert-pill {
        border-radius: 12px;
        padding: 6px 10px;
        gap: 6px;
    }
    .ey-alert-message {
        font-size: 12px;
    }
    .ey-alert-cta-btn {
        font-size: 11px;
        padding: 3px 9px;
    }
}

/* Permanently hide top bar */
.blogsy-topbar { display: none !important; height: 0 !important; overflow: hidden !important; }

/* ==========================================================================
   Executive Fluent Forms Harmonization (Dark & Light Mode)
   ========================================================================== */
.ey-contact-form-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.fluentform {
    font-family: inherit !important;
}

.fluentform .ff-el-input--label label {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 6px !important;
    color: inherit !important;
}

.fluentform .ff-el-form-control {
    background-color: var(--blogsy-color-card-bg, #1e2229) !important;
    color: var(--blogsy-color-text, #e2e8f0) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    font-size: 0.95rem !important;
    transition: all 0.2s ease !important;
}

body:not(.dark-mode) .fluentform .ff-el-form-control {
    background-color: #ffffff !important;
    color: #1f2937 !important;
    border-color: #e5e7eb !important;
}

.fluentform .ff-el-form-control:focus {
    border-color: #e93314 !important;
    box-shadow: 0 0 0 3px rgba(233, 51, 20, 0.18) !important;
    outline: none !important;
}

.fluentform select.ff-el-form-control {
    cursor: pointer !important;
}

.fluentform .ff-btn-submit {
    background: linear-gradient(135deg, #e93314 0%, #b82209 100%) !important;
    color: #ffffff !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    padding: 12px 28px !important;
    border-radius: 8px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 4px 14px rgba(233, 51, 20, 0.35) !important;
}

.fluentform .ff-btn-submit:hover {
    background: linear-gradient(135deg, #f53d1e 0%, #c4260b 100%) !important;
    box-shadow: 0 6px 20px rgba(233, 51, 20, 0.45) !important;
    transform: translateY(-1px) !important;
}

.fluentform .ff-errors-in-stack {
    color: #ef4444 !important;
    font-size: 0.85rem !important;
    margin-top: 4px !important;
}

.fluentform .ff-message-success {
    background: rgba(34, 197, 94, 0.12) !important;
    border: 1px solid rgba(34, 197, 94, 0.3) !important;
    color: #22c55e !important;
    border-radius: 8px !important;
    padding: 14px 18px !important;
    font-weight: 600 !important;
}

/* ==========================================================================
   SIDEBAR AUTHOR PROFILE WIDGET - DYNAMIC LIGHT & DARK MODE ADAPTIVE
   ========================================================================== */

.sidebar-container .single-author-box-container {
    margin-bottom: 24px !important;
    width: 100% !important;
}

/* Base Card Layout (Mobile & Desktop) */
.sidebar-container .single-author-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 24px 20px !important;
    border-radius: 8px !important;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

/* Avatar with Brand Border */
.sidebar-container .single-author-box-avatar {
    margin-bottom: 14px !important;
    margin-right: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

.sidebar-container .single-author-box-avatar img {
    width: 90px !important;
    height: 90px !important;
    border-radius: 50% !important;
    border: 2.5px solid #E93314 !important;
    object-fit: cover !important;
    box-shadow: 0 0 16px rgba(233, 51, 20, 0.25) !important;
}

/* Role / Job Label */
.sidebar-container .single-author-box-desc .written-by {
    display: inline-block !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    color: #E93314 !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
}

/* Author Name */
.sidebar-container .single-author-box-desc .author-name {
    margin: 0 0 10px 0 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.sidebar-container .single-author-box-desc .author-name a {
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.sidebar-container .single-author-box-desc .author-name a:hover {
    color: #E93314 !important;
}

/* Bio Paragraph */
.sidebar-container .single-author-box-desc .author-bio {
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin: 0 0 16px 0 !important;
}

/* Follow Me Button */
.sidebar-container .single-author-box-desc .more-articles {
    display: inline-block !important;
    background: #E93314 !important;
    color: #ffffff !important;
    padding: 9px 24px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    transition: all 0.22s ease !important;
    box-shadow: 0 2px 8px rgba(233, 51, 20, 0.3) !important;
}

.sidebar-container .single-author-box-desc .more-articles:hover {
    background: #d02a0e !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 14px rgba(233, 51, 20, 0.45) !important;
}

/* --------------------------------------------------------------------------
   LIGHT MODE COLORS (Default & html[scheme="light"])
   -------------------------------------------------------------------------- */
html:not([scheme="dark"]) .sidebar-container .single-author-box,
html[scheme="light"] .sidebar-container .single-author-box {
    background: #ffffff !important;
    border: 1px solid #E5E7EB !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
}

html:not([scheme="dark"]) .sidebar-container .single-author-box-desc .author-name a,
html[scheme="light"] .sidebar-container .single-author-box-desc .author-name a {
    color: #111827 !important;
}

html:not([scheme="dark"]) .sidebar-container .single-author-box-desc .author-bio,
html[scheme="light"] .sidebar-container .single-author-box-desc .author-bio {
    color: #4B5563 !important;
}

/* --------------------------------------------------------------------------
   DARK MODE COLORS (html[scheme="dark"])
   -------------------------------------------------------------------------- */
html[scheme="dark"] .sidebar-container .single-author-box {
    background: #1F2429 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

html[scheme="dark"] .sidebar-container .single-author-box-desc .author-name a {
    color: #F9FAFB !important;
}

html[scheme="dark"] .sidebar-container .single-author-box-desc .author-bio {
    color: #9CA3AF !important;
}

/* Hide any duplicate author box in article body */
.content-container .single-author-box-container {
    display: none !important;
}


/* Article Content Authoritative Links */
.ey-article-wrap a,
.ey-article-wrap p a,
.ey-article-wrap li a,
.ey-article-wrap ol li a,
.ey-article-wrap ul li a {
    color: #E93314 !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    transition: color 0.2s ease, opacity 0.2s ease !important;
}

.ey-article-wrap a:hover,
.ey-article-wrap p a:hover,
.ey-article-wrap li a:hover,
.ey-article-wrap ol li a:hover,
.ey-article-wrap ul li a:hover {
    color: #ff5436 !important;
    text-decoration: underline !important;
}