.site-main {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}
.entry-title {
    font-size: 28px;
    font-family: 'LATO-BOLD', sans-serif;
    color: #262626;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.3;
}
.entry-content {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    font-family: 'LATO-REGULAR', sans-serif;
}
.entry-content h2 {
    font-size: 20px;
    font-family: 'LATO-BOLD', sans-serif;
    color: #262626;
    margin: 35px 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.entry-content p {
    margin: 0 0 14px;
}
.entry-content ul, .entry-content ol {
    margin: 10px 0 18px 24px;
    padding: 0;
}
.entry-content ul {
    list-style-type: disc;
}
.entry-content ol {
    list-style-type: decimal;
}
.entry-content li {
    margin-bottom: 8px;
    display: list-item;
}
.entry-content li::marker {
    color: rgb(252, 182, 80);
}
.widget-area, .sidebar, .entry-footer {
    display: none;
}
.entry-content strong {
    color: #262626;
}
.entry-content a {
    color: rgb(252, 182, 80);
    text-decoration: underline;
}
.entry-content a:hover {
    text-decoration: none;
}
@media (max-width: 768px) {
    .site-main { padding: 25px 15px 40px; }
    .entry-title { font-size: 22px; }
    .entry-content { font-size: 14px; }
    .entry-content h2 { font-size: 18px; }
}