.app-container #divider {
  display: none;
}
.app-container .attribute-data--divider-field {
  width: 100%;
  margin-left: 0;
}

.app-container a {
  color: #AD317A;
}
.app-container a:hover {
  color: #4D3862;
}

.app-container .button, .app-container input[type=submit] {
  background-color: #AD317A;
  color: white;
}
.app-container .button:hover, .app-container input[type=submit]:hover {
  background-color: #4D3862;
}

.app-container textarea {
  min-height: 200px;
}

.app-container .row {
  display: flex;
  gap: 50px;
  margin-left: calc(15% + 2rem);
  margin-top: 40px;
}

.app-container .preview-image {
  width: 300px;
}

.app-container #cover-image {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
}