.epf-add-prescription-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0 0 16px;
  padding: 10px 18px;
  border-radius: 4px;
  font-weight: 700;
}

.epf-add-prescription-button + .quantity,
.epf-add-prescription-button + button.single_add_to_cart_button {
  margin-top: 8px;
}

body.epf-has-prescription-flow form.cart .quantity,
body.epf-has-prescription-flow form.cart button.single_add_to_cart_button {
  display: none !important;
}

body.epf-flow-modal-open {
  overflow: hidden;
}

.epf-flow-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #ffffff;
  color: #111827;
}

.epf-flow-modal.is-open {
  display: block;
}

.epf-flow-modal > .tns-flow-preview {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.epf-flow-loading,
.epf-flow-error {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 240px;
  padding: 24px;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.epf-flow-error {
  color: #b91c1c;
}


.epf-cart-meta-price {
  color: #334155;
  white-space: nowrap;
}

.epf-view-prescription {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0f4fb3;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.epf-view-prescription:hover,
.epf-view-prescription:focus {
  color: #083b86;
  text-decoration-thickness: 2px;
  outline: none;
}

.epf-prescription-popover {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000000;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.24);
}

.epf-prescription-popover.is-open {
  display: flex;
}

.epf-prescription-popover__panel {
  position: relative;
  width: min(560px, 100%);
  padding: 18px 20px 20px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.22);
  color: #1f2937;
}

.epf-prescription-popover__close {
  position: absolute;
  top: 8px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.epf-prescription-popover__close:hover,
.epf-prescription-popover__close:focus {
  color: #111827;
  background: #f1f5f9;
  outline: none;
}

.epf-prescription-title {
  margin: 0 32px 12px 0;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
}

.epf-prescription-table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d5dde5;
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  font-size: 14px;
}

.epf-prescription-table + .epf-prescription-table {
  margin-top: 14px;
}

.epf-prescription-table th,
.epf-prescription-table td {
  padding: 10px 12px;
  border-right: 1px solid #d5dde5;
  border-bottom: 1px solid #d5dde5;
  color: #475569;
  text-align: left;
  vertical-align: middle;
}

.epf-prescription-table tr:last-child th,
.epf-prescription-table tr:last-child td {
  border-bottom: 0;
}

.epf-prescription-table th:last-child,
.epf-prescription-table td:last-child {
  border-right: 0;
}

.epf-prescription-table th {
  background: #f1f6f9;
  color: #334155;
  font-weight: 800;
}

.epf-prescription-pd-table {
  width: min(320px, 100%);
}

@media only screen and (max-width: 600px) {
  .epf-prescription-popover {
    padding: 12px;
  }

  .epf-prescription-popover__panel {
    padding: 16px;
  }

  .epf-prescription-table th,
  .epf-prescription-table td {
    padding: 8px;
    font-size: 13px;
  }
}

.epf-prescription-popover.is-hover-mode {
  inset: 0;
  display: block;
  padding: 0;
  background: transparent;
  pointer-events: none;
}

.epf-prescription-popover.is-hover-mode .epf-prescription-popover__panel {
  position: fixed;
  width: min(560px, calc(100vw - 24px));
  pointer-events: auto;
}

.epf-prescription-popover.is-hover-mode .epf-prescription-popover__close {
  display: none;
}

.epf-cart-prescription-details {
  margin-top: 8px;
  max-width: 520px;
}

.epf-cart-prescription-details .epf-prescription-popover-content {
  margin: 0;
}

.epf-cart-prescription-details .epf-prescription-title {
  margin: 0 0 8px;
  font-size: 13px;
}

.epf-cart-prescription-details .epf-prescription-table {
  margin-top: 6px;
  font-size: 12px;
}

.epf-cart-prescription-details .epf-prescription-table th,
.epf-cart-prescription-details .epf-prescription-table td {
  padding: 7px 9px;
}

.epf-flow-modal > .tns-flow-preview {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
}
