.tmw-review-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 1999;
}.tmw-review-lightbox.active {
    display: block;
}.tmw-review-lightbox .tmw-rlbg-content {
    position: relative;
    max-width: 800px;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(0, 0, 0);
    border-radius: 15px;
}.tmw-review-lightbox .tmw-rlbg-header {
    height: 60px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 15px 15px 0 0;
}.tmw-rlbg-header .tmw-rlbg-close {
    font-size: 30px;
    cursor: pointer;
}.tmw-rlbg-footer {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    border-radius: 0 0 15px 15px;
}.tmw-rlbg-main {
    height: calc(100% - 60px);
    display: flex;
    justify-content: center;
}.tmw-rlbg-counter {
    position: absolute;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 0 15px;
    border-radius: 25px;
}.tmw-rlbg-prev, .tmw-rlbg-next {
    position: absolute;
    background: rgb(0 0 0 / 70%);
    color: white;
    border: none;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 4px;
}.tmw-rlbg-prev {
    top: calc(50% - 30px);
    left: 10px;
}.tmw-rlbg-next {
    top: calc(50% - 30px);
    right: 10px;
}
