/* 一言 */
.hitokoto-container {
    padding: 6px 4px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* 句子正文样式 */
.hitokoto-text {
    font-size: 1.2rem;
    line-height: 1.5;
    color: var(--color-text-highlight);
    word-break: break-all;
}

/* 作者与出处样式 */
.hitokoto-author {
    font-size: 0.95rem;
    color: var(--color-text-highlight);
    text-align: right;   /* 居右靠齐 */
    margin-top: 4px;
}

/* 自定义卡片总容器 */
.timeis-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Time.is 时间 */
#Beijing_z43d {
    font-size: 2.8rem !important;   /* 大字看板效果 */
    font-weight: 700 !important;
    color: var(--color-text-highlight);
    font-family: monospace, sans-serif; /* 等宽字体确保秒针跳动时卡片不会左右抖动 */
    letter-spacing: -1px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.08);
    display: flex;
    width: 100%;
    justify-content: center;
}