/* Vision Mission Widget Custom Styles 
   Most styling is handled by Tailwind CSS Utility classes in the HTML output.
   This file exists to satisfy the plugin's automatic enclosure array and handle edge cases.
*/

.tae-vision-mission {
    position: relative;
    overflow: hidden; /* Prevent pseudo shadow boxes from scrolling horizontally */
}

/* Ensure rich-text paragraphs don't squash margin too aggressively */
.tae-vision__content p,
.tae-mission__content p {
    margin-bottom: 0.75rem;
}

.tae-vision__content p:last-child,
.tae-mission__content p:last-child {
    margin-bottom: 0;
}

/* Custom quote marks stylistic tweaks */
.tae-vision__quote-top {
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 8rem;
}

.tae-vision__quote-bottom {
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 8rem;
    line-height: 0.2;
}
