.momsik-fields {
  margin: 20px 0 8px;
  padding: 20px 22px;
  background: #faf7f4;
  border: 1px solid #e8ddd4;
  border-radius: 10px;
}

.momsik-fields__title {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8ddd4;
  color: #a97956;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.momsik-field {
  margin-bottom: 16px;
}

.momsik-field:last-child {
  margin-bottom: 0;
}

.momsik-field label,
.momsik-field legend {
  display: block;
  margin-bottom: 6px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}

.momsik-field__input {
  width: 100%;
  max-width: 420px;
  padding: 11px 14px;
  margin-top: 2px;
  border: 1px solid #e0d4ca;
  border-radius: 6px;
  background: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.momsik-field__input:focus {
  outline: none;
  border-color: #c7a287;
  box-shadow: 0 0 0 3px rgba(199, 162, 135, 0.15);
}

.momsik-field select.momsik-field__input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23a97956' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

.momsik-field input[type="file"] {
  display: block;
  width: 100%;
  max-width: 420px;
  margin-top: 4px;
  padding: 10px 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  color: #555;
  cursor: pointer;
}

.momsik-field input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 10px 18px;
  border: 1px solid #c7a287;
  border-radius: 4px;
  background: #fff;
  color: #a97956;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.momsik-field input[type="file"]::file-selector-button:hover {
  background: #c7a287;
  color: #fff;
}

.momsik-field__checkbox-group {
  border: none;
  margin: 0;
  padding: 0;
}

.momsik-field__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #eee;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.momsik-field__checkbox:hover {
  border-color: #e0d4ca;
  background: #fffdfb;
}

.momsik-field__checkbox input[type="checkbox"] {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  accent-color: #c7a287;
  flex-shrink: 0;
}

.momsik-field__checkbox-label {
  font-size: 14px;
  line-height: 1.45;
}

.momsik-field__price {
  color: #a97956;
  font-weight: 500;
}

.momsik-field__price small {
  color: #888;
  font-weight: 400;
}

.momsik-field__hint {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #888;
  line-height: 1.4;
}

.momsik-upload-status {
  margin-top: 10px;
  max-width: 420px;
}

.momsik-upload-status__progress {
  height: 6px;
  background: #eee;
  border-radius: 3px;
  overflow: hidden;
}

.momsik-upload-status__bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #c7a287, #a97956);
  transition: width 0.3s ease;
}

.momsik-upload-status__text {
  margin: 6px 0 0;
  font-size: 13px;
  color: #555;
}

.momsik-fields__total {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #e8ddd4;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #a97956;
}

.momsik-fields__total strong {
  font-weight: 500;
}
