.rd-atelier-mail-interest {
  width: min(1040px, calc(100% - 32px));
  margin: clamp(28px, 5vw, 56px) auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(47, 127, 168, .24);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.72), transparent 36%),
    linear-gradient(135deg, rgba(230,247,255,.96), rgba(210,236,248,.92));
  box-shadow: 0 18px 52px rgba(20,75,110,.14);
  color: #0f2436;
}

.rd-atelier-mail-kicker {
  font-weight: 900;
  letter-spacing: .02em;
  color: #245f83;
  margin-bottom: 10px;
}

.rd-atelier-mail-interest h2 {
  margin: 0 0 14px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 4vw, 2.45rem);
  line-height: 1.12;
  color: #071f34;
}

.rd-atelier-mail-interest p {
  font-family: "Lora", Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.72;
}

.rd-atelier-mail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 10px;
}

.rd-atelier-mail-actions a,
.rd-atelier-mail-actions button,
button[data-order],
a[data-rd-interest],
a[href^="/atelier/interet/"] {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: #2f7fa8;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(31,95,134,.18);
}

.rd-atelier-mail-actions a:hover,
.rd-atelier-mail-actions button:hover,
button[data-order]:hover,
a[data-rd-interest]:hover,
a[href^="/atelier/interet/"]:hover {
  background: #246a94;
}

.rd-atelier-mail-actions .rd-atelier-mail-secondary {
  background: rgba(47,127,168,.18);
  color: #0f3550 !important;
  -webkit-text-fill-color: #0f3550 !important;
}

.rd-atelier-mail-note {
  color: #35566e;
  font-weight: 700;
}

html[data-rd-effective-theme="dark"] .rd-atelier-mail-interest,
body[data-rd-effective-theme="dark"] .rd-atelier-mail-interest,
html[data-theme="dark"] .rd-atelier-mail-interest,
body[data-theme="dark"] .rd-atelier-mail-interest {
  background:
    radial-gradient(circle at 10% 0%, rgba(74,144,186,.20), transparent 38%),
    linear-gradient(135deg, rgba(12,31,52,.96), rgba(7,18,33,.94));
  border-color: rgba(147,205,236,.24);
  color: #f8fafc;
  box-shadow: 0 22px 64px rgba(0,0,0,.28);
}

html[data-rd-effective-theme="dark"] .rd-atelier-mail-interest h2,
body[data-rd-effective-theme="dark"] .rd-atelier-mail-interest h2 {
  color: #f8fafc;
}

html[data-rd-effective-theme="dark"] .rd-atelier-mail-kicker,
body[data-rd-effective-theme="dark"] .rd-atelier-mail-kicker,
html[data-rd-effective-theme="dark"] .rd-atelier-mail-note,
body[data-rd-effective-theme="dark"] .rd-atelier-mail-note {
  color: #d8ecf8;
}

html[data-rd-effective-theme="dark"] .rd-atelier-mail-actions .rd-atelier-mail-secondary,
body[data-rd-effective-theme="dark"] .rd-atelier-mail-actions .rd-atelier-mail-secondary {
  background: rgba(147,205,236,.18);
  color: #f8fafc !important;
  -webkit-text-fill-color: #f8fafc !important;
}

@media (max-width: 720px) {
  .rd-atelier-mail-interest {
    width: min(100% - 20px, 1040px);
    padding: 22px 18px;
    border-radius: 24px;
  }

  .rd-atelier-mail-actions a,
  .rd-atelier-mail-actions button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}