/**
 * Extension "[Hide] avancé" pour phpBB.
 * @author Noordo <https://github.com/noordo>
 * @copyright 2025 Noordo
 * @license GPL-2.0-only
 *
 * Adaptation de l'extension "Hide extension for phpBB"
 * d'Alfredo Ramos <alfredo.ramos@proton.me>
 * @copyright 2017 Alfredo Ramos
**/

.hidden-content {
  margin: 1em 0;
  padding: 5px;
}

.hidden-content,
.hidden-content header span {
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
}

.hidden-content header {
  margin: -15px auto 5px;
}

.hidden-content header span {
  padding: 1px 5px;
  font-weight: bold;
}

.hidden-content.inline {
  display: inline-block;
  margin: 0;
  padding: 0 1px;
}

.hidden-content.error {
  text-align: center;
}

.bbcode-hide.abbc3_button {
  background-image: url('../../../all/theme/images/lock-closed.svg');
  background-size: 95%;
  background-position: 50% 50%;
}
