.entry-header-text.entry-header-text-top {
    padding-bottom: 0;
}

.blog-wrapper.blog-single {
    padding-top: 0;
}

.page-title-inner {
    padding-top: 0 !important;
}

nav.breadcrumbs, nav.breadcrumbs a {
    font-size: 13px;
    color: #575252;
    font-weight: 400;
}

.page-title.shop-page-title.product-page-title {/* margin-bottom: 10px; */}

div#content {
    background-color: #ede6e636;
}

.article-inner {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #cccccc87;
    border-radius: 18px;
}

.entry-content.single-page {
    padding-top: 4px !important;
}

.entry-content.single-page {
    font-size: 15px;
}

h1.entry-title {
    font-size: 25px;
    font-weight: 500;
}

.entry-content.single-page b, .entry-content.single-page strong {
    font-weight: 500;
}

.entry-content.single-page h2 {
    font-size: 22px;
}

.entry-content.single-page h3 {
    font-size: 20px;
}

.entry-divider.is-divider {
    display: none !important;
}

.post-sidebar.large-3.col {
    border: 0 !important;
}

/* css custom meta */
.itcodewp-entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    background: #fff8f0;
    border-radius: 16px;
    border: 1.5px solid #ffe4c8;
    margin-bottom: 18px;
}

.itcodewp-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 50px;
    padding: 8px 16px 8px 8px;
    border: 1px solid #ffe0b2;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.itcodewp-meta-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(249,115,22,0.15);
}

/* Icon tròn */
.itcodewp-meta-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.itcodewp-meta-icon svg {
    width: 14px;
    height: 14px;
    color: #fff;
}

.itcodewp-ic-author { background: linear-gradient(135deg, #f97316, #ec4899); }
.itcodewp-ic-date   { background: linear-gradient(135deg, #f59e0b, #f97316); }
.itcodewp-ic-view   { background: linear-gradient(135deg, #06b6d4, #8b5cf6); }
.itcodewp-ic-update { background: linear-gradient(135deg, #10b981, #06b6d4); }

/* Text */
.itcodewp-meta-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1;
}

.itcodewp-meta-label {
    font-size: 10px;
    font-weight: 700;
    color: #f97316;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.itcodewp-meta-val {
    font-size: 12px;
    font-weight: 500;
    color: #1a1a2e;
    text-decoration: none;
}

a.itcodewp-meta-val:hover {
    color: #f97316;
}

@media (max-width: 600px) {
    .itcodewp-entry-meta {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 8px;
    }
    .itcodewp-meta-item {
        border-radius: 14px;
        padding: 8px 10px;
    }
    .itcodewp-meta-val {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .itcodewp-meta-label {
        font-size: 9px;
    }
}



/* css author box */
/* ============================================
   ITCODEWP Author Box — Cuối bài viết
   Paste vào: Flatsome > Theme Options > Custom CSS
   ============================================ */

.itcodewp-author-box {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.09);
    border: 1.5px solid #ffe4c8;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Accent bar gradient trên */
.itcodewp-author-top {
    height: 6px;
    background: var(--colorRed);
}

/* Layout ngang */
.itcodewp-author-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
}

/* Avatar chung */
.itcodewp-author-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Avatar ảnh thật */
.itcodewp-author-avatar-img {
    object-fit: cover;
    box-shadow: 0 4px 14px rgba(249,115,22,0.25);
    border: 3px solid #fff;
}

/* Avatar fallback chữ cái đầu */
.itcodewp-author-avatar-fallback {
    background: linear-gradient(135deg, #f97316, #ec4899);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    box-shadow: 0 4px 14px rgba(249,115,22,0.3);
}

/* Thông tin */
.itcodewp-author-info {
    flex: 1;
    min-width: 0;
}

.itcodewp-author-label {
    font-size: 10px;
    font-weight: 700;
    color: #f97316;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.itcodewp-author-name {
    font-size: 18px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 5px;
}

.itcodewp-author-bio {
    font-size: 13px;
    color: #64748b;
    line-height: 1.75;
    margin: 0;
}

.itcodewp-author-bio-empty {
    font-style: italic;
    color: #94a3b8;
}

/* Responsive mobile */
@media (max-width: 600px) {
    .itcodewp-author-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 16px;
        gap: 14px;
    }
    .itcodewp-author-avatar {
        width: 75px;
        height: 75px;
    }
    .itcodewp-author-avatar-fallback {
        font-size: 28px;
    }
    .itcodewp-author-name {
        font-size: 16px;
    }
}

@media (max-width: 549px) {
	h1.entry-title {
		font-size: 17px;
		line-height: 26px;
	}
	.article-inner {
		padding: 18px 12px;
	}
	a.btn-cont {
		width: 100%;
	}
}

