SS
<style> .ads-table { width: 100%; border-collapse: collapse; font-family: Arial, sans-serif; margin-bottom: 20px; } .ads-table th { background: #2563eb; color: #fff; padding: 10px; text-align: center; border: 1px solid #ccc; } .ads-table td { padding: 8px; border: 1px solid #ccc; vertical-align: top; } .ads-table tr:nth-child(even) td { background-color: #f1f5f9; } .ads-title { font-size: 24px; font-weight: bold; text-align: center; color: #2563eb; margin: 20px 0; } .aspect-title { font-weight: bold; background-color: #f8f9fa; } .ad-icon { text-align: center; font-size: 24px; ...