/* Fancy Quote Style */
.is-style-agencyx-fancy-quote {
    border-left: 4px solid #4a90e2;
    padding-left: 1em;
    font-style: italic;
    background: #f8f9fa;
    padding: 2em;
}

/* Button Outline Style */
.is-style-agencyx-button-outline {
    background: transparent !important;
    border: 2px solid currentColor !important;
    color: inherit !important;
}

.is-style-agencyx-button-outline:hover {
    background: currentColor !important;
    color: #fff !important;
}