/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1774424083
Updated: 2026-03-25 07:34:43

*/

/* -------------------------------------------------------
   Post Navigation (Previous / Next Article) Override
   ------------------------------------------------------- */
.elementor-post-navigation{
  display:flex;gap:16px;padding:0 !important;border:none !important;
}
.elementor-post-navigation__prev,
.elementor-post-navigation__next{
  flex:1;background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:box-shadow .2s;
}
.elementor-post-navigation__prev:hover,
.elementor-post-navigation__next:hover{
  box-shadow:0 8px 30px rgba(0,0,0,.16);
}
.elementor-post-navigation__prev--label,
.elementor-post-navigation__next--label{
  font-size:13px;color:#1a73e8;font-weight:400;margin-bottom:4px;
}
.elementor-post-navigation__prev--title,
.elementor-post-navigation__next--title{
  font-size:14px;font-weight:700;color:#0d1b2a;
}
.elementor-post-navigation__separator{
  display:none;
}
.elementor-post-navigation__prev:not(:has(a)),
.elementor-post-navigation__next:not(:has(a)){
  display:none;
}
@media(max-width:768px){
  .elementor-post-navigation{flex-direction:column;gap:12px}
  .elementor-post-navigation .elementor-post-navigation__link{width:100% !important;white-space:normal !important}
  .elementor-post-navigation__prev,
  .elementor-post-navigation__next{padding:14px 16px}
  .elementor-post-navigation__prev--title,
  .elementor-post-navigation__next--title{font-size:13px}
  .elementor-post-navigation__prev--label,
  .elementor-post-navigation__next--label{font-size:12px}
}

