
/* 页面内文字链接 Hover 效果 */
.ccyw-final-page a {
    transition: color .2s ease, text-decoration .2s ease;
}

.ccyw-final-page a:hover {
    color: #003985 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

/* 相关产品整张卡片不显示整块下划线 */
.ccyw-final-page .ccyw-related-card:hover {
    text-decoration: none !important;
}

/* 相关产品标题和按钮单独显示 Hover 效果 */
.ccyw-final-page .ccyw-related-card:hover h3,
.ccyw-final-page .ccyw-related-card:hover span {
    color: #003985 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

/* CTA按钮保持原样，不加下划线 */
.ccyw-final-page .ccyw-cta-button:hover {
    color: #ffffff !important;
    background: #003985 !important;
    text-decoration: none !important;
}
