/*
Theme Name: MunteniadeBuzau
Theme URI: https://munteniadebuzau.ro/
Template: newsexo
Author: MunteniadeBuzau
Author URI: https://munteniadebuzau.ro
Description: Tema MunteniadeBuzau optimizata pentru stiri locale, lizibilitate, mobil, viteza, Core Web Vitals si SEO.
Version: 4.7
Tested up to: 7.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seattle-news
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, rtl-language-support, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
*/

/*--------------------------------------------------
=>> Body Custom Background Css
--------------------------------------------------*/

body.custom-background .theme-bg-dark,
body.custom-background .theme-bg-default, 
body.custom-background .theme-blog.theme-bg-grey {
    background-color: transparent !important;
}

/*--------------------------------------------------
=>> Wrapper Background Css
--------------------------------------------------*/

#wrapper {
    background-color: #f0f1f3;
}

/*--------------------------------------------------------------
=>> Typography Css
--------------------------------------------------------------*/

h1, h2, h3,
h4, h5, h6 {
	letter-spacing: 1px;
}
.navbar.navbar-dark .nav .menu-item .nav-link {
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 700;
    font-family: Encode Sans;
}
.navbar .nav .menu-item .dropdown-item {
	font-family: Encode Sans;
    letter-spacing: 1px;
	font-weight: 500;
    font-size: 1rem;
}
#news-slider .overlay-news-area .entry-header .entry-title {
	font-weight: 900;
}


/*--------------------------------------------------------------
=>> Site Header
--------------------------------------------------------------*/

.site-header {
    background: #01012f !important;
}
.head-contact-info li, .site-header .custom-social-icons .followus {
    color: #ffffff !important;
}
.custom-social-icons .followus:before, .custom-social-icons .followus:after {
    background: #ffffff !important;
}
.site-header .custom-social-icons li > a {
    color: #ffffff !important;
}

/*--------------------------------------------------------------
=>> Site Branding & Advertisement
--------------------------------------------------------------*/

.site-branding .site-title a, 
.site-branding .site-description {
	color: #1f2024;
}
.site-branding .site-title a:hover, 
.site-branding .site-title a:focus, 
.site-branding .site-description:hover, 
.site-branding .site-description:focus {
	color: #852179;
}


/*--------------------------------------------------------------
=>> Big News Section - Featured News
--------------------------------------------------------------*/

.big-news-section .overlay-news-area.vrsn-two {
	background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0.438rem;
}

/*--------------------------------------------------------------
=>> Featured News Section
--------------------------------------------------------------*/

.featured-news-section .overlay-news-area.vrsn-two {
	background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0.438rem;
}

/*--------------------------------------------------------------
=>> Grid View News Section
--------------------------------------------------------------*/

.grid-view-news-area.vrsn-two {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.938rem 0.75rem;
}
body.page-template-default .blog-grid-view-post .post {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.938rem 0.75rem;
}
.post.grid-view-news-area ul.wp-block-rss {
	list-style: disc;
}

/*--------------------------------------------------------------
=>> List View News Section
--------------------------------------------------------------*/

.list-view-news-area .post.vrsn-two {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.938rem 0.75rem;
}


/*--------------------------------------------------------------
=>> Blog Meta
--------------------------------------------------------------*/

.entry-meta > span { 
	margin: 0 0.875rem 0 0 !important;
}
.entry-meta > span i {
    margin-right: 0.350rem;
}
.entry-meta > span:last-child { 
	margin-right: 0 !important; 
}
.entry-meta .avatar-default {
    margin-right: 0.350rem;
}
/*Category Colors*/
.entry-meta .cat-links .links-bg:nth-child(2) {
	background: #852179;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(3) {
	background: #852179;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(4) {
	background: #852179;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(5) {
	background: #852179;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(6) {
	background: #852179;
	color: #fff;
}
/*Pagination*/
.navigation.pagination .nav-links .page-numbers, 
.navigation.pagination .nav-links a {
	border: 1px solid #ebebeb;
}
.pagination a {
	background-color: #fff;
}


/*--------------------------------------------------------------
=>> All Blog Posts Common Classes for Spacing
--------------------------------------------------------------*/

#news-slider.vrsn-two, 
#featured-news-slider.vrsn-two {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.75rem;
}
@media (min-width: 200px) and (max-width: 991.98px) {
	#featured-news-slider.owl-carousel.vrsn-two .post.overlay-news-area {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
=>> Blog Single
--------------------------------------------------------------*/

.post-author-area.vrsn-two {
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.theme-comment-area.vrsn-two { 
	background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0.938rem 0.75rem;
}
.theme-comment-form.vrsn-two .comment-form { 
	background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0.938rem 0.75rem;
}

/*--------------------------------------------------------------
=>> Sidebar Widgets
--------------------------------------------------------------*/

.sidebar.vrsn-two .widget {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.938rem 0.75rem;
	position: relative;
    -webkit-transition: all .1s;
    -ms-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.sidebar.vrsn-two .widget:hover {
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
	border-top: 2px solid #13171e;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;	
	transition: all .5s;
	transform : translateY(-5px);
}
/*List View Post Widget*/
.list-view-post-widget .post .entry-header .entry-title {
    line-height: 1.5;
}
/*Paragraph Links in Widgets*/
.widget p a {
	text-decoration: underline;
    text-underline-offset: 0.3rem;
    outline: none;
    font-weight: 600;
}
.widget p a:hover, 
.widget p a:focus {
	text-decoration-style: dotted;
}
/*Image Widget*/
.widget .wp-caption {
	max-width: 100%;
}
.widget .wp-caption .wp-caption-text {
	text-align: center;
	padding: 0.3rem;
}


/*--------------------------------------------------------------
=>> Theme Breadcrumb Area
--------------------------------------------------------------*/

#wrapper .page-breadcrumb { 
	background-color: #fff;
}


/*--------------------------------------------------------------
=>> Footer Section & Widgets
--------------------------------------------------------------*/

.site-footer-overlay::before {	
	background-color: #01012f;
}
.footer-sidebar .widget .wp-block-read-more {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    outline: none;
}
.footer-sidebar .widget .wp-block-read-more:hover, 
.footer-sidebar .widget .wp-block-read-more:focus {
    text-decoration-style: dotted;
}

/*--------------------------------------------------------------
=>> Default Page Templates 
--------------------------------------------------------------*/

body.page-template-default .blog-grid-view-post .sidebar .widget .list-view-post-widget .post {
	border-top: none;
	border-bottom: 1px solid #ebebeb;
    border-left: none;
    border-right: none;
	padding: 0.938rem 0 0.938rem 0;
}
body.page-template-default .blog-grid-view-post .sidebar .widget .list-view-post-widget .post:first-child {
    padding-top: 0;
	margin-bottom: 0;
}
body.page-template-default .blog-grid-view-post .sidebar .widget .list-view-post-widget .post:last-child {
    padding-bottom: 0;
	border-bottom: none;
}

/*--------------------------------------------------------------
=>> Sidebar Update Released 
--------------------------------------------------------------*/

.wp-block-latest-posts li {
    padding-bottom: 1rem;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-date {
    padding-top: 0.525rem;
}
.wp-block-archives li {
	padding-bottom: 0.625rem;
}
.post .wp-block-categories-list li {
	padding-bottom: 0.625rem;
}
.post .wp-block-list li {
	padding-bottom: 0.625rem;
}
.post .wp-block-list li ul li:first-child {
	padding-top: 0.625rem;
}
.post .wp-block-list li:last-child, 
.post .wp-block-list li ul li:last-child {
	padding-bottom: 0;
}
.wp-block-file .wp-block-file__button {
	text-decoration: none;
}
.grid-view-news-area .post-content ol.wp-block-latest-comments .wp-block-latest-comments__comment {
    border-bottom: 1px solid #f1f1f1;
	padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.post .wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: disc;
}
.post .wp-block-file {
    font-size: 1rem;
}
.widget .wp-block-heading a {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}
.sidebar .widget .wp-block-accordion-heading__toggle-title, 
.sidebar .widget .wp-block-accordion-heading__toggle-icon {
    display: flex;
    border: 0 none;
    margin: 0;
}
.sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover,
.sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle:focus {
	border: 0px solid transparent;
	background-color: transparent;
}
.sidebar .widget .widget_srmgmap_widget {
	border: 0px solid transparent;
	padding: 0;
}
.sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle {
	border: 0px solid transparent;
	background-color: transparent;
}

/*--------------------------------------------------------------
=>> Footer Sidebar Update Released 
--------------------------------------------------------------*/

.footer-sidebar .widget .wp-block-accordion-heading__toggle-title, 
.footer-sidebar .widget .wp-block-accordion-heading__toggle-icon {
    display: flex;
    border: 0 none;
    margin: 0;
}
.footer-sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover, 
.footer-sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle:focus {
	border: 0px solid transparent;
	background-color: transparent;
}
.footer-sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle {
	border: 0px solid transparent;
	background-color: transparent;
}

/* === Performance + readability overrides (2026) === */
html { -webkit-text-size-adjust: 100%; text-rendering: optimizeLegibility; }
body {
  color: #151515;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
.entry-content, .post-content, .entry-summary, article p, article li {
  color: #171717;
  font-weight: 400;
}
.entry-title, .entry-title a, h1, h2, h3, h4, h5, h6 {
  color: #101010;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.22;
}
a { text-underline-offset: 2px; }
img { max-width: 100%; height: auto; }
iframe, video { max-width: 100%; }
.entry-content img, .post-content img { content-visibility: auto; }

@media (max-width: 767px) {
  body { font-size: 16px; line-height: 1.62; }
  h1, .entry-title { font-size: clamp(1.65rem, 7vw, 2.15rem); line-height: 1.16; }
  h2 { font-size: clamp(1.35rem, 5.5vw, 1.75rem); }
  h3 { font-size: 1.2rem; }
  .entry-content, .post-content { overflow-wrap: anywhere; }
  .entry-content p, .post-content p { margin-bottom: 1.05em; }
  .container { width: 100%; max-width: 100%; }
}

@media (min-width: 768px) {
  body { font-size: 17px; }
  .entry-content, .post-content { line-height: 1.72; }
}


/* === MunteniadeBuzau: contrast, responsive typography & Core Web Vitals === */
:root { --mb-text:#111827; --mb-muted:#374151; --mb-heading:#0b1220; }
body, p, li, td, th, .entry-content, .post-content, .entry-summary { color:var(--mb-text); }
.entry-content p, .post-content p, article p { color:#1f2937; font-weight:400; }
.entry-title, .entry-title a, h1,h2,h3,h4,h5,h6 { color:var(--mb-heading)!important; font-weight:750; letter-spacing:-.025em; }
.single-post .entry-content, .single .post-content { font-size:18px; line-height:1.72; }
.single-post .entry-content p, .single .post-content p { margin-bottom:1.15em; }
.entry-content table, .post-content table { width:100%; border-collapse:collapse; display:block; overflow-x:auto; -webkit-overflow-scrolling:touch; }
.entry-content th, .entry-content td, .post-content th, .post-content td { color:#1f2937; padding:.72rem .55rem; }
.entry-content strong, .post-content strong { color:#111827; font-weight:700; }
img { max-width:100%; height:auto; }
@media (max-width:767px){
 body{font-size:16px;line-height:1.62;overflow-x:hidden}
 .single-post .entry-content,.single .post-content{font-size:16.5px;line-height:1.68}
 h1,.entry-title{font-size:clamp(1.8rem,8vw,2.45rem)!important;line-height:1.12!important}
 h2{font-size:clamp(1.45rem,6.3vw,2rem)!important;line-height:1.18!important}
 .entry-content th,.entry-content td,.post-content th,.post-content td{min-width:145px;font-size:14px}
}
@media (min-width:1200px){
 .single-post .entry-content,.single .post-content{font-size:18px;line-height:1.75}
}
/* Skip rendering work for content well below viewport where supported. */
footer, .footer-sidebar { content-visibility:auto; contain-intrinsic-size:1px 600px; }

/* === MunteniadeBuzau: logo central ca layout-ul original === */
.site-branding,
.navbar-brand,
.header-logo,
.site-logo {
    width: 100%;
    text-align: center !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.site-branding .custom-logo-link,
.custom-logo-link {
    display: inline-block !important;
    float: none !important;
    margin: 0 auto !important;
}
.site-branding .custom-logo,
.custom-logo {
    display: block !important;
    width: auto !important;
    max-width: min(800px, 90vw) !important;
    max-height: 235px !important;
    height: auto !important;
    margin: 0 auto !important;
}
/* Logo-ul este identitatea vizuala; evitam dublarea lui cu titlul si sloganul. */
.site-branding .site-title,
.site-branding .site-description {
    display: none !important;
}

@media (max-width: 767px) {
    .site-branding { padding-left: 10px !important; padding-right: 10px !important; }
    .site-branding .custom-logo,
    .custom-logo {
        max-width: 92vw !important;
        max-height: 145px !important;
    }
}


/* === MunteniadeBuzau 4.2: reparatii header + texte peste imagini === */
/* Titlurile din cardurile cu imagine trebuie sa fie ALBE, nu negre.
   Regulile globale de contrast pentru articole nu se aplica peste fotografii. */
.overlay-news-area .post-content,
.overlay-news-area .post-content p,
.overlay-news-area .entry-header,
.overlay-news-area .entry-title,
.overlay-news-area .entry-title a,
#news-slider .overlay-news-area .entry-title,
#news-slider .overlay-news-area .entry-title a,
.big-news-section .overlay-news-area .entry-title,
.big-news-section .overlay-news-area .entry-title a,
.featured-news-section .overlay-news-area .entry-title,
.featured-news-section .overlay-news-area .entry-title a {
    color: #fff !important;
    text-shadow: 0 2px 5px rgba(0,0,0,.88) !important;
}
.overlay-news-area .entry-meta,
.overlay-news-area .entry-meta a,
.overlay-news-area .entry-meta span,
.overlay-news-area .entry-meta i {
    color: #fff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,.85) !important;
}
/* Gradient discret pentru lizibilitate fara a intuneca toata fotografia. */
.overlay-news-area .post-thumbnail { position: relative; overflow: hidden; }
.overlay-news-area .post-thumbnail::after {
    content: "";
    position: absolute;
    inset: 35% 0 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.72));
    z-index: 1;
}
.overlay-news-area .post-content { position: absolute; z-index: 2; }

/* === MunteniadeBuzau 4.3: header exact ca reperul === */
/* Clasele mb-* sunt puse de JS direct pe structura reala a temei parinte. */
.mb-logo-container,
.mb-logo-row,
.mb-logo-column {
    background: #981b8f !important;
}
.mb-logo-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.mb-logo-row {
    width: 100% !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.mb-logo-column {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px !important;
    text-align: center !important;
}
.mb-logo-row > .mb-hide-header-column { display:none !important; }
.site-branding {
    width:100% !important; margin:0 !important; padding:0 !important;
    background:#981b8f !important; display:flex !important;
    justify-content:center !important; align-items:center !important;
}
.site-branding .custom-logo-link { display:block !important; margin:0 auto !important; }
.site-branding img.custom-logo, .site-branding .custom-logo {
    display:block !important; width:auto !important; height:auto !important;
    max-width:min(800px,88vw) !important; max-height:235px !important;
    margin:0 auto !important;
}
.site-branding .site-title,.site-branding .site-description{display:none!important}
@media(max-width:767px){
 .mb-logo-row{padding:10px 0!important}
 .site-branding img.custom-logo,.site-branding .custom-logo{max-width:94vw!important;max-height:135px!important}
}

/* === MunteniadeBuzau 4.4: header mov full-width, exact dupa reper === */
.mb-logo-container {
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding: 0 !important;
    background: #981b8f !important;
    background-image: none !important;
}
.mb-logo-container::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: #981b8f !important;
    opacity: 1 !important;
    z-index: 0 !important;
    pointer-events: none !important;
}
.mb-logo-container .mb-logo-row,
.mb-logo-container .mb-logo-column,
.mb-logo-container .site-branding {
    position: relative !important;
    z-index: 1 !important;
    background: transparent !important;
    background-image: none !important;
}
.mb-logo-container .mb-logo-row {
    min-height: 272px !important;
    padding: 18px 0 !important;
}
.mb-logo-container .site-branding img.custom-logo,
.mb-logo-container .site-branding .custom-logo {
    width: auto !important;
    height: auto !important;
    max-width: min(800px, 86vw) !important;
    max-height: 235px !important;
    object-fit: contain !important;
}
@media (max-width: 767px) {
    .mb-logo-container .mb-logo-row { min-height: 150px !important; padding: 10px 0 !important; }
    .mb-logo-container .site-branding img.custom-logo,
    .mb-logo-container .site-branding .custom-logo { max-width: 94vw !important; max-height: 135px !important; }
}

/* === MunteniadeBuzau 4.5: mov IDENTIC cu fundalul logo-ului === */
:root { --mb-logo-purple: #852179; }

/* Zona reala a logo-ului, de la stanga la dreapta. */
.mb-logo-wrap,
.mb-logo-container,
.mb-logo-row,
.mb-logo-column,
.mb-logo-container .site-branding {
    background-color: var(--mb-logo-purple) !important;
    background-image: none !important;
}

.mb-logo-wrap {
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
}

.mb-logo-container {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
.mb-logo-container::before { display:none !important; content:none !important; }
.mb-logo-container .mb-logo-row {
    min-height: 272px !important;
    margin: 0 !important;
    padding: 18px 0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}
.mb-logo-container .mb-logo-column {
    background: transparent !important;
}
.mb-logo-container .site-branding {
    background: transparent !important;
}
.mb-logo-container .site-branding img.custom-logo,
.mb-logo-container .site-branding .custom-logo {
    display:block !important;
    margin:0 auto !important;
    width:auto !important;
    height:auto !important;
    max-width:min(800px, 88vw) !important;
    max-height:235px !important;
    object-fit:contain !important;
}
@media (max-width:767px) {
    .mb-logo-container .mb-logo-row { min-height:150px !important; padding:10px 0 !important; }
    .mb-logo-container .site-branding img.custom-logo,
    .mb-logo-container .site-branding .custom-logo { max-width:94vw !important; max-height:135px !important; }
}

/* === MunteniadeBuzau 4.6: accente mov identice cu logo-ul === */
:root { --mb-logo-purple: #852179; }
.news-highlights-area .news-highlights-title h5,
.news-section-title.five h5,
#respond .comment-reply-title,
.comment-respond .comment-reply-title {
    background-color: var(--mb-logo-purple) !important;
    color: #fff !important;
}
.news-highlights-area .news-highlights-title h5:before,
.news-section-title.five h5:before,
#respond .comment-reply-title:before,
.comment-respond .comment-reply-title:before {
    border-left-color: var(--mb-logo-purple) !important;
}
#respond input[type="submit"],
.comment-respond input[type="submit"],
#submit.submit {
    background: var(--mb-logo-purple) !important;
    border-color: var(--mb-logo-purple) !important;
    color: #fff !important;
    font-weight: 700 !important;
}
#respond input[type="submit"]:hover,
.comment-respond input[type="submit"]:hover,
#submit.submit:hover { opacity: .9; }

/* === MunteniadeBuzau 4.7: un singur accent MOV peste tot === */
:root { --mb-purple: #852179; }

/* Accente generale / link-uri / butoane */
a:hover, a:focus,
.site-branding .site-title a:hover,
.site-branding .site-title a:focus,
.entry-meta a:hover,
.entry-meta a:focus,
.text-default {
    color: var(--mb-purple) !important;
}

.bg-default,
.btn-default,
.btn-default-dark,
.btn-light:hover,
.btn-light:focus,
#search-popup .btn,
#searchform.input-group .btn:hover,
#searchform.input-group .btn:focus,
.subscribe-area .btn-subscribe,
.wp-block-button__link,
.wp-block-read-more,
.pagination .nav-links .page-numbers.current,
.pagination a:hover,
.pagination a.active,
.navigation.pagination .nav-links .page-numbers.current {
    background-color: var(--mb-purple) !important;
    border-color: var(--mb-purple) !important;
    color: #fff !important;
}

.btn-border,
.common-btn,
#searchform.input-group .btn,
.navigation.pagination .nav-links .page-numbers:hover,
.navigation.pagination .nav-links a:hover {
    border-color: var(--mb-purple) !important;
}

/* Etichetele de categorie de pe toate cardurile */
.entry-meta .cat-links .links-bg,
.cat-links .links-bg,
a.links-bg {
    background: var(--mb-purple) !important;
    color: #fff !important;
}

/* Bara Știri de ultimă oră + toate titlurile de secțiuni */
.news-highlights-area .news-highlights-title h5,
.news-section-title h5,
.news-section-title .f-heading,
.news-section-title.five h5,
.widget .wp-block-heading,
.widget .widget-title,
.widget-title,
#respond .comment-reply-title,
.comment-respond .comment-reply-title {
    background: var(--mb-purple) !important;
    color: #fff !important;
}

/* Triunghiurile/săgețile din dreapta titlurilor */
.news-highlights-area .news-highlights-title h5:before,
.news-section-title h5:before,
.news-section-title .f-heading:before,
.news-section-title.five h5:before,
.widget .wp-block-heading:before,
.widget .widget-title:before,
.widget-title:before,
#respond .comment-reply-title:before,
.comment-respond .comment-reply-title:before,
.sidebar .widget .wp-block-heading:before,
.sidebar .widget .widget-title:before,
.sponsored-news-section .news-section-title .f-heading:before {
    border-left-color: var(--mb-purple) !important;
    border-right-color: transparent !important;
}

/* Tema părinte colorează widgeturile diferit după poziție; anulăm toate culorile */
.widget:nth-child(n) .col-12 .news-section-title .f-heading,
.widget:nth-child(n) .wp-block-heading,
.widget:nth-child(n) .widget-title {
    background: var(--mb-purple) !important;
    color: #fff !important;
}
.widget:nth-child(n) .col-12 .news-section-title .f-heading:before,
.widget:nth-child(n) .wp-block-heading:before,
.widget:nth-child(n) .widget-title:before {
    border-left-color: var(--mb-purple) !important;
    border-right-color: transparent !important;
}

/* Butonul Citește mai mult */
.more-link,
a.more-link,
.read-more,
.read-more-btn,
.view-all-btn:hover,
.view-all-btn:focus,
input[type="submit"],
button[type="submit"] {
    border-color: var(--mb-purple) !important;
}
.more-link:hover,
a.more-link:hover,
.read-more:hover,
.read-more-btn:hover,
input[type="submit"],
button[type="submit"] {
    background: var(--mb-purple) !important;
    color: #fff !important;
}

/* Accentul activ din meniu și elementele auxiliare */
.navbar .nav .menu-item.current-menu-item > a,
.navbar .nav .menu-item.current_page_item > a,
.navbar .nav .menu-item > a:hover,
.navbar .nav .menu-item > a:focus,
.dropdown-item:hover,
.dropdown-item:focus,
.head-contact-info li span.newsexo-time {
    color: var(--mb-purple) !important;
}

/* Păstrăm bara de sus bleumarin, dar orice accent albastru/oranj devine mov */
.site-header .head-contact-info li span.newsexo-time {
    background: var(--mb-purple) !important;
    color: #fff !important;
}
