.tns-odds-calculator { display: grid; gap: 16px; }
.tns-odds-calculator .calculator-disclaimer { grid-column: 1 / -1; margin: 0; color: #64766d; font-size: .84rem; }
.tns-contact-form { margin-top: 20px; }
.tns-contact-form label { display: block; color: #273d32; font-weight: 800; }
.tns-contact-form input[type="text"], .tns-contact-form input[type="email"], .tns-contact-form select, .tns-contact-form textarea { width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid #cbd9ce; border-radius: 11px; background: #fff; color: #14251d; }
.tns-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.tns-consent-check label { display: flex; gap: 9px; align-items: flex-start; font-weight: 600; }
.tns-consent-check input { margin-top: 6px; }
.tns-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.tns-form-message { margin: 16px 0; padding: 14px 16px; border-radius: 12px; font-weight: 750; }
.tns-form-message.success { border: 1px solid #a9d6b7; background: #edf9f0; color: #155d32; }
.tns-form-message.error { border: 1px solid #e5b6b6; background: #fff1f1; color: #812828; }
.tns-consent-banner { position: fixed; z-index: 1000; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1180px; padding: 18px 20px; margin-inline: auto; border: 1px solid #cddbcf; border-radius: 17px; background: #fff; color: #14251d; box-shadow: 0 22px 65px rgba(0,0,0,.22); }
.tns-consent-banner[hidden] { display: none; }
.tns-consent-banner p { max-width: 720px; margin: 3px 0 0; color: #52655b; font-size: .88rem; }
.tns-consent-banner a { color: #087443; text-decoration: underline; }
.tns-consent-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.tns-consent-modal { position: fixed; inset: 0; z-index: 1002; display: none; place-items: center; padding: 20px; background: rgba(6,19,31,.76); backdrop-filter: blur(6px); }
.tns-consent-modal.open { display: grid; }
.tns-consent-card { width: min(620px,100%); max-height: 90vh; overflow: auto; padding: 24px; border-radius: 20px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.tns-consent-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.tns-consent-head h2 { margin: 0; font-size: 1.7rem; }
.tns-consent-head button { display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #eef3ef; cursor: pointer; font-size: 1.4rem; }
.tns-consent-options { display: grid; gap: 10px; margin: 20px 0; }
.tns-consent-options label { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px; border: 1px solid #d5e0d7; border-radius: 12px; }
.tns-consent-options span { display: grid; }
.tns-consent-options small { color: #62736a; }
.tns-consent-options input { width: 20px; height: 20px; }
@media (max-width: 760px) { .tns-form-grid { grid-template-columns: 1fr; gap: 0; } .tns-consent-banner { display: block; } .tns-consent-actions { margin-top: 12px; } }
