.fi-section-header {
    background: #14b8a6;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 0.75rem 1rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    font-size: 0.9375rem;
    color: white;
    
 }
 
 .fi-section-header:hover {
     box-shadow: 0 2px 4px rgba(13, 148, 136, 0.2);
 }
 
 h2.fi-section-header-heading{
     color: white;
 }
 
 .fi-section-collapse-btn {
     --tw-text-opacity: 1;
     color: rgb(255 255 255 / var(--tw-text-opacity));
 }
 
 p.fi-section-header-description , h3.fi-section-header-heading,h4.fi-section-header-heading{
     color: white;
 }
 
 dt.fi-in-entry-label{
     font-size: 1.025rem;
 }