/* ================================
   Top Banner Advertisement Styles
================================ */

.ad-top-wrapper {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 0;
}

/* Default Desktop Banner */
.ad-slot {
  background-color: #e9ecef;
  border: 1px dashed #b0b0b0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 14px;
  font-weight: 600;
}

/* Desktop */
.ad-728 {
  width: 728px;
  height: 90px;
}

/* Tablet */
@media (max-width: 991px) {
  .ad-728 {
    width: 468px;
    height: 60px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .ad-728 {
    width: 320px;
    height: 50px;
  }
}

