/*
 Theme Name: Astra Child - How To Earn From Home Online
 Template: astra
 Text Domain: astra-child-howtoearn
 Description: Lightweight Astra child theme for How To Earn From Home Online. Global-friendly palette and CTA styles.
 Version: 1.1
*/
:root{
  --brand:#0f8bff;
  --brand-dark:#0a65bf;
  --accent:#00b894;
}
.site-title a{color:var(--brand);}
a:hover{color:var(--brand-dark);}
.entry-content h2, .entry-content h3{scroll-margin-top: 90px;}
.container{max-width:1100px;margin:0 auto;}
.wp-block-button__link, .button, .ast-button{background:var(--brand);border-radius:6px;padding:.6em 1.1em;color:#fff !important}
.wp-block-button__link:hover,.button:hover,.ast-button:hover{background:var(--brand-dark)}
.notice-bar{background:#f6fbff;border-bottom:1px solid #eaf3ff;padding:8px 16px;text-align:center;font-size:.95rem}
.cta-box{border:1px solid #eaeaea;border-radius:8px;padding:16px;background:#fcfdfd;margin:16px 0}
table{border-collapse:collapse}
table th, table td{border:1px solid #eee;padding:8px}
details summary{cursor:pointer;font-weight:600}
