/* Styles for Genealorama integration */
.genealorama-container {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  position: relative;
  overflow: hidden;
}

.genealorama-container iframe {
  width: 100%;
  border: none;
  display: block;
  transition: height 0.3s ease;
}

/* Styles pour le template pleine page */
.genealorama-full-page {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

body.genealorama-template-page {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Styles pour les messages d'avertissement */
.genealorama-auth-warning {
  background: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.genealorama-auth-warning a {
  color: #533f03;
  text-decoration: underline;
}