
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #88a3dc;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background: #3a68c0;
}

header .cmz-btn-special a:after {
    display: none;
}

header .cmz-btn-special a {
    background-color: #0752a0;
    height: 50px;
    border-radius: 12px;
    --menu-item-height: 50px
}

.cmz-mobile-head-nav .wp-block-buttons.is-content-justification-right {
    flex-direction: row;
    justify-content: flex-end;
    gap: 12px;
}

.cmz-mobile-head-nav .wp-block-buttons a {
    min-height: unset;
    font-size: 16px;
    border-radius: 50px;
    padding: 4px 14px 5px;
}

.cmz-mobile-head-nav .wp-block-buttons :not(.is-style-outline) a {
    background-image: linear-gradient(180deg, #ffb636 0%, #FF5722 100%);
    text-shadow: 0 0 4px #b90a45;
}

.cmz-mobile-head-nav .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link:hover {
    background-color: transparent;
}

.cmz-mobile-head-nav .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link {
    min-height: unset;
    color: white;
    border-color: white;
    padding: 3px 12px;
}

.mobile-menu .cmz-btn-special a {
    background-color: #30445b;
    padding: 5px 12px;
    --items-vertical-spacing: 5px 12px;
}

.cmz-mobile-footer-nav {
    background-color: #0752a0;
    background-image: linear-gradient(0deg, #0752a0 0%, rgb(6, 147, 227) 100%);
    padding: 10px 8px 14px;
    z-index: 9;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, .5);
}

.cmz-mobile-footer-nav .wp-block-media-text {
    display: flex;
    flex-direction: column;
    justify-items: center;
    gap: 3px;
    color: white;
    font-size: 12px;
}

.cmz-mobile-footer-nav .wp-block-media-text__media img {
    max-width: 38px;
    -webkit-filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, .35));
    filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, .35));
}

.cmz-mobile-footer-nav .btn-center-block {
    margin-top: -34px;
}

.cmz-mobile-footer-nav .btn-center-block img {
    max-width: 64px;
    width: 64px;
}

.cmz-marquee .swiper-wrapper {
    transition-timing-function: linear;
}

.cmz-accordion.elementor-widget-n-accordion .e-n-accordion-item-title {
    justify-content: space-between;
}

.cmz-accordion.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover > .e-n-accordion-item-title {
    -webkit-transition: color 0.35s ease;
    transition: color 0.35s ease;
}

.cmz-widget-tabs .elementor-cta__button-wrapper {
    text-align: right;
}

.cmz-widget-tabs .elementor-cta__button-wrapper a {
    padding-right: 30px;
    width: 100%;
}

.cmz-widget-tabs .elementor-cta__button-wrapper a:after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-image: url("/wp-content/themes/blocksy-child/img/icon-circle-arrow.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: absolute;
    right: 22px;
    top: 15px;
}

.cmz-relative {
    position: relative;
}

.cmz-recm-games-tabs .elementor-widget-container a {
    -webkit-transition: scale .5s cubic-bezier(0.54, 0.84, 0.5, 1.63);
    transition: scale .5s cubic-bezier(0.54, 0.84, 0.5, 1.63);
}

.cmz-recm-games-tabs .elementor-widget-container a:hover {
    scale: 1.05;
}

.cmz-post-grid {
    overflow: hidden;
}

.cmz-post-grid p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cmz-post-grid .elementor-widget-image {
    position: relative;
}

.cmz-post-grid .elementor-widget-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-transition: background-color .35s ease;
    transition: background-color .35s ease;
}

.cmz-post-grid:hover .elementor-widget-image:after {
    background-color: rgba(0, 0, 0, 0.5);
}

.cmz-post-grid .cmz-post-content {
    -webkit-transition: bottom .35s ease;
    transition: bottom .35s ease;
}

.cmz-post-grid:hover .cmz-post-content {
    bottom: 0 !important;
}

.game-block.type-a {
    max-width: 400px;
}

.game-block.type-a .entry-image {
    max-height: 230px;
    overflow: hidden;
}

.game-block.type-a .title-image {
    width: 100px;
    height: 100px;
}

.game-block.type-a .title-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game-block.type-b .entry-link {
    max-width: 55px;
}
.game-block.type-b .entry-head {
    max-width: 120px;
}

.game-block.type-c {
    max-width: 400px;
}

.game-block {
    --theme-list-indent: 1.35em;
}

@media screen and (max-width: 1260px) {
    .game-block.type-a {
        min-width: 350px;
    }
}

@media screen and (max-width: 600px) {
    .game-block.type-b, .game-block.type-c {
        min-width: 320px;
    }
}


