.block.block-verse-of-the-day {
  margin-block: var(--space-l);
}

.block-verse-of-the-day,
#block-quran-langswitcher {
  margin: 1.5rem 0;
  padding: 0.5rem 0;
}


.block-verse-of-the-day .metadata-title,
.block-verse-of-the-day .p,
#block-quran-langswitcher {
  font-size: var(--gin-font-size-h3);
}

/* --- Verse Of The Day --- */
.block-verse-of-the-day {
  align-items: center;
  text-align: center;
}

.block-verse-of-the-day .block-verse-of-the-day-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}

.block-verse-of-the-day .block-verse-of-the-day-content {
  padding-top: 1rem;
}

.block-verse-of-the-day .block-verse-of-the-day-content p {
  font-size: var(--gin-font-size-h3);
  line-height: 2.5em;
  margin: 0;
  padding: 0;
  text-align: center;
}




#block-quran-langswitcher .links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}

#block-quran-langswitcher .links li a.language-link {
  display: inline-flex;
  width: fit-content;
  color: var(--gin-color-text-light);
  opacity: 0.8;
  text-decoration: none;
  border-radius: 4px;
  transition: color 0.2s, background-color 0.2s;
}

/* État actif */
#block-quran-langswitcher .links li a.language-link.is-active {
  color: var(--gin-color-title);
  opacity: 1;
}

/* Focus accessible pour clavier */
#block-quran-langswitcher .links li a.language-link:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

/* Hover pour retour visuel */
#block-quran-langswitcher .links li a.language-link:hover {
  color: var(--gin-color-primary-hover);
  opacity: 1;
}
