
/* 主内容区域：上下结构，但内部采用flex wrap 达到明快分区 */
.author-main {
    margin-top:30px;
}

/* 左侧头像 + 名字 + 职务 + 年份标语 —— 紧凑明艳 */
.author-left {
    flex: 1 1 280px;
    min-width: 260px;
    display: flex;
    flex-direction: column;
}

/* 头像圆圈 + 名字行 */
.avatar-name {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 4.5px;
    flex-wrap: wrap;
}
.avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px -6px rgba(235, 111, 37, 0.4);
    font-size: 32px;
    font-weight: 600;
}
.avatar img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.name-title h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: #1e1e1e;
}
.name-title .handle {
    font-size: 12px;
    font-weight: 400;
    background: rgba(235, 111, 37, 0.12);
    display: inline-block;
    padding: 2px 10px 2px 8px;
    border-radius: 40px;
    margin-top:4px;
    backdrop-filter: blur(2px);
}

/* Digital Content Specialist 区域 */
.role-box {
    margin: 14px 0 20px 0;
    padding: 9px 15px;
    background: #faf2ea;
    border-left: 8px solid #EB6F25;
    border-radius: 0 40px 40px 0;
    width: fit-content;
}
.role-box .role {
    font-size: 24px;
    font-weight: 600;
    color: #272727;
    line-height: 1.3;
}
.role-box .sub {
    font-size: 12px;
    color: #686868;
    margin-top: 4px;
}

/* 三个统计标签 —— 仿 vaped years / favorite flavors / expertise */
.stats-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 25px;
    margin-top: 8px;
}
.stat-item {
    display: flex;
    flex-direction: column;
}
.stat-label {
    font-size: 12px;
    text-transform: uppercase;
    color: #8f8f8f;
    font-weight: 500;
}
.stat-value {
    font-size: 16px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.2;
}
.stat-value small {
    font-size: 12px;
    font-weight: 400;
    color: #EB6F25;
    margin-left: 4px;
}
.stat-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
    margin-top: 5px;
}
.stat-tags span {
    background: #f0e5db;
    padding: 3px 10px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 500;
    color: #3b3b3b;
    border: 1px solid rgba(235,111,37,0.25);
    transition: all 0.15s;
}
.stat-tags span:hover {
    background: #EB6F25;
    color: white;
    border-color: #EB6F25;
}

/* 右侧主要描述段落 —— 比重略大，因为您的故事更详细 */
.author-right {
    flex: 2 1 400px;
    min-width: 320px;
    background: #fefcfa;
    padding: 16px 20px 18px 20px;
    border-radius: 36px;
    border: 1px solid rgba(235,111,37,0.2);
    box-shadow: inset 0 2px 10px rgba(255,245,235,0.6), 0 8px 18px -12px #EB6F25;
}

.author-right p {
    font-size: 20px;
    line-height: 1.6;
    color: #262626;
    margin-bottom: 12px;
    font-weight: 380;
}

.author-right p strong {
    color: #EB6F25;
    font-weight: 600;
    background: linear-gradient(to right, #fff1e6, transparent);
    padding: 0 2px;
}

/* highlight 橙色强调条 */
.highlight-quote {
    background: rgba(235, 111, 37, 0.08);
    padding: 10px 15px;
    border-radius: 60px 12px 60px 12px;
    margin-top: 15px;
    border-bottom: 3px solid #EB6F25;
    font-style: italic;
    color: #2b2b2b;
    font-weight: 450;
}
.highlight-quote svg {
    width: 24px;
    height: 24px;
    fill: #EB6F25;
    margin-right: 4px;
    vertical-align: middle;
}

/* 底部全宽装饰条 —— 主色渐变 */
.footer-strip {
    background: linear-gradient(90deg, #EB6F25 0%, #f7b26a 70%, #ffe6d6 100%);
    height: 14px;
    width: 100%;
}

/* 让年份等小标签更生动 */
.vape-icon {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
}
.author-main .title{
    padding: 1em 0;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
}
/* 完全仿照 Jeremy 的“Vaping for 12 years”区块，用您的数据 */
.custom-stats-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    justify-content: space-between;
    margin-top: 12px;
}
/* 重定义以保证与原设计类似，但更明快 */
.block-item {
    display: flex;
    flex-direction: column;
}
.block-item .label {
    font-size: 12px;
    font-weight: 500;
    color: #a2a2a2;
    text-transform: uppercase;
}
.block-item .number {
    font-size: 30px;
    font-weight: 700;
    color: #1f1f1f;
    line-height: 1.2;
}

.number small{
    color:#EB6F25; 
    font-size:18px;
}


.number-txt{
    font-size: 18px;
    color:#6f6f6f; 
    margin-top:2px;
}

.block-item .tags-list {
    margin-top: 4px;
}

.block-item .tags-list p{
    margin: 1em 0;
}

.block-item .tags-list span {
    background: #eae0d7;
    padding:3px 12px;
    border-radius: 40px;
    font-weight: 500;
    color: #2d2d2d;
    border: 1px solid #EB6F25;
}
.author-main li .item {
    margin: 0 0 10px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

/* .author-main li .img {
    width: 100%;
    height: 161px;
    text-align: center
} */
.author-main li .img {
    width: 45%;
    height: 32vw;
    text-align: center;
}
    
.author-main li img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.author-main .name {
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    overflow: hidden;
    text-decoration: none;
    text-decoration: none;
    font-weight: 700
}



.author-main .times {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin: 10px 0 0
}

.author-main .times span {
    color: #999;
    display: inline-block;
    font-size: 12px
}

.author-main .times i {
    color: #999;
    display: inline-block;
    font-size: 14px;
    margin-right: 2px;
    height: 18px;
    line-height: 18px
}

.author-main .readmore {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 5px 0 0
}
.author-main ul{
    width: 100%;
}

.author-main .readmore span {
    display: inline-block;
    width: auto;
    height: 26px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    padding: 0 12px;
    border: 1px solid var(--primary-color);
    border-radius: 44px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    -ms-border-radius: 44px;
    -o-border-radius: 44px
}
.section-title{
    width: 100%;
}
.author-main .readmore a {
    color: var(--primary-color)
}
/* 响应式优化 */
.blur-bg {
    margin-bottom: 20px;
    padding: 20px 25px 28px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px 30px;
    background: url("/responsive/images/author-bg.png") no-repeat;
    background-size: 100% 100%;
}


@media (max-width: 650px) {
    .author-main { padding: 10px 15px 20px; }
    .avatar-name { flex-direction: column; align-items: center; }
    .breadcrumb { padding-left: 15px; }
}

@media (max-width: 767px) {

    .blog-details {
        flex: 1;
        padding: 0 5px 0 10px
    }
    .author-main li .item {
        display: flex;
        align-items: center;
        margin: 0 0 10px;
        background: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (min-width: 576px) {
    .author-main li .img {
        height: 171px;
    }
}
@media (min-width: 768px) {
    .author-main li .img {
        width: 100%;
        height: 161px;
        text-align: center;
    }
}
@media (min-width: 992px) {
    .author-main li .img {
        height: 161px;
    }
}
@media (min-width: 1200px) {
    .author-main li .img {
        height: 190px;
    }
}
@media (min-width: 1400px) {
    .author-main li .img {
        height: 223px;
    }
}

@media (min-width: 1500px) {
    .author-main li .img {
        height: 238px;
    }
}


