.wl-block--recent-verdict {
    background-color: #142e52;
    margin: 32px 0;
    padding: 20px;
}

.wl-block--recent-verdict_inner {
    border: 1px solid #e4b363;
    display: block;
    padding: 24px 20px;
    text-transform: none;
}

.wl-block--recent-verdict_title {
    color: #e4b363;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.3px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.wl-block--recent-verdict_award {
    color: #fff;
    font-family: "Merriweather Sans";
    font-size: 44px;
    font-weight: 700 !important;
    line-height: 1.3;
    margin: 0 0 16px;
}

.wl-block--recent-verdict_text {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 16px;
}

.wl-block--recent-verdict_link {
    text-decoration: none;
}

.wl-block--recent-verdict_link span {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: bold !important;
    letter-spacing: 0.2px;
    line-height: 1.5;
    text-transform: capitalize;
}