.hsu-woo-fulfillment-instructions {
  box-sizing: border-box;
  width: 100%;
  margin: 1.5rem 0;
  padding: 1.25rem 1.5rem;
  border: 0;
  border-left: 4px solid #1769d2;
  border-radius: 2px;
  background: #f4f8ff;
  color: #172b4d;
}

.hsu-woo-fulfillment-instructions[hidden],
.hsu-woo-fulfillment-instructions [hidden] {
  display: none !important;
}

.hsu-woo-fulfillment-instructions__label {
  display: block;
  margin: 0 0 0.65rem;
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.hsu-woo-fulfillment-instructions__required {
  margin-left: 0.2rem;
  color: #b42318;
}

.hsu-woo-fulfillment-instructions__optional {
  font-weight: 400;
}

.woocommerce .hsu-woo-fulfillment-instructions .hsu-woo-fulfillment-instructions__input {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 0.7rem 0.85rem;
  border: 1px solid #7b8798;
  border-radius: 3px;
  background: #fff;
  color: #172b4d;
  font: inherit;
  line-height: 1.4;
}

.woocommerce .hsu-woo-fulfillment-instructions .hsu-woo-fulfillment-instructions__input:focus {
  border-color: #075eb7;
  outline: 3px solid rgba(7, 94, 183, 0.25);
  outline-offset: 2px;
}

.woocommerce .hsu-woo-fulfillment-instructions .hsu-woo-fulfillment-instructions__input[aria-invalid="true"] {
  border-color: #b42318;
}

.hsu-woo-fulfillment-instructions__error {
  margin: 0.55rem 0 0;
  color: #b42318;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}

.hsu-woo-fulfillment-instructions__meta {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 0.75rem;
}

.hsu-woo-fulfillment-instructions__help {
  flex: 1 1 auto;
  margin: 0;
  color: inherit;
  font-size: 1rem;
  line-height: 1.55;
}

.hsu-woo-fulfillment-instructions__count {
  flex: 0 0 auto;
  color: inherit;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.55;
  white-space: nowrap;
}

.hsu-woo-fulfillment-instructions__cart-correction {
  display: block;
  margin-top: 0.35rem;
  color: #42526e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .hsu-woo-fulfillment-instructions {
    margin: 1.25rem 0;
    padding: 1rem;
  }

  .hsu-woo-fulfillment-instructions__meta {
    display: block;
  }

  .hsu-woo-fulfillment-instructions__count {
    display: block;
    margin-top: 0.35rem;
    text-align: right;
  }
}

@media (forced-colors: active) {
  .hsu-woo-fulfillment-instructions {
    border: 1px solid CanvasText;
    border-left-width: 4px;
  }

  .woocommerce .hsu-woo-fulfillment-instructions .hsu-woo-fulfillment-instructions__input:focus {
    outline: 2px solid Highlight;
  }
}
