.smc-wrap { max-width: 900px; margin: 20px auto; font-family: Tahoma, sans-serif; }
.smc-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.smc-table th, .smc-table td { border: 1px solid #ddd; padding: 8px 12px; text-align: right; }
.smc-table th { background: #f5f5f5; font-weight: bold; }
.smc-phone-list { list-style: none; padding: 0; }
.smc-phone-list li { margin: 8px 0; }
.smc-phone-list a { display: inline-block; padding: 8px 16px; background: #0073aa; color: #fff; border-radius: 4px; text-decoration: none; }
.smc-phone-list a:hover { background: #005a87; }
.smc-phone-row { margin-bottom: 8px; display: flex; gap: 8px; align-items: center; }
[dir="rtl"] .form-table th { text-align: right; }
