
.tabufront-blog-container {
	max-width: 1200px;
}

.tabufront-blog-header {
	text-align: left;
}

.tabufront-blog-title {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

.tabufront-blog-subtitle {
	color: #6c757d;
	margin-bottom: 0;
}

.tabufront-blog-card {
	border: 0;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	border-radius: 16px;
	overflow: hidden;
	background-color: #ffffff;
}

.tabufront-blog-img-wrapper {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
}

.tabufront-blog-img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.tabufront-blog-card:hover .tabufront-blog-img {
	transform: scale(1.05);
}

.tabufront-blog-body {
	padding: 1.5rem 1.5rem 0.5rem;
}

.tabufront-blog-card-title {
	font-size: 1.35rem;
	font-weight: 600;
	margin-bottom: 0.75rem;
	line-height: 1.3;
}

.tabufront-blog-card-link {
	color: #111827;
	text-decoration: none;
}

.tabufront-blog-card-link:hover {
	text-decoration: underline;
}

.tabufront-blog-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.75rem;
	font-size: 0.9rem;
	color: #6c757d;
	flex-wrap: wrap;
}

.tabufront-blog-author {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.tabufront-blog-author-img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
}

.tabufront-blog-author-name {
	font-weight: 600;
	color: #111827;
}

.tabufront-blog-date {
	font-size: 0.85rem;
}

.tabufront-blog-excerpt {
	color: #4b5563;
	font-size: 0.95rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.tabufront-blog-footer {
	padding: 0 1.5rem 1.5rem;
}

.tabufront-blog-btn {
	border-radius: 999px;
	padding: 0.45rem 1.2rem;
}

.tabufront-blog-pagination .pagination {
	justify-content: center;
}

.tabufront-blog-pagination .page-link {
	border-radius: 999px;
	margin: 0 0.2rem;
}

.tabufront-blog-post {
	max-width: 880px;
}

.tabufront-blog-post-header {
	text-align: left;
}

.tabufront-blog-post-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.tabufront-blog-post-date {
	color: #6c757d;
	margin-bottom: 1.5rem;
}

.tabufront-blog-post-image {
	overflow: hidden;
	border-radius: 18px;
	max-width: 500px;
	margin: 0 auto;
}

.tabufront-blog-post-img {
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.tabufront-blog-post-content {
	font-size: 1.05rem;
	line-height: 1.7;
	color: #111827;
}

.tabufront-blog-author-box {
	padding-top: 2rem;
	border-top: 1px solid #e5e7eb;
}

.tabufront-blog-author-title {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.tabufront-blog-author-card {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	background: #f9fafb;
	border-radius: 16px;
	padding: 1.25rem;
}

.tabufront-blog-author-avatar {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
}

.tabufront-blog-author-info {
	flex: 1;
}

.tabufront-blog-author-name {
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.tabufront-blog-author-bio {
	color: #4b5563;
	margin-bottom: 0.75rem;
}

.tabufront-blog-author-link {
	color: #0d6efd;
	text-decoration: none;
}

.tabufront-blog-author-link:hover {
	text-decoration: underline;
}
