/* Lovelys v8 — scope every v7 button change to the portfolio customisation
   page (/edit/:id). The templates page is restored to its original look. */

/* 2. Editor-only styling. Nothing below applies outside /edit/:id. */
body[data-lv8-editor="1"] .lv-notice-btn,
body[data-lv8-editor="1"] .lv-apply-go {
  border-radius: 999px !important;
  padding: 11px 18px !important;
  font-weight: 600 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  background: linear-gradient(120deg, #ff5f9e, #7c5cff) !important;
  box-shadow: 0 10px 26px rgba(124, 92, 255, 0.32) !important;
}
body[data-lv8-editor="1"] .lv-notice-btn:hover,
body[data-lv8-editor="1"] .lv-apply-go:hover {
  background: linear-gradient(120deg, #ff6fa8, #8a6cff) !important;
}
