.kms-custom-element-header {
    font-weight: 900;
    font-size: 50px;
    text-align: center;
}

.custom-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.custom-lightbox-content {
    position: relative;
}

.custom-lightbox-close {
    position: absolute;
    top: -20%;
    right: -15%;
    font-size: 70px;
    color: #cbcbcb;
    cursor: pointer;
}

.custom-element-wrapper {
    cursor: pointer;
}

.custom-element-text {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.custom-element-image {
    display: block;
    margin: 0 auto 10px auto;
    max-width: 100%;
    height: auto;
}