.article-body h3 {
    background-color: #4abbc1;
    color: #fff !important;
    padding: 2em 2em 0.5em;
    margin-top: 2em;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.article-body h3 + ul {
    background-color: #4abbc1;
    list-style: none;
    padding: 0 2em 2em;
    margin-top: 0;
    margin-bottom: 2em;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
}

.article-body h3 + ul li a {
    display: inline-block;
    background: #fff;
    color: #515464 !important;
    padding: 0.8em 1.5em;
    border-radius: 25px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.article-body h3 + ul li a:hover {
    background-color: #f0f0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.article-body,
.article-body p,
.article-body h2,
.article-body h3,
.article-body li,
.article-body a {
    font-family: freight-sans-pro, helvetica, arial, sans-serif;
}

.article-body {
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    max-width: 100%;
}

h1.article-h1 {
    background-color: #4abbc1;
    color: #fff !important;
    font-family: freight-sans-pro, helvetica, arial, sans-serif;
    font-weight: 700;
    text-align: left;
    padding: 0.75em 1.5em;
    margin-bottom: 1.5em;
    border-radius: 8px;
}

.article-body hr {
    display: none !important;
}

.faq-item .faq-excerpt,
.faq-item .faq-read-more {
    display: none !important;
}

.faq-item {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 1.2em !important;
}

.faq-item h2,
.faq-item h2 a {
    font-family: freight-sans-pro, helvetica, arial, sans-serif !important;
}
