/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.zev-post .eael-grid-post-holder,
.zev-post .eael-grid-post-holder-inner {
    overflow: hidden;
}

/* Reset và Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito';
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #333;
}


.htslider-single-post-slide .content .post-inner p {
    color: #ffffff;
}

/**social share**/

.zev-social .a2a_kit{
    justify-content: start;
}

/* Container chính list blog*/
.main-content{
    padding: 0;
}
.site-main {
    margin: 0 auto;
    padding: 0px !important;
    background-color: #ffffff;
}

/* Header của trang */
.page-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid #e9ecef;
}

.home .hide-on-home { display: none !important; }

.post-footer{
    padding-bottom: 50px;
}
.page-header h1 {
    font-size: 2.2em;
}
/* Reset và Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #ffffff;
}

/* Container chính */
.site-main.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Breadcrumb */
.site-breadcrumb {
    margin-bottom: 30px;
}

.breadcrumb-wrap {
    padding: 12px 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    font-size: 0.9em;
    color: #7f8c8d;
    border-left: 3px solid #3498db;
}

.breadcrumb-wrap a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-wrap a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.breadcrumb_last {
    color: #2c3e50;
    font-weight: 600;
}

/* Article Container */
.post-single {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}

/* Post Header */
.post-header {
    padding: 0px 0px 30px;
    border-bottom: 1px solid #e9ecef;
}

.post-title {
    font-size: 2.2em;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 20px;
}

/* Post Meta */
.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 0.9em;
    color: #7f8c8d;
    align-items: center;
}

.post-meta span {
    display: flex;
    align-items: center;
}

.meta-author {
    font-weight: 600;
    color: #2c3e50;
}

.meta-author::before {
    margin-right: 4px;
}

.meta-date::before {
    margin-right: 4px;
}

.meta-cats a,
.meta-tags a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.meta-cats a:hover,
.meta-tags a:hover {
    color: #2980b9;
    text-decoration: underline;
}

/* Featured Image */
.post-featured {
    padding: 0;
    text-align: center;
    background-color: #f8f9fa;
}

.post-featured img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}

/* Post Content */
.post-content {
    padding: 0px;
    font-size: 1.05em;
    color: #444;
}

.post-content p {
    margin-bottom: 1.5em;
    text-align: justify;
    line-height: 1.8;
}

.post-content a {
    color: #3498db;
    text-decoration: none;
    border-bottom: 1px solid #3498db;
    transition: all 0.3s ease;
}

.post-content a:hover {
    color: #2980b9;
    border-bottom-color: #2980b9;
}

/* Headings trong content */
.post-content h2 {
    font-size: 1.7em;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 2em;
    margin-bottom: 1em;
    padding-bottom: 0.4em;
}

.post-content h3 {
    font-size: 1.4em;
    font-weight: 600;
    color: #34495e;
    margin-top: 1.8em;
    margin-bottom: 0.8em;
}

/* Images trong content */
.post-content figure {
    margin: 2.5em 0;
    text-align: center;
}


.post-content figure img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Share Buttons */
.addtoany_share_save_container {
    margin: 2.5em 0;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.a2a_kit {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.a2a_button_facebook,
.a2a_button_mastodon,
.a2a_button_email,
.a2a_dd {
    transition: transform 0.3s ease;
}

.a2a_button_facebook:hover,
.a2a_button_mastodon:hover,
.a2a_button_email:hover,
.a2a_dd:hover {
    transform: translateY(-3px);
}


/* Post Navigation */
.post-nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e9ecef;
}

.nav-prev,
.nav-next {
    flex: 1;
}

.nav-prev a,
.nav-next a {
    display: inline-block;
    padding: 12px 20px;
    background-color: #fff;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    font-weight: 500;
}

.nav-prev a:hover,
.nav-next a:hover {
    background-color: #3498db;
    color: #fff;
    border-color: #3498db;
    transform: translateX(-5px);
}

.nav-next a:hover {
    transform: translateX(5px);
}

.nav-next {
    text-align: right;
}

/* Related Posts *//* Related Posts Section */
.related-posts {
    margin-top: 40px;
    border-radius: 12px;
}

.related-posts h3 {
    font-size: 1.8em;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 3px solid #3498db;
}

/* Grid Layout - 3 cột ngang */
.related-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Related Item Card */
.related-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.related-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.related-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Thumbnail */
.related-thumb {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 200px;
    overflow: hidden;
    background-color: #ecf0f1;
}

.related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Body Content */
.related-body {
    padding: 20px;
}

.related-title {
    font-size: 1.1em;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.4;
    margin-bottom: 10px;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-item:hover .related-title {
    color: #3498db;
}

/* Subtitle/Excerpt */
.related-subtitle {
    font-size: 0.9em;
    color: #7f8c8d;
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Meta Info */
.related-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85em;
    color: #95a5a6;
    padding-top: 12px;
    border-top: 1px solid #ecf0f1;
}

.r-date {
    display: inline-flex;
    align-items: center;
}

.r-date::before {
    margin-right: 5px;
    font-size: 1em;
}

.r-author {
    display: inline-flex;
    align-items: center;
}

.r-author::before {
    margin-left: 8px;
    margin-right: 5px;
}

/* Alternative: Compact Layout */
.related-posts.compact .related-list {
    gap: 20px;
}

.related-posts.compact .related-thumb {
    height: 160px;
}

.related-posts.compact .related-body {
    padding: 15px;
}

.related-posts.compact .related-title {
    font-size: 1em;
}

/* Alternative: Minimal Style */
.related-posts.minimal {
    background-color: transparent;
    padding: 30px 0;
    border-top: 2px solid #e9ecef;
}

.related-posts.minimal .related-item {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

/* Responsive Design */
@media (max-width: 768px) {
    /* 2 cột trên tablet */
    .related-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .related-posts {
        padding: 25px 20px;
    }
    
    .related-posts h3 {
        font-size: 1.5em;
    }
    
    .related-thumb {
        height: 180px;
    }
}

@media (max-width: 480px) {
    /* 1 cột trên mobile */
    .related-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .related-posts {
        padding: 20px 15px;
        margin-top: 30px;
    }
    
    .related-posts h3 {
        font-size: 1.3em;
        margin-bottom: 20px;
    }
    
    .related-thumb {
        height: 220px;
    }
    
    .related-body {
        padding: 15px;
    }
    
    .related-title {
        font-size: 1em;
    }
    
    .related-subtitle {
        font-size: 0.85em;
    }
    
    .related-meta {
        font-size: 0.8em;
    }
}

/* Loading State Animation (optional) */
@keyframes shimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.related-item.loading .related-thumb,
.related-item.loading .related-body {
    background: linear-gradient(
        to right,
        #ecf0f1 0%,
        #d5dbdb 20%,
        #ecf0f1 40%,
        #ecf0f1 100%
    );
    background-size: 800px 104px;
    animation: shimmer 1.5s infinite;
}

/* Print Styles */
@media print {
    .related-posts {
        background-color: transparent;
        box-shadow: none;
    }
    
    .related-item {
        break-inside: avoid;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .site-main.container {
        padding: 25px 15px;
    }
    
    .post-header,
    .post-content,
    .post-footer {
        padding: 25px 20px;
    }
    
    .post-title {
        font-size: 1.8em;
    }
    
    .post-meta {
        flex-direction: column;
        gap: 8px;
    }
    
    .post-content h2 {
        font-size: 1.5em;
    }
    
    /* Related posts - 2 cột trên tablet */
    .related-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .post-nav {
        flex-direction: column;
    }
    
    .nav-next {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .post-title {
        font-size: 1.5em;
    }
    
    .post-content {
        font-size: 1em;
        padding: 20px 15px;
    }
    
    .post-content h2 {
        font-size: 1.3em;
    }
    
    /* Related posts - 1 cột trên mobile */
    .related-list {
        grid-template-columns: 1fr;
    }
    
    .related-item img {
        height: 200px;
    }
    
    .breadcrumb-wrap {
        font-size: 0.8em;
        padding: 10px 15px;
    }
}

/* Animation cho page load */
.post-single {
    animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Print styles */
@media print {
    .site-breadcrumb,
    .post-meta,
    .addtoany_share_save_container,
    .post-nav,
    .related-posts {
        display: none;
    }
    
    .post-single {
        box-shadow: none;
    }
}

/*style chính list blog tag*/



.entry-title span {
    color: #3498db;
    padding: 4px 16px;
    background-color: #ecf8ff;
    border-radius: 6px;
}

/* Nội dung chính */
.page-content {
    font-size: 1.05em;
    color: #444;
}

/* Article card */
.post {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e9ecef;
    transition: transform 0.3s ease;
}

.post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}


/* Tiêu đề bài viết */
.post .entry-title {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: none;
}

.post .entry-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post .entry-title a:hover {
    color: #3498db;
}

/* Hình ảnh featured */
.post a img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



/* Mô tả ngắn */
.post p {
    margin-top: 15px;
    color: #666;
    line-height: 1.7;
    text-align: justify;
}

/* Responsive Design */
@media (max-width: 767px) {
    .site-main {
        padding: 25px 15px;
    }

    .entry-title {
        font-size: 1.7em;
    }

    .post .entry-title {
        font-size: 1.4em;
    }

    .post a img {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .entry-title {
        font-size: 1.5em;
    }

    .post .entry-title {
        font-size: 1.3em;
    }

    .page-content {
        font-size: 1em;
    }
}

/* Hover effect cho toàn bộ article */
.post {
    position: relative;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 8px;
    border-bottom: 1px solid #e9ecef;
}


@media (max-width: 767px) {
    .post {
        margin-left: 0;
        margin-right: 0;
    }
}

/*danh mục style*/
/* Category/Taxonomy Styles */
.taxonomy-category {
    margin: 20px 0;
    padding: 15px 0;
    font-size: 0.95em;
}

.comments-area a, .page-content a{
    text-decoration: none;
}

.taxonomy-category a {
    display: inline-block;
    padding: 6px 16px;
    margin: 5px 5px 5px 0;
    background-color: #ecf0f1;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.taxonomy-category a:hover {
    background-color: #3498db;
    color: #fff;
    box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
}

/* Ẩn dấu phân cách */
.wp-block-post-terms__separator {
    display: none;
}

/* Variant: Style với icon */
.taxonomy-category::before {
    content: "Danh mục ";
    margin-right: 8px;
    font-size: 1.1em;
}

/* Variant: Style đơn giản hơn (không có background) */
.taxonomy-category.simple-style a {
    background-color: transparent;
    padding: 4px 8px;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}

.taxonomy-category.simple-style a:hover {
    background-color: transparent;
    border-bottom-color: #3498db;
    transform: none;
    box-shadow: none;
}

/* Variant: Style với border */
.taxonomy-category.bordered-style a {
    background-color: transparent;
    border: 2px solid #e9ecef;
    padding: 6px 16px;
}

.taxonomy-category.bordered-style a:hover {
    border-color: #3498db;
    background-color: #ecf8ff;
    color: #3498db;
}

/* Responsive */
@media (max-width: 480px) {
    .taxonomy-category {
        font-size: 0.9em;
    }
    
    .taxonomy-category a {
        padding: 5px 12px;
        font-size: 0.95em;
    }
}

/* Yoast Breadcrumbs Styles */
.yoast-breadcrumbs {
    margin: 20px 0;
    padding: 12px 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    font-size: 0.9em;
    color: #7f8c8d;
    border-left: 3px solid #3498db;
}

.yoast-breadcrumbs span {
    display: inline;
}

.yoast-breadcrumbs a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.yoast-breadcrumbs a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.breadcrumb_last {
    color: #2c3e50;
    font-weight: 600;
}

/* Separator styling */
.yoast-breadcrumbs span span:not(:last-child)::after {
    content: "";
}

/* Alternative: Icon separator */
.yoast-breadcrumbs.icon-separator {
    background-color: transparent;
    padding: 12px 0;
    border-left: none;
}

.yoast-breadcrumbs.icon-separator span > span + span::before {
    content: "›";
    margin: 0 8px;
    color: #bdc3c7;
    font-weight: bold;
}

/* Alternative: Minimal style */
.yoast-breadcrumbs.minimal {
    background-color: transparent;
    padding: 10px 0;
    border-left: none;
    border-bottom: 1px solid #e9ecef;
    border-radius: 0;
}

/* Alternative: Pill style */
.yoast-breadcrumbs.pill-style {
    display: inline-block;
    padding: 8px 16px;
    background-color: #ecf0f1;
    border-radius: 20px;
    border-left: none;
}

.yoast-breadcrumbs.pill-style a {
    color: #2c3e50;
}

.yoast-breadcrumbs.pill-style a:hover {
    color: #3498db;
}

/* Home icon */
.yoast-breadcrumbs a[href*="/"]:first-of-type::before {
    content: "Home ";
    margin-right: 4px;
}

/* Responsive */
@media (max-width: 768px) {
    .yoast-breadcrumbs {
        font-size: 0.85em;
        padding: 10px 15px;
    }
}

@media (max-width: 480px) {
    .yoast-breadcrumbs {
        font-size: 0.8em;
        padding: 8px 12px;
    }
    
    /* Ẩn text "Trang chủ", chỉ giữ icon trên mobile */
    .yoast-breadcrumbs a[href*="/"]:first-of-type {
        font-size: 0;
    }
    
    .yoast-breadcrumbs a[href*="/"]:first-of-type::before {
        font-size: 1.2rem;
    }
}

/* Post Tags Styles */
.taxonomy-post_tag {
    margin: 20px 0;
    padding: 15px 0;
    font-size: 0.95em;
}

.taxonomy-post_tag a {
    display: inline-block;
    padding: 6px 16px;
    margin: 5px 8px 5px 0;
    background-color: #ecf0f1;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.taxonomy-post_tag a:hover {
    background-color: #3498db;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
}

/* Ẩn dấu phân cách */
.taxonomy-post_tag .wp-block-post-terms__separator {
    display: none;
}

/* Tag icon */
.taxonomy-post_tag::before {
    content: "Thẻ ";
    margin-right: 8px;
    font-size: 1.1em;
}

/* Alternative: Flat style with # symbol */
.taxonomy-post_tag.hash-style a::before {
    content: "#";
    opacity: 0.7;
    margin-right: 2px;
}

.taxonomy-post_tag.hash-style a {
    background-color: transparent;
    color: #3498db;
    padding: 4px 8px;
}

.taxonomy-post_tag.hash-style a:hover {
    background-color: #ecf8ff;
    transform: none;
    box-shadow: none;
}

/* Alternative: Outlined style */
.taxonomy-post_tag.outlined a {
    background-color: transparent;
    border: 2px solid #e9ecef;
    color: #2c3e50;
}

.taxonomy-post_tag.outlined a:hover {
    border-color: #3498db;
    background-color: #ecf8ff;
    color: #3498db;
    box-shadow: none;
}

/* Alternative: Minimal style */
.taxonomy-post_tag.minimal {
    padding: 10px 0;
    border-top: 1px solid #e9ecef;
}

.taxonomy-post_tag.minimal::before {
    content: "Tags: ";
    font-weight: 600;
    color: #7f8c8d;
    margin-right: 10px;
    font-size: 0.9em;
}

.taxonomy-post_tag.minimal a {
    background-color: transparent;
    padding: 4px 0;
    margin-right: 15px;
    border-radius: 0;
    color: #3498db;
    border-bottom: 2px solid transparent;
}

.taxonomy-post_tag.minimal a:hover {
    background-color: transparent;
    border-bottom-color: #3498db;
    transform: none;
    box-shadow: none;
}

/* Colorful tags variant */
.taxonomy-post_tag.colorful a:nth-child(3n+1) {
    background-color: #ffe5e5;
    color: #e74c3c;
}

.taxonomy-post_tag.colorful a:nth-child(3n+2) {
    background-color: #e5f5ff;
    color: #3498db;
}

.taxonomy-post_tag.colorful a:nth-child(3n+3) {
    background-color: #e5ffe5;
    color: #27ae60;
}


/* Responsive */
@media (max-width: 480px) {
    .taxonomy-post_tag {
        font-size: 0.9em;
    }
    
    .taxonomy-post_tag a {
        padding: 5px 12px;
        font-size: 0.95em;
        margin: 4px 6px 4px 0;
    }
}

/* Post Author Styles */
.wp-block-post-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}


.wp-block-post-author__avatar {
    flex-shrink: 0;
}

.wp-block-post-author__avatar img {
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.wp-block-post-author__content {
    flex: 1;
}

.wp-block-post-author__name {
    margin: 0;
    font-size: 1em;
    font-weight: 600;
    color: #2c3e50;
}

/* Post Date Styles */
.wp-block-post-date {
    display: inline-block;
    margin: 15px 0;
    padding: 8px 16px;
    background-color: #ecf0f1;
    border-radius: 20px;
    font-size: 0.9em;
    color: #7f8c8d;
}

.wp-block-post-date time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.wp-block-post-date time::before {
    content: "";
    font-size: 1.1em;
}

/* Combined meta info container */
.post-meta-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 25px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.post-meta-wrapper .wp-block-post-author,
.post-meta-wrapper .wp-block-post-date {
    margin: 0;
}

/* Alternative: Inline style */
.wp-block-post-author.inline {
    display: inline-flex;
    padding: 8px 16px;
    background-color: transparent;
    border: 1px solid #e9ecef;
}

.wp-block-post-author.inline .wp-block-post-author__avatar img {
    width: 32px;
    height: 32px;
    border-width: 2px;
}

.wp-block-post-author.inline .wp-block-post-author__name {
    font-size: 0.9em;
}

/* Alternative: Minimal style */
.wp-block-post-author.minimal {
    background-color: transparent;
    padding: 10px 0;
}

.wp-block-post-author.minimal .wp-block-post-author__name::before {
    content: "✍️ ";
    margin-right: 4px;
}

.wp-block-post-date.minimal {
    background-color: transparent;
    padding: 0;
    color: #95a5a6;
}

/* Alternative: Card style */
.wp-block-post-author.card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.wp-block-post-author.card .wp-block-post-author__name {
    color: #fff;
}

.wp-block-post-author.card .wp-block-post-author__avatar img {
    border-color: rgba(255, 255, 255, 0.8);
}

/* Icon variations for date */
.wp-block-post-date.clock time::before {
    content: "🕐";
}

.wp-block-post-date.simple time::before {
    content: "";
}

/* Responsive */
@media (max-width: 480px) {
    .wp-block-post-author {
        padding: 12px;
    }
    
    .wp-block-post-author__avatar img {
        width: 40px;
        height: 40px;
    }
    
    .wp-block-post-author__name {
        font-size: 0.95em;
    }
    
    .wp-block-post-date {
        font-size: 0.85em;
        padding: 6px 12px;
    }
    
    .post-meta-wrapper {
        gap: 12px;
    }
}