/* TePass付费阅读样式 - 适配Spimes5.0主题 */
.tepass-preview {
    border-left: 3px solid #007bff;
}

.tepass-pay {
    background-color: #f8f9fa;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.tepass-pay button {
    padding: 8px 20px;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s;
}

.tepass-pay button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.tepass-pay button.alipay {
    background-color: #1677ff;
}

.tepass-pay button.wechat {
    background-color: #07c160;
}

/* 支付按钮响应式调整 */
@media (max-width: 768px) {
    .tepass-pay {
        padding: 30px 15px;
    }
    
    .tepass-pay button {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* 付费内容预览区域分隔线 */
.tepass-preview:after {
    content: "↓ 以下内容需要付费解锁 ↓";
    display: block;
    text-align: center;
    color: #6c757d;
    padding: 10px 0;
    margin-top: 15px;
    border-top: 1px dashed #dee2e6;
}
    