/* Add custom CSS styles below */ 
@media (max-width: 768px) {
  [aria-label="footer"] .flex {
    flex-direction: column !important;
    gap: 0 !important; /* إلغاء أي فراغ بين الأعمدة */
  }
  [aria-label="footer"] .flex > div {
    width: 100% !important;
    margin: 0 !important;
  }
  [aria-label="footer"] .flex > .h-\[450px\] {
    height: auto !important;   /* يخلي العمود ياخد ارتفاع المحتوى فقط */
    max-height: none !important;
  }
}
.s-count-down-end-text {
  display: none !important;
}