/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 21 2025 | 05:53:28 */
.article-title-section {
    padding: 40px;
    background-color: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: auto;
    overflow: hidden;
}

.article-title-section .wp-block-media-text {
    align-items: center;
    gap: 20px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
}

.article-title-section .wp-block-media-text__media img {
    height: auto;
    border-radius: 10px;
}

.article-title-section .wp-block-media-text__content {
    flex: 1;
    padding: 20px;
}

.article-title-section .wp-block-post-title {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

.article-title-section .wp-block-group {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
    flex-wrap: wrap;
}

.article-title-section .wp-block-post-author-name__link,
.article-title-section .taxonomy-category a {
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-title-section .wp-block-post-author-name__link:hover,
.article-title-section .taxonomy-category a:hover {
    color: #0056b3;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .article-title-section {
        padding: 20px;
    }
    .article-title-section .wp-block-media-text {
        flex-direction: column;
    }
    .article-title-section .wp-block-post-title {
        font-size: 24px;
    }
}
