/**
 * LaborLawCenter CMS/Inner Pages
 */
.page-title-wrapper {
    margin-bottom: 24px;
}
.page-title {
    font-size: var(--llc-font-xl);
    color: var(--llc-brand-blue);
}
.entry-content h2 {
    font-size: var(--llc-font-lg);
    color: var(--llc-brand-blue);
    margin-top: 32px;
    margin-bottom: 16px;
}
.entry-content h3 {
    font-size: var(--llc-font-base);
    color: var(--llc-brand-blue);
    margin-top: 24px;
    margin-bottom: 12px;
}
.entry-content p {
    margin-bottom: 16px;
    line-height: 1.7;
}
.entry-content ul, .entry-content ol {
    margin-bottom: 16px;
    padding-left: 24px;
}
.entry-content ul { list-style: disc; }
.entry-content ol { list-style: decimal; }
.entry-content li {
    margin-bottom: 8px;
    line-height: 1.6;
}
.entry-content img {
    border-radius: var(--llc-radius-md);
    margin: 16px 0;
}
.entry-content a {
    color: var(--llc-blue);
    text-decoration: underline;
}
.entry-content a:hover {
    color: var(--llc-light-blue);
}
.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}
.entry-content th, .entry-content td {
    padding: 12px 16px;
    border: 1px solid var(--llc-border-color);
    text-align: left;
}
.entry-content th {
    background: var(--llc-light-gray);
    font-family: var(--llc-font-semibold);
    color: var(--llc-brand-blue);
}
