.block-content--header {
    padding-bottom: 1rem;
    border-bottom: 2px brown solid;
    margin-bottom: 0;
}
.training-theme {
    display: flex;
    border: 1px solid #7d7d7d;
    border-radius: 5px;
    overflow: hidden;
    padding: .5rem .75rem;
    align-items: center;
    transition: 0.5s all ease-in, 0.1s margin-left ease, 0.1s margin-right ease;
}
.training-theme:hover {
    border-color: brown;
    margin-left: -2px;
    margin-right: -2px;
}
.training-theme:hover .training-theme--link {
    color: brown;
}
.training-theme--button {
    display: flex;
    flex: 0 0 50px;
    height: 50px;
}
.training-theme--link {
    text-decoration: none;
    border: none!important;
    color: #444444;
    transition: 0.3s all ease-in;
}
.training-theme--link:hover svg {
    transform: scale(1.1, 1.1);
}
.training-theme--details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    row-gap: .25rem;
    padding: 0 .5rem;
}
.training-theme--details-name {
    font-size: 1.1em;
    font-weight: 500;
}
.training-theme--details-description {

}
.training-theme--progress {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    color: brown;
}
.training-theme--progress-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2px;
}
.training-theme--progress-stars > img {
    height: 15px;
    width: auto;
    /*display: none;*/
}
.training-theme--progress-stats {
    text-align: center;
}
