.ntd-auto-warning {
    max-width: 960px;
    margin: 20px auto;
    padding: 18px;
    border-radius: 16px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #7c2d12;
    font-family: Arial, sans-serif;
    line-height: 1.55;
}

.ntd-auto-warning p {
    margin: 8px 0 10px 0;
}

.ntd-auto-meta {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #fed7aa;
    font-size: 14px;
}

.ntd-auto-meta a {
    color: #9a3412;
    font-weight: 600;
}

.ntd-auto-list {
    max-width: 960px;
    margin: 30px auto;
    padding: 28px;
    border-radius: 20px;
    background: #f5f7fb;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
}

.ntd-auto-list h2 {
    text-align: center;
    margin-top: 0;
}

.ntd-auto-card {
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 16px;
}

.ntd-auto-card h3 {
    margin-top: 0;
}

.ntd-auto-card a {
    color: #1d4ed8;
    text-decoration: none;
}

.ntd-auto-card a:hover {
    text-decoration: underline;
}
