.ifc__accordion .cmp-accordion__panel a {
    text-decoration: underline !important;
    color: #0071bc;
}

.ifc__accordion .cmp-accordion__panel a:hover {
    color: #004a7c;
}

.ifc-contact-details a.ifc-contact-url {
    text-decoration: underline !important;
    color: #0071bc !important;
}

.ifc-section-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    width: 100%;
}

.ifc-section-loader img {
    width: 50px;
    height: 50px;
}

.cao-custom-content ul {
    list-style-type: disc !important;
    margin-left: 30px !important;
    padding-left: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

.cao-custom-content li {
    display: list-item !important;
    margin-bottom: 8px !important;
    list-style: disc !important;
}