/* The expanded FlowBrand card uses a dark ::before surface, not its light
   container background. Scope link colors to its descriptive paragraph. */
#accordion-services #faq-1 .content .text a,
#accordion-services #faq-1 .content .text a:visited {
    color: #9be9f5;
    -webkit-text-fill-color: currentColor;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
#accordion-services #faq-1 .content .text a:hover,
#accordion-services #faq-1 .content .text a:focus-visible {
    color: #ffffff !important;
    text-decoration-thickness: 2px;
}
#accordion-services #faq-1 .content .text a:focus-visible {
    outline: 2px solid #9be9f5;
    outline-offset: 3px;
    border-radius: 2px;
}
