.widget-mobile-apps {
    display: none !important;
}
@media only screen and (max-width: 767px) {
  .ad-placeholder {
    padding: 12px;
    background-color: #f8f8f8;
    border-radius: 12px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
  }

  .ad-label {
    font-size: 12px;
    color: gray;
    display: block;
    margin-bottom: 8px;
  }

  .ad-image {
    max-width: 100%;
    height: auto;
    max-height: 140px;
    object-fit: contain;
    border-radius: 6px;
  }
}