/* General Body Styles */
.cmsbdy {
    font-family: "Merriweather", serif !important;
    line-height: 1.6;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}

/* Headings */
.cmsbdy h1, .cmsbdy h2, .cmsbdy h3, .cmsbdy h4, .cmsbdy h5, .cmsbdy h6 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-family: "DM Serif Text", serif;
}

.cmsbdy h2, .cmsbdy h3, .cmsbdy h4, .cmsbdy h5, .cmsbdy h6 {
    color: #666 !important;
}

.cmsbdy h6 {
    font-size: 20px !important;
}

.cmsbdy h1 {
    font-size: 2.5em;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.3em;
}

.cmsbdy h2 {
    font-size: 2em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.3em;
}

.cmsbdy h3 {
    font-size: 1.75em;
}

.cmsbdy h4 {
    font-size: 1.5em;
}

.cmsbdy h5 {
    font-size: 1.25em;
}

.cmsbdy h6 {
    color: #666;
}

/* Paragraphs */
.cmsbdy p {
    margin-bottom: 1em;
    font-family: "Merriweather", serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}

/* Lists */
.cmsbdy ul, .cmsbdy ol {
    margin: 1em 0;
    padding-left: 20px;
}

.cmsbdy li {
    margin-bottom: 0.5em;
}

/* Blockquotes */
.cmsbdy blockquote {
    margin: 1em 0;
    padding: 0.5em 1em;
    border-left: 4px solid #ddd;
    background-color: #f9f9f9;
    font-style: italic;
}

/* Links */
.cmsbdy a {
    color: #007bff;
    text-decoration: none;
}

.cmsbdy a:hover {
    text-decoration: underline;
}

/* Code Blocks */
.cmsbdy pre {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: auto;
    padding: 10px;
    margin: 1em 0;
}

.cmsbdy code {
    font-family: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    background: #f4f4f4;
    padding: 2px 4px;
    border-radius: 4px;
}

/* Images */
.cmsbdy img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Tables */
.cmsbdy table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

.cmsbdy th, .cmsbdy td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.cmsbdy th {
    background-color: #f4f4f4;
    font-weight: bold;
}

/* Forms */
.cmsbdy form {
    margin: 1em 0;
}

.cmsbdy input[type="text"],
.cmsbdy input[type="email"],
.cmsbdy input[type="password"],
.cmsbdy textarea,
.cmsbdy select {
    width: 100%;
    padding: 0.5em;
    margin: 0.5em 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.cmsbdy button {
    padding: 0.7em 1.2em;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
}

.cmsbdy button:hover {
    background-color: #0056b3;
}

/* Horizontal Rules */
.cmsbdy hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
}

/* Miscellaneous */
.cmsbdy .highlight {
    background-color: #ff0;
}

/* Lists */
.cmsbdy ul, .cmsbdy ol {
    margin: 1em 0;
    padding-left: 20px;
    font-family: "Merriweather", serif !important;
    font-size: 18px !important;
}

.cmsbdy li {
    margin-bottom: 0.5em;
    font-family: "Merriweather", serif !important;
    font-size: 18px !important;
}