.elementor-1708 .elementor-element.elementor-element-d3b68eb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-63879e0 */.astro-center-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 16px;
  box-sizing: border-box;
}

.astro-center-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ac7fdd */.fortune-form-section {
  /*padding: 60px 0px;*/
  background: #f8f4eb;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}




.fortune-form {
  max-width: 1100px;
  margin: 0 auto;
  padding: 46px 54px;
  background: #fffaf1;
  border: 3px solid #0b2a4f;
  border-radius: 18px;
  box-shadow: inset 0 0 0 2px #d2a85f;
  color: #0b2a4f;
}


.button-row{

  display:flex;

  justify-content:center;

  gap:30px;

  margin:40px auto 60px;

  flex-wrap:wrap;
}

.button-row img{

  width:320px;

  max-width:100%;

  display:block;
}


.form-block {
  margin-bottom: 30px;
}

.form-label {
  display: block;
  margin-bottom: 18px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #0b2a4f;
}

.icon {
  color: #c59a4a;
  margin-right: 10px;
}

input,
select {
  height: 58px;
  padding: 0 24px;
  border: 2px solid #0b2a4f;
  border-radius: 7px;
  background: #fffdf8;
  color: #333;
  font-size: 21px;
  font-family: inherit;
  box-sizing: border-box;
}

input {
  width: 68%;
}

select {
  width: 100%;
  appearance: auto;
}

input::placeholder {
  color: #777;
}

.form-row {
  display: grid;
  align-items: center;
  gap: 18px;
}

.form-row.three {
  grid-template-columns: 1fr auto 1fr auto 1fr auto;
}

.form-row.two {
  grid-template-columns: 1fr auto 1fr auto;
}

.form-row span {
  font-size: 22px;
  font-weight: bold;
  color: #0b2a4f;
}

.divider {
  border-top: 1px dashed #c59a4a;
  margin: 26px 0;
}

.submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  width: 560px;
  max-width: 100%;
  margin: 42px auto 0;
  padding: 20px 30px;
  border: 3px solid #c59a4a;
  border-radius: 999px;
  background: #08284f;
  color: #fff;
  font-size: 31px;
  font-family: inherit;
  letter-spacing: 0.08em;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.15);
}

.submit-btn span {
  color: #d6aa54;
}

.submit-btn:hover {
   background:
  linear-gradient(
    135deg,
    #3a74b8,
    #28588f
  );

}

@media (max-width: 768px) {
  .fortune-form {
    padding: 34px 22px;
  }

  input {
    width: 100%;
  }

  .form-row.three,
  .form-row.two {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .form-row span {
    display: none;
  }

  .submit-btn {
    font-size: 24px;
    gap: 18px;
  }
}/* End custom CSS */