/* Add custom CSS styles below */
.s-block--fixed-banner.wide-placeholder > .container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* استهداف هذا البانر فقط */
img[src*="96b3297c-5a88-4e75-8564-7d959044eae7"] {
  width: 30%;        /* العرض */
  margin-left: auto; /* تحريك لليمين */
  display: block;
}
img[src*="5a24e4d1-ebb2-4661-b49d-f196cc73bf98"] {
  width: 30%;        /* عرض أقل من كامل الصفحة */
  margin-left: auto; /* محاذاة لليمين */
  display: block;
}
.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline {
    background-color: #a5b99e !important;
    color: #fff !important;
    border-color: #28a745 !important;
}