/*
Theme Name: Hello Elementor Mockups
Template: hello-elementor
Version: 1.0
*/

.mockup-card {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 16px 24px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.view-btn {
  background: #5b5bff;
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  text-decoration: none;
}
