.lang-ar {
  display: none !important;
}

html[lang="ar"] .lang-en {
  display: none !important;
}

html[lang="ar"] .lang-ar {
  display: block !important;
}

html[lang="ar"] span.lang-ar {
  display: inline !important;
}

.deletion-page .terms-hero h1 {
  max-width: 940px;
}

.deletion-page .terms-document strong {
  color: var(--text-main, #fff);
}

.deletion-page .terms-document a {
  color: var(--cyan, #c3ff00);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.action-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.1));
}

.action-preview span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 10px;
  font-size: 0.86rem;
  font-weight: 800;
}

.action-secondary {
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.14));
  background: var(--bg-card, rgba(255, 255, 255, 0.05));
  color: var(--text-main, #fff);
}

.action-danger {
  border: 1px solid rgba(239, 68, 68, 0.42);
  background: rgba(239, 68, 68, 0.13);
  color: #ef4444;
}

.action-primary {
  border: 1px solid rgba(195, 255, 0, 0.4);
  background: rgba(195, 255, 0, 0.12);
  color: var(--text-main, #fff);
}

.notice-card {
  padding: 28px;
  border: 1px solid rgba(195, 255, 0, 0.26);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(195, 255, 0, 0.08), rgba(255, 255, 255, 0.02));
}

.notice-card h2 {
  margin-top: 10px;
}

.notice-label {
  color: var(--cyan, #c3ff00);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

[data-theme="light"] .deletion-page .terms-document strong,
[data-theme="light"] .action-secondary,
[data-theme="light"] .action-primary {
  color: var(--text-main, #111827);
}

[dir="rtl"] .notice-label {
  letter-spacing: 0;
}

@media (max-width: 560px) {
  .action-preview {
    display: grid;
    grid-template-columns: 1fr;
  }

  .action-preview span {
    width: 100%;
  }
}
