/* After Dark Studios v130 - functional browser-storage disclosure for web games. */
.game-storage-notice-v130 {
  max-width: 1080px;
  margin: 10px auto 0;
  padding: 0 12px;
  color: rgba(224, 235, 248, 0.72);
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}
.game-storage-notice-v130 strong {
  color: rgba(240, 247, 255, 0.9);
  font-weight: 700;
}
.game-storage-notice-v130 a {
  color: #8ed8ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.game-storage-notice-v130 a:hover,
.game-storage-notice-v130 a:focus-visible {
  color: #c7efff;
}
@media (max-width: 640px) {
  .game-storage-notice-v130 {
    margin-top: 8px;
    padding-inline: 8px;
    font-size: 0.75rem;
  }
}
