/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 17 2025 | 07:52:27 */
.header-section {
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 20px auto;
    text-align: center;
}

.header-section .wp-block-post-featured-image {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.header-section .wp-block-post-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.header-section .wp-block-post-featured-image img:hover {
    transform: scale(1.03);
}

.header-section .wp-block-post-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
    line-height: 1.4;
}

.header-section .wp-block-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    color: #555;
}

.header-section .wp-block-group p {
    margin: 0;
    font-weight: 500;
}

.header-section .wp-block-post-author-name a,
.header-section .taxonomy-category a {
    color: #0073aa;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.header-section .wp-block-post-author-name a:hover,
.header-section .taxonomy-category a:hover {
    color: #005580;
    text-decoration: underline;
}
