.cursor-pointer {
    cursor: pointer;
}

.wysiwyg-bottom-border {
    border-bottom: 1px dotted gray;
}

.ob-cover {
    object-fit: cover;
}

.ob-contain {
    object-fit: contain;
}

.layer-on-img {
    background: linear-gradient(to bottom, rgb(121 121 121 / 50%) 0%, rgb(41 41 41 / 63%) 80%, rgb(18 18 18 / 57%) 90%, rgba(0, 0, 0, 0.804) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-0 {
    top: 0;
}

.end-0 {
    bottom: 0;
}

.hover-warning:hover {
    color: #ffb822;
}