/* Баннер об окончании бесплатного PRO и результат оплаты */

.billing-notice {
  margin: 0;
  padding: 0.55rem 1.25rem;
  background: rgba(5, 184, 125, 0.16);
  border-bottom: 1px solid rgba(5, 184, 125, 0.28);
  text-align: center;
}

[data-theme="light"] .billing-notice {
  background: rgba(5, 184, 125, 0.1);
  border-bottom-color: rgba(5, 184, 125, 0.22);
}

.billing-notice__text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--text);
}

.billing-notice__link {
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
  margin-left: 0.35rem;
}

.billing-notice__link:hover {
  text-decoration: underline;
}

.lk-paid-result {
  margin: 0 0 1.15rem;
  padding: 1rem 1.1rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}

[data-theme="light"] .lk-paid-result {
  border-color: rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.86);
}

.lk-paid-result--success {
  border-color: rgba(34, 197, 94, 0.4);
  background: rgba(34, 197, 94, 0.12);
}

.lk-paid-result--pending,
.lk-paid-result--canceled {
  border-color: rgba(234, 179, 8, 0.35);
  background: rgba(234, 179, 8, 0.1);
}

.lk-paid-result__title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.lk-paid-result__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.lk-paid-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.lk-paid-result__link {
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
}

.lk-paid-result__link:hover {
  text-decoration: underline;
}
