/*
Theme Name: DeixaV5
Theme URI: https://deixaeutefalar.com.br
Author: SPM Advogados
Author URI: https://deixaeutefalar.com.br
Description: Custom theme for Deixa Eu Te Falar - Version 5
Version: 5.0.11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: deixav5
*/
html {
    line-height: 1.15;
    padding: 0;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    border-radius: 10px
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
*::before,
*::after {
    box-sizing: inherit
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth
}

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--body-text-default-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}

p {
    margin-bottom: 1.5em
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    margin: 1.5em 1.5em;
    border-left: 5px solid var(--border-bottom-color);
    padding-left: 15px
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: var(--post-content-font);
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    padding: 40px
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

body {
    background: #fff
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul,
ol {
    margin: 0 0 1.5em 0.5em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 0.2em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0.3em 1.5em
}

embed,
iframe,
object {
    max-width: 100%
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

a {
    color: #4169e1
}

a:visited {
    color: #4169e1
}

a:hover,
a:focus,
a:active {
    color: #191970
}

a:focus {
    outline: 0
}

a:hover,
a:active {
    outline: 0
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-trendy"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-trendy"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

.main-navigation {
    display: block;
    width: 100%
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto
}

.main-navigation li {
    position: relative
}

.main-navigation a {
    display: block;
    text-decoration: none
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block
}

@media screen and (min-width:64em) {
    .menu-toggle {
        display: none
    }

    .main-navigation ul {
        display: flex;
        flex-wrap: wrap
    }
}

.header-banner {
    text-align: center;
    margin: 10px auto;
    max-width: 100%;
    overflow: hidden
}

.header-banner img {
    max-width: 100%;
    height: auto
}

.header-banner .adsense-banner,
.header-banner .custom-banner {
    display: block;
    margin: 0 auto
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1em;
    display: grid;
    grid-gap: 1em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr)
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr)
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr)
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr)
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr)
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr)
}

.gallery-caption {
    display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em
}

.post-thumbnail {
    position: relative;
    display: inline-block
}

.post-thumbnail img {
    display: block;
    width: 100%;
    height: auto
}

.wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    font-size: 0.9em;
    text-align: center;
    box-sizing: border-box
}

.wp-caption-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 20px 0
}

.wp-caption-container img {
    display: block;
    width: 100%;
    height: auto
}

.wp-caption-container .wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    font-size: 0.9em;
    text-align: center;
    box-sizing: border-box;
    margin: 0
}

@media (max-width:768px) {
    .wp-caption-container .wp-caption-text {
        font-size: 0.8em;
        padding: 8px
    }
}

/* Highlight Text Section Styles */
.highlight-text-container {
    text-align: center;
    padding: 10px 20px 0px 20px;
    background: transparent;
    box-shadow: none;
}

.highlight-text-tag {
    background-color: #006400;
    border-radius: 5px;
    color: #fff;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
}

.highlight-text-title {
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-weight: 900;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0;
}

.highlight-text-title a {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 768px) {
    .highlight-text-title {
        margin-bottom: 40px;
        line-height: 1.6 !important;
    }
}

/* ========================================
   BANNER SLIDER SYSTEM
   ======================================== */

/* Banner Slider Container */
.deixav5-banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.deixav5-banner-header {
    max-width: 970px;
    margin: 19px auto 2px auto;
    padding: 0 15px;
}

.deixav5-banner-sidebar {
    width: 100%;
    margin: 15px auto;
}

/* Generic Banner Standardizer */
.deixav5-banner-slider,
.deixav5-banner-item,
.deixav5-banner-content,
.deixav5-advertisement-block {
    margin: 15px auto !important;
}

/* Banner Track */
.deixav5-banner-track {
    position: relative;
    width: 100%;
    min-height: 50px;
}

/* Banner Slides */
.deixav5-banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deixav5-banner-slide.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

/* Banner Image */
.deixav5-banner-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Transition: Fade */
.deixav5-banner-slider.transition-fade .deixav5-banner-slide {
    transition: opacity 0.5s ease;
}

/* Transition: Slide Horizontal */
.deixav5-banner-slider.transition-slide-h .deixav5-banner-slide {
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.deixav5-banner-slider.transition-slide-h .deixav5-banner-slide:not(.active) {
    transform: translateX(100%);
}

/* Transition: Slide Vertical */
.deixav5-banner-slider.transition-slide-v .deixav5-banner-slide {
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.deixav5-banner-slider.transition-slide-v .deixav5-banner-slide:not(.active) {
    transform: translateY(100%);
}

/* Transition: None */
.deixav5-banner-slider.transition-none .deixav5-banner-slide {
    transition: none;
}

/* Banner Dots Navigation */
.deixav5-banner-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    padding: 5px 0;
}

.deixav5-banner-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.deixav5-banner-dot:hover {
    background: #999;
}

.deixav5-banner-dot.active {
    background: var(--theme-color, #4169e1);
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 768px) {
    .deixav5-banner-header {
        margin: 0 0 2px 0;
        padding: 0;
    }

    .deixav5-banner-sidebar {
        margin-bottom: 15px;
    }

    .deixav5-banner-dots {
        gap: 6px;
    }

    .deixav5-banner-dot {
        width: 8px;
        height: 8px;
    }

    /* Remove all border-radius on mobile */
    .deixav5-banner-img,
    .deixav5-banner-slider,
    .deixav5-banner-slide,
    .deixav5-banner-slide img,
    .deixav5-banner-slide a img {
        border-radius: 0 !important;
    }
}

/* ========================================
   RESPONSIVE MENU - HAMBURGER FIX
   Garante menu hamburger em telas < 1024px
   e menu tradicional apenas em desktop
   ======================================== */

/* Mobile/Tablet: Mostra hamburger e esconde menu tradicional */
@media screen and (max-width: 1023px) {
    .menu-toggle {
        display: block !important;
    }

    .main-navigation ul {
        display: none !important;
    }

    .main-navigation.toggled ul {
        display: block !important;
    }
}

/* Desktop: Esconde hamburger e mostra menu tradicional */
@media screen and (min-width: 1024px) {
    .menu-toggle {
        display: none !important;
    }

    .main-navigation ul {
        display: flex !important;
        flex-wrap: wrap;
    }
}

/* ========================================
   SUBMENU - ALINHAMENTO E FONTE
   ======================================== */

/* Alinhamento vertical dos itens do menu principal */
.main-navigation ul.menu>li {
    display: flex;
    align-items: center;
}

/* Links do submenu - FONTE MENOR */
.main-navigation ul.sub-menu li a,
.main-navigation ul ul li a {
    font-size: 13px !important;
    padding: 8px 16px !important;
}

/* Dark mode submenu */
.deixav5_dark_mode .main-navigation ul ul li a {
    color: #fff !important;
}

/* Hide menu text globally (all screen sizes) */
.menu_txt {
    display: none !important;
}

/* Hide hamburger menu on Desktop/Tablet, but SHOW on Mobile */
@media (min-width: 769px) {

    .menu-toggle,
    #deixav5_menu_burger,
    .deixav5_sidetoggle_menu_burger,
    button.menu-toggle {
        display: none !important;
    }
}

/* Ensure Hamburger is VISIBLE on Mobile */
@media (max-width: 768px) {

    .menu-toggle,
    #deixav5_menu_burger,
    .deixav5_sidetoggle_menu_burger,
    button.menu-toggle {
        display: flex !important;
    }
}

/* Reduce banner spacing in responsive mode (Tablet & Mobile) - 2px reduction globally for screens < 1025px */
@media (max-width: 1025px) {

    /* Banner Layout 6 - Main row with big image and small images */
    .banner-layout--six .row:first-child {
        gap: 13px !important;
    }

    /* Trailing posts wrap - small images in row layout */
    .banner-layout--six.layout--row .row .main-banner-trailing-posts .trailing-posts-wrap {
        gap: 13px !important;
    }

    /* Trailing posts wrap - small images in column layout */
    .banner-layout--six.layout--column .row .main-banner-trailing-posts .trailing-posts-wrap {
        gap: 13px !important;
    }

    /* Secondary trailing posts */
    .banner-layout--six .trailing-posts-wrap-secondary {
        gap: 13px !important;
    }
}

/* Mobile Header alignment: Search (Left) - Logo (Center) - Hamburger (Right) */
@media (max-width: 768px) {

    /* Hide unwanted elements */
    .social-icons-wrap,
    .site-title,
    .newsletter-element,
    .header-right-button-wrap {
        display: none !important;
    }

    /* ROOT CONTEXT */
    .site-header .main-header {
        position: relative !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        min-height: 70px;
        padding: 0 !important;
    }

    /* STATIC WRAPPERS - SCOPED TO HEADER ONLY */
    /* This restores body margins by NOT targeting global row/container classes */
    .site-header .site-branding-section,
    .site-header .menu-section,
    .site-header .deixav5-container,
    .site-header .row,
    .site-header .main-navigation {
        position: static !important;
        display: block !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* 1. SEARCH ICON (Left) */
    .search-wrap {
        display: flex !important;
        position: absolute !important;
        left: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 101 !important;
        margin: 0 !important;
        align-items: center !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
    }

    /* 2. LOGO (Center) */
    .site-branding-section {
        width: 100% !important;
        text-align: center !important;
    }

    .site-branding {
        display: block !important;
        width: auto !important;
        max-width: 200px !important;
        /* Relaxed slightly as left is free */
        margin: 0 auto !important;
        position: relative !important;
        z-index: 10 !important;
        float: none !important;
    }

    body .site-branding img,
    body .custom-logo-link img {
        width: auto !important;
        max-width: 100% !important;
        max-height: 60px !important;
        height: auto !important;
        object-fit: contain !important;
    }

    /* 3. HAMBURGER (Right Extremity) */
    .menu-toggle {
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 101 !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
    }

    .site-header .site-branding-section .row {
        margin: 0 !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }
}

/* ========================================
   FIX DARK MODE - CUSTOM OVERRIDES
   ======================================== */

body.deixav5_dark_mode {
    background-color: #121212 !important;
    color: #e0e0e0 !important;
}

body.deixav5_dark_mode h1,
body.deixav5_dark_mode h2,
body.deixav5_dark_mode h3,
body.deixav5_dark_mode h4,
body.deixav5_dark_mode h5,
body.deixav5_dark_mode h6 {
    color: #ffffff !important;
}

body.deixav5_dark_mode a {
    color: #4da6ff;
}

body.deixav5_dark_mode a:hover {
    color: #80bfff;
}

/* Header & Footer */
body.deixav5_dark_mode .site-header,
body.deixav5_dark_mode .site-footer {
    background-color: #1e1e1e !important;
    color: #fff !important;
}

/* Containers / Cards */
body.deixav5_dark_mode .deixav5-card,
body.deixav5_dark_mode .news-block-post-wrap,
body.deixav5_dark_mode .widget,
body.deixav5_dark_mode .sidebar-inner,
body.deixav5_dark_mode .post-element,
body.deixav5_dark_mode article {
    background-color: #1e1e1e !important;
    border-color: #333 !important;
    color: #ddd !important;
}

/* Specific inner containers that might stay white */
body.deixav5_dark_mode .deixav5-section,
body.deixav5_dark_mode .news-carousel,
body.deixav5_dark_mode .news-carousel-post-wrap {
    background-color: transparent !important;
}

/* Form Elements */
body.deixav5_dark_mode input,
body.deixav5_dark_mode textarea,
body.deixav5_dark_mode select,
body.deixav5_dark_mode button {
    background-color: #2c2c2c !important;
    color: #fff !important;
    border-color: #444 !important;
}

/* Borders */
body.deixav5_dark_mode .highlight-text-tag {
    background-color: #004d00 !important;
    /* Darker green */
}

/* Post Meta */
body.deixav5_dark_mode .post-meta,
body.deixav5_dark_mode .post-meta a,
body.deixav5_dark_mode .entry-meta,
body.deixav5_dark_mode .entry-footer {
    color: #aaa !important;
}

/* Mobile Menu Fixes */
body.deixav5_dark_mode .main-navigation,
body.deixav5_dark_mode .main-navigation ul {
    background-color: #1e1e1e !important;
}

body.deixav5_dark_mode .menu-toggle i {
    color: #fff !important;
}

/* Search Popup */
body.deixav5_dark_mode .search-form-wrap {
    background-color: #1e1e1e !important;
}

/* ========================================
   FIX 2: FORCE WHITE TEXT IN DARK MODE
   ======================================== */

body.deixav5_dark_mode,
body.deixav5_dark_mode p,
body.deixav5_dark_mode span,
body.deixav5_dark_mode li,
body.deixav5_dark_mode div,
body.deixav5_dark_mode h1,
body.deixav5_dark_mode h2,
body.deixav5_dark_mode h3,
body.deixav5_dark_mode h4,
body.deixav5_dark_mode h5,
body.deixav5_dark_mode h6 {
    color: #ffffff !important;
}

/* Force links to be white if requested, or very light */
body.deixav5_dark_mode a,
body.deixav5_dark_mode a:visited {
    color: #ffffff !important;
}

body.deixav5_dark_mode a:hover {
    color: #cccccc !important;
}

/* ========================================
   FIX 3: TRANSPARENT CARDS IN DARK MODE
   ======================================== */

body.deixav5_dark_mode .deixav5-card,
body.deixav5_dark_mode .news-block-post-wrap,
body.deixav5_dark_mode .widget,
body.deixav5_dark_mode .sidebar-inner,
body.deixav5_dark_mode .post-element,
body.deixav5_dark_mode article {
    background-color: transparent !important;
    border: none !important;
    /* Optional: remove borders too if transparent */
    box-shadow: none !important;
}

/* Primary Content Padding Override */
.primary-content {
    padding-bottom: 20px !important;
}

/* Mobile Adjustments for Header Banner */
@media (max-width: 768px) {
    .header-banner {
        width: 100% !important;
        margin: 0 0 10px 0 !important;
        padding: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .header-banner img {
        width: 100% !important;
        height: auto !important;
        display: block;
    }
}