.wpl-wrap .notice {
  display: none;
}

.block-editor-block-list__layout {
  padding: 0 !important;
}

#wvp-payment-link-btn {
  margin: 0 5px;
}

.vindi-wizard-close-header {
  position: fixed;
  top: 20px;
  right: 40px;
  z-index: 999999999999999999;
}

.vindi-wizard-close-btn {
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: all 0.2s ease;
  padding: 6px;
  border-radius: 6px;
  background: rgba(135, 135, 135, 0.8);
}

.vindi-wizard-close-btn:hover {
  background: rgba(79, 79, 79, 0.9);
  transform: scale(1.1);
}

.vindi-update-notice {
  border-left-color: #f0ad4e !important;
  
  h3 {
    color: #f0ad4e;
    font-size: 16px;
  }
  
  p {
    line-height: 1.6;
  }
  
  .button {
    margin-right: 8px;
    
    &.vindi-snooze-update {
      &:disabled {
        opacity: 0.6;
        cursor: not-allowed;
      }
    }
  }
}

// Import admin files
@import "./orders/index.scss";
@import "./subscriptions/index.scss";
@import "./wizard/index.scss";
@import "./onboarding/index.scss";
@import "./payment-config/index.scss";
