/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2025 | 07:48:58 */
.content-section {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    font-size: 1.2rem;
    color: #333;
	word-break: break-word;
}

.content-section .entry-content {
    text-align: left;
}

.content-section h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0073aa;
    margin-top: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #0073aa;
}

.content-section p {
    margin-bottom: 18px;
    color: #444;
}

.content-section b {
    color: #005580;
}

.content-section .wp-block-image {
    text-align: center;
    margin: 20px 0;
}

.content-section .wp-block-image img {
    width: 100%;
    max-width: 800px;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.content-section .wp-block-image img:hover {
    transform: scale(1.02);
}

.content-section .feature-video {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
}

.content-section .feature-video h2 {
    font-size: 1.4rem;
    color: #333;
    border-bottom: none;
}

.content-section nav {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
}

.content-section .post-navigation-link-previous a {
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
}

.content-section .post-navigation-link-previous a:hover {
    color: #005580;
    text-decoration: underline;
}
