.discount-comp {
      padding: 10px 16px;
      max-width: 600px;
      width: 100%;
      margin: 2rem auto;
      border: 1px solid white;
      outline: 3px dashed black;
    }
t-comp .logo-light {
  height: unset !important;
}
    .discount-comp-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #eee;
    }
    .discount-comp-head p {
      font-weight: 600;
      font-size: 24px;
    }

    .discount-comp-body {
      background-color: white;
      margin-top: 12px;
      padding: 4px 4px 4px 12px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 4px;
    }

.banner-entry h3 {
    color: #49433b;
    position: relative !important;
}

.banner-entry h3::before {
    position: absolute;
    content: "";
    background-color: rgba(240, 240, 240, 0.6);
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    z-index: -1;
    border-radius: 4px;
}

/**اليوم الوطني تعديل الوان**/
.s-button-element.s-button-primary {
  background-color: #006C35 !important;
  border-color: #006C35 !important;
}