/* Add custom CSS styles below */ 
.my-size-small-flash-offer-1 {
    width: 80% !important;
    max-width: 800px !important;
    height: 200px !important;
    padding: 10px !important;
}

@media (max-width: 768px) {
  .fix-mobile-gap {
    padding-bottom: 5px !important;   /* يقلل المسافة من تحت */
  }

  .fix-mobile-gap button {
    margin-bottom: 0 !important;      /* يشيل أي فراغ تحت الزر */
  }
}