/*
Theme Name: The Advertising Archives (Hello Elementor)
Theme URI: https://www.octonove.com
Version: 1.0.1
Description: Custom Features for The Advertising Archives
Author: Octonove
Author URI: https://www.octonove.com
Template: hello-elementor
*/

/* IMPORT HERE THE CSS LATER? */
/* @import url('./styles/utilities.css?test=2');
@import url('./styles/buttons.css?test=6');
@import url('./styles/texts.css?test=4');
@import url('./styles/misc.css?test=11'); */

body{
    overflow-x: hidden;
}

/* #18 — Hide plan promotion / "Learn More" sections when user is logged in */
body.logged-in .learn-more-section,
body.logged-in .elementor-widget-container a[href*="plan-solo"],
body.logged-in .taa-learn-more-btn,
body.logged-in section.elementor-section.learn-more-cta {
    display: none !important;
}

/* #02 — Hide awards icon carousel on homepage for non-logged-in (teaser) view */
body:not(.logged-in) .elementor-element-2f8ab53 {
    display: none !important;
}