/**
 * Team Fun Fact Block Styling
 */

.team-fun-fact {
    position: relative;
    margin: 1.5rem 0;
    padding-left: 1rem;
    border-left: 4px solid var(--wp--preset--color--accent-2, #5B96C3);
}

.team-fun-fact-content {
    color: var(--wp--preset--color--contrast, #231f20);
    font-size: var(--wp--preset--font-size--small, 1rem);
    line-height: 1.6;
}

.team-fun-fact-content p:first-child {
    margin-top: 0;
}

.team-fun-fact-content p:last-child {
    margin-bottom: 0;
}