a.SolutionResult {
    background: #38487c;
    padding: 6px 19px 6px 19px;
    width: fit-content;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}

.headingFlexButton {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.SolutionResult:hover {
    background: #576bac;
    color:#fff;
}
.plyr__video-wrapper {
    overflow: unset;
    border-radius: 0;
}
