/* GD Tools - Compare Tables (front end) */
.gdct-wrap{--accent:#1E6FD9;--hicolor:#FF8600;max-width:720px;margin:0 auto;padding:6px 16px 0;font-family:inherit;color:#1E293B}
.gdct-wrap *{box-sizing:border-box}
.gdct-tag{font-size:15px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--hicolor);display:block;margin-bottom:10px;text-align:center}
.gdct-h2{font-size:clamp(26px,5vw,40px);font-weight:800;letter-spacing:-.02em;line-height:1.15;color:#fff !important;margin:0 0 26px !important;text-align:center}
.gdct-h2 em{font-family:'Lora',Georgia,serif;font-style:italic;font-weight:400;color:var(--accent) !important}
.gdct-outer{overflow-x:auto;border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 6px 30px rgba(0,0,0,.25);background:#fff}
.gdct-table{width:100%;border-collapse:collapse;margin:0;table-layout:fixed}
.gdct-table th:first-child,.gdct-table td:first-child{width:30%}
.gdct-table th:nth-child(2),.gdct-table td:nth-child(2){width:37%}
.gdct-table th:nth-child(3),.gdct-table td:nth-child(3){width:33%}
.gdct-table th{padding:16px 18px !important;text-align:center;font-size:13px;font-weight:700;background:#0F2545;color:#fff;border:0 !important}
.gdct-table th:first-child{text-align:left;background:#F8FAFC;color:#64748B}
.gdct-table th.gdct-hi{background:linear-gradient(135deg,var(--hicolor),#F97316)}
.gdct-table th small{font-weight:400;opacity:.85;display:block;margin-top:2px}
.gdct-table td{padding:14px 18px !important;border:0 !important;border-bottom:1px solid #E2E8F0 !important;font-size:14px;vertical-align:middle;color:#1E293B;background:transparent}
.gdct-table td:first-child{color:#1E293B;font-weight:500;text-align:left !important}
.gdct-table td:not(:first-child){text-align:center}
.gdct-table tr:last-child td{border-bottom:0 !important}
.gdct-table td.gdct-hi{background:#FFF7ED}
.gdct-table tbody tr:hover td{background:#F8FAFC}
.gdct-table tbody tr:hover td.gdct-hi{background:#FFEDD5}
.gdct-line{display:block;font-size:15px;line-height:1.35}
.gdct-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;margin:4px 3px;padding:9px 18px;border-radius:10px;font-weight:700;font-size:14px;color:#fff !important;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.18)}
.gdct-btn:hover{filter:brightness(1.08);color:#fff !important}
.gdct-btn svg{width:16px;height:16px;fill:#fff;flex:0 0 auto}
.gdct-note{font-size:16px;color:#fff !important;margin:20px 4px 0;text-align:center;line-height:1.6;font-weight:500}
@media(max-width:600px){
	.gdct-table th,.gdct-table td{padding:10px 12px;font-size:12.5px}
	.gdct-line{font-size:13.5px}
	.gdct-note{font-size:15px}
}
