.elementor-4801 .elementor-element.elementor-element-e57b664{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-61048a7 *//* ================================================
   OPEN YOUR STORE FORM — Additional CSS
   Paste in: Appearance > Customize > Additional CSS
   ================================================ */

/* ------- Outer wrapper ------- */
.smk-store-wrapper {
  max-width: 680px;
  margin: 0 auto;
  padding: 48px 16px 60px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ------- Header ------- */
.smk-store-header {
  text-align: center;
  margin-bottom: 32px;
}

.smk-store-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(196, 133, 111, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: #c4856f;
}

.smk-store-title {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 6px;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

.smk-store-subtitle {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

/* ------- Card ------- */
.smk-store-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.smk-card-top {
  padding: 22px 24px 0;
  margin-bottom: 20px;
}

.smk-card-heading {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

.smk-card-sub {
  display: block;
  font-size: 13px;
  color: #6b7280;
  margin-top: 2px;
}

/* ------- CF7 wrapper padding ------- */
.smk-store-card .wpcf7 {
  padding: 0 24px 28px;
}

/* ------- Form base ------- */
.smk-store-card .wpcf7 form.wpcf7-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  margin: 0 !important;
}

/* ------- Field block (label + input group) ------- */
.smk-store-card .smk-field {
  display: flex;
  flex-direction: column;
}

.smk-store-card .smk-field label {
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.smk-store-card .smk-field label svg,
.smk-store-card .smk-field label i {
  color: #9ca3af;
  flex-shrink: 0;
}

/* ------- Two-column grid ------- */
.smk-store-card .smk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* ------- Inputs & Textarea ------- */
.smk-store-card .wpcf7 input[type="text"],
.smk-store-card .wpcf7 input[type="email"],
.smk-store-card .wpcf7 input[type="tel"],
.smk-store-card .wpcf7 input[type="url"],
.smk-store-card .wpcf7 input[type="number"],
.smk-store-card .wpcf7 textarea {
  width: 100%;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  color: #111827;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.smk-store-card .wpcf7 textarea {
  height: auto;
  min-height: 90px;
  padding: 10px 12px;
  resize: vertical;
  line-height: 1.5;
}

.smk-store-card .wpcf7 input[type="text"]:focus,
.smk-store-card .wpcf7 input[type="email"]:focus,
.smk-store-card .wpcf7 input[type="tel"]:focus,
.smk-store-card .wpcf7 input[type="url"]:focus,
.smk-store-card .wpcf7 textarea:focus {
  border-color: #c4856f;
  box-shadow: 0 0 0 3px rgba(196, 133, 111, 0.14);
}

.smk-store-card .wpcf7 input::placeholder,
.smk-store-card .wpcf7 textarea::placeholder {
  color: #9ca3af;
}

/* Span wrappers CF7 adds — make them block */
.smk-store-card .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* ------- Specializations Checkboxes ------- */
.smk-spec-label {
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.smk-spec-label svg {
  color: #9ca3af;
}

.smk-store-card .wpcf7 .wpcf7-checkbox {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 4px !important;
}

.smk-store-card .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 7px 9px !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  font-size: 13px !important;
  color: #374151 !important;
  transition: background 0.15s !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.smk-store-card .wpcf7 .wpcf7-checkbox .wpcf7-list-item:hover {
  background: #fdf5f2 !important;
}

.smk-store-card .wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
  width: 15px !important;
  height: 15px !important;
  border: 1.5px solid #d1d5db !important;
  border-radius: 4px !important;
  accent-color: #c4856f !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
}

.smk-store-card .wpcf7 .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked {
  border-color: #c4856f !important;
}

.smk-store-card .wpcf7 .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 13px !important;
  color: #374151 !important;
}

/* ------- Submit Button ------- */
.smk-store-card .wpcf7 input[type="submit"] {
  width: 100%;
  height: 46px;
  background: #c4856f;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
  font-family: inherit;
  letter-spacing: 0.01em;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  margin-top: 4px;
}

.smk-store-card .wpcf7 input[type="submit"]:hover {
  background: #b57360;
}

.smk-store-card .wpcf7 input[type="submit"]:active {
  transform: scale(0.99);
  background: #a6644f;
}

/* ------- Validation & Messages ------- */
.smk-store-card .wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #ef4444;
  margin-top: 4px;
  display: block;
}

.smk-store-card .wpcf7 .wpcf7-response-output {
  font-size: 13px;
  margin: 12px 0 0;
  padding: 10px 14px;
  border-radius: 8px;
  border-left: 3px solid #c4856f;
  background: #fdf5f2;
  color: #374151;
}

.smk-store-card .wpcf7 .wpcf7-mail-sent-ok {
  border-left-color: #22c55e;
  background: #f0fdf4;
  color: #166534;
}

.smk-store-card .wpcf7 .wpcf7-mail-sent-ng,
.smk-store-card .wpcf7 .wpcf7-spam-blocked {
  border-left-color: #ef4444;
  background: #fef2f2;
  color: #991b1b;
}

/* ------- Mobile Responsive ------- */
@media (max-width: 600px) {
  .smk-store-wrapper {
    padding: 28px 10px 40px;
  }

  .smk-store-title {
    font-size: 21px;
  }

  .smk-store-card .smk-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .smk-store-card .wpcf7 .wpcf7-checkbox {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .smk-store-card .wpcf7 {
    padding: 0 16px 22px;
  }

  .smk-card-top {
    padding: 18px 16px 0;
  }
}

@media (max-width: 360px) {
  .smk-store-card .wpcf7 .wpcf7-checkbox {
    grid-template-columns: 1fr !important;
  }
}/* End custom CSS */