* {
  font-family: Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: inherit;
}

input {
  width: 100%;
  border: none;
}
input:focus {
  outline: none;
}

[x-cloak] {
  display: none;
}

[\@click] {
  cursor: pointer;
}


/* Utils */
.fs-7 {
  font-size: 0.8rem;
}
.fs-8 {
  font-size: 0.7rem;
}

.whitespace-pre-line {
  white-space: pre-line;
}


/* Overrides */
.container {
  max-width: 992px;
}

.table {
  border: 1px solid #dee2e6;
}
.table th,
.table td {
  border: 1px solid #dee2e6;
}
.table th {
  background: #f2f2f2;
}

.input-group > .form-select {
  padding-right: 1.5rem;
  background-position: right .3rem center;
}


/* Components */
.bgs-game a:hover h5 > span,
.bgs-game a:hover h6 > span {
  text-decoration: underline;
}

.bgs-image {
  max-height: 240px;
}
.bgs-image > img {
  width: 100%;
  height: 100%;
  max-height: 240px;
  object-fit: contain;
}

.bgs-expansion img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.bgd-input-group > button {
  min-width: 30%;
}


/* Media Queries */
@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}
