.dash-item-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 5px;
}

.dash-item .promote-listing {
  color: #6b4bd8;
  font-weight: 800;
}

.vip-active {
  margin-left: auto;
  background: #fff3c2;
  color: #725800;
  border-radius: 10px;
  padding: 10px 13px;
  font-size: 11px;
  font-weight: 800;
}

.vip-upsell-intro {
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #171830, #392674);
  color: #fff;
  margin-bottom: 16px;
}

.vip-upsell-intro h3 { margin: 0 0 7px; font: 800 21px Manrope; }
.vip-upsell-intro p { margin: 0; color: #ded9f2; font-size: 13px; line-height: 1.5; }
.vip-upsell-actions { display: grid; gap: 10px; }
.vip-upsell-actions .btn { width: 100%; }
.vip-skip { border: 0; background: transparent; color: var(--muted); padding: 8px; cursor: pointer; }

@media (max-width: 700px) {
  .details-author .vip-active { width: 100%; margin-left: 0; }
}
