[class^="ta-"],
[class*=" ta-"],
.header-banner,
.header-banner * {
  box-sizing: border-box;
}

.header-banner {
  display: flex;
  align-items: center;
  align-self: stretch;
  width: 100%;
  height: 120px;
}

.header-banner .left-header-banner {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
  background-color: #0a2d6b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  text-align: center;
}

.header-banner__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}

.header-banner__checkbox input[type="radio"] {
  cursor: pointer;
}

.header-banner .right-side-banner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #ffffff;
}

.header-banner__text {
  font-size: 14px;
}

.header-banner__options {
  display: flex;
  gap: 8px;
}

.header-banner__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
}

.header-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
  border: 2px solid transparent;
  white-space: nowrap;
}

.header-banner__btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.header-banner__btn:active {
  transform: translateY(0);
}

.header-banner__btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.header-banner__btn--primary {
  background-color: #ffffff;
  color: #0a2d6b;
  border-color: #ffffff;
}

.header-banner__btn--primary:hover {
  background-color: #e6ebf4;
  color: #0a2d6b;
  border-color: #e6ebf4;
}

.header-banner__btn--secondary {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  border-color: #ffffff;
}

.header-banner__btn--secondary:hover {
  background-color: #ffffff;
  color: #0a2d6b;
}

.header-banner--cards {
  height: auto;
  padding: 24px 20px;
  background-color: transparent;
  justify-content: center;
}

.ta-flow-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  max-width: 1000px;
}

.ta-flow-card {
  background: #ffffff;
  border: 2px solid #e4e7ec;
  border-radius: 8px;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
  text-align: center;
  font-family: inherit;
}

.ta-flow-card:hover {
  border-color: #002266;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 34, 102, 0.12);
}

.ta-flow-card:focus-visible {
  outline: 2px solid #002266;
  outline-offset: 2px;
}

.ta-flow-card__icon {
  color: #0046ad;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.ta-flow-card__icon svg {
  width: 40px;
  height: 40px;
}

.ta-flow-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #0046ad;
}

.ta-flow-card__description {
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 1.5;
  max-width: 420px;
}

@media (max-width: 768px) {
  .header-banner--cards {
    padding: 16px 12px;
  }

  .ta-flow-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ta-flow-card {
    padding: 24px 20px;
  }

  .ta-flow-card__title {
    font-size: 16px;
  }

  .ta-flow-card__description {
    font-size: 13px;
  }
}

.ta-flow-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 16px;
  border-radius: 6px;
  margin: 0 0 16px 0;
  border-left: 4px solid #06205a;
  background-color: #0a2d6b;
  color: #ffffff;
}

.ta-flow-header__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.18);
}

.ta-flow-header__icon svg {
  width: 18px;
  height: 18px;
}

.ta-flow-header__content {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.ta-flow-header__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.ta-flow-header__description {
  font-size: 12px;
  opacity: 0.9;
  line-height: 1.3;
}

.ta-shop-assistance-intro {
  font-size: 14px;
  margin: 0 0 12px 0;
  color: #374151;
  text-align: left;
}

.ta-shop-assistance-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 360px;
  overflow-y: auto;
  text-align: left;
}

.ta-shop-assistance-card {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #0a2d6b;
  border-radius: 6px;
  background-color: #f9fafb;
}

.ta-shop-assistance-card__name {
  font-size: 14px;
  font-weight: 700;
  color: #0a2d6b;
}

.ta-shop-assistance-card__location {
  font-size: 13px;
  color: #4b5563;
}

.ta-shop-assistance-card__contacts {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 6px;
}

.ta-shop-assistance-card__contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #0a2d6b;
  text-decoration: none;
  word-break: break-all;
}

.ta-shop-assistance-card__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #eef2f9;
  color: #0a2d6b;
}

.ta-shop-assistance-card__contact--empty .ta-shop-assistance-card__contact-icon {
  background-color: #f3f4f6;
  color: #9ca3af;
}

.ta-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  margin: 12px 0;
}

.ta-alert__icon {
  display: flex;
  flex-shrink: 0;
}

.ta-alert--error {
  background-color: #fde8e8;
  border: 1px solid #f0a8a8;
  color: #9b1c1c;
}

.ta-alert--warning {
  background-color: #fef3cd;
  border: 1px solid #f0d78c;
  color: #856404;
}

.ta-input {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  max-width: 100%;
}

.ta-input__label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.ta-input__required {
  color: #c53030;
}

.ta-input__helper-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-left: 4px;
  border-radius: 50%;
  background-color: #0068b5;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  vertical-align: baseline;
  position: relative;
  top: -1px;
}

.ta-input__helper-link:hover {
  background-color: #0a2d6b;
  color: #fff;
  text-decoration: none;
}

.ta-input__field {
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
}

.ta-input__field:focus {
  border-color: #0a2d6b;
}

.ta-input--disabled {
  pointer-events: none;
}

.ta-input__field:disabled {
  background-color: #fff;
  cursor: not-allowed;
  color: #666;
  border-color: #ccc;
}

.ta-input--invalid .ta-input__field {
  border-color: #d32f2f;
}

.ta-input--valid .ta-input__field {
  border-color: #2e7d32;
}

.ta-input__error {
  display: none;
  font-size: 12px;
  color: #d32f2f;
  margin-top: 4px;
}

.ta-input__success {
  display: none;
  font-size: 12px;
  color: #2e7d32;
  margin-top: 4px;
}

.ta-input__field--textarea {
  resize: vertical;
  min-height: 80px;
}

.ta-input__field--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  cursor: pointer;
}

.ta-input__helper {
  font-size: 14px;
  color: #999;
  margin-top: 4px;
}

/* ── Checkbox ── */
.ta-checkbox {
  display: flex;
  align-items: center;
}

.ta-checkbox__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.ta-checkbox__field {
  width: 18px;
  height: 18px;
  accent-color: #0a2d6b;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
}

.ta-checkbox__text {
  font-weight: 400;
  line-height: 1.4;
}

.ta-checkbox--disabled {
  pointer-events: none;
  opacity: 0.6;
}

.ta-zipcode-screen {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.ta-zipcode-screen__left {
  flex: 1;
}

.ta-zipcode-screen__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;

  .ta-product-info__container {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .ta-product-info__row--actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
  }
}

.ta-address-fields__container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.ta-address-fields__row {
  display: flex;
  gap: 12px;
}

.ta-address-fields__row>* {
  flex: 1;
}

.ta-address-fields__inline {
  display: flex;
  gap: 12px;
  width: 100%;
}

.ta-address-fields__inline > * {
  flex: 1;
}

.ta-form-screen {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px;
  background: #ffffff;
  border-radius: 8px;
}

.ta-form-screen__flow {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: #e8eef8;
  color: #0046ad;
  margin-bottom: 12px;
  letter-spacing: 0.2px;
}

.ta-form-screen__title {
  font-size: 24px;
  font-weight: 700;
  color: #0046ad;
  margin: 0 0 8px;
}

.ta-form-screen__subtitle {
  font-size: 14px;
  color: #6b6b6b;
  margin: 0 0 20px;
}

.ta-form-panel {
  background: #f9f9f9;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 16px;
}

.ta-form-panel .ta-product-info__row {
  display: flex;
  gap: 16px;
}

.ta-form-panel .ta-product-info__row > * {
  flex: 1;
}

.ta-location-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.ta-location-cell--cep {
  flex: 0 0 180px;
}

.ta-location-separator {
  color: #9aa0a6;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.ta-location-cell--fields {
  flex: 1;
}

.ta-form-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid #e4e7ec;
}

.ta-form-footer__actions {
  display: inline-flex;
}

@media (max-width: 768px) {
  .ta-location-row {
    flex-direction: column;
    align-items: stretch;
  }

  .ta-location-cell--cep {
    flex: 1 1 auto;
  }

  .ta-location-separator {
    padding-bottom: 0;
    text-align: center;
  }

  .ta-address-fields__inline {
    flex-direction: column;
  }

  .ta-form-panel .ta-product-info__row {
    flex-direction: column;
  }
}

.ta-zipcode-search {
  display: flex;
  align-items: flex-end;

  gap: 10px;
}

.ta-zipcode-manual {
  margin-top: 8px;
}

.ta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}

.ta-btn:active {
  transform: scale(0.97);
}

.ta-btn--primary {
  background-color: #0a2d6b;
  color: #ffffff;
}

.ta-btn--primary:hover {
  background-color: #0d3a8c;
}

.ta-btn--secondary {
  background-color: transparent;
  color: #333;
  border: 1px solid #ccc;
}

.ta-btn--secondary:hover {
  background-color: #f5f5f5;
}

.ta-btn--link {
  background: transparent;
  color: #0a2d6b;
  padding: 0;
  text-decoration: none;
  font-weight: 500;
}

.ta-btn--link:hover {
  color: #0d3a8c;
  background: transparent;
}

.ta-btn--icon {
  gap: 8px;
  white-space: nowrap;
}

.ta-btn__icon {
  display: flex;
}

.ta-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.ta-btn:disabled:active {
  transform: none;
}

@keyframes ta-spin {
  to {
    transform: rotate(360deg);
  }
}

.ta-spin {
  animation: ta-spin 0.8s linear infinite;
}

.ta-address-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.ta-address-form__row {
  display: flex;
  gap: 12px;
}

.ta-address-card {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 12px;
  padding: 10px 16px;
  background-color: #eef4ff;
  border: 1px solid #b8d0f7;
  border-radius: 6px;
}

.ta-address-card__icon {
  flex-shrink: 0;
  color: #0a2d6b;
}

.ta-address-card__content {
  display: flex;
  flex-direction: column;
}

.ta-address-card__title {
  font-size: 13px;
  font-weight: 700;
  color: #0a2d6b;
}

.ta-address-card__street {
  font-size: 13px;
  color: #444;
}

.ta-address-card--incomplete {
  background-color: #fff8e6;
  border-color: #e5c453;
}

.ta-address-card--incomplete .ta-address-card__icon {
  color: #8a6d00;
}

.ta-address-card--incomplete .ta-address-card__title {
  color: #8a6d00;
}

.ta-address-card__warning {
  font-size: 13px;
  font-weight: 400;
  color: #6b5600;
  margin-top: 2px;
}

.ta-search-assistance-btn-container {
  margin-top: 16px;
  display: none;
}

.ta-location-cell--cep .ta-input {
  position: relative;
}

.ta-modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  margin-top: 16px;
  border-top: 1px solid #e4e7ec;
  width: 100%;
}

.ta-shop-modal .swal2-title {
  color: #0046ad;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  padding: 24px 24px 0;
}

.ta-shop-modal .swal2-html-container {
  text-align: left;
  padding: 0 24px 8px;
  margin: 0;
}

.ta-shop-modal__subtitle {
  color: #6b6b6b;
  font-size: 14px;
  margin: 8px 0 20px;
}

.ta-shop-modal__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ta-shop-modal__card {
  background: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  padding: 28px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
  text-align: center;
  font-family: inherit;
}

.ta-shop-modal__card:hover {
  border-color: #002266;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 34, 102, 0.12);
}

.ta-shop-modal__card-icon {
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.ta-shop-modal__card-icon svg {
  width: 40px;
  height: 40px;
}

.ta-shop-modal__card-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.ta-shop-modal__card-description {
  font-size: 13px;
  color: #6b6b6b;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .ta-shop-modal__cards {
    grid-template-columns: 1fr;
  }
}

.ta-zipcode-status {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.ta-zipcode-status__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.ta-zipcode-status--success .ta-zipcode-status__icon {
  background: #e6f4ea;
  color: #1e7e34;
}

.ta-zipcode-status--success .ta-zipcode-status__label {
  color: #1e7e34;
}

.ta-zipcode-status--error .ta-zipcode-status__icon {
  background: #fdecea;
  color: #c62828;
}

.ta-zipcode-status--error .ta-zipcode-status__label {
  color: #c62828;
}

/* Zip Code Spinner */
.ta-zipcode-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 8px;
  border: 2px solid #ccc;
  border-top-color: #0068b5;
  border-radius: 50%;
  animation: ta-spin 0.6s linear infinite;
  margin-left: 8px;
  vertical-align: middle;
  flex-shrink: 0;
  align-self: center;
}

@keyframes ta-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Loading Overlay */
.ta-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
}

.ta-loading-overlay__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.ta-loading-overlay__spinner {
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid #e0e0e0;
  border-top-color: #0068b5;
  border-radius: 50%;
  animation: ta-spin 0.7s linear infinite;
}

.ta-loading-overlay__text {
  font-size: 15px;
  color: #333;
  margin: 0;
}

/* Create Request Modal Form CSS */
.ta-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.ta-modal-form-container {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  flex-direction: column;
  align-items: start;
  display: flex;
  width: 90%;
  max-width: 720px;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}

.ta-modal-form-container.is-loading > *:not(.ta-modal-loading) {
  filter: blur(2px);
  pointer-events: none;
  user-select: none;
}

.ta-modal-loading {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  z-index: 10;
}

.ta-modal-loading__spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e0e0e0;
  border-top-color: #333;
  border-radius: 50%;
  animation: ta-spin 0.8s linear infinite;
}

.ta-modal-loading__text {
  margin-top: 12px;
  font-size: 16px;
  color: #0a2d6b;
  font-weight: bold;
}

@keyframes ta-spin {
  to { transform: rotate(360deg); }
}

.ta-modal-header {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.ta-modal-close-btn {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #666;
  padding: 4px 0;
}

.ta-modal-close-btn:hover {
  color: #333;
}

.ta-form-title {
  font-size: 18px;
  font-weight: 700;
  margin: 24px 0 12px;
  color: #333;
}

.ta-form-title:first-child {
  margin-top: 0;
}

.ta-form-subtitle {
  font-size: 13px;
  color: #666;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 16px;
  font-weight: 400;
}

.ta-form-subtitle a {
  color: #0068b5;
  text-decoration: underline;
}

.ta-form-divider {
  width: 100%;
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 16px 0;
}

.ta-form-group {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 8px;
}

.ta-form-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  width: 100%;
}

.ta-form-row>* {
  flex: 1;
}

.ta-link-button {
  display: inline-block;
  font-size: 13px;
  color: #0068b5;
  text-decoration: none;
  cursor: pointer;
  margin: -4px 0 4px;
}

.ta-link-button:hover {
  text-decoration: underline;
}

.ta-form-note {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin: 4px 0;
}

.ta-form-error {
  color: #d32f2f;
  font-size: 12px;
  margin-top: 8px;
}

/* ── Responsive: Tablet ── */
@media (max-width: 768px) {
  .header-banner {
    flex-direction: column;
    height: auto;
  }

  .header-banner .left-header-banner {
    width: 100%;
    padding: 16px 20px;
  }

  .header-banner .right-side-banner {
    width: 100%;
    padding: 12px;
  }

  .header-banner__options {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-banner__actions {
    flex-direction: column;
    gap: 10px;
  }

  .header-banner__btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 13px;
  }

  .ta-flow-header {
    padding: 14px 12px;
    gap: 10px;
  }

  .ta-flow-header__icon {
    width: 28px;
    height: 28px;
  }

  .ta-flow-header__icon svg {
    width: 16px;
    height: 16px;
  }

  .ta-flow-header__label {
    font-size: 13px;
  }

  .ta-flow-header__description {
    font-size: 11px;
  }

  .ta-zipcode-screen {
    flex-direction: column;
  }

  .ta-zipcode-screen__left,
  .ta-zipcode-screen__right {
    flex: none;
    width: 100%;
  }

  .ta-address-fields__row {
    flex-direction: column;
  }

  .ta-form-row {
    flex-direction: column;
    gap: 0;
  }

  .ta-input__field--select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    background-image: none;
    padding-right: 12px;
  }
}

/*  Mobile ── */
@media (max-width: 480px) {
  .ta-modal-form-container {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    border-radius: 0;
    max-height: 100vh;
  }

  .ta-modal-backdrop {
    align-items: flex-start;
  }

  .ta-zipcode-search {
    flex-direction: column;
    align-items: stretch;
  }

  .ta-zipcode-search .ta-input {
    width: 100% !important;
  }

  .ta-btn {
    width: 100%;
  }

  .ta-form-title {
    font-size: 16px;
  }

  .ta-address-card {
    flex-direction: column;
    text-align: center;
  }

  .ta-alert {
    flex-direction: column;
    text-align: center;
  }

  .ta-input__field--select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    background-image: none;
    padding-right: 12px;
  }

  .ta-input {
    width: 100% !important;
  }
}