.mHPointer:hover {
    cursor: pointer;
}

.custom-image-container, .custom-image-container-small {
    width: 180px;
    max-height: 180px;
    overflow: hidden;
    border-radius: 10px;
}

.custom-image-container-average {
    width: 200px;
    max-height: 100px;
    margin: 0 auto;
}

.custom-image-container img, .custom-image-container-small img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.ck-content p, .ck-content ul, .ck-content li {
    color: black;
}

.choices.is-disabled {
    background-color: #40404d !important;
}


@media screen and (min-width: 990px) {
    .sticky-column {
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        height: 100%;
        overflow-y: auto;
    }
}