/* ===== UNIVERSAL CALCULATOR UI (REUSABLE) ===== */
.calc-container{max-width:1100px;margin:40px auto;
/*font-family:Arial,sans-serif*/
    
}
.calc-header{text-align:center;margin-bottom:25px}
.calc-header h1{font-size:34px;margin-bottom:10px}
.calc-header p{max-width:850px;margin:0 auto;line-height:1.7;color:#333}
.calc-shortcode{
    /*text-align:center;*/
    margin:25px 0
    
}

.calc-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.08);padding:30px;margin-bottom:30px}
.calc-card h2{margin-bottom:15px;font-size:26px}
.calc-card h3{margin-top:20px;margin-bottom:10px}
.calc-card p{line-height:1.7;margin-bottom:15px;color:#333}
.calc-list{margin-left:15px}
.calc-list li{margin-bottom:8px}

.calc-btn-wrap{text-align:center;margin-top:25px}
.calc-btn{display:inline-block;padding:12px 22px;margin:8px;border-radius:6px;text-decoration:none;font-weight:bold}
.calc-primary{background:#1DBF73;color:#fff}
.calc-secondary{background:#f2f2f2;color:#333}

.calc-links{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}