/* wp-content/themes/latter-theme/assets/dist/blocks/games/css/v12.css */
.v12-games-advanced .section__title{margin-bottom:16px}.v12-games-advanced__list{display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-top:20px}.v12-games-advanced__card{color:var(--text-main);padding-top:80px;position:relative;-webkit-transition:-webkit-box-shadow .3s ease-in-out;transition:-webkit-box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;width:100%}.v12-games-advanced__card,.v12-games-advanced__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.v12-games-advanced__content{border:1px solid var(--line-secondary);border-radius:12px;gap:16px;height:-webkit-fill-available;padding:80px 16px 16px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.v12-games-advanced__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:4px}.v12-games-advanced__img{border-radius:8px;height:136px;overflow:hidden;width:236px;-ms-flex-negative:0;flex-shrink:0;left:16px;position:absolute;top:0}.v12-games-advanced__img img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.v12-games-advanced__category{color:var(--text-secondary);font-size:14px;font-weight:400;line-height:150%}.v12-games-advanced__title{font-size:20px;font-weight:600;line-height:140%}.v12-games-advanced__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;width:100%}.v12-games-advanced__tag{border-radius:8px;color:var(--white);display:block;font-size:12px;font-weight:400;line-height:150%;padding:4px 12px}.v12-games-advanced__tag_popular{background:var(--error-base)}.v12-games-advanced__tag_new{background:var(--success-darken-1)}.v12-games-advanced__tag_jackpot{background:var(--contrast-bg);color:var(--contrast-color)}.v12-games-advanced ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;gap:12px}.v12-games-advanced ul li{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v12-games-advanced__detail-title,.v12-games-advanced__detail-value{color:var(--text-main);font-size:14px;font-weight:400;line-height:150%}.v12-games-advanced__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-top:auto}.v12-games-advanced__link{margin:24px auto 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v12-games-advanced__link svg{height:20px;width:20px}@media (max-width:1000px){.v12-games-advanced__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.v12-games-advanced__list{grid-template-columns:repeat(1,1fr)}}@media (hover:hover){.v12-games-advanced__card:hover .v12-games-advanced__content{border:1px solid var(--line-main)}}
/* wp-content/themes/latter-theme/assets/dist/blocks/faq/css/v12.css */
.v12-faq .section__title{margin-bottom:16px}.v12-faq__wrapper{gap:64px}.v12-faq__info,.v12-faq__list,.v12-faq__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.v12-faq__info,.v12-faq__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-flex:1;-ms-flex:1;flex:1}.v12-faq__list{width:100%}.v12-faq__list-item{interpolate-size:allow-keywords;border-top:1px solid var(--line-secondary);padding-bottom:16px;width:100%}.v12-faq__list-item::details-content{block-size:0;overflow:hidden;-webkit-transition:block-size .3s,content-visibility .3s;transition:block-size .3s,content-visibility .3s;transition-behavior:allow-discrete}.v12-faq__list-item[open]::details-content{block-size:auto}.v12-faq__list-item:last-child{border-bottom:1px solid var(--line-secondary)}.v12-faq__list-item summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;color:var(--text-main);cursor:pointer;gap:16px;justify-content:space-between;list-style:none;padding-top:16px;-webkit-transition:margin-bottom .3s ease-in-out;transition:margin-bottom .3s ease-in-out}.v12-faq__list-item summary::-webkit-details-marker{display:none}.v12-faq__list-item .text-block{color:var(--text-secondary);margin-top:-2px;padding:0 16px}.v12-faq__list-item[open] .v12-faq__dropdown:after{opacity:0}.v12-faq__list-item[open] .v12-faq__list-question{margin-bottom:16px}.v12-faq__dropdown-wrapper{background:var(--button-bg);border-radius:50%;padding:8px;-ms-flex-negative:0;flex-shrink:0;height:30px;width:30px}.v12-faq__dropdown-wrapper .v12-faq__arrow:after,.v12-faq__dropdown-wrapper .v12-faq__arrow:before{background:var(--button-hover-color)}.v12-faq__dropdown{display:block;height:14px;position:relative;width:14px}.v12-faq__dropdown:after,.v12-faq__dropdown:before{background-color:var(--button-color);border-radius:6px;content:"";position:absolute;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.v12-faq__dropdown:before{height:2px;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.v12-faq__dropdown:after{height:100%;left:50%;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:2px}.v12-faq__list-question{font-size:18px;font-weight:500;line-height:150%;-webkit-transition:margin-bottom .3s ease-in-out;transition:margin-bottom .3s ease-in-out;width:calc(100% - 43px)}@media (max-width:900px){.v12-faq__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}}@media (hover:hover){.v12-faq__dropdown-wrapper:hover{background:var(--button-hover-bg)}}