/* ==========================================================================
   AURAANIX — CMS content pages + Track Order
   Reuses the dark account theme (.ax-page / .ax-card). Gold accent #c9974d.
   ========================================================================== */

/* Rich-text content rendered from the CMS editor */
.ax-richtext { color: #cfcfcf; font-size: 15px; line-height: 1.85; }
.ax-richtext > *:first-child { margin-top: 0; }
.ax-richtext > *:last-child { margin-bottom: 0; }
.ax-richtext h1, .ax-richtext h2, .ax-richtext h3,
.ax-richtext h4, .ax-richtext h5, .ax-richtext h6 {
    color: #fff;
    font-family: 'Oswald', 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin: 28px 0 12px;
    line-height: 1.3;
}
.ax-richtext h1 { font-size: 26px; }
.ax-richtext h2 { font-size: 22px; }
.ax-richtext h3 { font-size: 19px; }
.ax-richtext h4 { font-size: 16px; }
.ax-richtext p { margin: 0 0 16px; }
.ax-richtext a { color: var(--ax-gold, #c9974d); text-decoration: underline; }
.ax-richtext a:hover { filter: brightness(1.15); }
.ax-richtext ul, .ax-richtext ol { margin: 0 0 16px; padding-left: 22px; }
.ax-richtext li { margin-bottom: 8px; }
.ax-richtext strong, .ax-richtext b { color: #fff; }
.ax-richtext blockquote {
    margin: 18px 0; padding: 12px 18px;
    border-left: 3px solid var(--ax-gold, #c9974d);
    background: rgba(255, 255, 255, 0.03);
    color: #bdbdbd; border-radius: 0 8px 8px 0;
}
.ax-richtext img { max-width: 100%; height: auto; border-radius: 10px; margin: 12px 0; }
.ax-richtext table { width: 100%; border-collapse: collapse; margin: 18px 0; }
.ax-richtext th, .ax-richtext td { border: 1px solid rgba(255, 255, 255, 0.1); padding: 10px 12px; text-align: left; }
.ax-richtext hr { border: 0; border-top: 1px solid rgba(255, 255, 255, 0.1); margin: 24px 0; }

/* ---- Track Order ---- */
.ax-track { max-width: 620px; margin: 0 auto; }
.ax-track__form { display: flex; flex-direction: column; gap: 16px; }
.ax-track__hint { color: #8a8a8a; font-size: 13.5px; margin: 0 0 18px; line-height: 1.7; }
.ax-track__result { margin-top: 24px; }
.ax-track__meta {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 24px;
    margin-top: 18px; font-size: 14px; color: #bdbdbd;
}
.ax-track__meta b { color: #fff; font-weight: 600; }
.ax-track__shipinfo {
    margin-top: 16px; padding: 14px 16px; border-radius: 12px;
    background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13.5px; color: #cfcfcf;
}
.ax-track__shipinfo b { color: #fff; }

@media (max-width: 575.98px) {
    .ax-track__meta { grid-template-columns: 1fr; }
    .ax-richtext { font-size: 14.5px; }
}
