.tb-article-factbox {
    margin: 28px 0;
    padding: 22px 24px;
    border-left: 4px solid #ed1c24;
    background: #f4f5f6;
}

.tb-article-toc {
    margin: 28px 0;
    padding: 22px 24px;
    border-left: 4px solid #ed1c24;
    background: #f4f5f6;
}

.tb-article-toc > :first-child {
    margin-top: 0;
}

.tb-article-toc > :last-child {
    margin-bottom: 0;
}

.tb-betting-picks {
    margin: 32px 0;
}

.tb-betting-picks h2 {
    margin: 0 0 12px;
    padding-left: 12px;
    border-left: 4px solid #9cff00;
}

.tb-betting-picks-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}

.tb-betting-pick {
    display: flex;
    min-height: 112px;
    padding: 20px;
    border-radius: 14px;
    background: #00172f;
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 23, 47, .18);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tb-betting-pick span {
    margin-bottom: 8px;
    color: #9cff00;
    font-size: .76em;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tb-betting-pick strong {
    color: #fff;
    font-size: 1.15em;
    line-height: 1.35;
}

.tb-article-factbox > :first-child {
    margin-top: 0;
}

.tb-article-factbox > :last-child {
    margin-bottom: 0;
}

.td-post-content blockquote,
.entry-content blockquote {
    margin: 28px 0;
    padding: 18px 24px;
    border-left: 4px solid #ed1c24;
    background: #f7f7f7;
    font-size: 1.12em;
    font-weight: 700;
}
