/*
Theme Name: RASGR Custom
Theme URI: https://rasgr.com/
Author: GitHub Copilot
Description: Custom WordPress theme based on the original RASGR static site.
Version: 1.0.0
Text Domain: rasgr-custom
*/

body.admin-bar .navbar {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .navbar {
    top: 46px;
  }
}
/* Elementor editor/preview visibility fix */
body.elementor-editor-active .fade-up,
body.elementor-editor-preview .fade-up,
html.elementor-html body .fade-up {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  animation: none !important;
}
