/* === PULL QUOTES === */
.wp-block-pullquote {
    font-family: 'Oswald', sans-serif; /* Bold, attention-grabbing font */
    font-size: 24px; /* Larger than blockquote */
    font-weight: 700; /* Bold for emphasis */
    color: #FFDD00; /* Bright yellow for high contrast */
    background-color: #1E1E1E; /* Slightly lighter dark background */
    padding: 1.2em 1.5em;
    border-left: 6px solid #FFD633; /* Thicker accent line */
    margin: 2em 0; /* More spacing for visual separation */
    line-height: 1.4; /* Tight for pull quotes */
    text-align: left; /* Default left-align; can be changed to center */
}