.wesc-delivery-row {
  width: 100%;
  margin: 0 0 16px;
}

.wesc-delivery-row .wesc-delivery-box {
  position: relative;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  overflow: hidden;
  margin: 10px 0 0 !important;
  padding: 14px 16px 14px 70px !important;
  border: 1px solid rgba(193, 102, 132, 0.22);
  border-radius: 22px !important;
  background: linear-gradient(180deg, #fff7fa 0%, #fffdfd 100%) !important;
  box-shadow: 0 12px 24px rgba(25, 18, 23, 0.06);
  color: #26232a !important;
  text-align: left !important;
  line-height: 1.4 !important;
}

.wesc-delivery-row .wesc-delivery-box--today {
  border-color: rgba(193, 102, 132, 0.22);
  background: linear-gradient(180deg, #fff7fa 0%, #fffdfd 100%) !important;
}

.wesc-delivery-row .wesc-delivery-box--next-business-day,
.wesc-delivery-row .wesc-delivery-box--monday {
  border-color: rgba(217, 161, 89, 0.3);
  background: linear-gradient(180deg, #fff9f1 0%, #fffefd 100%) !important;
}

.wesc-delivery-row .wesc-delivery-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #de7fa0 0%, #c16684 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.wesc-delivery-row .wesc-delivery-icon::before {
  content: "";
  position: absolute;
  inset: 9px;
  background: #ffffff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20 8h-3V4H3v13h2a3 3 0 0 0 6 0h2a3 3 0 0 0 6 0h2v-5l-3-4ZM9.5 18.5A1.5 1.5 0 1 1 11 17a1.5 1.5 0 0 1-1.5 1.5Zm8 0A1.5 1.5 0 1 1 19 17a1.5 1.5 0 0 1-1.5 1.5ZM17 10V8h2l1.5 2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20 8h-3V4H3v13h2a3 3 0 0 0 6 0h2a3 3 0 0 0 6 0h2v-5l-3-4ZM9.5 18.5A1.5 1.5 0 1 1 11 17a1.5 1.5 0 0 1-1.5 1.5Zm8 0A1.5 1.5 0 1 1 19 17a1.5 1.5 0 0 1-1.5 1.5ZM17 10V8h2l1.5 2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wesc-delivery-row .wesc-delivery-box--next-business-day .wesc-delivery-icon,
.wesc-delivery-row .wesc-delivery-box--monday .wesc-delivery-icon {
  background: linear-gradient(135deg, #e3b166 0%, #d39b4e 100%);
}

.wesc-delivery-row .wesc-delivery-content {
  display: grid;
  gap: 2px;
  min-width: 0;
  text-align: left !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.wesc-delivery-row .wesc-delivery-title {
  margin: 0;
  color: #27212b !important;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  text-align: left !important;
}

.wesc-delivery-row .wesc-delivery-text {
  margin: 0;
  color: #5f5865 !important;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: left !important;
}

.shop_table tr.expected-shipping--wesc {
  display: none !important;
}

@media (max-width: 849px) {
  .wesc-delivery-row .wesc-delivery-box {
    padding: 14px 16px 14px 70px !important;
    border-radius: 22px !important;
  }

}

@media (max-width: 549px) {
  .wesc-delivery-row {
    margin-bottom: 16px;
  }

  .wesc-delivery-row .wesc-delivery-box {
    margin-top: 8px !important;
    padding: 13px 14px 13px 62px !important;
    border-radius: 20px !important;
  }

  .wesc-delivery-row .wesc-delivery-icon {
    left: 14px;
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .wesc-delivery-row .wesc-delivery-icon::before {
    inset: 8px;
  }

  .wesc-delivery-row .wesc-delivery-content {
    gap: 2px;
    font-size: 14px;
    line-height: 1.4;
  }
}
