/* Fichier CSS : /asset/css/page/reality/about.css */
.page-title-wrapper {
  margin-bottom: 40px;
}
.box-readability > *:not(:last-child) {
  margin-bottom: var(--space-md);
}
.box-readability > *:first-child {
  margin-top: 0;
}
.about-contact-section,
.box-contact {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-md);
  margin: var(--space-sm) auto var(--space-xs) auto;
}
html[data-theme="dark"] .about-contact-section,
html[data-theme="dark"] .box-contact {
  background-color: #222222;
  border: none;
  margin: var(--space-sm) auto var(--space-xs) auto;
}
.about-contact-section h3 {
  color: var(--color-about-contact-section-h3);
  margin-top: 0;
  margin-bottom: var(--space-md);
}
.social-links-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: var(--space-xs);
}
.social-links-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  width: fit-content;
}
.social-link {
  margin-bottom: var(--space-sm);
}
.social-link-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 5px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-activist-social-contact-section-border);
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  color: black;
}
html[data-theme="dark"] .social-link-item {
  background-color: #D5D5D5FF;
  color: #000000;
}
.social-link-item:hover {
  filter: brightness(0.85);
}
html[data-theme="dark"] .social-link-item:hover {
  background-color: #FFD65F;
  color: black;
}
.social-icon {
  width: 20px;
  height: 20px;
}
.contact-cta-wrapper {
  text-align: center;
  width: 100%;
  padding: var(--space-sm) var(--space-xl);
}
.page-title-subtitle-parentheses {
  font-size: 0.85em;
  font-style: italic;
  color: #000000;
}
html[data-theme="dark"] .page-title-subtitle-parentheses {
  font-size: 0.75em;
  font-weight: normal;
  color: #ffffff;
}
.btn-write-to-me {
  margin-top: var(--space-sm);
}