/* tarabot-footer.css - تخصيصات الفوتر */
/* إخفاء قسم روابط الفوتر على الجوال، وإظهاره على الديسكتوب */
.tarabot-footer .footer-links-section { display: block; }
@media (max-width: 768px) {
  .tarabot-footer .footer-links-section { display: none !important; }
}
