.wwk-contact-shell,
.wwk-contact-shell * {
  box-sizing: border-box;
}

.wwk-contact-shell {
  color: #355678;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.wwk-contact-shell .wwk-inner-top-shell {
  min-height: 480px;
  background-color: #1f56a5;
  background-image: var(--wwk-hero-airlight-desktop), url("/themes/shop/mobitreks-tech/assets/pages/contact-us/wwk-contact-us-hero.webp?v=20260726184758");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto, cover;
}

.wwk-contact-shell .wwk-contact-hero .wwk-inner-shell-wrap {
  width: min(1250px, calc(100% - 48px));
  min-height: 356px;
  padding: 52px 0 64px;
}

.wwk-contact-shell .wwk-contact-hero .wwk-inner-hero__copy {
  max-width: 510px;
}

.wwk-contact-shell .wwk-contact-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.wwk-contact-shell .wwk-contact-hero p {
  max-width: 500px;
  margin: 0;
  color: #edf5fb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.62;
}

.wwk-contact-shell .wwk-inner-main {
  background: #f3f5f7;
}

.wwk-contact-shell .wwk-contact-root {
  min-width: 0;
  color: #485e74;
}

.wwk-contact-shell .wwk-contact-support-nav {
  position: relative;
  z-index: 25;
  isolation: isolate;
  width: 100%;
  min-height: 56px;
  overflow: visible;
  background: #1f56a5;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.wwk-contact-shell .wwk-contact-support-nav__inner {
  position: relative;
  display: flex;
  width: min(1110px, calc(100% - 48px));
  min-height: 56px;
  margin: 0 auto;
  overflow: visible;
  align-items: center;
}

.wwk-contact-shell .wwk-contact-support-menu {
  display: flex;
  width: 100%;
  min-width: 0;
  overflow: visible;
  align-items: center;
}

.wwk-contact-shell .wwk-contact-support-links {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  align-items: center;
  list-style: none;
}

.wwk-contact-shell .wwk-contact-support-links > li,
.wwk-contact-shell .wwk-contact-support-account {
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0;
  overflow: visible;
}

.wwk-contact-shell .wwk-contact-support-item--dropdown.is-open {
  z-index: 2;
}

.wwk-contact-shell .wwk-contact-support-links a,
.wwk-contact-shell .wwk-contact-support-links button,
.wwk-contact-shell .wwk-contact-support-account > button {
  position: relative;
  z-index: 1;
  display: flex;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  padding: 0 14px;
  overflow: hidden;
  border: 0;
  border-bottom: 3px solid transparent;
  align-items: center;
  gap: 5px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.wwk-contact-shell .wwk-contact-support-links a.is-active {
  border-bottom-color: #7ebb42;
  background: rgba(255, 255, 255, .08);
}

.wwk-contact-shell .wwk-contact-support-links a:hover,
.wwk-contact-shell .wwk-contact-support-links button:hover,
.wwk-contact-shell .wwk-contact-support-account > button:hover {
  background: rgba(255, 255, 255, .09);
}

.wwk-contact-shell .wwk-contact-support-item--dropdown.is-open > button {
  background: rgba(255, 255, 255, .14);
}

.wwk-contact-shell .wwk-contact-support-account {
  margin-left: auto;
}

.wwk-contact-shell .wwk-contact-support-caret {
  width: 0;
  height: 0;
  border-top: 5px solid currentColor;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  flex: 0 0 auto;
}

.wwk-contact-shell .wwk-contact-support-item--dropdown.is-open > button .wwk-contact-support-caret {
  transform: rotate(180deg);
}

.wwk-contact-shell .wwk-contact-support-dropdown {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  display: none;
  min-width: 280px;
  max-height: min(520px, calc(100vh - 72px));
  margin: 0;
  padding: 0;
  overflow-y: auto;
  border: 1px solid #d6e0e9;
  background: #fff;
  box-shadow: 0 8px 20px rgba(22, 53, 86, .14);
  list-style: none;
}

.wwk-contact-shell .wwk-contact-support-dropdown--store {
  width: 330px;
}

.wwk-contact-shell .wwk-contact-support-dropdown--right {
  right: 0;
  left: auto;
  min-width: 190px;
  max-height: none;
  overflow: visible;
}

.wwk-contact-shell .wwk-contact-support-item--dropdown.is-open > .wwk-contact-support-dropdown {
  display: block;
}

.wwk-contact-shell .wwk-contact-support-dropdown li {
  margin: 0;
}

.wwk-contact-shell .wwk-contact-support-dropdown a {
  display: flex;
  width: 100%;
  min-height: 36px;
  padding: 0 17px;
  border: 0;
  align-items: center;
  color: #274866;
  font-size: 14px;
  line-height: 1.3;
  white-space: normal;
}

.wwk-contact-shell .wwk-contact-support-dropdown--right li + li {
  border-top: 1px solid #e3e9ef;
}

.wwk-contact-shell .wwk-contact-support-dropdown a:hover {
  background: #edf4fa;
  color: #174c91;
}

.wwk-contact-shell .wwk-contact-support-dropdown__separator {
  height: 1px;
  margin: 5px 0;
  background: #e3e9ef;
}

.wwk-contact-shell .wwk-contact-cart {
  order: 3;
  display: flex;
  width: 48px;
  height: 38px;
  margin-left: 18px;
  border: 1px solid rgba(255, 255, 255, .54);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
  text-decoration: none;
}

.wwk-contact-shell .wwk-contact-cart svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.wwk-contact-shell .wwk-contact-cart [data-cart-count]:not(:empty) {
  display: inline-flex;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  background: #7ebb42;
  color: #173453;
  font-size: 10px;
  font-weight: 700;
}

.wwk-contact-shell .wwk-contact-support-nav__toggle {
  order: 4;
  display: none;
  width: 42px;
  height: 38px;
  margin-left: 8px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .54);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.wwk-contact-shell .wwk-contact-support-nav__toggle-bars,
.wwk-contact-shell .wwk-contact-support-nav__toggle-bars::before,
.wwk-contact-shell .wwk-contact-support-nav__toggle-bars::after {
  width: 17px;
  height: 2px;
  background: currentColor;
}

.wwk-contact-shell .wwk-contact-support-nav__toggle-bars {
  position: relative;
  display: block;
}

.wwk-contact-shell .wwk-contact-support-nav__toggle-bars::before,
.wwk-contact-shell .wwk-contact-support-nav__toggle-bars::after {
  position: absolute;
  left: 0;
  content: "";
}

.wwk-contact-shell .wwk-contact-support-nav__toggle-bars::before {
  top: -5px;
}

.wwk-contact-shell .wwk-contact-support-nav__toggle-bars::after {
  top: 5px;
}

.wwk-contact-shell .wwk-contact-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wwk-contact-shell .wwk-contact-body {
  width: 100%;
  padding: 20px 0 58px;
  background: #f3f5f7;
}

.wwk-contact-shell .wwk-contact-panel {
  width: min(1110px, calc(100% - 48px));
  margin: 0 auto;
  padding: 46px 48px 54px;
  border: 1px solid #d3dce5;
  border-radius: 3px;
  background: #fff;
}

.wwk-contact-shell .wwk-contact-panel > h2 {
  margin: 0 0 22px;
  color: #718294;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.26;
}

.wwk-contact-shell .wwk-contact-alert {
  margin: 0 0 20px;
  padding: 13px 15px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
}

.wwk-contact-shell .wwk-contact-alert ul {
  margin: 8px 0 0 20px;
  padding: 0;
}

.wwk-contact-shell .wwk-contact-alert--success {
  border-color: #b8d8a0;
  background: #f3f9ee;
  color: #355d25;
}

.wwk-contact-shell .wwk-contact-alert--error {
  border-color: #e1b7b7;
  background: #fff5f5;
  color: #863d3d;
}

.wwk-contact-shell .wwk-contact-form {
  display: grid;
  gap: 18px;
}

.wwk-contact-shell .wwk-contact-row {
  display: grid;
  min-width: 0;
  gap: 30px;
}

.wwk-contact-shell .wwk-contact-row--identity {
  grid-template-columns: minmax(0, 4fr) minmax(0, 5fr) minmax(0, 3fr);
}

.wwk-contact-shell .wwk-contact-row--identity .wwk-contact-field:nth-child(1) {
  grid-column: 1;
}

.wwk-contact-shell .wwk-contact-row--identity .wwk-contact-field:nth-child(2) {
  grid-column: 2;
}

.wwk-contact-shell .wwk-contact-row--routing {
  grid-template-columns: minmax(0, 230px) minmax(0, 230px) minmax(0, 1fr);
}

.wwk-contact-shell .wwk-contact-row--details {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wwk-contact-shell .wwk-contact-field {
  min-width: 0;
}

.wwk-contact-shell .wwk-contact-field label,
.wwk-contact-shell .wwk-contact-label {
  display: block;
  margin: 0 0 6px;
  color: #718294;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.wwk-contact-shell .wwk-contact-field input,
.wwk-contact-shell .wwk-contact-field select,
.wwk-contact-shell .wwk-contact-field > textarea {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #cbd5df;
  border-radius: 4px;
  background: #fff;
  color: #3d5267;
  font: 14px/1.4 Arial, Helvetica, sans-serif;
}

.wwk-contact-shell .wwk-contact-field > textarea {
  resize: vertical;
}

.wwk-contact-shell .wwk-contact-field input:focus,
.wwk-contact-shell .wwk-contact-field select:focus,
.wwk-contact-shell .wwk-contact-field > textarea:focus {
  border-color: #265ca9;
  outline: none;
  box-shadow: none;
}

.wwk-contact-shell .wwk-contact-editor button:focus,
.wwk-contact-shell .wwk-contact-actions button:focus {
  border-color: #265ca9;
  outline: none;
  box-shadow: none;
}

.wwk-contact-shell .wwk-contact-support-nav button:focus,
.wwk-contact-shell .wwk-contact-support-nav a:focus {
  outline: none;
  box-shadow: none;
  background: rgba(255, 255, 255, .14);
}

.wwk-contact-shell .wwk-contact-department-fields {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid #dbe3eb;
  background: #f8fafc;
}

.wwk-contact-shell .wwk-contact-department-fields[hidden] {
  display: none;
}

.wwk-contact-shell .wwk-contact-security-note {
  margin: -2px 0 0;
  color: #6a7785;
  font-size: 13px;
  line-height: 1.5;
}

.wwk-contact-shell .wwk-contact-editor {
  position: relative;
  border: 1px solid #cbd5df;
  border-radius: 3px;
  background: #fff;
}

.wwk-contact-shell .wwk-contact-editor__toolbar {
  display: flex;
  min-height: 43px;
  padding: 5px;
  border-bottom: 1px solid #d4dce4;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  background: #fbfcfd;
}

.wwk-contact-shell .wwk-contact-editor__group {
  display: flex;
  gap: 2px;
}

.wwk-contact-shell .wwk-contact-editor__toolbar button {
  display: inline-flex;
  min-width: 30px;
  height: 31px;
  padding: 0 8px;
  border: 1px solid #ccd5de;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #33485d;
  font: 13px/1 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.wwk-contact-shell .wwk-contact-editor__toolbar button:hover,
.wwk-contact-shell .wwk-contact-editor__toolbar button[aria-pressed="true"] {
  background: #eaf1f7;
}

.wwk-contact-shell .wwk-contact-editor__toolbar .wwk-contact-editor__preview-button {
  padding: 0 11px;
  border-color: #265ca9;
  background: #265ca9;
  color: #fff;
}

.wwk-contact-shell .wwk-contact-editor__toolbar .wwk-contact-editor__preview-button:hover,
.wwk-contact-shell .wwk-contact-editor__toolbar .wwk-contact-editor__preview-button[aria-pressed="true"] {
  background: #174c91;
}

.wwk-contact-shell .wwk-contact-editor__spacer {
  flex: 1 1 14px;
}

.wwk-contact-shell .wwk-contact-editor__fullscreen {
  margin-left: auto;
}

.wwk-contact-shell .wwk-contact-editor > textarea {
  display: block;
  width: 100%;
  height: 284px;
  min-height: 180px;
  padding: 13px;
  border: 0;
  border-radius: 0;
  resize: vertical;
  color: #324a61;
  font: 14px/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.wwk-contact-shell .wwk-contact-editor > textarea:focus {
  outline: none;
  box-shadow: none;
}

.wwk-contact-shell .wwk-contact-editor:has(> textarea:focus) {
  border-color: #265ca9;
}

.wwk-contact-shell .wwk-contact-editor__preview {
  width: 100%;
  min-height: 284px;
  padding: 16px;
  overflow: auto;
  color: #29445f;
  font: 14px/1.6 Arial, Helvetica, sans-serif;
}

.wwk-contact-shell .wwk-contact-editor__preview h3 {
  margin: 0 0 12px;
  color: #173453;
  font-size: 19px;
}

.wwk-contact-shell .wwk-contact-editor__preview blockquote {
  margin: 12px 0;
  padding-left: 14px;
  border-left: 3px solid #9cb7cf;
}

.wwk-contact-shell .wwk-contact-editor__preview code {
  padding: 2px 4px;
  background: #eef3f7;
}

.wwk-contact-shell .wwk-contact-editor__status {
  display: flex;
  min-height: 40px;
  padding: 0 12px;
  border-top: 1px solid #e0e5ea;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  background: #f5f6f7;
  color: #9aa4ae;
  font: 11px/1 Arial, Helvetica, sans-serif;
}

.wwk-contact-shell .wwk-contact-editor.is-fullscreen {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: flex;
  border: 0;
  border-radius: 0;
  flex-direction: column;
}

.wwk-contact-shell .wwk-contact-editor.is-fullscreen > textarea,
.wwk-contact-shell .wwk-contact-editor.is-fullscreen .wwk-contact-editor__preview {
  min-height: 0;
  flex: 1 1 auto;
  resize: none;
}

.wwk-contact-shell .wwk-contact-attachments {
  width: 100%;
}

.wwk-contact-shell .wwk-contact-attachment-row {
  position: relative;
  display: flex;
  width: 100%;
  height: 38px;
  margin-bottom: 6px;
  overflow: hidden;
  border: 1px solid #cbd5df;
  border-radius: 4px;
  align-items: stretch;
  background: #fff;
}

.wwk-contact-shell .wwk-contact-attachment-row:focus-within {
  border-color: #265ca9;
}

.wwk-contact-shell .wwk-contact-attachment-name {
  display: flex;
  min-width: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  align-items: center;
  flex: 1 1 auto;
  overflow: hidden;
  background: #fff;
  color: #526579;
  font: 14px/1 Arial, Helvetica, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wwk-contact-shell .wwk-contact-attachment-row button {
  min-width: 74px;
  padding: 0 12px;
  border: 0;
  border-left: 1px solid #cbd5df;
  border-radius: 0;
  background: #f4f6f8;
  color: #344b62;
  font: 14px/1 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.wwk-contact-shell .wwk-contact-attachment-row button:focus {
  outline: none;
  box-shadow: none;
}

.wwk-contact-shell .wwk-contact-attachment-row button:hover {
  background: #e8edf2;
}

.wwk-contact-shell .wwk-contact-attachment-row input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wwk-contact-shell .wwk-contact-attachment-row .wwk-contact-attachment-add {
  min-width: 113px;
  border-radius: 0;
  background: #fff;
}

.wwk-contact-shell .wwk-contact-attachment-row .wwk-contact-attachment-remove {
  min-width: 90px;
  border-radius: 0;
}

.wwk-contact-shell .wwk-contact-help {
  margin: 5px 0 0;
  color: #7b8997;
  font: 12px/1.45 Arial, Helvetica, sans-serif;
}

.wwk-contact-shell .wwk-contact-suggestions {
  width: 100%;
  padding-top: 2px;
}

.wwk-contact-shell .wwk-contact-suggestions[hidden] {
  display: none;
}

.wwk-contact-shell .wwk-contact-suggestions h3 {
  margin: 0 0 9px;
  color: #718294;
  font: 400 21px/1.25 Arial, Helvetica, sans-serif;
}

.wwk-contact-shell .wwk-contact-suggestions > p {
  margin: 0 0 13px;
  color: #65778a;
  font: 14px/1.5 Arial, Helvetica, sans-serif;
}

.wwk-contact-shell .wwk-contact-suggestions__status {
  color: #7a8896;
  font-size: 13px;
}

.wwk-contact-shell .wwk-contact-suggestions__list {
  margin: 0;
  padding: 0;
  border: 1px solid #d5dee7;
  border-bottom: 0;
  list-style: none;
}

.wwk-contact-shell .wwk-contact-suggestions__list:empty {
  display: none;
}

.wwk-contact-shell .wwk-contact-suggestions__list li {
  margin: 0;
  border-bottom: 1px solid #d5dee7;
}

.wwk-contact-shell .wwk-contact-suggestions__list a {
  display: block;
  padding: 13px 15px;
  color: #245b95;
  text-decoration: none;
}

.wwk-contact-shell .wwk-contact-suggestions__list a:hover {
  background: #f4f8fb;
}

.wwk-contact-shell .wwk-contact-suggestions__list strong,
.wwk-contact-shell .wwk-contact-suggestions__list span {
  display: block;
}

.wwk-contact-shell .wwk-contact-suggestions__list strong {
  margin-bottom: 4px;
  font: 600 14px/1.35 Arial, Helvetica, sans-serif;
}

.wwk-contact-shell .wwk-contact-suggestions__list span {
  color: #6a7b8c;
  font: 12px/1.45 Arial, Helvetica, sans-serif;
}

.wwk-contact-shell .wwk-contact-actions {
  display: flex;
  padding-top: 4px;
  justify-content: center;
  gap: 4px;
}

.wwk-contact-shell .wwk-contact-actions button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid;
  border-radius: 4px;
  font: 14px/1 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.wwk-contact-shell .wwk-contact-submit {
  border-color: #265ca9;
  background: #265ca9;
  color: #fff;
}

.wwk-contact-shell .wwk-contact-submit:hover {
  background: #174c91;
}

.wwk-contact-shell .wwk-contact-cancel {
  border-color: #cbd5df;
  background: #fff;
  color: #40566d;
}

.wwk-contact-shell .wwk-contact-help-dialog {
  width: min(560px, calc(100% - 30px));
  padding: 0;
  border: 1px solid #cbd5df;
  border-radius: 4px;
  color: #344d65;
  font-family: Arial, Helvetica, sans-serif;
}

.wwk-contact-shell .wwk-contact-help-dialog::backdrop {
  background: rgba(15, 38, 62, .58);
}

.wwk-contact-shell .wwk-contact-help-dialog__header {
  display: flex;
  padding: 14px 18px;
  border-bottom: 1px solid #d9e1e8;
  align-items: center;
  justify-content: space-between;
}

.wwk-contact-shell .wwk-contact-help-dialog__header h2 {
  margin: 0;
  font-size: 19px;
}

.wwk-contact-shell .wwk-contact-help-dialog__header button {
  padding: 2px 8px;
  border: 0;
  background: transparent;
  color: #456078;
  font-size: 24px;
  cursor: pointer;
}

.wwk-contact-shell .wwk-contact-help-dialog dl {
  margin: 0;
  padding: 14px 18px 18px;
}

.wwk-contact-shell .wwk-contact-help-dialog dl > div {
  display: grid;
  padding: 8px 0;
  grid-template-columns: 100px 1fr;
  border-bottom: 1px solid #edf1f4;
}

.wwk-contact-shell .wwk-contact-help-dialog dt {
  font-weight: 700;
}

.wwk-contact-shell .wwk-contact-help-dialog dd {
  margin: 0;
}

@media (max-width: 1080px) {
  .wwk-contact-shell .wwk-contact-support-links a,
  .wwk-contact-shell .wwk-contact-support-links button,
  .wwk-contact-shell .wwk-contact-support-account > button {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .wwk-contact-shell .wwk-contact-support-nav__inner {
    min-height: 56px;
    justify-content: flex-end;
  }

  .wwk-contact-shell .wwk-contact-cart {
    order: 1;
    margin-left: 0;
  }

  .wwk-contact-shell .wwk-contact-support-nav__toggle {
    order: 2;
    display: inline-flex;
  }

  .wwk-contact-shell .wwk-contact-support-menu {
    position: absolute;
    top: 56px;
    right: 0;
    display: none;
    width: min(320px, calc(100vw - 30px));
    max-height: calc(100vh - 80px);
    padding: 8px 0;
    overflow-y: auto;
    border: 1px solid #174c91;
    flex-direction: column;
    align-items: stretch;
    background: #1f56a5;
    box-shadow: 0 8px 20px rgba(22, 53, 86, .18);
  }

  .wwk-contact-shell .wwk-contact-support-menu.is-open {
    display: flex;
  }

  .wwk-contact-shell .wwk-contact-support-links {
    display: block;
    width: 100%;
  }

  .wwk-contact-shell .wwk-contact-support-links > li,
  .wwk-contact-shell .wwk-contact-support-account {
    z-index: auto;
    height: auto;
  }

  .wwk-contact-shell .wwk-contact-support-links a,
  .wwk-contact-shell .wwk-contact-support-links button,
  .wwk-contact-shell .wwk-contact-support-account > button {
    width: 100%;
    height: 40px;
    min-height: 40px;
    max-height: none;
    padding: 0 16px;
    overflow: visible;
    border: 0;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    text-align: left;
  }

  .wwk-contact-shell .wwk-contact-support-links a.is-active {
    border-left: 3px solid #7ebb42;
    background: #174c91;
  }

  .wwk-contact-shell .wwk-contact-support-account {
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
  }

  .wwk-contact-shell .wwk-contact-support-dropdown,
  .wwk-contact-shell .wwk-contact-support-dropdown--right {
    position: static;
    z-index: auto;
    min-width: 0;
    width: 100%;
    max-height: none;
    padding: 3px 0 6px 14px;
    overflow: visible;
    border: 0;
    background: #174c91;
    box-shadow: none;
  }

  .wwk-contact-shell .wwk-contact-support-dropdown--right li + li {
    border-top-color: rgba(255, 255, 255, .18);
  }

  .wwk-contact-shell .wwk-contact-support-dropdown a {
    min-height: 36px;
    padding-left: 18px;
    color: #fff;
  }

  .wwk-contact-shell .wwk-contact-support-dropdown a:hover,
  .wwk-contact-shell .wwk-contact-support-dropdown a:focus {
    background: #123f78;
    color: #fff;
  }

  .wwk-contact-shell .wwk-contact-support-dropdown__separator {
    background: rgba(255, 255, 255, .18);
  }
}

@media (max-width: 767px) {
  .wwk-contact-shell .wwk-inner-top-shell {
    min-height: 520px;
    background-image: var(--wwk-hero-airlight-mobile), url("/themes/shop/mobitreks-tech/assets/pages/contact-us/wwk-contact-us-hero-mobile.webp?v=20260726184758");
    background-position: center, center;
    background-size: auto, cover;
  }

  .wwk-contact-shell .wwk-contact-hero .wwk-inner-shell-wrap {
    width: calc(100% - 30px);
    min-height: 400px;
    padding: 44px 0 220px;
  }

  .wwk-contact-shell .wwk-contact-hero .wwk-inner-hero__copy {
    max-width: 330px;
  }

  .wwk-contact-shell .wwk-contact-hero h1 {
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 1.12;
  }

  .wwk-contact-shell .wwk-contact-hero p {
    max-width: 315px;
    font-size: 15px;
    line-height: 1.55;
  }

  .wwk-contact-shell .wwk-contact-support-nav,
  .wwk-contact-shell .wwk-contact-support-nav__inner {
    min-height: 56px;
  }

  .wwk-contact-shell .wwk-contact-support-nav__inner {
    width: calc(100% - 30px);
  }

  .wwk-contact-shell .wwk-contact-body {
    padding: 20px 0 42px;
  }

  .wwk-contact-shell .wwk-contact-panel {
    width: calc(100% - 30px);
    padding: 20px;
  }

  .wwk-contact-shell .wwk-contact-panel > h2 {
    margin-bottom: 22px;
    font-size: 20px;
  }

  .wwk-contact-shell .wwk-contact-form {
    gap: 18px;
  }

  .wwk-contact-shell .wwk-contact-row,
  .wwk-contact-shell .wwk-contact-row--identity,
  .wwk-contact-shell .wwk-contact-row--routing,
  .wwk-contact-shell .wwk-contact-row--details {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .wwk-contact-shell .wwk-contact-row--identity .wwk-contact-field:nth-child(1),
  .wwk-contact-shell .wwk-contact-row--identity .wwk-contact-field:nth-child(2) {
    grid-column: 1;
  }

  .wwk-contact-shell .wwk-contact-department-fields {
    padding: 15px;
  }

  .wwk-contact-shell .wwk-contact-editor__toolbar {
    min-height: 74px;
  }

  .wwk-contact-shell .wwk-contact-editor__spacer {
    flex-basis: 5px;
  }

  .wwk-contact-shell .wwk-contact-editor > textarea,
  .wwk-contact-shell .wwk-contact-editor__preview {
    height: 284px;
    min-height: 220px;
  }

  .wwk-contact-shell .wwk-contact-attachment-name {
    flex: 1 1 auto;
  }

  .wwk-contact-shell .wwk-contact-attachment-row button[data-file-browse] {
    width: 74px;
    flex: 0 0 74px;
  }

  .wwk-contact-shell .wwk-contact-attachment-row .wwk-contact-attachment-add,
  .wwk-contact-shell .wwk-contact-attachment-row .wwk-contact-attachment-remove {
    width: auto;
    min-height: 0;
    flex: 0 0 auto;
    border-radius: 0;
  }

  .wwk-contact-shell .wwk-contact-suggestions__list a {
    padding: 12px;
  }
}

@media (max-width: 390px) {
  .wwk-contact-shell .wwk-contact-panel {
    padding: 20px 14px;
  }

  .wwk-contact-shell .wwk-contact-editor__toolbar {
    padding: 4px;
    gap: 3px;
  }

  .wwk-contact-shell .wwk-contact-editor__toolbar button {
    min-width: 28px;
    padding: 0 6px;
  }

  .wwk-contact-shell .wwk-contact-editor__toolbar .wwk-contact-editor__preview-button {
    padding: 0 8px;
  }
}
