 #aliAdContainer img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  #aliAdContainer {
    min-height: 280px;
    transition: all 0.2s ease-in-out;
  }

  /* أزرار علي إكسبريس */
  .ali-arrow {
    background-color: #d62828;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 8px;
    margin: 8px;
    padding: 10px 14px;
    min-width: 40px;
    min-height: 40px;
    transition: transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ali-arrow:active {
    transform: scale(0.95);
  }