.principle {
    background-color: #ecedef;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    margin-top: 20px;
}

.principle .optionsFrame {
    position: relative;
    height: 10px;
}

.principle .actions {
    top: -8px;
    right: -2px;
}

.principle .cell {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    padding-bottom: 0px;
}

.principle .cell p {
    margin-top: 0px;
}

.principle .cell.videoCell,
.principle .cell.imageCell {
    min-width: 120px;
    width: 120px;
    cursor: pointer;
}

.principle .cell.videoCell .imagePlaceholder {
    width: 100%;
    position: relative;
    background-color: rgba(var(--secondaryColor), 1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.principle .cell.videoCell .imagePlaceholder:before {
    content: "\f04b";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 20px;
    color: white;
    font-weight: 600;
    top: calc(50% - 11px);
    left: calc(50% - 8px);
}

.principle .cell.videoCell .imagePlaceholder:after {
    content: "";
    display: block;
    padding-top: 68.4%;
}

.singlePost .actions.gameSituation .optionsPopup .option {
    min-width: 140px;
}

.gameSituations .filters {
    width: 50%;
    float: right;
}

.header.philosophy .actions {
    top: 3px;
    right: 10px;
}

.singlePost .image.styleOfPlay {
    width: 100%;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #016837;
}

.singlePost .image.styleOfPlay.basketball {
    background-color: #3F4C58;
}