/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/form-resa/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.wp-block-gt-gt-ws-thelis-form-resa {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  /* Space between elements */
  align-items: stretch;
}
.wp-block-gt-gt-ws-thelis-form-resa .gt-form-field {
  flex: 1;
  min-width: 200px;
  /* Minimum width to maintain layout */
  display: flex;
  flex-direction: column;
}
.wp-block-gt-gt-ws-thelis-form-resa .gt-input,
.wp-block-gt-gt-ws-thelis-form-resa .gt-select,
.wp-block-gt-gt-ws-thelis-form-resa .gt-button {
  width: 100%;
  height: 45px;
  /* Set height for uniformity */
  padding: 10px;
  border: 1px solid var(--wp--preset--color--contrast-3);
  border-radius: 4px;
  font-size: 16px;
  color: var(--wp--preset--color--contrast);
  background-color: var(--wp--preset--color--base-2);
  box-sizing: border-box;
  /* Include padding and border in the element's width and height */
}
.wp-block-gt-gt-ws-thelis-form-resa .gt-input:focus,
.wp-block-gt-gt-ws-thelis-form-resa .gt-select:focus,
.wp-block-gt-gt-ws-thelis-form-resa .gt-button:focus {
  border-color: var(--wp--preset--color--accent);
  box-shadow: 0 0 4px rgba(var(--wp--preset--color--accent), 0.2);
  outline: none;
}
.wp-block-gt-gt-ws-thelis-form-resa label {
  font-size: 0.75rem;
}
.wp-block-gt-gt-ws-thelis-form-resa .gt-button {
  background-color: var(--wp--preset--color--accent-3);
  color: var(--wp--preset--color--base-2);
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 0;
  margin-top: auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.wp-block-gt-gt-ws-thelis-form-resa .gt-button.gt-button-reversed {
  flex-direction: row-reverse;
}
.wp-block-gt-gt-ws-thelis-form-resa .gt-button__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.wp-block-gt-gt-ws-thelis-form-resa .gt-button__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-block-gt-gt-ws-thelis-form-resa .gt-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}
.wp-block-gt-gt-ws-thelis-form-resa .gt-button:hover::after {
  opacity: 0.05;
}
.wp-block-gt-gt-ws-thelis-form-resa .gt-button:focus {
  box-shadow: 0 0 4px rgba(var(--wp--preset--color--accent-3), 0.2);
}
.wp-block-gt-gt-ws-thelis-form-resa.is-sticky.sticked {
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  bottom: 0;
  z-index: 3;
}
.wp-block-gt-gt-ws-thelis-form-resa.is-sticky.toggled {
  transform: translateX(-50%) translateY(0%);
  transition: 0.2s ease-in-out;
}
.wp-block-gt-gt-ws-thelis-form-resa .gt-ws-thelis-resa-sticky-button {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-transform: uppercase;
  border: none;
  padding: 1rem;
  font-size: 1rem;
  background-color: var(--wp--preset--color--accent);
  color: #fff;
  cursor: pointer;
}
.wp-block-gt-gt-ws-thelis-form-resa .gt-ws-thelis-resa-sticky-button i {
  font-size: 1.1rem;
}
.wp-block-gt-gt-ws-thelis-form-resa .gt-ws-thelis-resa-sticky-button img {
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .wp-block-gt-gt-ws-thelis-form-resa .gt-ws-thelis-form-resa {
    flex-direction: column;
  }
  .wp-block-gt-gt-ws-thelis-form-resa .gt-form-field {
    width: 100%;
    /* Ensure full width on small screens */
  }
}

/*# sourceMappingURL=style-index.css.map*/