/*
Theme Name: Paulsen Printing
Description: A child theme of Twenty Twenty-Five for Paulsen Printing website
Template: twentytwentyfive
Version: 1.0.0
Author: Paulsen Printing
*/

/* 
 * This is a cache-busted css file for dev use. most of the css will be moved into style.css for proper caching.
 * This is meant to for quick testing and troubleshooting. functions.php will add a string to ensure the file is not cached by Cloudflare.
 */
 
.schema-faq-question:before,
.schema-faq-answer:before { 
    font-weight: 400;
    font-size: var(--wp--preset--font-size--small);
    color: var(--wp--preset--color--custom-color-4);
    position: absolute;
    left: -1.8rem;
    top: 0.25rem;
}
.schema-faq-section {
    padding-left: var(--wp--preset--spacing--40);
}
.schema-faq-question {  
    color: var(--wp--preset--color--accent-4) !important; 
    font-size: var(--wp--preset--font-size--large) !important;
    font-weight: 600 !important;
    line-height: 1.125 !important;
    letter-spacing: -0.1px !important;
    margin-bottom: var(--wp--preset--spacing--20) !important;
    display: block;
    position: relative;
    &:before {
        content: "Q: "; 
    }
} 
.schema-faq-answer { 
    margin-top: 0 !important;
    display: block;
    position: relative;
    &:before {
        content: "A: ";
    }
} 