.lds-ad-section {
  width: min(1120px, calc(100% - 32px));
  margin: 28px auto;
  position: relative;
  z-index: 2;
}

.lds-ad-section.compact {
  margin: 18px auto;
}

.lds-ad-shell {
  background: linear-gradient(137deg, rgba(17, 18, 20, 0.75) 4.87%, rgba(12, 13, 15, 0.9) 75.88%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 14px;
  min-height: 90px;
  overflow: hidden;
}

.lds-ad-label {
  color: rgba(255, 255, 255, 0.35);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.lds-smartlink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.34);
  color: #d8b4fe;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.lds-smartlink:hover {
  background: rgba(139, 92, 246, 0.2);
  border-color: rgba(216, 180, 254, 0.5);
  color: #ffffff;
  transform: translateY(-1px);
}

.lds-ad-rail {
  position: fixed;
  right: 14px;
  top: 120px;
  z-index: 20;
  width: 160px;
  min-height: 600px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(10, 10, 10, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lds-ad-rail .lds-ad-label {
  padding: 8px 8px 0;
  margin-bottom: 6px;
}

@media (max-width: 1280px) {
  .lds-ad-rail {
    display: none;
  }
}

@media (max-width: 640px) {
  .lds-ad-section {
    width: calc(100% - 24px);
    margin: 20px auto;
  }

  .lds-ad-shell {
    border-radius: 12px;
    padding: 12px;
  }
}
