/*
Theme Name: ClickBest
Theme URI: 
Description: aiueo aiueo aiueo
Version: 1.0.0
Author: Mev
Author URI: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clickbest
Tags: custom-colors, custom-logo, custom-menu, featured-images, one-page
*/

:root {
    --theme-primary-color: <?php echo esc_attr(get_option('zeus_theme_color', '#007bff')); ?>;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Header Styles */
.site-header {
    padding: 1rem 0;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.site-logo {
    max-height: 60px;
    width: auto;
}

/* Banner Styles */
.site-banner {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

/* Content Styles */
.site-content {
    padding: 2rem 0;
}

/* Sign-up Button */
.signup-button {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background-color: var(--theme-primary-color);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.signup-button:hover {
    background-color: color-mix(in srgb, var(--theme-primary-color) 80%, black);
}

/* AMP and Base Resets */
amp-img:is([sizes="auto" i], [sizes^="auto," i]),
amp-anim:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

.amp-wp-unknown-size,
amp-anim.amp-wp-enforced-sizes,
amp-img.amp-wp-enforced-sizes {
    object-fit: contain
}

amp-anim img,
amp-anim noscript,
amp-img img,
amp-img noscript {
    image-rendering: inherit;
    object-fit: inherit;
    object-position: inherit
}

body,
h1,
html,
li,
ul {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background-color: transparent
}

a:active {
    outline: 0
}

a,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

strong {
    font-weight: 700
}

amp-img,
amp-anim {
    border: 0
}

input {
    color: inherit;
    font: inherit;
    margin: 0
}

html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

html input[disabled] {
    cursor: default
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

h1 {
    clear: both
}

h1 {
    color: #808285;
    font-size: 2em;
    line-height: 1.2
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    color: #808285;
    background: #fff;
    font-style: normal
}

ul {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

strong {
    font-weight: 700
}

i {
    font-style: italic
}

amp-img,
amp-anim {
    height: auto;
    max-width: 100%
}

input {
    color: #808285;
    font-weight: 400;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

input {
    line-height: normal
}

input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #e6e6e6;
    padding: .6em 1em .4em;
    color: #fff
}

input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    color: #fff;
    border-color: #eaeaea
}

input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    border-color: #eaeaea;
    outline: 0
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-appearance: none
}

input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus {
    color: #111
}

a {
    color: #4169e1
}

a:focus,
a:hover {
    color: #191970
}

a:focus {
    outline: thin dotted
}

a:hover {
    outline: 0
}

::selection {
    color: #fff;
    background: #0274be
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body:not(.logged-in) {
    position: relative
}

a,
a:focus {
    text-decoration: none
}

.site-footer a *,
a {
    transition: all .2s linear
}

amp-img,
amp-anim {
    vertical-align: middle
}

input[type=button],
input[type=submit] {
    border-radius: 0;
    padding: 18px 30px;
    border: 0;
    box-shadow: none;
    text-shadow: none
}

input[type=button]:hover,
input[type=submit]:hover {
    box-shadow: none
}

input[type=button]:active,
input[type=button]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    box-shadow: none
}

input {
    line-height: 1
}

body,
input[type=button],
input[type=submit] {
    line-height: 1.8571428571429
}

body {
    background-color: #fff
}

.sticky {
    display: block
}

.page-content>:last-child {
    margin-bottom: 0
}

body {
    overflow-x: hidden
}

input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear
}

input[type=email]:focus,
input[type=password]:focus,
input[type=reset]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus {
    background-color: #fff;
    border-color: #eaeaea;
    box-shadow: none
}

input[type=button],
input[type=button]:focus,
input[type=button]:hover,
input[type=reset],
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit],
input[type=submit]:focus,
input[type=submit]:hover {
    box-shadow: none
}

input[type=search]:focus {
    outline: thin dotted
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 5.7px 0;
    padding: 0;
    border: none
}

input[type=range]:focus {
    outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.6px;
    cursor: pointer;
    box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9;
    background: rgba(255, 255, 255, .2);
    border-radius: 13.6px;
    border: 0 solid #fff
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0 0 0 rgba(255, 221, 0, .37), 0 0 0 rgba(255, 224, 26, .37);
    border: 7.9px solid #0274be;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #0274be;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5.7px
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, .2)
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.6px;
    cursor: pointer;
    box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9;
    background: rgba(255, 255, 255, .2);
    border-radius: 13.6px;
    border: 0 solid #fff
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 rgba(255, 221, 0, .37), 0 0 0 rgba(255, 224, 26, .37);
    border: 7.9px solid #0274be;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #0274be;
    cursor: pointer
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8.6px;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: rgba(199, 199, 199, .2);
    border: 0 solid #fff;
    border-radius: 27.2px;
    box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9
}

input[type=range]::-ms-fill-upper {
    background: rgba(255, 255, 255, .2);
    border: 0 solid #fff;
    border-radius: 27.2px;
    box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9
}

input[type=range]::-ms-thumb {
    box-shadow: 0 0 0 rgba(255, 221, 0, .37), 0 0 0 rgba(255, 224, 26, .37);
    border: 7.9px solid #0274be;
    height: 20px;
    height: 8.6px;
    width: 20px;
    border-radius: 50px;
    background: #0274be;
    cursor: pointer
}

input[type=range]:focus::-ms-fill-lower {
    background: rgba(255, 255, 255, .2)
}

input[type=range]:focus::-ms-fill-upper {
    background: rgba(255, 255, 255, .2)
}

input[type=color] {
    border: none;
    width: 100px;
    padding: 0;
    height: 30px;
    cursor: pointer
}

input[type=color]::-webkit-color-swatch-wrapper {
    padding: 0;
    border: none
}

input[type=color]::-webkit-color-swatch {
    border: none
}

html {
    font-size: 93.75%
}

a {
    color: var(--ast-global-color-0)
}

a:hover,
a:focus {
    color: var(--ast-global-color-1)
}

body,
input {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-weight: inherit;
    font-size: 15px;
    font-size: 1rem
}

h1 {
    font-size: 40px;
    font-size: 2.6666666666667rem
}

::selection {
    background-color: var(--ast-global-color-0);
    color: #fff
}

body,
h1 {
    color: var(--ast-global-color-3)
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus {
    border-color: var(--ast-global-color-0)
}

input[type="radio"]:checked,
input[type=reset],
input[type="checkbox"]:checked,
input[type="checkbox"]:hover:checked,
input[type="checkbox"]:focus:checked,
input[type=range]::-webkit-slider-thumb {
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    box-shadow: none
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #fff;
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    border-radius: 2px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1
}

input[type=reset]:hover,
input[type=reset]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    color: #fff;
    background-color: var(--ast-global-color-1);
    border-color: var(--ast-global-color-1)
}

@media (max-width:544px) {

    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        padding-top: 12px;
        padding-right: 24px;
        padding-bottom: 12px;
        padding-left: 24px
    }
}

@media (max-width:921px) {

    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        padding-top: 14px;
        padding-right: 28px;
        padding-bottom: 14px;
        padding-left: 28px
    }
}

@media (max-width:921px) {
    h1 {
        font-size: 30px
    }
}

@media (max-width:544px) {
    h1 {
        font-size: 30px
    }
}

@media (max-width:921px) {
    html {
        font-size: 85.5%
    }
}

@media (max-width:544px) {
    html {
        font-size: 85.5%
    }
}

ul {
    margin-left: 20px
}

:root {
    --ast-global-color-0: #0170b9;
    --ast-global-color-1: #3a3a3a;
    --ast-global-color-2: #3a3a3a;
    --ast-global-color-3: #4b4f58;
    --ast-global-color-4: #f5f5f5;
    --ast-global-color-5: #fff;
    --ast-global-color-6: #f2f5f7;
    --ast-global-color-7: #424242;
    --ast-global-color-8: #000
}

h1 {
    color: var(--ast-global-color-2)
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
    border: 2px solid;
    padding: .667em 1.333em
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
    color: currentColor
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
    background-color: initial;
    background-image: none
}

:where(.wp-block-columns) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
    color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000
}

:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
    color: inherit
}

:where(.wp-block-file) {
    margin-bottom: 1.5em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: relative
}

@keyframes show-content-image {
    0% {
        visibility: hidden
    }

    99% {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@keyframes turn-on-visibility {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible
    }

    99% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes lightbox-zoom-in {
    0% {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
    }

    to {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes lightbox-zoom-out {
    0% {
        transform: translate(-50%, -50%) scale(1);
        visibility: visible
    }

    99% {
        visibility: visible
    }

    to {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
        visibility: hidden
    }
}

:where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment)) {
    line-height: 1.1
}

:where(.wp-block-latest-comments:not([data-amp-original-style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8
}

:root :where(.wp-block-latest-posts.is-grid) {
    padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
    padding-left: 0
}

ul {
    box-sizing: border-box
}

:root :where(.wp-block-list.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

:root :where(p.has-background) {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

:where(.wp-block-post-comments-form) input:not([type=submit]) {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])) {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-excerpt) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

:where(.wp-block-preformatted.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

:where(.wp-block-search__input) {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: 4px 8px
}

:root :where(.wp-block-separator.is-style-dots) {
    height: auto;
    line-height: 1;
    text-align: center
}

:root :where(.wp-block-separator.is-style-dots):before {
    color: currentColor;
    content: "···";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

:root :where(.wp-block-site-logo.is-style-rounded) {
    border-radius: 9999px
}

:root :where(.wp-block-social-links .wp-social-link a) {
    padding: .25em
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
    padding: 0
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
    padding-left: .66667em;
    padding-right: .66667em
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
    border: 1px solid;
    margin-right: 0;
    padding: 1ch 2ch
}

:root :where(.wp-block-tag-cloud.is-style-outline a):not(#_#_#_#_#_#_#_#_) {
    font-size: unset;
    text-decoration: none
}

:root :where(.wp-block-table-of-contents) {
    box-sizing: border-box
}

:where(.wp-block-term-description) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([data-amp-original-style*=border-top-color]) {
    border-top-style: solid
}

html :where([data-amp-original-style*=border-right-color]) {
    border-right-style: solid
}

html :where([data-amp-original-style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([data-amp-original-style*=border-left-color]) {
    border-left-style: solid
}

html :where([data-amp-original-style*=border-width]) {
    border-style: solid
}

html :where([data-amp-original-style*=border-top-width]) {
    border-top-style: solid
}

html :where([data-amp-original-style*=border-right-width]) {
    border-right-style: solid
}

html :where([data-amp-original-style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([data-amp-original-style*=border-left-width]) {
    border-left-style: solid
}

html :where(amp-img[class*=wp-image-]),
html :where(amp-anim[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--ast-global-color-0: var(--ast-global-color-0);
    --wp--preset--color--ast-global-color-1: var(--ast-global-color-1);
    --wp--preset--color--ast-global-color-2: var(--ast-global-color-2);
    --wp--preset--color--ast-global-color-3: var(--ast-global-color-3);
    --wp--preset--color--ast-global-color-4: var(--ast-global-color-4);
    --wp--preset--color--ast-global-color-5: var(--ast-global-color-5);
    --wp--preset--color--ast-global-color-6: var(--ast-global-color-6);
    --wp--preset--color--ast-global-color-7: var(--ast-global-color-7);
    --wp--preset--color--ast-global-color-8: var(--ast-global-color-8);
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, #cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:root {
    --wp--style--global--content-size: var(--ast-content-width-size);
    --wp--style--global--wide-size: 1200px
}

:where(body) {
    margin: 0
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

body {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px
}

a:where(:not(.wp-element-button)) {
    text-decoration: underline
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6
}

html:not(#_#_#_#_#_#_#_#_) {
    overflow-x: hidden
}

html:not([amp4ads]):not(#_#_#_#_#_#_#_#_),
html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_) {
    height: auto
}

html:not([amp4ads]) body:not(#_#_#_#_#_#_#_#_) {
    margin: 0
}

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

[hidden]:not(#_#_#_#_#_#_#_) {
    display: none
}

[layout=container] {
    display: block;
    position: relative
}

body noscript>* {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

body noscript>*:not(#_#_#_#_#_#_#_#_) {
    overflow: hidden
}

body noscript>* {
    width: 100%;
    height: 100%;
    z-index: 2
}

body noscript>*:not(#_#_#_#_#_#_#_#_) {
    position: absolute
}

body noscript:not(#_#_#_#_#_#_#_#_) {
    display: inline
}

@media (min-width:1px) {
    :where(amp-accordion>section)>:first-child {
        margin: 0;
        background-color: #efefef;
        padding-right: 20px;
        border: 1px solid #dfdfdf
    }

    :where(amp-accordion>section)>:last-child {
        margin: 0
    }
}

@media screen {
    html {
        height: 100%;
        font-size: 1em;
        font-size: 100%;
        line-height: 1.4;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline
    }

    body {
        margin: 0;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: .1px;
        color: #929292;
        background: #020000;
    }

    h1 {
        color: var(--theme-primary-color);
        line-height: 1.2;
        margin: 15px 0px;
        font-weight: 500
    }

    h1 {
        font-size: 30px
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    a {
        color: var(--theme-primary-color);
        text-decoration: none
    }

    a:hover {
        color: #fff
    }

    div,
    input,
    label {
        display: block;
        overflow: hidden;
        position: relative
    }

    strong {
        color: var(--theme-primary-color)
    }

    amp-img,
    amp-anim {
        width: 100%;
        height: 100%;
        pointer-events: none
    }

    a amp-img,
    a amp-anim {
        pointer-events: visible
    }

    .mobile {
        display: none
    }

    .svg-menu {
        height: 20px;
        width: 20px;
        display: inline-block;
        background-size: 18px;
        background-repeat: no-repeat
    }

    .svg-beranda {
        background-image: url("images/icon/icon-beranda.svg")
    }

    .svg-content {
        display: inline-block;
        width: 25px;
        height: 20px;
        background-size: 21px;
        background-repeat: no-repeat
    }

    .svg-sport {
        background-image: url("images/icon/icon-sports.svg")
    }

    .svg-casino {
        background-image: url("images/icon/icon-casino.svg")
    }

    .svg-slots {
        background-image: url("images/icon/icon-slots.svg")
    }

    .svg-togel {
        background-image: url("images/icon/icon-togel.svg")
    }

    .svg-fishing {
        background-image: url("images/icon/icon-fishing.svg")
    }

    .svg-poker {
        background-image: url("images/icon/poker.svg")
    }

    .svg-gift {
        background-image: url("images/icon/icon-gift.svg")
    }

    .svg-new {
        background-image: url("images/icon/icon-new.svg")
    }

    .svg-populer {
        background-image: url("images/icon/icon-populer.svg")
    }

    .svg-gacor {
        background-image: url("images/icon/icon-gacor.svg")
    }

    .svg-whatsapp {
        background-image: url("images/icon/icon-whatsapp.svg")
    }

    .svg-telegram {
        background-image: url("images/icon/icon-telegram.svg")
    }

    .svg-livechat {
        background-image: url("images/icon/icon-livechat.svg")
    }

    .svg-livechat-gray {
        background-image: url("images/icon/icon-livechat-gray.svg")
    }

    .svg-hot {
        background-image: url("images/icon/hot-games.svg")
    }

    .header {
        width: 100%;
        z-index: 999999;
        position: fixed;
        background: #191919
    }

    .top-left {
        float: left;
        width: 27%;
        display: flex;
        justify-content: flex-start
    }

    .top-right {
        line-height: 1.2;
        font-size: 11px;
        float: right;
        width: 70%
    }

    .site-logo {
        float: left;
        top: 12px;
        left: 0px;
        width: 24%
    }

    .site-logo amp-img,
    .site-logo amp-anim {
        width: 200px
    }

    .nav-bar {
        background-color: #141414;
        border-top: 1px solid #2b2b2b
    }

    .sticky {
        height: 127px
    }

    .main {
        background: #191919
    }

    .slide {
        margin-bottom: 17px
    }

    .jackpot amp-img,
    .jackpot amp-anim {
        margin-left: auto;
        margin-right: auto;
        display: block;
        border-radius: 9px
    }

    .container {
        max-width: 1170px;
        width: 100%;
        margin: auto;
        overflow: hidden
    }

    .row {
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .col-sm-2 {
        flex: 0 0 15.9%;
        max-width: 15.9%;
        margin: 5px 4px;
        justify-content: center;
        align-content: center
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-title {
        padding: 9px 0px;
        position: absolute;
        top: -14px;
        left: 21px;
        z-index: 2;
        background: #101013
    }

    .col-border {
        border: 1px solid #333;
        border-radius: 7px;
        margin: 5px auto;
        padding: 18px
    }

    .payment .col-sm-12 {
        margin: 10px auto
    }

    .main-menu i {
        display: block;
        margin: auto;
        width: 30px;
        height: 30px;
        background-size: 26px
    }

    ul.menu,
    ul.contact-us,
    ul.main-menu {
        padding: 0;
        margin: 0;
        text-transform: uppercase
    }

    .main-menu {
        float: right
    }

    .main-menu li [aria-current],
    .main-menu li a:hover {
        color: var(--theme-primary-color)
    }

    .main-menu li {
        position: relative;
        display: block;
        float: left;
        margin: 0;
        padding: 0
    }

    .main-menu li a {
        font-weight: 600;
        font-size: 14px;
        position: relative;
        display: inline-block;
        line-height: 18px;
        padding: 20px 24px;
        flex: 1;
        color: #a3a3a3
    }

    ul.contact-us {
        padding: 15px 0;
        text-transform: capitalize
    }

    .contact-us {
        float: right;
        height: 36px
    }

    .contact-us li {
        border-right: dotted 1px #fff;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
        float: left
    }

    .site-footer {
        display: block;
        margin: auto;
        max-width: 200px;
        margin-bottom: 20px
    }

    .contact-us li:first-child {
        padding-right: 10px;
        border-left: 0
    }

    .contact-us li:last-child {
        padding-right: 10px;
        border-right: 0
    }

    .contact-us li a {
        color: #9a9a9a;
        font-size: 11px
    }
    

    .contact-us li a:hover {
        color: var(--theme-primary-color)
    }

    .contact-us .svg-menu {
        height: 20px;
        width: 20px;
        display: inline-block;
        background-size: 17px;
        background-repeat: no-repeat
    }

    .contact-us li i {
        vertical-align: middle
    }

    .quick-footer {
        position: fixed;
        width: 170px;
        height: 40px;
        bottom: 0px;
        right: 10px;
        background: #e8911a;
        border-radius: 5px 5px 0px 0px;
        z-index: 100;
        padding: 2px
    }

    .quick-footer i {
        font-size: 22px;
        position: relative;
        right: -42px;
        top: -2px
    }

    .quick-footer li {
        margin: 1px auto;
        padding: 4px 12px
    }

    .quick-footer li a {
        color: #fff;
        display: flex;
        align-items: end;
        text-align: center;
        font-size: 19px;
        text-transform: uppercase
    }

    .quick-footer li i {
        vertical-align: middle
    }

    .quick-footer .svg-menu {
        margin: auto -25px;
        height: 30px;
        width: 30px;
        display: inline-block;
        background-size: 30px;
        background-repeat: no-repeat
    }

    .menu {
        float: right;
        position: relative;
        padding: 0px;
        margin: 0px auto
    }

    .menu li {
        float: left;
        position: relative;
        font-size: 14px;
        text-transform: uppercase;
        min-width: 68px;
        margin: 0px 0px 0px 4px;
        text-align: center;
        padding: 5px 5px;
        vertical-align: inherit;
        border-radius: 27px
    }

    .menu ul {
        padding-top: 15px;
        border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        -moz-border-radius: 0px 0px 4px 4px;
        -ms-border-radius: 0px 0px 4px 4px;
        -o-border-radius: 0px 0px 4px 4px
    }

    .menu li a {
        font-weight: bold;
        padding: 4px 21px;
        display: block;
        color: #fff;
        text-shadow: 0px 0px 3px #000
    }

    .daftar,
    .quick-footer {
        background: linear-gradient(to right, color-mix(in srgb, var(--theme-primary-color) 80%, black) 0%, color-mix(in srgb, var(--theme-primary-color) 60%, black) 100%);
        border-top: 1px solid var(--theme-primary-color)
    }

    .daftar:hover {
        background: linear-gradient(to right, color-mix(in srgb, var(--theme-primary-color) 60%, black) 0%, color-mix(in srgb, var(--theme-primary-color) 80%, black) 100%);
    }

    .login {
        background: #505050;
        background-image: linear-gradient(to bottom, #373737, #8b8b8b);
        border-top: 1px solid #7e7e7e
    }

    .login:hover {
        background: #00490c;
        background-image: -webkit-linear-gradient(top, #9e9e9e 0%, #666 100%)
    }

    .login-panel {
        margin: 6px 0
    }

    ul {
        list-style: none;
        margin: 0;
        padding: 5px 0px
    }

    ul.article {
        list-style: circle;
        padding: 5px 30px
    }

    .article li {
        list-style: disc;
        margin: 0px 35px
    }

    .ct-rounded,
    .ct-rounded .col-sm-2,
    .bg-rounded .container {
        border-radius: 12px
    }

    .bg-rounded .container {
        padding: 25px;
        background: transparent;
        margin-bottom: 30px
    }

    .ct-rounded {
        padding: 15px;
        background: #160002;
        border: 3px solid var(--theme-primary-color);
        margin: 10px auto
    }

    .ct-rounded .col-sm-2 {
        background: linear-gradient(to right, color-mix(in srgb, var(--theme-primary-color) 80%, black) 0%, color-mix(in srgb, var(--theme-primary-color) 60%, black) 100%);
        padding: 2px;
        height: 100%
    }

    .game-wrapper {
        z-index: 0
    }

    .game-img {
        width: 100%;
        top: 0;
        z-index: 0
    }

    .image-wrapper {
        z-index: 0
    }

    .games-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .title-row {
        margin: 21px auto;
        border-bottom: 3px solid var(--theme-primary-color);
        font-size: 19px;
        display: flex;
        align-items: center
    }

    .title-games {
        font-size: 14px;
        padding: 4px 10px 8px;
        color: #fff;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center
    }

    .footer {
        width: 100%;
        background: #101013;
        padding: 0px 0px 20px 0px
    }

    .disclaimer {
        border-top: 1px dotted #101013
    }

    .footer amp-img,
    .footer amp-anim {
        height: auto
    }

    .footer-title {
        font-size: 15px;
        color: #d5d5d5;
        margin: 20px auto
    }

    .footer .row {
        justify-content: left
    }

    .footer .col-sm-2 {
        justify-content: left
    }

    .provider .col-sm-2,
    .payment .col-sm-2 {
        max-width: 111px;
        margin: 7px
    }

    .copyright {
        font-size: 11px;
        padding: 15px 0px;
        text-align: center
    }

    .copyright a {
        color: #aaa;
        display: inline-block
    }

    .article {
        text-align: left
    }

    /* Footer Menu Styles */
    .footer-menu-container {
        text-align: center;
        padding: 1rem 0;
        background-color: #191919;
    }
    
    .footer-navigation-links {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-block;
    }
    
    .footer-navigation-links li {
        display: inline;
        margin: 0 15px;
    }
    
    .footer-navigation-links a {
        color: #a3a3a3;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        transition: color 0.3s ease;
    }
    
    .footer-navigation-links a:hover,
    .footer-navigation-links .current-menu-item a {
        color: var(--theme-primary-color);
    }

    /* Accessibility Fixes */
    .article strong, .entry-content strong {
        color: #FFFFFF;
    }
    .article a, .entry-content a {
        text-decoration: underline;
    }
    .article a:hover, .entry-content a:hover {
        text-decoration: none;
    }    

    @media only screen and (max-width: 768px) {

        .main-slide amp-img,
        .main-slide amp-anim {
            height: 100%
        }
        
        .main-slide img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .jackpot img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        .main-menu,
        .top-header {
            display: none
        }

        .mobile {
            display: block
        }

        .desktop {
            display: none
        }

        .header {
            z-index: 999999;
            height: 65px;
            position: fixed;
            background: #151515
        }

        .nav-bar {
            border: 0
        }

        .sticky {
            height: 65px
        }

        .site-logo {
            top: 9px;
            left: 0px;
            right: 0;
            width: 45%;
            max-width: 160px;
            height: auto;
            float: none;
            margin: auto;
            position: absolute;
        }

        .site-logo img {
            width: 100%;
            height: auto;
        }

        .site-logo amp-img,
        .site-logo amp-anim {
            width: 150px;
            margin-left: auto;
            margin-right: auto
        }

        .top-header {
            top: 0px;
            left: 0px;
            margin: auto;
            width: 100%
        }

        .menu-mobile,
        .menu-login-menu-container,
        .slide {
            width: 100%;
            margin: auto
        }

        .menu-mobile .menu li {
            background-image: -webkit-linear-gradient(top, #ababab 0%, #585858 100%)
        }

        .menu {
            float: none
        }

        .main-homepage {
            background: #131313
        }

        .main-homepage li {
            width: 23.4%;
            border-radius: 7px;
            margin-bottom: 5px;
            display: inline-block
        }

        .main-homepage li a {
            padding: 7px;
            font-size: 14px;
            display: flex;
            align-items: center;
            flex-wrap: nowrap;
            flex-direction: column;
            color: #8b8b8b
        }

        .main-homepage li .svg-menu {
            height: 30px;
            width: 25px;
            background-size: 25px
        }

        .login-mobile {
            padding: 0
        }

        .login-mobile li {
            display: inline-block;
            border-radius: 2px;
            width: 49.2%;
            text-align: center
        }

        .login-mobile li a {
            color: #fff;
            font-size: 18px;
            padding: 9px 20px;
            display: block;
            text-shadow: 0px 0px 3px #000
        }

        ul.nav-item {
            padding: 0
        }

        .nav-item li a i {
            vertical-align: middle
        }

        .nav-item li {
            background: #1a1a1a;
            position: relative;
            line-height: 20px;
            display: inline-block;
            width: 100%
        }

        .nav-item li a {
            text-transform: capitalize;
            display: block;
            color: #ddd;
            text-decoration: none;
            padding: 10px 15px
        }

        .nav-item li:hover {
            background-color: #393939
        }

        .nav-item li [aria-current] {
            background-color: #393939;
            display: block;
            width: 100%
        }

        .nav-item li:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            height: 100%;
            width: 3px;
            background-color: #393939
        }

        .contact-floating {
            position: fixed;
            bottom: 0;
            background: #1e1e1e;
            width: 100%;
            padding: 3px;
            z-index: 3
        }

        .contact-floating li a {
            font-size: 13px;
            color: #fff
        }

        .contact-floating li {
            display: inline-block;
            width: 32%;
            text-align: center;
            padding: 5px 0px
        }

        .contact-floating li i {
            display: block;
            margin: auto;
            background-size: 25px;
            width: 25px;
            height: 25px
        }

        .main {
            background: #020206
        }

        .slide {
            border: 0
        }

        .main-slide {
            width: 100%
        }

        .bg-rounded .container {
            padding: 5px;
            background: #020204;
            margin-bottom: 0
        }

        .ct-rounded {
            padding: 0;
            background: none;
            border: 0
        }

        .games .col-sm-2 {
            max-width: 31%;
            flex: 0 0 31%;
            margin: 4px
        }

        .game-wrapper {
            height: auto;
        }

        .game-img .image-wrapper img {
            width: 100%;
            height: auto;
            display: block;
        }

        .image-wrapper {
            border-radius: 8px;
            overflow: hidden;
        }

        .title-row {
            margin: 10px 10px;
            text-align: center
        }

        .footer amp-img,
        .footer amp-anim {
            width: 100%;
            height: auto
        }

        .footer .col-sm-2 {
            max-width: 21%;
            flex: 0 0 21%;
            margin: 4px
        }

        .footer-title {
            width: max-content
        }

        .footer .container {
            padding: 0px 10px
        }

        .copyright {
            text-align: center
        }

        .quick-footer {
            width: 44%
        }

        .quick-footer li {
            padding: 0px 7px
        }

        #side-opener {
            display: none
        }

        input .tg {
            display: block;
            overflow: hidden;
            position: relative
        }

        .tg:checked+.page-content {
            right: 272px
        }

        .page-sidebar {
            background-color: #1a1a1a;
            width: 272px;
            display: block;
            z-index: 2;
            top: 0px;
            right: 0px;
            bottom: 0px;
            overflow: hidden;
            position: fixed;
            border-right: 1px solid #353535
        }

        .page-sidebar-scroll {
            z-index: 2;
            overflow: scroll;
            overflow-x: hidden;
            height: 100%;
            padding: 0px 0px 0px 3px;
            width: 100%;
            top: -1px
        }

        .page-content {
            z-index: 10;
            right: 0;
            display: block;
            min-height: 580px;
            transition: all .25s ease-out;
            -webkit-transition: all .25s ease-out;
            background-color: #0a0a0a
        }

        .deploy-sidebar {
            background-image: url("images/deploy-nav.png");
            background-repeat: no-repeat;
            background-position: 9px 21px;
            background-size: 28px 19px;
            height: 60px;
            max-width: 44px;
            z-index: 50;
            width: 20%;
            float: right;
            top: 1px;
            right: 10px
        }

        .sidebar-shortcuts {
            width: 100%;
            height: 1px;
            background-color: #333
        }

        .footer-navigation-links li {
            display: block;
            margin: 10px 0;
        }
    }

    @media only screen and (max-width: 328px) {
        .site-logo {
            width: 38%
        }

        .site-logo amp-img,
        .site-logo amp-anim {
            max-width: 100%;
            height: auto
        }

        .login-mobile li a {
            padding: 5px 9px;
            font-size: 11px
        }

        .main-homepage li {
            width: 23.4%
        }

        .main-homepage li {
            margin-bottom: 17px
        }

        .main-homepage li a {
            top: 76px
        }

        .slide {
            height: 102px
        }

        .quick-footer i {
            right: -13px
        }

        .page-sidebar {
            width: 200px
        }

        .tg:checked+.page-content {
            left: 202px
        }
    }
}

.content {
    padding: 20px;
}

.entry-title {
    color: var(--theme-primary-color);
    text-align: center;
}
.content .container {
    max-width: 800px;  /* Batas lebar agar teks tidak terlalu panjang di desktop */
    margin: 0 auto;    /* Menengahkan kontainer */
    padding: 2rem 1.5rem; /* Memberi ruang napas di atas, bawah, dan samping */
}

/* 2. Mengatur Ulang Judul Utama Artikel */
.entry-title {
    font-size: 2.2rem; /* Ukuran font yang lebih besar dan tegas */
    margin-bottom: 2rem; /* Jarak yang lebih besar antara judul dan konten */
    line-height: 1.3;
    text-align: center; /* Memastikan judul selalu di tengah */
}

/* 3. Memperbaiki Keterbacaan Teks Konten */
.entry-content {
    font-size: 17px;        /* Ukuran font yang nyaman untuk dibaca */
    line-height: 1.8;       /* Jarak antar baris yang ideal untuk membaca */
    color: #E0E0E0;         /* Warna teks putih pudar agar tidak menyilaukan */
    text-align: left;       /* Perataan kiri adalah yang terbaik untuk membaca paragraf */
}

/* 4. Memberi Jarak Antar Paragraf dan Elemen Lain */
.entry-content p,
.entry-content ul,
.entry-content ol {
    margin-bottom: 1.5em; /* Memberi spasi di bawah setiap paragraf dan daftar */
}

/* 5. Menata Gaya Sub-Judul (H2, H3, dll.) */
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: var(--theme-primary-color); /* Menggunakan warna utama tema */
    margin-top: 2.5em;      /* Jarak lebih besar sebelum bagian baru */
    margin-bottom: 1em;     /* Jarak setelah sub-judul */
    line-height: 1.4;
    font-size: 1.5rem;
}

/* 6. Memperbaiki Kontras dan Gaya Elemen Penting (Fix dari Laporan PageSpeed) */
.entry-content strong {
    color: var(--theme-primary-color); /* Warna yang lebih menonjol untuk teks tebal */
    font-weight: 700;
}
.entry-content p {
    text-align: justify;
}
.entry-content a {
    color: #87CEEB; /* Warna biru langit yang kontras dengan latar belakang gelap */
    text-decoration: underline;
    font-weight: 600;
}

.entry-content a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

/* 7. Penyesuaian untuk Tampilan Mobile */
@media (max-width: 768px) {
    .entry-title {
        font-size: 1.8rem; /* Sedikit perkecil judul di mobile */
    }

    .entry-content {
        font-size: 16px; /* Sesuaikan ukuran font untuk layar kecil */
    }
    
    .content .container {
        padding: 1.5rem 1rem; /* Kurangi padding di mobile */
    }
}
/* GAYA UNTUK BAGIAN FOOTER BARU (MODIFIED) */
.new-footer-section {
    background-color: #101013; /* Diubah ke warna gelap */
    color: #d5d5d5; /* Warna teks default diubah menjadi putih pudar */
    padding: 40px 0;
    border-top: 1px solid #333; /* Warna border disesuaikan */
    font-size: 14px;
}

.footer-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-columns-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #555; /* Warna border disesuaikan */
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h3 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff; /* Diubah menjadi putih */
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.verified-tick {
    width: 16px;
    height: 16px;
    filter: invert(1); /* Agar ikon centang juga menjadi putih */
}

.footer-links a {
    display: block;
    color: #a3a3a3; /* Diubah menjadi putih pudar */
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--theme-primary-color);
}

.footer-license-logos img {
    max-width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.footer-license-logos.stacked img {
    display: inline-block;
    margin-right: 15px;
    max-height: 35px;
    width: auto;
    filter: grayscale(1) invert(1); /* Membuat logo menjadi putih */
    opacity: 0.7;
}

/* Penyesuaian Mobile */
@media (max-width: 768px) {
    .footer-columns-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .footer-column h3 {
        justify-content: center;
    }
    .footer-license-logos.stacked img {
        margin: 5px 10px;
    }
}