.epd-dm-cart-block,
.epd-dm-account-block {
  background: #ffffff;
  border: 1px solid #dde3ea;
  border-radius: 10px;
  padding: 1rem;
  margin: 1rem 0;
}

.epd-dm-highlight {
  color: #0a6cff;
  font-weight: 600;
}

.epd-dm-timeline {
  max-height: 420px;
  overflow: auto;
}

.epd-dm-timeline-item {
  padding: 10px;
  border-left: 3px solid #c3c8d0;
  margin-bottom: 10px;
  background: #fafbfc;
}

.epd-dm-level-error {
  border-left-color: #d9534f;
}

.epd-dm-level-warning {
  border-left-color: #f0ad4e;
}

.epd-dm-level-info {
  border-left-color: #0d6efd;
}

.epd-dm-time {
  font-size: 12px;
  color: #6c757d;
}

.epd-dm-front-overlay {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.epd-dm-front-overlay--toast {
  background: transparent;
  pointer-events: none;
  display: block;
  padding: 0;
}

.epd-dm-front-box {
  background: #fff;
  border-radius: 12px;
  max-width: 420px;
  width: 100%;
  padding: 20px 22px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.25);
  overflow: hidden;
}

.epd-dm-front-image {
  display: block;
  width: calc(100% + 44px);
  max-height: 200px;
  object-fit: cover;
  margin: -20px -22px 14px;
}

.epd-dm-front-box--modal {
  margin: auto;
}

.epd-dm-front-overlay--toast .epd-dm-front-box--popup {
  position: fixed;
  right: 16px;
  bottom: 16px;
  max-width: 360px;
  margin: 0;
  pointer-events: auto;
}

.epd-dm-front-title {
  margin: 0 0 10px;
  font-size: 1.15rem;
  font-weight: 700;
}

.epd-dm-front-body {
  margin: 0 0 8px;
  color: #334155;
  line-height: 1.45;
}

.epd-dm-front-code {
  margin: 0 0 8px;
  font-family: ui-monospace, monospace;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.epd-dm-front-exp {
  margin: 0 0 12px;
  font-size: 0.85rem;
  color: #64748b;
}

.epd-dm-front-actions {
  display: flex;
  justify-content: flex-end;
}

.epd-dm-front-btn {
  border: none;
  background: #0b65ff;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.epd-dm-front-btn:hover {
  background: #0954d6;
}

