/* styling v5 extended */
.igth-card{max-width:760px;margin:18px auto;border:1px solid #e6e6e6;padding:20px;border-radius:10px;box-shadow:0 8px 22px rgba(0,0,0,0.05);font-family:Arial,Helvetica,sans-serif;background:#fff;}
.igth-brand{font-weight:800;font-size:20px;color:#0a58ca;margin-bottom:14px;text-transform:uppercase;letter-spacing:1px;}
.igth-form{display:flex;gap:12px;align-items:center;margin-bottom:14px;}
.igth-input{flex:1;padding:14px 16px;border-radius:10px;border:1px solid #dfe6ee;font-size:15px;}
.igth-button{padding:12px 20px;border-radius:10px;border:none;background:#0a58ca;color:#fff;font-weight:700;cursor:pointer;}
.igth-result{margin-top:12px;}
.igth-row{display:flex;padding:10px 8px;border-bottom:1px solid #f4f7fb;align-items:center;}
.igth-row label{width:160px;font-weight:700;color:#263238;}
.igth-val{flex:1;color:#111;font-size:15px;}
.igth-loading{color:#666;padding:8px;}
.igth-error{color:#b00020;padding:8px;}
.igth-note{margin-top:10px;font-size:13px;color:#666;}
.igth-note-small{font-size:12px;color:#666;margin-top:8px;}
@media (max-width:720px){.igth-card{margin:12px;padding:14px;}.igth-row{flex-direction:column;align-items:flex-start;}.igth-row label{width:100%;margin-bottom:6px;}.igth-form{flex-direction:column;align-items:stretch;}.igth-button{width:100%;}}
