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;
}

.featured-card {
    border: none;
    background: #fff;
}

.featured-image-col {
    min-height: 320px;
    background: #111;
}

.featured-thumb {
    width: 100%;
    height: 100%;
    min-height: 320px;
    max-height: 360px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.featured-placeholder {
    width: 100%;
    height: 100%;
    min-height: 320px;
}

.featured-title {
    font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 700;
}

.featured-summary {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #444;
}

.placeholder-image,
.news-placeholder {
    background: linear-gradient(135deg, #222, #555);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    font-size: 26px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .featured-image-col {
        min-height: 220px;
    }

    .featured-thumb,
    .featured-placeholder {
        min-height: 220px;
        max-height: 260px;
    }

    .featured-title {
        font-size: 1.35rem;
    }
}
.article-content .affiliate-compact,
.news-content .affiliate-compact {
    margin: 18px auto !important;
    padding: 12px !important;
    max-width: 340px !important;
    min-height: 0 !important;
    line-height: 1.3 !important;
}

    .article-content .affiliate-compact *,
    .news-content .affiliate-compact * {
        margin-top: 0 !important;
    }

    .article-content .affiliate-compact img,
    .news-content .affiliate-compact img {
        margin: 0 auto 8px auto !important;
        display: block !important;
    }