.t-popup__close {
    width: 40px !important;
    height: 40px !important;
}


.t-popup__close-icon {
    width: 24px !important;
    height: 24px !important;
}


.t-popup__close:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}


.t-popup__close:before, .t-popup__close:after {
    height: 24px !important;
    width: 3px !important;
}

@media (max-width: 768px) {
    .t-body {
        transform: scale(1.25);
        transform-origin: top center;
        width: calc(100% / 1.25);
        margin-left: auto;
        margin-right: auto;
        overflow-x: hidden;
    }
    
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
    }
}

.hover-semibold:hover {
  font-weight: 600 !important;
  transition: font-weight 0.2s ease;
}