html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-image: url("/img/backgrounds/Gradients.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

footer {
    line-height: 25px !important;
}

footer a img {
    margin-bottom: 5px;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.tag {
    background-color: #e3f2fd;
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.img-thumbnail {
    cursor: pointer;
}

.thumbnail-stack {
    position: relative;
    width: 75%;
    min-height: 100px;
}

.thumbnail {
    position: absolute;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease, z-index 0s ease;
}

.check-rating {
    position: relative;
    font-size: 0; 
}

.checks-container {
    display: inline-block;
    position: relative;
    width: 152px;
    height: 30px;
}

.checks-coloured {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: url('/img/resources/Check-Filled.png') repeat-x;
    background-size: contain;
    z-index: 100;
}

.checks-bw {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('/img/resources/Check-Empty.png') repeat-x;
    background-size: contain;
}

.rating-text {
    font-size: 14px;
    padding-left: 10px;
    vertical-align: middle;
}

.affiliate-disclaimer {
    font-size: 0.9rem;
    color: #555555; 
    margin-bottom: 1.5rem;
}