/* ===== THAI PLUS 2569 ===== */

.thai60-summary{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:12px;
margin:18px 0 20px;
}

.thai60-item{
background:#f5f9ff;
border:1px solid #dbeafe;
border-radius:18px;
padding:16px;
text-align:center;
}

.thai60-item span{
display:block;
font-size:.95rem;
line-height:1.5;
font-weight:700;
color:#667085;
margin-bottom:6px;
}

.thai60-item b{
display:block;
font-size:1.55rem;
line-height:1.3;
font-weight:900;
color:#2563eb;
}

.thai60-card{
margin-top:18px;
}

.container h1{
font-size:2.35rem;
line-height:1.18;
}

.thai60-card h3{
margin:0 0 14px;
font-size:2.1rem;
line-height:1.35;
font-weight:900;
color:#2563eb;
text-align:center;
}

.thai60-result{
padding:18px 14px;
}

.thai60-result-label{
display:block;
font-size:1.55rem;
line-height:1.45;
font-weight:800;
color:#344054;
margin-bottom:8px;
}

.thai60-result-main{
display:block;
font-size:2.8rem;
line-height:1.1;
font-weight:900;
color:#2563eb;
margin-bottom:12px;
}

.thai60-result-sub{
display:block;
font-size:1.55rem;
line-height:1.45;
font-weight:800;
color:#344054;
}

.thai60-result-sub span{
color:#2563eb;
font-weight:900;
}

.thai60-explain{
margin-top:12px;
padding:13px 14px;
background:#f8fbff;
border:1px solid #dceeff;
border-radius:16px;
font-size:1rem;
line-height:1.75;
font-weight:700;
color:#344054;
}

.thai60-explain b{
color:#2563eb;
font-weight:900;
}

.thai60-explain.is-warn{
background:#fff5f5;
border-color:#fecaca;
color:#b91c1c;
}

.thai60-explain.is-warn b{
color:#b91c1c;
}

.thai60-explain.is-ok{
background:#ecfdf3;
border-color:#abefc6;
color:#027a48;
}

.thai60-explain.is-ok b{
color:#027a48;
}

.thai60-best{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:12px;
margin-top:12px;
}

.thai60-best div{
background:#eef7ff;
border:1px solid #dceeff;
border-radius:18px;
padding:16px;
text-align:center;
}

.thai60-best span{
display:block;
font-size:.95rem;
line-height:1.5;
font-weight:700;
color:#667085;
margin-bottom:8px;
}

.thai60-best b{
display:block;
font-size:1.7rem;
line-height:1.3;
font-weight:900;
color:#2563eb;
}

.thai60-note{
margin-top:12px;
font-size:1rem;
line-height:1.75;
font-weight:700;
color:#667085;
text-align:center;
}

.thai60-table-wrap{
overflow-x:auto;
margin-top:12px;
}

.thai60-table{
width:100%;
border-collapse:collapse;
background:#fff;
border:1px solid #e4e7ec;
border-radius:18px;
overflow:hidden;
}

.thai60-table th{
background:#2563eb;
color:#fff;
padding:14px 10px;
font-size:.95rem;
font-weight:800;
text-align:center;
white-space:nowrap;
}

.thai60-table td{
padding:14px 10px;
text-align:center;
border-bottom:1px solid #edf2f7;
font-size:1rem;
line-height:1.5;
white-space:nowrap;
}

.thai60-table tr:last-child td{
background:#eef7ff;
font-weight:900;
color:#2563eb;
}

@media(max-width:768px){

.container h1{
font-size:1.9rem;
line-height:1.22;
}

.thai60-summary{
grid-template-columns:1fr;
gap:10px;
}

.thai60-item{
padding:14px;
}

.thai60-item b{
font-size:1.45rem;
}

.thai60-card{
margin-top:14px;
}

.thai60-card h3{
font-size:1.65rem;
line-height:1.35;
}

.thai60-result-label{
font-size:1.2rem;
line-height:1.45;
}

.thai60-result-main{
font-size:2.35rem;
}

.thai60-result-sub{
font-size:1.2rem;
line-height:1.55;
}

.thai60-explain{
font-size:.96rem;
line-height:1.7;
padding:12px;
}

.thai60-best{
grid-template-columns:1fr;
gap:10px;
}

.thai60-best div{
padding:14px;
}

.thai60-best b{
font-size:1.5rem;
}

.thai60-note{
font-size:.96rem;
line-height:1.7;
}

.thai60-table th{
font-size:.88rem;
padding:12px 8px;
}

.thai60-table td{
font-size:.95rem;
padding:12px 8px;
}

}