.duanpage .post-item .col-inner {
	background-color: var(--color-white);
	border-radius: 20px !important;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
}

.duanpage .post-item .col-inner:hover {
	transform: translateY(-5px);
}

.duanpage .custom-location-badge {
	position: absolute;
	top: 5%;
	gap: 4px;
	left: 3%;
	z-index: 10;
	background: rgba(255, 255, 255, 0.9);
	padding: 4px 15px;
	border-radius: 50px;
	font-size: 11px;
	font-weight: 700;
	color: #333;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
}


.duanpage .custom-location-badge::before {
	content: "\f3c5"; 
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	color: var(--color-chu);
	margin-right: 8px;
	font-size: 13px;
}

.duanpage .meta-info-line {
	font-size: 12px;
	color: #666363;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 9px;
	display: flex;
	gap: 10px;
	overflow: hidden;
	white-space: nowrap;
}

.duanpage .meta-info-line i {
	margin-right: 5px;
	color: #ccc;
}

.duanpage .post-title {
	line-height: 1.3;
	min-height: 50px;
	margin-bottom: 5px;
}

.duanpage .post-title a {
	font-size: 18px !important;
	font-weight: 800 !important;
	color: var(--color-chu) !important;
	text-decoration: none;
	transition: color 0.2s;
}

.duanpage .post-item:hover  .post-title a{
	color: var(--color-chu) !important;
}
.duanpage .box-text.text-center{
	padding: 15px;
}
.duanpage .from_the_blog_excerpt {
	font-size: 14px;
	color: var(--color-black);
	line-height: 1.6;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.duanpage .is-divider {
	height: 1px;
	background-color: #eee !important;
	margin: 9px 0 !important;
	max-width: 100% !important;
}

.duanpage .box-text-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: left;
	justify-content: left !important;
}
.custom-card-data{
	margin:0px !important;
}

.duanpage .box-text-inner a.plain {
	display: block;
}

.duanpage .view-more-link {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom: 2px solid #eee;
	padding-bottom: 5px;
}
.duanpage .ux-relay__control button{
	border-radius: 25px;
	font-weight: 600;
	padding: 0px 30px;
}
.duanpage .box-text-inner a{
	display:flex;
	justify-content:left;
	text-align:left;
}

.duanpage .box-text-inner a.button::after {
    content: " \2192";
    margin-left: 5px;
    transition: margin 0.2s;
}
.duanpage .box-text-inner a.button:hover {
   color: var(--color-chu);
}

.bv-box {
    background: var(--color-white);
    border-radius: 10px;
    border: 1px solid var(--color-chu);
    overflow: hidden;
}

/* Header */
.bv-header {
    padding: 12px 16px;
    font-weight: 700;
    border-bottom: 1px solid var(--color-chu);
    font-size: 15px;
	color: var(--color-black);
}

/* Row */
.bv-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    transition: background 0.25s;
}

.bv-row:last-child {
    border-bottom: none;
}

/* Image */
.bv-img {
    position: relative;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.bv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/* Number on image */
.bv-number {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 22px;
    height: 22px;
    background: var(--color-chu);
    color: var(--color-white);
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

/* Content */
.bv-info {
    flex: 1;
}

.bv-title-post {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.4;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bv-row:hover .bv-title-post {
    color: var(--color-chu);
}

.bv-date {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}
.blog-wrapper.blog-single .entry-title{
	color: var(--color-main);
}
.blog-wrapper.blog-single h3,
.blog-wrapper.blog-single h2,
.blog-wrapper.blog-single h1{
	color: var(--color-main);
}
.comments-area{
	display:none;
}
.duanpage .custom-card-data{
	display:none;
}
/* Mobile */
@media (max-width: 600px) {
    .bv-img {
        width: 50px;
        height: 50px;
    }

    .bv-title-post {
        font-size: 13px;
    }

    .bv-number {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
}
