/*
Theme Name: reastama
Author: thyme.studio
Author URI: https://thmye.studio.com

Version: 2025.12
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: reastama
*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

html,
body {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.error {
  color: red;
  font-size: 0.9em;
  display: none;
}

.msform {
  background: pink;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem;
}
.msform-progress {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
}
.msform-progress-bar {
  position: relative;
  border: solid 0.0625rem black;
  height: 0.625rem;
  overflow: clip;
}
.msform-progress-bar-fill {
  background: black;
  height: 8px;
  width: 0;
  transition: 0.3s ease;
}
.msform .step {
  position: relative;
  display: none;
  width: 100%;
}
.msform .step.active {
  display: block;
}
.msform-buttons {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 2.5rem;
  justify-content: space-between;
  align-items: center;
}
.msform-btn {
  background: none;
  position: relative;
  display: inline-flex;
  min-height: 1.875rem;
  margin: 0;
  padding: 0.35em 0.5em;
  color: black;
  border: solid 0.0625rem black;
  font-size: 1em;
  font-family: inherit;
}
.msform-btn-next:not(:disabled) {
  background: black;
  color: white;
}
.msform-btn:disabled {
  opacity: 0.25;
}
.msform :focus {
  outline: none;
}
.msform-field {
  position: relative;
  display: block;
  width: 100%;
}
.msform-field:not(:last-of-type) {
  margin-bottom: 0.625rem;
}
.msform-select-item, .msform-multiselect-item {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.msform-select-item + label, .msform-multiselect-item + label,
.msform input[type=email],
.msform textarea {
  background: none;
  position: relative;
  display: block;
  width: 100%;
  min-height: 1.875rem;
  margin: 0;
  padding: 0.35em 0.5em;
  border-top: none;
  border-right: solid 0.0625rem black;
  border-left: solid 0.0625rem black;
  border-bottom: dashed 0.0625rem black;
  color: black;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1em;
}
.msform-select-item + label:first-of-type, .msform-multiselect-item + label:first-of-type,
.msform input[type=email]:first-of-type,
.msform textarea:first-of-type {
  border-top: solid 0.0625rem black;
}
.msform-select-item + label:last-of-type, .msform-multiselect-item + label:last-of-type,
.msform input[type=email]:last-of-type,
.msform textarea:last-of-type {
  border-bottom: solid 0.0625rem black;
}
.msform input {
  font-family: "Helvetica Neue", sans-serif;
}
.msform input[type=checkbox], .msform input[type=radio] {
  position: relative;
  display: block;
}
.msform input[type=checkbox]:checked + label, .msform input[type=radio]:checked + label {
  background: black;
  color: white;
}
.msform-checkbox + label {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 2.5rem;
  font-size: 0.8rem;
}
.msform-checkbox + label::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.75rem;
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: auto;
  border: solid 0.0625rem black;
}
.msform-checkbox:checked + label {
  background: none !important;
  color: black !important;
}
.msform-checkbox:checked + label::before {
  background: black;
}
.msform-checkbox:checked + label::after {
  content: "+";
  position: absolute;
  display: block;
  width: 1.75rem;
  aspect-ratio: 1;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.5rem;
  top: 0.13em;
  left: 0.29em;
  transform: rotate(45deg);
}

.auto-resize {
  resize: none;
  overflow: hidden;
  box-sizing: border-box;
}

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