/* Highlighted text for testimonials */
.highlight-yellow {
    background-color: rgb(255, 140, 0); /* Solid brand orange highlight */
    color: black; /* Ensure text is readable against orange */
    padding: 1px 4px;
    border-radius: 3px;
    font-weight: 500;
}
