
/* Vensauro My Account Pro - styles */

.vensauro-account-profile {
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 8px;
}

.vensauro-account-profile img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 10px;
  border: 2px solid #e5e7eb;
  background: #f3f4f6;
}

/* Avatar fieldset */
.vensauro-avatar-fieldset {
  margin-top: 20px;
  border: 1px solid #e5e7eb;
  padding: 16px 18px;
  border-radius: 12px;
}

.vensauro-avatar-edit-wrapper {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.vensauro-avatar-preview img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e5e7eb;
  background: #fff;
}

.vensauro-account-summary {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
  color: #111827;
}

.vensauro-account-actions {
  display: flex;
  gap: 16px;
  margin-top: 14px;
}

.vensauro-account-actions .button {
  padding: 14px 28px;
  font-size: 15px;
  border-radius: 999px;
}

/* Mobile: stack buttons */
@media (max-width: 768px) {
  .vensauro-account-actions {
    flex-direction: column;
    width: 100%;
  }
  .vensauro-account-actions .button {
    width: 100%;
    margin-bottom: 10px;
  }
  .vensauro-avatar-preview img {
    width: 80px;
    height: 80px;
  }
}
