/* 微博 Cover Flow 样式 - 重新设计版本 */
.weibo-coverflow-section {
    width: 100%;
    padding: 0 1rem;
    position: relative;
    flex-shrink: 0;
}

/* 在 ausbia-hero__visual 容器内的样式调整 */
.ausbia-hero__visual .weibo-coverflow-section,
.welcome_canvas .weibo-coverflow-section {
    margin-top: 1rem;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    flex-shrink: 0;
}

.ausbia-hero__visual .weibo-coverflow-container {
    max-width: clamp(400px, 80vw, 900px);
    margin: 0 auto;
}

.weibo-coverflow-container {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    perspective: 1500px;
    margin: 0 auto;
}

.ausbia-hero__visual .weibo-coverflow-container {
    height: 280px; /* 增加高度以容纳卡片和圆角（卡片高度260px + 圆角空间） */
}

.weibo-coverflow-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.weibo-card {
    position: absolute;
    width: 285px;
    height: 260px;
    left: 50%;
    top: 50%;
    margin-left: -142.5px;
    margin-top: -130px;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.6s ease;
    cursor: pointer;
    will-change: transform, opacity;
    opacity: 1; /* 所有卡片保持完全不透明 */
}

/* 隐藏动画时的样式 */
.weibo-card.hiding {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.6s ease;
}

.weibo-card-inner {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fffaf2 0%, #f8efe0 100%);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    backface-visibility: hidden;
    transform: translateZ(0);
    position: relative;
}

/* 藏历每日卡片嵌入样式（Uiverse: big-warthog-6 适配版） */
.weibo-card-tibetan .weibo-card-inner-tibetan {
    border: 1px solid #6a6a6a;
    background: #262826;
    box-shadow: inset 0 2px 4px #111, 0 8px 12px #000;
}

.weibo-tibetan-card-embed.panel-container {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: #32343262;
    border: 1px solid #777;
    overflow: hidden;
    box-shadow: inset 0 2px 4px #111, 0 8px 12px #000;
    isolation: isolate;
}

.weibo-tibetan-card-embed .blobs {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    filter: blur(18px);
}

.weibo-tibetan-card-embed .blob {
    position: absolute;
    width: 25%;
    aspect-ratio: 1;
    border-radius: 50%;
    filter: blur(12px);
    animation: weiboTibetanMotion 6s infinite;
}

.weibo-tibetan-card-embed .blob:nth-child(1) {
    top: -55%;
    left: 10%;
    width: 40%;
    filter: blur(28px);
    background-color: rgb(233 115 47 / 0.6);
    animation-delay: 0ms;
}

.weibo-tibetan-card-embed .blob:nth-child(2) {
    top: 15%;
    left: -20%;
    width: 40%;
    filter: blur(20px);
    background-color: rgb(113 32 189 / 0.7);
    animation-delay: 0.25s;
}

.weibo-tibetan-card-embed .blob:nth-child(3) {
    top: -10%;
    right: -20%;
    filter: blur(36px);
    background-color: rgb(248 123 98 / 0.7);
    animation-delay: 0.5s;
}

.weibo-tibetan-card-embed .blob:nth-child(4) {
    top: 60%;
    right: -15%;
    background-color: rgb(36 154 184 / 0.3);
    animation-delay: 0.75s;
}

.weibo-tibetan-card-embed .blob:nth-child(5) {
    bottom: -65%;
    left: 10%;
    width: 80%;
    aspect-ratio: 2 / 1;
    background-color: rgb(189 32 32 / 0.4);
    animation-delay: 1s;
}

.weibo-tibetan-card-embed .noise {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    border-radius: 12px;
    z-index: -1;
}

.weibo-tibetan-card-embed .panel-main {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 12px;
    box-sizing: border-box;
}

.weibo-tibetan-card-embed .weibo-tibetan-today-card {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
    position: relative;
}

.weibo-tibetan-card-embed .card-content {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: auto auto 0.4fr auto;
    gap: 5px;
    padding: 6px 8px;
    color: #f1f1f1;
    text-decoration: none !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-sizing: border-box;
    position: relative;
}

.weibo-tibetan-card-embed .today-card-tags {
    position: static;
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    margin-bottom: 0;
    justify-content: flex-start;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    order: 3;
    scrollbar-width: none;
    padding-bottom: 2px;
}

.weibo-tibetan-card-embed .today-card-tags::-webkit-scrollbar {
    display: none;
}

.weibo-tibetan-card-embed .today-card-tag,
.weibo-tibetan-card-embed .today-card-solar-term,
.weibo-tibetan-card-embed .today-card-festival {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 9px;
    line-height: 1.15;
    padding: 2px 8px;
    min-height: 18px;
    max-width: 110px;
    border-radius: 999px;
    border: 1px solid rgb(255 255 255 / 0.24);
    background: rgb(20 20 20 / 0.78);
    color: #fff !important;
    text-shadow: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    letter-spacing: 0.2px;
    font-weight: 700;
}

/* 反制 tibetan-calendar 移动端把 tag 改成圆点的样式 */
.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-tag,
.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-solar-term,
.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-festival {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 18px !important;
    border-radius: 999px !important;
    padding: 2px 8px !important;
    font-size: 9px !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    display: inline-flex !important;
    white-space: nowrap !important;
    color: #fff !important;
}

/* tag 颜色与藏历语义保持一致 */
.weibo-tibetan-card-embed .today-card-solar-term {
    background: rgb(13, 110, 48);
    border-color: rgb(13, 110, 48);
    color: #fff !important;
}

.weibo-tibetan-card-embed .today-card-festival {
    background: #dc2626;
    border-color: #dc2626;
    color: #fff !important;
}

.weibo-tibetan-card-embed .today-card-tag.auspicious,
.weibo-tibetan-card-embed .today-card-tag.eight_auspicious {
    background: #ec4899;
    border-color: #ec4899;
    color: #fff !important;
}

.weibo-tibetan-card-embed .today-card-tag.inauspicious,
.weibo-tibetan-card-embed .today-card-tag.nine_inauspicious {
    background: #92400e;
    border-color: #92400e;
    color: #fff !important;
}

.weibo-tibetan-card-embed .today-card-tag.special,
.weibo-tibetan-card-embed .today-card-tag.prayer_flag {
    background: #dc2626;
    border-color: #dc2626;
    color: #fff !important;
}

.weibo-tibetan-card-embed .today-card-tag.fasting {
    background: #eab308;
    border-color: #eab308;
    color: #fff !important;
}

.weibo-tibetan-card-embed .today-card-tag.month-name {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.35);
    color: #2f2a22 !important;
    font-weight: 700;
}

.weibo-tibetan-card-embed .today-card-tag.month-name.month-color-default {
    background: rgba(126, 87, 194, 0.15);
    color: #5a35a3 !important;
    border-color: rgba(126, 87, 194, 0.2);
}

.weibo-tibetan-card-embed .today-card-tag.month-name.month-color-1 {
    background: rgba(249, 115, 22, 0.18);
    color: #9a3412 !important;
    border-color: rgba(249, 115, 22, 0.32);
}

.weibo-tibetan-card-embed .today-card-tag.month-name.month-color-2 {
    background: rgba(239, 68, 68, 0.18);
    color: #991b1b !important;
    border-color: rgba(239, 68, 68, 0.32);
}

.weibo-tibetan-card-embed .today-card-tag.month-name.month-color-3 {
    background: rgba(250, 204, 21, 0.18);
    color: #854d0e !important;
    border-color: rgba(250, 204, 21, 0.32);
}

.weibo-tibetan-card-embed .today-card-tag.month-name.month-color-4 {
    background: rgba(34, 197, 94, 0.18);
    color: #166534 !important;
    border-color: rgba(34, 197, 94, 0.32);
}

.weibo-tibetan-card-embed .today-card-tag.month-name.month-color-5 {
    background: rgba(20, 184, 166, 0.18);
    color: #0f766e !important;
    border-color: rgba(20, 184, 166, 0.32);
}

.weibo-tibetan-card-embed .today-card-tag.month-name.month-color-6 {
    background: rgba(14, 165, 233, 0.18);
    color: #075985 !important;
    border-color: rgba(14, 165, 233, 0.32);
}

.weibo-tibetan-card-embed .today-card-tag.month-name.month-color-7 {
    background: rgba(99, 102, 241, 0.18);
    color: #3730a3 !important;
    border-color: rgba(99, 102, 241, 0.32);
}

.weibo-tibetan-card-embed .today-card-tag.month-name.month-color-8 {
    background: rgba(168, 85, 247, 0.18);
    color: #6b21a8 !important;
    border-color: rgba(168, 85, 247, 0.32);
}

.weibo-tibetan-card-embed .today-card-tag.month-name.month-color-9 {
    background: rgba(236, 72, 153, 0.18);
    color: #9d174d !important;
    border-color: rgba(236, 72, 153, 0.32);
}

.weibo-tibetan-card-embed .today-card-tag.month-name.month-color-10 {
    background: rgba(245, 158, 11, 0.18);
    color: #92400e !important;
    border-color: rgba(245, 158, 11, 0.32);
}

.weibo-tibetan-card-embed .today-card-tag.month-name.month-color-11 {
    background: rgba(132, 204, 22, 0.18);
    color: #3f6212 !important;
    border-color: rgba(132, 204, 22, 0.32);
}

.weibo-tibetan-card-embed .today-card-tag.month-name.month-color-12 {
    background: rgba(56, 189, 248, 0.18);
    color: #0f4c81 !important;
    border-color: rgba(56, 189, 248, 0.32);
}

/* 最终统一：所有 tag 文字为白色 */
.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-tag,
.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-solar-term,
.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-festival,
.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-tag.month-name,
.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-tag.month-name[class*="month-color-"] {
    color: #fff !important;
}

.weibo-tibetan-card-embed .today-card-date {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1.05;
    color: #ffffff;
    margin-bottom: 0;
    text-shadow: none;
    order: 1;
    margin-top: 0;
    padding-right: 70px;
}

.weibo-tibetan-card-embed .today-card-weekday {
    font-size: 10px;
    color: #d8d8d8;
    margin-bottom: 0;
    text-shadow: none;
    letter-spacing: 0.1px;
    order: 0;
    margin-top: 0;
    padding-right: 0;
    position: absolute;
    top: 7px;
    right: 8px;
    z-index: 4;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    line-height: 1.3;
    font-weight: 600;
}

.weibo-tibetan-card-embed .today-card-labels {
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
    order: 4;
    align-items: center;
    overflow: hidden;
}

/* 农历/藏历统一放在同一灰色背景条中（强制覆盖原插件列布局） */
.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-labels {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    background: rgb(15 15 15 / 0.42) !important;
    border: 1px solid rgb(255 255 255 / 0.12) !important;
    border-radius: 10px !important;
    padding: 3px 8px !important;
    box-sizing: border-box !important;
}

.weibo-tibetan-card-embed .today-card-label {
    margin-bottom: 0;
    background: rgb(15 15 15 / 0.38);
    border: 1px solid rgb(255 255 255 / 0.12);
    border-radius: 999px;
    padding: 1px 6px 1px 3px;
    backdrop-filter: blur(1px);
}

.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-label {
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
}

.weibo-tibetan-card-embed .today-card-label-text {
    color: #e5e5e5 !important;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.1;
}

.weibo-tibetan-card-embed .today-card-label-tag {
    width: 12px;
    height: 12px;
    font-size: 8px;
}

.weibo-tibetan-card-embed .today-card-events {
    order: 5;
    margin-top: 0;
    padding: 9px 10px;
    border-radius: 11px;
    background: linear-gradient(180deg, rgb(24 24 24 / 0.94), rgb(14 14 14 / 0.94));
    border: 1px solid rgb(255 255 255 / 0.12);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.12);
    color: #e9e9e9;
    font-size: 10px;
    line-height: 1.36;
    max-height: 68px;
    overflow: hidden;
}

.weibo-tibetan-card-embed .today-card-event-item,
.weibo-tibetan-card-embed .today-card-haircut-item {
    margin-bottom: 4px;
    font-size: 10px;
    text-shadow: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.weibo-tibetan-card-embed .today-card-event-item:last-child,
.weibo-tibetan-card-embed .today-card-haircut-item:last-child {
    margin-bottom: 0;
}

.weibo-tibetan-card-embed .today-card-haircut-item {
    color: #84f1c0 !important;
}

.weibo-tibetan-card-embed .today-card-haircut-days {
    order: 6;
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px dashed rgb(255 255 255 / 0.18);
    min-height: 32px;
}

.weibo-tibetan-card-embed .today-card-haircut-days-title {
    margin-bottom: 4px;
    color: #8ff7c8;
    text-shadow: none;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.weibo-tibetan-card-embed .today-card-haircut-days-list {
    font-size: 9px;
    line-height: 1.3;
    color: #e2fbef;
    text-shadow: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.weibo-tibetan-card-embed .hide-button,
.weibo-tibetan-card-embed .expand-handle {
    display: none !important;
}

.weibo-tibetan-card-fallback {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ddd;
    font-size: 14px;
    text-align: center;
}

@keyframes weiboTibetanMotion {
    25% {
        filter: blur(20px);
        transform: translate3d(20px, 60px, 100px);
    }

    50% {
        filter: blur(60px) grayscale(100%);
        transform: translate3d(-20px, 30px, 50px);
    }

    75% {
        filter: blur(80px);
        transform: translate3d(20px, 40px, -100px);
    }
}

/* 用户信息：头像和名称 */
.weibo-user-info {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.5);
    padding: 4px 5px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
}

.weibo-user-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    vertical-align: initial !important;
}

.weibo-user-avatar-placeholder {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}

.weibo-user-name {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.weibo-image {
    width: 100%;
    height: 140px;
    overflow: hidden;
    background: #f5f5f5;
    flex-shrink: 0;
    position: relative;
}

.weibo-image-clickable {
    cursor: pointer;
}

.weibo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

/* 封面卡视频：底层放大模糊封面，上层视频 contain 缩小居中（勿再 cover 铺满） */
.weibo-image.weibo-image-video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 140px;
    overflow: hidden;
    padding: 0;
    background: #f5f5f5;
}

.weibo-image.weibo-image-video-has-poster {
    background: #e8e8e8;
}

.weibo-video-blur-bg {
    position: absolute;
    inset: -14px;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.weibo-video-blur-bg img {
    position: absolute;
    left: 67%;
    top: 86%;
    width: 125%;
    height: 125%;
    margin-left: -62.5%;
    margin-top: -62.5%;
    object-fit: cover;
    filter: blur(18px);
    transform: scale(1.08);
}

.weibo-image.weibo-image-video .weibo-video-element {
    position: relative;
    z-index: 1;
    flex-shrink: 1;
    min-width: 0;
    min-height: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
    background: transparent;
    /* 不用 translateZ(0) 提升层，部分 WebKit 上会导致首帧原生播控画在角落，点一次才回中 */
}

.weibo-card-expanded .weibo-image.weibo-image-video .weibo-video-blur-bg {
    display: none !important;
}

.weibo-image.weibo-image-video .weibo-video-fallback-msg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    margin: 0;
    padding: 4px 6px 6px;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
    color: #aaa;
    background: rgba(17, 17, 17, 0.92);
    pointer-events: none;
}

.weibo-image.weibo-image-video .weibo-video-fallback-msg a {
    pointer-events: auto;
}

.weibo-image.weibo-image-video .weibo-video-fallback-msg a {
    color: #8ab4ff;
    text-decoration: none;
}

.weibo-image.weibo-image-video .weibo-video-fallback-msg a:hover {
    text-decoration: underline;
}

/* 有视频元数据但尚未下载到本地 */
.weibo-video-local-pending {
    position: relative;
    display: block;
    height: 140px;
    overflow: hidden;
    background: #1a1a1a;
    padding: 0;
}

.weibo-video-pending-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.45;
}

.weibo-video-pending-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 2;
}

.weibo-video-pending-icon {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 6px;
    opacity: 0.9;
}

.weibo-video-pending-text {
    margin: 0 0 8px 0;
    font-size: 12px;
    line-height: 1.4;
    color: #f0f0f0;
    max-width: 100%;
}

.weibo-video-pending-link {
    font-size: 11px;
    color: #8ab4ff;
    text-decoration: none;
}

.weibo-video-pending-link:hover {
    text-decoration: underline;
    color: #a8c7ff;
}

/* 放弃本地存档：前台仅封面，无说明遮罩（与待发视频卡同高） */
.weibo-image.weibo-image-video.weibo-video-archive-skipped-as-cover {
    display: block;
    padding: 0;
}

.weibo-image.weibo-image-video.weibo-video-archive-skipped-as-cover img {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.weibo-card-expanded .weibo-image.weibo-image-video.weibo-video-archive-skipped-as-cover img {
    height: auto;
    max-height: min(85vh, 92vw);
    object-fit: contain;
}

/* 无配图时默认封面（与待发视频卡同高） */
.weibo-image.weibo-image-empty-fallback {
    display: block;
    padding: 0;
}

.weibo-image.weibo-image-empty-fallback img {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.weibo-card-expanded .weibo-image.weibo-image-empty-fallback img {
    height: auto;
    max-height: min(85vh, 92vw);
    object-fit: contain;
}

.weibo-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.weibo-image-placeholder .weibo-video-fallback-card,
.weibo-image.weibo-video-fallback-card {
    background: linear-gradient(135deg, #2d2d3a 0%, #4a5568 100%);
}

.weibo-open-weibo-video {
    display: block;
    text-align: center;
    padding: 12px 10px;
    font-size: 12px;
    line-height: 1.35;
    color: #e2e8f0;
    text-decoration: none;
    word-break: break-word;
}

.weibo-open-weibo-video:hover {
    color: #fff;
    text-decoration: underline;
}

.weibo-card:hover .weibo-image img {
    transform: scale(1.05);
}

.weibo-content {
    flex: 1;
    padding: 12px;
    background: linear-gradient(180deg, rgba(88, 28, 18, 0.96) 0%, rgba(56, 16, 12, 0.97) 100%);
    border-top: 1px solid rgba(250, 204, 21, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
}

.weibo-text {
    font-size: 13px;
    line-height: 1.5;
    color: #fef3c7;
    margin: 0 0 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
    word-break: break-word;
}

.weibo-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: #fcd38d;
    margin-top: auto;
    flex-shrink: 0;
}

.weibo-time {
    white-space: nowrap;
}

.weibo-actions {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* 合掌点赞按钮 - From Uiverse.io by lenfear23 */
.weibo-like-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    outline: none;
    cursor: pointer;
    width: auto;
    min-width: 70px;
    height: 28px;
    padding: 0 10px;
    background-image: linear-gradient(180deg, #7f1d1d 0%, #5b120f 100%);
    border-radius: 30px;
    border: 1px solid rgba(250, 204, 21, 0.38);
    transition: all 0.2s ease;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    color: #fef3c7;
    text-shadow: 0 1px rgba(0, 0, 0, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 236, 199, 0.22), 0 2px 8px rgba(0, 0, 0, 0.2);
}

.weibo-like-btn:hover {
    color: #fff7df;
    border-color: rgba(251, 191, 36, 0.7);
    background-image: linear-gradient(180deg, #991b1b 0%, #6b130f 100%);
    box-shadow: inset 0 1px 0 rgba(255, 236, 199, 0.28), 0 4px 12px rgba(0, 0, 0, 0.28);
}

.weibo-like-btn:active {
    color: #fde68a;
    background-image: linear-gradient(180deg, #5b120f 0%, #3d0b08 100%);
    box-shadow: inset 0 1px 0 rgba(255, 236, 199, 0.2), inset 0 0 0 1px rgba(250, 204, 21, 0.22);
}

.weibo-like-btn:focus {
    color: #fff7df;
    outline: none;
    border-color: rgba(251, 191, 36, 0.85);
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.2), inset 0 1px 0 rgba(255, 236, 199, 0.24);
}

.weibo-like-btn.liking {
    opacity: 0.7;
    cursor: wait;
}

.weibo-like-btn.liked {
    animation: likePulse 0.6s ease-out;
}

@keyframes likePulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

.weibo-like-btn .like-icon {
    font-size: 14px;
    line-height: 1;
}

.weibo-like-btn .like-count {
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
}

/* 放大镜展开按钮 */
.weibo-expand-btn {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    color: #f59e0b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    margin-left: 8px;
    border-radius: 4px;
}

.weibo-expand-btn:hover {
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
    transform: scale(1.1);
}

.weibo-expand-btn svg {
    width: 16px;
    height: 16px;
}

/* 展开遮罩层 */
.weibo-expanded-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(4px);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
}

.weibo-expanded-overlay:not([style*="display: none"]) {
    display: flex !important;
}

/* 展开后的卡片 */
.weibo-card-expanded {
    position: relative !important;
    width: 90vw !important;
    max-width: 600px !important;
    height: auto !important;
    min-height: 400px !important;
    max-height: 90vh !important;
    left: auto !important;
    top: auto !important;
    margin: auto !important;
    transform: none !important;
    opacity: 1 !important;
    z-index: 10001 !important;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    align-self: center;
}

.weibo-card-expanded:not(.expanded) {
    opacity: 0;
    transform: scale(0.9);
}

.weibo-card-expanded.expanded {
    opacity: 1;
    transform: scale(1);
}

.weibo-card-expanded .weibo-card-inner {
    height: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.weibo-card-expanded .weibo-content {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

/* 展开卡片中的图片显示更完整 */
.weibo-card-expanded .weibo-image {
    width: 100% !important;
    height: 50vh !important;
    max-height: 50vh !important;
    margin: 0 !important;
    border-radius: 12px 12px 0 0 !important;
    overflow: hidden !important;
}

.weibo-card-expanded .weibo-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 12px 12px 0 0 !important;
}

/* 弹窗内视频：完整画面 contain，不再沿用固定 50vh + cover 裁剪 */
.weibo-card-expanded .weibo-image.weibo-image-video {
    display: block !important;
    flex-shrink: 0 !important;
    height: auto !important;
    max-height: min(85vh, 92vw) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: #0a0a0a !important;
    border-radius: 12px 12px 0 0 !important;
}

.weibo-card-expanded .weibo-image.weibo-image-video .weibo-video-element {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    max-height: min(85vh, 92vw) !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
}

.weibo-card-expanded .weibo-image.weibo-video-local-pending {
    flex-shrink: 0 !important;
    position: relative !important;
    height: auto !important;
    max-height: min(85vh, 92vw) !important;
    min-height: 160px !important;
}

.weibo-card-expanded .weibo-video-local-pending .weibo-video-pending-poster {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    max-height: min(85vh, 92vw) !important;
    object-fit: contain !important;
    object-position: center center !important;
}

.weibo-card-expanded .weibo-video-local-pending .weibo-video-pending-overlay {
    position: absolute !important;
    inset: 0 !important;
}

/* 展开卡片中的用户信息样式 */
.weibo-card-expanded .weibo-user-info {
    top: 12px !important;
    left: 12px !important;
    padding: 6px 8px !important;
    background: rgba(255, 255, 255, 0.5) !important;
}

.weibo-card-expanded .weibo-user-avatar {
    width: 28px !important;
    height: 28px !important;
}

.weibo-card-expanded .weibo-user-avatar-placeholder {
    width: 28px !important;
    height: 28px !important;
    font-size: 14px !important;
}

.weibo-card-expanded .weibo-user-name {
    font-size: 13px !important;
    max-width: 200px !important;
}

.weibo-content-expanded .weibo-text {
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
    word-break: break-word;
}

.weibo-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.weibo-close-btn:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* 藏历卡片弹窗：固定为正方形 */
.weibo-card-expanded-tibetan {
    width: min(94vw, 88vh) !important;
    height: min(94vw, 88vh) !important;
    max-width: 760px !important;
    max-height: 760px !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
}

.weibo-card-expanded-tibetan .weibo-card-inner {
    height: 100% !important;
    max-height: none !important;
    position: relative;
    padding-top: 50px; /* 给顶部操作区预留空间，避免挡住星期 */
}

/* 藏历卡片弹窗操作区（关闭 + 查看日历） */
.weibo-expanded-actions {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    z-index: 30;
}

.weibo-expanded-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(20, 20, 20, 0.76);
    color: #f8fafc;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(6px);
}

.weibo-expanded-action-btn:hover {
    background: rgba(36, 36, 36, 0.86);
    border-color: rgba(255, 255, 255, 0.34);
}

.weibo-close-action-btn {
    border-color: rgba(248, 113, 113, 0.5);
    color: #fecaca;
}

.weibo-close-action-btn:hover {
    background: rgba(127, 29, 29, 0.5);
}

.weibo-calendar-action-btn {
    border-color: rgba(129, 140, 248, 0.55);
    color: #c7d2fe;
}

.weibo-calendar-action-btn:hover {
    background: rgba(49, 46, 129, 0.52);
}

/* 藏历卡片放大态：文字整体增大 */
.weibo-card-expanded-tibetan .today-card-date {
    font-size: 24px !important;
}

.weibo-card-expanded-tibetan .today-card-weekday {
    font-size: 14px !important;
}

.weibo-card-expanded-tibetan .today-card-tag,
.weibo-card-expanded-tibetan .today-card-solar-term,
.weibo-card-expanded-tibetan .today-card-festival {
    font-size: 12px !important;
    height: 26px !important;
    padding: 0 12px !important;
}

.weibo-card-expanded-tibetan .today-card-label-text {
    font-size: 13px !important;
}

.weibo-card-expanded-tibetan .today-card-label-tag {
    width: 16px !important;
    height: 16px !important;
    font-size: 10px !important;
}

.weibo-card-expanded-tibetan .today-card-event-item,
.weibo-card-expanded-tibetan .today-card-haircut-item {
    font-size: 15px !important;
    line-height: 1.35 !important;
}

.weibo-card-expanded-tibetan .today-card-haircut-days-title {
    font-size: 13px !important;
}

.weibo-card-expanded-tibetan .today-card-haircut-days-list {
    font-size: 15px !important;
    line-height: 1.35 !important;
}

.weibo-card-expanded-tibetan .weibo-expanded-action-btn {
    height: 32px;
    padding: 0 14px;
    font-size: 13px;
}

.weibo-coverflow-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 20;
}

.weibo-nav-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.weibo-nav-btn:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
}

.weibo-nav-btn:active {
    transform: scale(0.95);
}

.weibo-nav-btn.prev {
    left: 10px;
}

.weibo-nav-btn.next {
    right: 10px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .weibo-coverflow-section {
        padding: 0 0.5rem;
    }
    
    .ausbia-hero__visual .weibo-coverflow-section {
        margin-top: 1rem;
        padding: 0;
    }
    
    .weibo-coverflow-container {
        height: 250px;
    }
    
    .ausbia-hero__visual .weibo-coverflow-container {
        height: 260px; /* 增加高度以容纳卡片和圆角 */
    }
    
    .weibo-card {
        width: 220px;
        height: 234px;
        margin-left: -110px;
        margin-top: -117px;
    }
    
    .weibo-user-info {
        top: 6px;
        left: 6px;
        padding: 3px 4px;
        gap: 4px;
    }
    
    .weibo-user-avatar {
        width: 20px;
        height: 20px;
    }
    
    .weibo-user-avatar-placeholder {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    
    .weibo-user-name {
        font-size: 11px;
        max-width: 80px;
    }
    
    .weibo-nav-btn {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
    
    .weibo-nav-btn.prev {
        left: 5px;
    }
    
    .weibo-nav-btn.next {
        right: 5px;
    }
}

/* 图片全图弹窗：圆角矩形 + 背景变暗 */
.weibo-image-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.weibo-image-lightbox.weibo-image-lightbox-visible {
    opacity: 1;
}

/* 普通图片：缩放适应视口，无需滚动 */
.weibo-image-lightbox-img {
    max-width: 95vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
}

/* 长图：可上下滚动查看 */
.weibo-image-lightbox-scroll {
    max-width: 95vw;
    max-height: 90vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
}

.weibo-image-lightbox-img-long {
    max-width: 95vw;
    max-height: none;
    object-fit: none;
}

/* --------------------------------------------------------------------------
   藏历嵌入卡片重设计（Uiverse: MuhammadHasann 风格）
   -------------------------------------------------------------------------- */
.weibo-card-tibetan .weibo-card-inner-tibetan {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.weibo-card-tibetan .weibo-tibetan-card-embed.panel-container {
    --white: hsl(0, 0%, 100%);
    --black: hsl(8, 32%, 11%);
    --paragraph: hsl(36, 55%, 82%);
    --line: hsl(16, 36%, 27%);
    --primary: hsl(44, 92%, 57%);
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 14px !important;
    background-color: hsl(8, 32%, 11%) !important;
    background-image: radial-gradient(at 86% 42%, hsl(8, 32%, 11%) 0, transparent 84%),
        radial-gradient(at 50% 30%, hsl(8, 32%, 11%) 0, transparent 86%),
        radial-gradient(at 16% 24%, hsl(8, 32%, 11%) 0, transparent 86%),
        radial-gradient(at 0% 64%, hsl(6, 74%, 41%) 0, transparent 82%),
        radial-gradient(at 42% 96%, hsl(42, 98%, 67%) 0, transparent 78%),
        radial-gradient(at 100% 98%, hsl(14, 92%, 56%) 0, transparent 82%) !important;
    box-shadow: 0 -12px 22px 0 rgba(255, 233, 168, 0.18) inset !important;
    overflow: hidden;
    isolation: isolate;
}

.weibo-card-tibetan .weibo-tibetan-card-embed.panel-container::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 14px;
    background-image: linear-gradient(0deg, hsl(0, 0%, 100%) -50%, hsl(0, 0%, 40%) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}

.weibo-card-tibetan .weibo-tibetan-card-embed.panel-container::after {
    content: "";
    position: absolute;
    left: -55%;
    top: 50%;
    width: 210%;
    height: 120px;
    transform: translateY(-50%);
    background-image: linear-gradient(
        90deg,
        transparent 0%,
        hsl(46, 98%, 63%) 42%,
        hsl(13, 88%, 58%) 50%,
        hsl(46, 98%, 63%) 58%,
        transparent 100%
    );
    opacity: 0.22;
    filter: blur(20px);
    animation: weiboCardRotateGlow 14s linear infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes weiboCardRotateGlow {
    from {
        transform: translateY(-50%) rotate(0deg);
    }
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.weibo-card-tibetan .weibo-tibetan-card-embed .blobs,
.weibo-card-tibetan .weibo-tibetan-card-embed .noise {
    display: none !important;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .panel-main {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    position: relative;
    z-index: 2;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .weibo-tibetan-today-card {
    width: 100%;
    height: 100%;
    background: transparent !important;
    border-radius: 10px;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .card-content {
    width: 100%;
    height: 100%;
    display: grid !important;
    grid-template-rows: auto auto auto 1fr auto !important;
    gap: 7px !important;
    padding: 0 !important;
    color: var(--white) !important;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-date {
    order: 1;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    color: var(--white) !important;
    padding-right: 62px !important;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-weekday {
    order: 1;
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 10px !important;
    color: var(--paragraph) !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-tags {
    order: 2;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 4px !important;
    overflow: hidden !important;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-tag,
.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-solar-term,
.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-festival {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: 88px !important;
    height: 18px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;
    font-size: 9px !important;
    line-height: 1 !important;
    color: var(--white) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-labels {
    order: 3;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    align-items: center !important;
    background-color: rgba(92, 24, 10, 0.38) !important;
    border: 1px solid rgba(255, 214, 141, 0.24) !important;
    border-radius: 8px !important;
    padding: 4px 8px !important;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-label-tag {
    width: 12px !important;
    height: 12px !important;
    font-size: 8px !important;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-label-text {
    font-size: 9px !important;
    color: var(--white) !important;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-events {
    order: 4;
    background: none !important;
    border: none !important;
    border-top: 1px solid var(--line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 8px 0 0 !important;
    max-height: none !important;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-event-item,
.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-haircut-item {
    position: relative;
    padding-left: 18px !important;
    margin-bottom: 4px !important;
    font-size: 10px !important;
    color: var(--white) !important;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-event-item::before,
.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-haircut-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-haircut-days {
    order: 5;
    margin-top: auto !important;
    border-top: none !important;
    padding-top: 0 !important;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-haircut-days-title {
    margin: 0 0 4px 0 !important;
    font-size: 9px !important;
    color: var(--paragraph) !important;
    text-transform: none !important;
}

.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-haircut-days-list {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 6px 8px;
    border: 0;
    border-radius: 10px;
    font-size: 10px !important;
    line-height: 1.2 !important;
    color: #fff6df !important;
    background: linear-gradient(180deg, #7f1d1d 0%, #5b120f 100%);
    border: 1px solid rgba(255, 218, 154, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 236, 199, 0.2);
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    word-break: break-word;
    overflow-wrap: anywhere;
}

/* --------------------------------------------------------------------------
   藏历卡片放大态最终覆盖（放在文件末尾，确保优先级最高）
   -------------------------------------------------------------------------- */
.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .panel-main {
    padding: 8px !important;
}

.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .card-content {
    gap: 12px !important;
}

.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-date {
    font-size: 30px !important;
    line-height: 1.05 !important;
    padding-right: 100px !important;
}

.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-weekday {
    font-size: 16px !important;
    top: 8px !important;
    right: 8px !important;
}

.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-tag,
.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-solar-term,
.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-festival {
    font-size: 13px !important;
    height: 28px !important;
    max-width: 150px !important;
    padding: 0 12px !important;
}

.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-labels {
    gap: 14px !important;
    padding: 8px 12px !important;
}

.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-label-tag {
    width: 18px !important;
    height: 18px !important;
    font-size: 11px !important;
}

.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-label-text {
    font-size: 14px !important;
}

.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-events {
    padding-top: 10px !important;
}

.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-event-item,
.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-haircut-item {
    font-size: 16px !important;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
}

.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-event-item::before,
.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-haircut-item::before {
    width: 15px !important;
    height: 15px !important;
}

.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-haircut-days-title {
    font-size: 14px !important;
}

.weibo-card-expanded-tibetan.weibo-card-tibetan .weibo-tibetan-card-embed .today-card-haircut-days-list {
    font-size: 15px !important;
    line-height: 1.45 !important;
}
