/* ==========================================================================
   /color-theory — Color Theory/Wheel page specific styles
   Extends static-pages.css + color-wheel.css
   ========================================================================== */

/* Export section title spacing */
.cw-export-title {
    margin-top: 1rem;
}

/* Palette count muted text */
.cw-palette-count {
    font-weight: 400;
    color: #4b5563;
}

/* Saved palettes section (hidden by default, shown via JS) */
.cw-saved-section {
    margin-top: 1.5rem;
    display: none;
}

/* WCAG info box */
.cw-wcag-info {
    padding: 1rem;
    background: #111;
    border-radius: 10px;
}
.cw-wcag-info p {
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}
.cw-wcag-info strong {
    color: #9ca3af;
}

/* Wheel action buttons column */
.cw-wheel-actions {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
}
.cw-wheel-actions .cw-export-btn {
    width: 100%;
    text-align: center;
}

/* Features section reduced top padding */
.ct-features {
    padding-top: 2rem;
}

/* CTA spacing */
.ct-cta {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}

/* FAQ section */
.ct-faq {
    margin-bottom: 4rem;
    padding-top: 2.5rem;
    border-top: 1px dotted #e5e7eb;
    margin-left: auto;
    margin-right: auto;
}
.ct-faq-title {
    font-size: 2rem;
    font-weight: 800;
    text-align: left;
    margin-bottom: 0.75rem;
    color: #000;
}
.ct-faq-wrap {
    max-width: 100%;
    margin: 0;
}

/* More tools section */
.ct-more-tools {
    margin-bottom: 4rem;
    padding-top: 2.5rem;
    border-top: 1px dotted #e5e7eb;
    margin-left: auto;
    margin-right: auto;
}
.ct-more-tools-title {
    font-size: 2rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 0.75rem;
}
