/* NEBULACLOUD cPanel compatibility fixes — v1.3.2 */
.theme-icon-button svg {
  display: block;
  flex: 0 0 19px;
  height: 19px;
  max-height: 19px;
  max-width: 19px;
  width: 19px;
}
.cookie-consent[hidden] { display: none !important; }
.confirmation-page {
  align-items: center;
  background: linear-gradient(135deg, #eef6fc 0%, #ffffff 58%, #faf6f2 100%);
  display: flex;
  min-height: calc(100svh - 113px);
  padding: clamp(72px, 10vw, 132px) 0;
}
.confirmation-card {
  background: var(--surface);
  border-top: 4px solid var(--action);
  box-shadow: var(--shadow-medium);
  margin-inline: auto;
  max-width: 760px;
  padding: clamp(32px, 6vw, 64px);
  text-align: center;
}
.confirmation-mark {
  align-items: center;
  background: #e6f5ed;
  border-radius: 50%;
  color: #19733f;
  display: inline-flex;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  height: 58px;
  justify-content: center;
  margin-bottom: 24px;
  width: 58px;
}
.confirmation-card h1 { font-size: clamp(2.1rem, 5vw, 3.8rem); }
.confirmation-card > p { color: var(--muted); font-size: 1.05rem; margin: 22px auto 0; max-width: 590px; }
.confirmation-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 32px; }
[data-theme="dark"] .confirmation-page { background: linear-gradient(135deg, #001b2d 0%, #062b4c 64%, #0b3555 100%); }
[data-theme="dark"] .confirmation-mark { background: #123f31; color: #8be0ad; }
@media (max-width: 640px) {
  .confirmation-page { min-height: calc(100svh - 103px); padding: 56px 0; }
  .confirmation-actions { align-items: stretch; flex-direction: column; }
  .confirmation-actions .button { width: 100%; }
}
