/* Force the sticky / scroll-animation header to always pin to the very top,
   overriding the plugin's admin-bar offset (--ta-sticky-top). */
.ta-sticky-header,
.turbo-header-template.ta-header-scroll-animation {
    top: 0 !important;
}

.tahefobu-mobile-toggle-v2
    .tahefobu-mobile-toggle-open
    .tahefobu-mobile-toggle-line:nth-child(3) {
    width: 100% !important;
    transform: rotate(-45deg) translate(-5px, -12px);
}

.mzm-breadcrumbs {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
}

.tahefobu-mobile-nav-menu a {
    text-align: left;
}

.mzm-breadcrumbs a {
    color: var(--e-global-color-primary);
    font-weight: 500;
}

.mzm-breadcrumbs span {
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.mzm-breadcrumbs span span {
    font-size: 16px;
    margin-top: 1px;
}

/* Blog page - featured blog post */

.type-post:nth-child(2) {
    position: absolute !important;
    top: -500px !important;
    background-color: #e9efe9;
    border-radius: 12px !important;
}

.type-post:nth-child(2) img {
    height: 350px !important;
    border-radius: 0px 12px 12px 0px !important;
}

.type-post:nth-child(2) .elementor-button {
    border: 1px solid #5a8557 !important;
}

.type-post:nth-child(2) h2 {
    font-size: 30px !important;
    height: 70px;
    overflow: hidden !important;
}

.type-post:nth-child(2) .e-con-inner {
    display: flex !important;
    gap: 20px;
    flex-direction: row-reverse;
}

.type-post:nth-child(2) .single-blog-content .e-con-inner {
    padding: 20px;
    display: flex !important;
    flex-direction: column;
}

/*responsive code*/
@media (max-width: 576px) {
    .type-post:nth-child(2) {
        position: absolute !important;
        top: -900px !important;
        background-color: #e9efe9;
        border-radius: 12px !important;
    }
}

/* Headers BG CSS Rules */
.mzm-blog-header-bg,
.mzm-meal-plans-header-bg,
.mzm-about-header-bg,
.mzm-brands-header-bg,
.mzm-contact-header-bg {
    position: relative;
}

.mzm-blog-header-bg:before,
.mzm-meal-plans-header-bg:before,
.mzm-about-header-bg:before,
.mzm-brands-header-bg:before,
.mzm-contact-header-bg:before {
    content: "";
    display: block;
    width: 340px;
    height: 200%;
    border-radius: 185px;
    transform: translate(24px, 0px) rotate(23deg);
}

.mzm-blog-header-bg:before {
    background-color: #019a76;
}

.mzm-meal-plans-header-bg:before {
    background-color: #f4663b;
}

.mzm-about-header-bg:before {
    background-color: #9d26be;
}

.mzm-brands-header-bg:before {
    background-color: #ef673b;
}

.mzm-contact-header-bg:before {
    background-color: #4f8155;
}

/* Comparison Table Mobile CSS Rules */
.mzm-comparison-table-mobile .mealplanet-comparison-table td {
    padding-bottom: 5px;
    display: table-cell;
}

.mzm-comparison-table-mobile .mealplanet-comparison-table tbody tr {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}
