.spotlight-title {
    background-color: #F5E94E;
}

.spotlight-tag-first {
    background-color: #F5E94E;
    color: #2B2B2B;
    display: inline-block;
}

.spotlight-tag {
    background-color: #B70808;
    color: #F4F3EC;
    display: inline-block;
}

.spotlight-details {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #F4F3EC;
}

.spotlight-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #2B2B2B;
    /* border-right-width: 0.5px;
    border-color: #646363; */
}

.spotlight-detail-spacer {
    background-color: #2B2B2B;
    width: 0.08rem;
}