[data-editor-type="place"] [data-editor-field="address.hour"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}

[data-editor-type="place"] [data-editor-field="address.hour"] .place-hour-label {
  display: block;
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase;
  color: #744d97 !important;
  opacity: 0.88;
  margin-bottom: 0.45rem;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  line-height: 1.2 !important;
}

[data-editor-type="place"] [data-editor-field="address.hour"] .place-hour-value {
  font-size: 1.875rem !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  color: #5e3d7a !important;
  padding: 0.45rem 1.15rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(116, 77, 151, 0.28);
  box-shadow: 0 6px 18px rgba(116, 77, 151, 0.12);
}

[data-editor-type="gift"] [data-editor-field="gift.title"] {
  white-space: normal;
  line-height: 1.2;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 2.35rem;
}

[data-editor-type="gift"] [data-editor-field="gift.text"] {
  max-width: 28rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.55;
  color: #5e3d7a;
}

[data-editor-type="gift"] a[href*="youtube.com"] {
  color: #744d97;
  font-weight: 600;
}
