/*
Theme Name: Hello Child
Template: hello-elementor
*/

.custom-product-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.product-image-center img {
  max-width: 400px;
  height: auto;
  margin-bottom: 20px;
}

.product-reserve-button .button {
  background-color: #0073aa;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.product-reserve-button .button:hover {
  background-color: #005a87;
}
