/**
 * Extra review/guide sections — "Fit & Space Check" + "Purchase Decision Test".
 * Extracted from Sharp_SJ-PC58A_Expert_Review_Alagheza.html.
 * Sections carry the global `card pad section` classes (background/border/radius/
 * shadow from global.css); this file only styles the inner components, scoped
 * under .al-extra-sections to avoid collisions.
 */
.al-extra-sections .method-box{background:#F8FAFC;border:1px solid #DCE4F0;border-radius:14px;padding:14px 16px;margin-bottom:14px;color:#344054;font-size:14px;line-height:1.8}
.al-extra-sections .method-box strong{color:var(--blue2)}
.al-extra-sections .test-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.al-extra-sections .test-card{border:1px solid var(--line);border-radius:14px;padding:14px;background:#fff}
.al-extra-sections .test-card small{display:block;color:var(--muted);font-weight:700;margin-bottom:4px}
.al-extra-sections .test-card strong{display:block;color:var(--blue2);font-size:17px;line-height:1.4}
.al-extra-sections .test-card p{margin:6px 0 0;color:#475467;font-size:14px;line-height:1.75}
.al-extra-sections .result-tag{display:inline-flex;width:max-content;border-radius:999px;padding:5px 9px;margin-bottom:8px;font-size:12px}
.al-extra-sections .result-good{background:#EAF8EF;color:#087A36}
.al-extra-sections .result-watch{background:#FFF2D8;color:#865900}
.al-extra-sections .result-info{background:#EAF2FF;color:#17428F}
.al-extra-sections .fact-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px}
.al-extra-sections .fact-table{width:100%;border-collapse:collapse;min-width:650px}
.al-extra-sections .fact-table th,.al-extra-sections .fact-table td{padding:12px 14px;text-align:right;border-bottom:1px solid #E9EDF4;vertical-align:top;font-size:14px;line-height:1.75}
.al-extra-sections .fact-table th{background:#F5F8FD;color:var(--blue2);font-weight:900}
.al-extra-sections .fact-table tr:last-child td{border-bottom:0}
.al-extra-sections .fact-table td:first-child{font-weight:800;color:#243B6B}
.al-extra-sections .expert-note{display:flex;gap:11px;align-items:flex-start;background:#F4FBF6;border:1px solid #CAEBD4;border-radius:14px;padding:14px 16px;margin-top:14px;color:#285B39;font-size:14px;line-height:1.8}
.al-extra-sections .expert-note.warn{background:#FFF7EA;border-color:#F1D09A;color:#6A4A11}
.al-extra-sections .expert-note .note-icon{font-size:20px;line-height:1}
.al-extra-sections .expert-note strong{display:block;margin-bottom:2px}
@media (max-width:600px){
	.al-extra-sections .test-grid{grid-template-columns:1fr}
	.al-extra-sections .fact-table{min-width:570px}
}
