.block-citation {
  margin: 2rem 0;
  max-width: 800px;
  width: 100%;
}

.block-citation blockquote {
  margin: 0;
  font-style: italic;
  line-height: 1.5;
}

.cite-align-left { text-align: left; margin-left: 0; }
.cite-align-center { text-align: center; margin-left: auto; margin-right: auto; }
.cite-align-right { text-align: right; margin-right: 0; }

.cite-size-small blockquote { font-size: .9rem; }
.cite-size-normal blockquote { font-size: 1.1rem; }
.cite-size-large blockquote { font-size: 1.4rem; }

.cite-theme-classique blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1rem;
}

.cite-theme-encadre {
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
}

.cite-theme-souligne blockquote {
  border-bottom: 2px solid #ddd;
  padding-bottom: .5rem;
}

.cite-theme-minimal blockquote {
  opacity: .85;
}

figcaption {
  margin-top: .5rem;
  font-size: .9rem;
  opacity: .7;
}

.cite-source {
  margin-left: .3rem;
  font-style: normal;
}
