.dns-card{background:#fff;border-radius:16px;margin:15px 0;box-shadow:0 2px 10px rgba(0,0,0,0.1);font-family:Inter,sans-serif;color:#0f1c2e;width:100%;}
.dns-card-header{padding:15px;background:#007aff;color:white;cursor:pointer;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;}
.dns-card-body{padding:15px;display:none;}
.dns-card-body.visible{display:block;}
.feedback-box{border-radius:8px;padding:15px;margin-bottom:10px;}
.orange-btn{background:#FC7D00;color:white;font-weight:bold;font-size:larger;border:none;padding:12px 18px;border-radius:8px;cursor:pointer;transition:background 0.3s ease;}
.orange-btn:hover{background:#e86f00;}