/*
Theme Name:        Codexperia Astra Child
Theme URI:         https://codexperia.com
Description:       Astra Child Theme for Codexperia — Healthcare Revenue Cycle Management. Custom cinematic homepage built on Astra parent theme with GSAP/ScrollTrigger animations, modular CSS/JS, dynamic WordPress navigation, ACF editable fields, and Contact Form 7 integration.
Author:            Codexperia
Author URI:        https://codexperia.com
Template:          astra
Version:           1.0.0
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       codexperia-astra-child
Tags:              healthcare, rcm, one-page, gsap, dark, medical, billing
*/

/*
 * NOTE: All modular stylesheets are located in assets/css/ and enqueued
 * sequentially in functions.php to preserve exact style rules and cascading order.
 * This root style.css is reserved for child theme registration and global WP classes.
 */

/* Standard WordPress Content & Alignment Support */
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: var(--text-xs); color: var(--color-text-secondary); text-align: center; }
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--color-bg-card);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-glow-sm);
  clip: auto !important;
  clip-path: none;
  color: var(--color-text-primary);
  display: block;
  font-size: var(--text-sm);
  height: auto;
  left: 1rem;
  top: 1rem;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}
