.dkpm-promo-card {
  direction: rtl;
  margin: 14px 0 18px;
  font-family: "Rubik", sans-serif;
  color: #0f172a;
  max-width: 760px;
  text-align: right;
}

.dkpm-promo-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow:
    0 14px 34px rgba(15, 23, 42, 0.07),
    0 4px 14px rgba(37, 99, 235, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  padding: 14px 16px;
  cursor: pointer;
}

.dkpm-promo-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), transparent 36%, rgba(255, 255, 255, 0.3));
}

.dkpm-promo-shell > * {
  position: relative;
  z-index: 1;
}

.dkpm-promo-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
}

.dkpm-promo-campaign {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dkpm-promo-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.1);
}

.dkpm-promo-caption {
  color: #1d4ed8;
}

.dkpm-promo-checkline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 10px;
  width: 100%;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  flex-direction: row-reverse;
}

.dkpm-promo-checkbox {
  position: absolute;
  opacity: 0;
  inset: 0;
}

.dkpm-promo-check {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 10px;
  border: 2px solid #94a3b8;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
  transition: all 0.18s ease;
  order: 2;
  flex: 0 0 auto;
}

.dkpm-promo-check::after {
  content: "";
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) scale(0.7);
  opacity: 0;
  margin-top: -2px;
  transition: all 0.18s ease;
}

.dkpm-promo-checkbox:checked + .dkpm-promo-check {
  border-color: #2563eb;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.25);
}

.dkpm-promo-checkbox:checked + .dkpm-promo-check::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.dkpm-promo-checkbox:disabled + .dkpm-promo-check {
  opacity: 0.6;
  cursor: not-allowed;
}

.dkpm-promo-toggle-copy {
  font-size: 13px;
  font-weight: 800;
  color: #0f172a;
  order: 1;
  flex: 1 1 auto;
  text-align: right;
}

.dkpm-promo-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: right;
}

.dkpm-promo-title {
  margin: 0;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.dkpm-promo-subtitle,
.dkpm-promo-status {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  color: #64748b;
}

.dkpm-promo-status {
  margin-top: 10px;
}

.dkpm-promo-pricebox {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.1), transparent 36%),
    linear-gradient(180deg, #fff, #f8fbff);
  padding: 12px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
  text-align: right;
}

.dkpm-promo-price-main {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}

.dkpm-promo-price-old {
  font-size: 15px;
  font-weight: 800;
  color: #94a3b8;
  text-decoration: line-through;
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
  white-space: nowrap;
  flex: 0 0 auto;
}

.dkpm-promo-price-new {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  color: #2563eb;
  letter-spacing: -0.03em;
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
  white-space: nowrap;
  flex: 0 0 auto;
}

.dkpm-promo-price-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  text-align: right;
  flex: 0 0 auto;
}

.dkpm-promo-price-label {
  font-size: 12px;
  font-weight: 900;
  color: #0f172a;
}

.dkpm-promo-price-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

.dkpm-promo-code {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.dkpm-promo-highlight {
  color: #2563eb;
}

.dkpm-promo-card.is-loading .dkpm-promo-shell {
  opacity: 0.88;
}

.dkpm-promo-card.is-applied .dkpm-promo-status {
  color: #166534;
}

.dkpm-promo-card.is-locked:not(.dkpm-promo-card--single) .dkpm-promo-shell {
  border-color: rgba(220, 38, 38, 0.22);
  background: linear-gradient(180deg, #fff, #fff7f7);
}

.dkpm-promo-card.is-locked:not(.dkpm-promo-card--single) .dkpm-promo-title,
.dkpm-promo-card.is-locked:not(.dkpm-promo-card--single) .dkpm-promo-status {
  color: #991b1b;
}

.dkpm-promo-card--archive {
  max-width: 840px;
  margin: 18px auto 6px;
}

@media (max-width: 767px) {
  .dkpm-promo-card {
    max-width: 100%;
    margin: 10px 0 14px;
  }

  .dkpm-promo-shell {
    border-radius: 20px;
    padding: 12px 12px 14px;
    background:
      radial-gradient(circle at top right, rgba(37, 99, 235, 0.14), transparent 34%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  }

  .dkpm-promo-topline {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .dkpm-promo-title {
    font-size: 16px;
    line-height: 1.45;
  }

  .dkpm-promo-subtitle,
  .dkpm-promo-status,
  .dkpm-promo-toggle-copy {
    font-size: 12px;
  }

  .dkpm-promo-checkline {
    gap: 8px;
    margin-bottom: 8px;
  }

  .dkpm-promo-check {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }

  .dkpm-promo-price-old {
    font-size: 13px;
  }

  .dkpm-promo-pricebox {
    padding: 10px 12px;
    border-radius: 14px;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 10px;
  }

  .dkpm-promo-price-new {
    font-size: 22px;
  }

  .dkpm-promo-price-main {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    overflow: visible;
  }

  .dkpm-promo-price-copy {
    width: 100%;
    align-items: flex-end;
  }
}
