.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for shortcode, class: .elementor-element-ec04a49 */:root {
    --fymous-bg: #fbfbfe;
    --fymous-text: #202033;
    --fymous-muted: #77758a;
    --fymous-border: rgba(90, 82, 122, 0.16);
    --fymous-primary: #7c3aed;
    --fymous-secondary: #2784d9;
    --fymous-panel-shadow: 0 18px 60px rgba(27, 24, 54, 0.16);
}


/* =========================================
   WORDPRESS ADMIN
========================================= */

body.wp-admin .fymous-header,
body.wp-admin .fymous-mobile-search,
body.wp-admin .fymous-menu-panel,
body.wp-admin .fymous-overlay-open::before,
body.block-editor-page .fymous-header,
body.block-editor-page .fymous-mobile-search,
body.block-editor-page .fymous-menu-panel,
body.block-editor-page .fymous-overlay-open::before,
body.edit-post-visual-editor .fymous-header,
body.edit-post-visual-editor .fymous-mobile-search,
body.edit-post-visual-editor .fymous-menu-panel,
body.edit-post-visual-editor .fymous-overlay-open::before {
    display: none !important;
}


/* =========================================
   SCREEN READER
========================================= */

.fymous-screen-reader {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


/* =========================================
   MAIN HEADER
========================================= */

.fymous-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    padding: 16px;
    background: rgba(251, 251, 254, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: padding 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.fymous-header.is-scrolled {
    padding-block: 8px;
    background: rgba(251, 251, 254, 0.96);
    border-bottom: 1px solid var(--fymous-border);
    box-shadow: 0 8px 30px rgba(34, 28, 70, 0.06);
}


/* =========================================
   HEADER INNER
========================================= */

.fymous-header__inner {
    width: min(100%, 1280px);
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}


/* =========================================
   LOGO
========================================= */

.fymous-header__logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
}

.fymous-header__logo img {
    display: block;
    width: auto;
    height: 40px;
    max-width: 190px;
    object-fit: contain;
}


/* =========================================
   LOGO MODE CONTROL
========================================= */

.fymous-logo-light {
    display: block !important;
}

.fymous-logo-dark {
    display: none !important;
}


/* =========================================
   DESKTOP SEARCH
========================================= */

.fymous-header__search {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 420px;
    max-width: 430px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.96);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.fymous-header.show-search .fymous-header__search {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


/* =========================================
   SEARCH ICON
========================================= */

.fymous-header__search svg,
.fymous-mobile-search__box svg {
    position: absolute;
    left: 14px;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: var(--fymous-muted);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}


/* =========================================
   SEARCH INPUT
========================================= */

.fymous-header__search input,
.fymous-mobile-search__box input {
    width: 100%;
    min-height: 42px;
    padding: 10px 44px;
    border-radius: 999px;
    border: 1px solid var(--fymous-border);
    background: rgba(239, 238, 246, 0.9);
    color: var(--fymous-text);
    font-family: inherit;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.fymous-header__search input:focus,
.fymous-mobile-search__box input:focus {
    border-color: rgba(124, 58, 237, 0.44);
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.12);
    background: #fff;
}

.fymous-header__search input::placeholder,
.fymous-mobile-search__box input::placeholder {
    color: var(--fymous-muted);
    opacity: 1;
}


/* =========================================
   SEARCH CLEAR
========================================= */

.fymous-search-clear {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
}

.fymous-search-clear.is-visible {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fymous-search-clear:hover {
    background: rgba(32, 32, 51, 0.06);
}

.fymous-search-clear svg {
    position: static;
    width: 16px;
    height: 16px;
    stroke: var(--fymous-muted);
}


/* =========================================
   ACTIONS
========================================= */

.fymous-header__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.fymous-icon-button {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--fymous-text);
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease;
}

.fymous-icon-button:hover {
    background: rgba(32, 32, 51, 0.06);
}

.fymous-icon-button svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fymous-mobile-search-toggle {
    display: none;
}


/* =========================================
   HAMBURGER
========================================= */

.fymous-menu-toggle {
    flex-direction: column;
    gap: 5px;
}

.fymous-menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.fymous-menu-toggle.is-open span:first-child {
    transform: translateY(3.5px) rotate(45deg);
}

.fymous-menu-toggle.is-open span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
}


/* =========================================
   MOBILE SEARCH + MENU
========================================= */

.fymous-mobile-search,
.fymous-menu-panel {
    position: fixed;
    z-index: 9997;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.fymous-mobile-search.is-open,
.fymous-menu-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* =========================================
   MOBILE SEARCH
========================================= */

.fymous-mobile-search {
    top: 64px;
    left: 16px;
    right: 16px;
}

.fymous-mobile-search__box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px;
    border: 1px solid var(--fymous-border);
    border-radius: 20px;
    background: var(--fymous-bg);
    box-shadow: var(--fymous-panel-shadow);
}

.fymous-mobile-search__box svg {
    left: 30px;
}


/* =========================================
   MENU PANEL
========================================= */

.fymous-menu-panel {
    top: 64px;
    right: 16px;
    width: min(392px, calc(100vw - 32px));
    max-height: min(80vh, 650px);
    overflow: auto;
    border: 1px solid var(--fymous-border);
    border-radius: 20px;
    background: var(--fymous-bg);
    box-shadow: var(--fymous-panel-shadow);
    scrollbar-width: thin;
}


/* =========================================
   MENU NAVIGATION
========================================= */

.fymous-menu-panel__nav {
    display: grid;
    gap: 4px;
    padding: 10px;
}

.fymous-menu-panel__nav ul {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fymous-menu-panel__nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fymous-menu-panel__nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 10px 14px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: var(--fymous-text);
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
    transition: background 180ms ease, color 180ms ease;
}

.fymous-menu-panel__nav a:hover {
    background: rgba(32, 32, 51, 0.06);
    color: var(--fymous-primary);
}


/* =========================================
   OVERLAY
========================================= */

body.fymous-overlay-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9996;
    background: rgba(0, 0, 0, 0.18);
}


/* =========================================
   POST HEADER
========================================= */

.fymous-post-header {
    position: sticky;
    top: 0;
    z-index: 9998;
    padding: 14px 16px;
    border-bottom: 1px solid var(--fymous-border);
    background: rgba(251, 251, 254, 0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.fymous-post-header__inner {
    width: min(100%, 960px);
    min-height: 34px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 14px;
}

.fymous-post-header__back {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--fymous-text);
    text-decoration: none;
    transition: background 180ms ease, transform 180ms ease;
}

.fymous-post-header__back:hover {
    background: rgba(32, 32, 51, 0.06);
    transform: translateX(-2px);
}

.fymous-post-header__back svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fymous-post-header__logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.fymous-post-header__logo img {
    display: block;
    width: auto;
    height: 28px;
    max-width: 145px;
    object-fit: contain;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .fymous-header {
        padding: 12px 16px;
    }

    .fymous-header__inner {
        gap: 10px;
    }

    .fymous-header__logo img {
        height: 32px;
        max-width: 165px;
    }

    .fymous-header__search {
        display: none;
    }

    .fymous-header.show-search .fymous-mobile-search-toggle {
        display: inline-flex;
    }

    .fymous-mobile-search {
        top: 60px;
    }

    .fymous-menu-panel {
        top: 60px;
    }

    .fymous-post-header {
        padding-block: 10px;
    }

    .fymous-post-header__logo img {
        height: 25px;
        max-width: 132px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

    .fymous-header {
        padding-inline: 12px;
    }

    .fymous-header__logo img {
        max-width: 145px;
    }

    .fymous-menu-panel {
        right: 12px;
        width: calc(100vw - 24px);
    }

    .fymous-mobile-search {
        left: 12px;
        right: 12px;
    }
}


/* =========================================================
   DARKIFY DARK MODE
   ONLY LOGO + HAMBURGER
   NO DESIGN CHANGES
========================================================= */


/* MAIN HEADER - WHITE LOGO */

.darkify_dark_mode_enabled .fymous-header__logo .fymous-logo-light,
.darkify_dark_mode_enabled .fymous-post-header__logo .fymous-logo-light {
    display: none !important;
}

.darkify_dark_mode_enabled .fymous-header__logo .fymous-logo-dark,
.darkify_dark_mode_enabled .fymous-post-header__logo .fymous-logo-dark {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
}


/* HAMBURGER - WHITE */

.darkify_dark_mode_enabled .fymous-header .fymous-menu-toggle {
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.darkify_dark_mode_enabled .fymous-header .fymous-menu-toggle span {
    background: #ffffff !important;
    background-color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}


/* KEEP EXACT ORIGINAL HAMBURGER SIZE */

.darkify_dark_mode_enabled .fymous-header .fymous-menu-toggle span {
    width: 18px !important;
    height: 2px !important;
    border-radius: 999px !important;
}


/* POST HEADER BACK ARROW - WHITE IN DARK MODE */

.darkify_dark_mode_enabled .fymous-post-header__back {
    color: #ffffff !important;
}
/* =========================================================
   DARK MODE - SHOW WHITE FYMOUS LOGO
   NO HEADER DESIGN CHANGES
========================================================= */

.darkify_dark_mode_enabled .fymous-header__logo img,
.darkify_dark_mode_enabled .fymous-post-header__logo img {
    content: url("https://noticias.fyself.com/wp-content/uploads/2026/09/ChatGPT-Image-Sep-6-2026-02_28_46-PM.png") !important;

    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;

    filter: none !important;
    -webkit-filter: none !important;

    width: auto !important;
    object-fit: contain !important;
}/* End custom CSS */