
.nt-card {
    background:#ffffff;
    padding:20px;
    border-radius:16px;
    box-shadow:0 6px 24px rgba(0,0,0,0.08);
    max-width:360px;
    font-family:Arial, sans-serif;
}
.nt-card select{
    width:100%;
    padding:6px;
    margin-bottom:12px;
}
.nt-card h3{
    text-align:center;
    margin-top:0;
}
.nt-card ul{
    list-style:none;
    padding:0;
    margin:0;
}
.nt-card li{
    padding:6px 0;
    border-bottom:1px solid #eee;
}
