/* time.php：时间分类卡片样式 */
.time-tool-link {
    display: block;
    height: 100%;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    color: #1f2937;
    transition: all 0.2s ease;
}

.time-tool-link:hover {
    border-color: #93c5fd;
    box-shadow: 0 6px 16px rgba(30, 64, 175, 0.08);
    transform: translateY(-2px);
}

.time-tool-link h2 {
    margin: 0 0 8px;
    font-size: 17px;
    border: none;
    padding: 0;
}

.time-tool-link p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}
