:root {
    --em-brand: #0F2A57;
    --em-brand-dark: #0a1e3f;

    --em-primary: #22c55e;
    --em-primary-hover: #16a34a;
    --em-primary-dark: #15803d;

    --em-bg: #f4f6f5;
    --em-white: #ffffff;
    --em-text: #17211b;
    --em-muted: #647067;
    --em-border: #dfe7e2;
    --em-soft-green: #ecfdf3;
    --em-table-head: #e6ecf5;
}

body {
    background: var(--em-bg) !important;
    color: var(--em-text);
}

#main-content {
    background: var(--em-bg) !important;
    min-height: 70vh;
    padding: 20px 0 48px !important;
}

.entry-title,
.main_title,
.et_pb_title_container,
h1.entry-title,
h1.entry-title.main_title {
    display: none !important;
}

#main-content .entry-content {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    color: var(--em-text);
    font-size: 15px;
    line-height: 1.7;
}

.entry-content h1 {
    color: var(--em-brand);
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 20px;
    line-height: 1.25;
}

.entry-content h2 {
    color: var(--em-brand);
    font-size: 24px;
    font-weight: 750;
    margin: 32px 0 14px;
    line-height: 1.25;
}

.entry-content h3 {
    color: var(--em-brand-dark);
    font-size: 19px;
    font-weight: 700;
    margin: 24px 0 10px;
    line-height: 1.25;
}

.entry-content h4 {
    color: var(--em-text);
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 8px;
}

.entry-content p {
    margin: 0 0 14px;
}

.entry-content a {
    color: var(--em-brand);
    text-decoration: none;
}

.entry-content a:hover {
    text-decoration: underline;
}

.entry-content ul,
.entry-content ol {
    margin: 0 0 16px 22px;
}

.entry-content li {
    margin-bottom: 6px;
}

.em-muted {
    color: var(--em-muted);
    font-size: 14px;
}