/*
Theme Name: Flatsome Child
Description: Child Theme Makeby Zeno with UX Builder.
Author: Zeno - 10A4
Template: flatsome
Version: 1.0.17
Text Domain: flatsome-child
*/
:root {
  --go88-bg: #000;
  --go88-bg-soft: #020202;
  --go88-surface: #080808;
  --go88-surface-soft: #101010;
  --go88-heading-primary: #f6ff00;
  --go88-heading-secondary: #ffe9a4;
  --go88-link: #f0d66f;
  --go88-text: #dedede;
  --go88-text-strong: #fff;
  --go88-text-muted: rgba(255, 255, 255, .72);
  --go88-border: #c9a84c;
  --go88-border-soft: rgba(255, 233, 164, .16);
  --go88-line: rgba(201, 168, 76, .30);
  --go88-button-start: #fff45c;
  --go88-button-middle: #f6d928;
  --go88-button-end: #e9a51c;
  --go88-shadow: 0 18px 50px rgba(0, 0, 0, .68);
  --go88-transition: .2s ease;
}
html,
body {
  min-height: 100%;
  background-color: var(--go88-bg);
}
body {
  position: relative;
  background: var(--go88-bg);
  color: var(--go88-text);
  font-family: Roboto, Arial, sans-serif;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: var(--go88-bg);
  background-image: radial-gradient(780px 320px at 50% 0%, rgba(246, 255, 0, .10), transparent 64%), linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .48) 62%, rgba(0, 0, 0, .94) 100%), url("assets/images/bg-go88casino-io.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
body #wrapper {
  position: relative;
  z-index: 1;
  background: transparent !important;
}
#wrapper,
#main,
.page-wrapper,
.page-inner,
.site-main,
.content-area,
.shop-page-title {
  background-color: transparent;
}
.home .hc-home-hero,
.home .hc-home-hero > .section-bg {
  background: transparent !important;
}
.home .hc-home-hero .section-bg-overlay {
  background-color: rgba(0, 0, 0, .38) !important;
}
::selection {
  background: var(--go88-heading-secondary);
  color: #111;
}
h1,
h1 .section-title-main,
.single-post .entry-title {
  color: var(--go88-heading-primary) !important;
  font-weight: 700;
}
h2,
h3,
h4,
h5,
h6,
h2 .section-title-main,
h3 .section-title-main,
h4 .section-title-main,
h5 .section-title-main,
h6 .section-title-main {
  color: var(--go88-heading-secondary) !important;
  font-weight: 700;
}
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
.scroll-content p,
.scroll-content li,
.entry-content p,
.entry-content li,
.page-inner p,
.page-inner li,
body.page .page-wrapper p,
body.page .page-wrapper li {
  color: var(--go88-text);
}
.scroll-content :is(p, li) strong,
.entry-content :is(p, li) strong,
.page-inner :is(p, li) strong,
body.page .page-wrapper :is(p, li) strong {
  color: inherit;
  font-weight: 700;
}
a {
  color: inherit;
}
.scroll-content :is(p, li) a:not(.button),
.entry-content :is(p, li) a:not(.button),
.page-inner :is(p, li) a:not(.button),
.taxonomy-description :is(p, li) a:not(.button),
body.page .page-wrapper :is(p, li) a:not(.button),
#footer :is(p, li) a:not(.button) {
  color: var(--go88-link) !important;
  text-decoration: underline;
  text-decoration-color: rgba(240, 214, 111, .5);
  text-decoration-thickness: 1px;
  text-underline-offset: .16em;
  transition: color var(--go88-transition), text-decoration-color var(--go88-transition);
}
.scroll-content :is(p, li) a:not(.button):hover,
.entry-content :is(p, li) a:not(.button):hover,
.page-inner :is(p, li) a:not(.button):hover,
.taxonomy-description :is(p, li) a:not(.button):hover,
body.page .page-wrapper :is(p, li) a:not(.button):hover,
#footer :is(p, li) a:not(.button):hover {
  color: var(--go88-heading-primary) !important;
  text-decoration-color: var(--go88-heading-primary);
}
#main a:not(.button) :is(h1, h2, h3, h4, h5, h6) {
  transition: color var(--go88-transition);
}
#main a:not(.button):hover :is(h1, h2, h3, h4, h5, h6) {
  color: var(--go88-heading-primary) !important;
}
a:focus-visible {
  outline: 2px solid var(--go88-heading-primary);
  outline-offset: 3px;
}
#main blockquote,
#main .wp-block-quote,
#main .wp-block-pullquote blockquote {
  position: relative;
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid var(--go88-border-soft);
  border-left: 4px solid var(--go88-border);
  border-radius: 0 10px 10px 0;
  background: linear-gradient(135deg, rgba(255, 233, 164, .07), rgba(8, 8, 8, .94) 42%, rgba(2, 2, 2, .96));
  box-shadow: 0 10px 26px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .03);
  color: var(--go88-text);
  font-size: 1em;
  font-style: normal;
  line-height: 1.7;
}
#main .wp-block-pullquote {
  margin: 24px 0;
  padding: 0;
  border: 0;
}
#main blockquote > :first-child {
  margin-top: 0;
}
#main blockquote > :last-child {
  margin-bottom: 0;
}
#main blockquote p,
#main blockquote li,
#main blockquote strong {
  color: inherit;
}
#main blockquote strong {
  font-weight: 700;
}
#main blockquote cite,
#main blockquote footer {
  display: block;
  margin-top: 10px;
  color: var(--go88-text-muted);
  font-size: .9em;
  font-style: normal;
}
body #main blockquote a[href]:not(.button),
body #main .wp-block-quote a[href]:not(.button),
body #main .wp-block-pullquote blockquote a[href]:not(.button) {
  color: var(--go88-link) !important;
  text-decoration-color: rgba(240, 214, 111, .5);
}
body #main blockquote a[href]:not(.button):hover,
body #main .wp-block-quote a[href]:not(.button):hover,
body #main .wp-block-pullquote blockquote a[href]:not(.button):hover {
  color: var(--go88-heading-primary) !important;
  text-decoration-color: var(--go88-heading-primary);
}
#header,
.header-wrapper,
.header-main,
.header-bg-color {
  background: transparent;
}
.header-wrapper,
.header-main {
  border-bottom: 0;
  box-shadow: none;
}
#header #wide-nav,
#header .header-bottom {
  border-top: 1px solid rgba(255, 233, 164, .22);
  border-bottom: 1px solid rgba(255, 233, 164, .18);
  background: linear-gradient(180deg, rgba(255, 233, 164, .08) 0%, rgba(255, 233, 164, .02) 42%, rgba(0, 0, 0, .12) 100%), linear-gradient(180deg, rgba(18, 18, 18, .96) 0%, rgba(2, 2, 2, .96) 100%) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .58), inset 0 1px 0 rgba(255, 255, 255, .08);
}
.home #header .header-bottom {
  background: linear-gradient(180deg, rgba(255, 233, 164, .10) 0%, rgba(255, 233, 164, .02) 42%, rgba(0, 0, 0, .16) 100%), linear-gradient(180deg, rgba(18, 18, 18, .94) 0%, rgba(2, 2, 2, .94) 100%) !important;
}
.stuck .header-wrapper,
.header-wrapper.stuck,
.stuck .header-main {
  border-bottom: 1px solid rgba(255, 233, 164, .14);
  background: rgba(3, 3, 3, .94) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .58) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#header .nav > li > a:not(.button),
.header:not(.transparent) .header-nav-main.nav > li > a,
.header:not(.transparent) .header-bottom-nav.nav > li > a,
.off-canvas-left .mfp-content .nav-sidebar.nav-vertical > li > a {
  color: var(--go88-text-strong) !important;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: color var(--go88-transition);
}
#header .nav > li:is(.active, .current, .current-menu-item) > a:not(.button),
#header .nav > li > a:not(.button):hover,
.header:not(.transparent) :is(.header-nav-main, .header-bottom-nav).nav > li.active > a,
.header:not(.transparent) :is(.header-nav-main, .header-bottom-nav).nav > li > a:hover,
.off-canvas-left .mfp-content .nav-sidebar.nav-vertical > li:is(.active, .current-menu-item) > a,
.off-canvas-left .mfp-content .nav-sidebar.nav-vertical > li > a:hover {
  color: var(--go88-heading-primary) !important;
}
.nav-dropdown > li > a,
.nav-dropdown .menu-item > a {
  color: var(--go88-text) !important;
  transition: color var(--go88-transition), background-color var(--go88-transition);
}
.nav-dropdown > li:is(.active, .current-menu-item) > a,
.nav-dropdown > li > a:hover,
.nav-dropdown .menu-item > a:hover {
  background-color: rgba(246, 255, 0, .08);
  color: var(--go88-heading-primary) !important;
}
.off-canvas-left .mfp-content {
  background: #050505;
}
.button,
button,
input[type="submit"],
.header-button .button {
  border: 1px solid rgba(255, 233, 164, .62) !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, var(--go88-button-start) 0%, var(--go88-button-middle) 55%, var(--go88-button-end) 100%) !important;
  box-shadow: 0 8px 20px rgba(246, 217, 40, .18), inset 0 1px 0 rgba(255, 255, 255, .35);
  color: #111 !important;
  font-weight: 700;
  text-shadow: none;
  transition: filter var(--go88-transition), transform var(--go88-transition), box-shadow var(--go88-transition);
}
.button:hover,
button:hover,
input[type="submit"]:hover,
.header-button .button:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(246, 217, 40, .24), inset 0 1px 0 rgba(255, 255, 255, .38);
}
#header :is(.button.primary, .button.secondary) {
  color: #111 !important;
}
.go88-home {
  min-height: 100vh;
}
.go88-brand-slot {
  display: block;
  min-height: 150px;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  border: 1px dashed rgba(255, 233, 164, .58);
  border-radius: 16px;
  background: radial-gradient(100% 100% at 50% 0%, rgba(246, 255, 0, .055), transparent 50%), linear-gradient(145deg, #0c0c0c, #010101);
  box-shadow: var(--go88-shadow), inset 0 0 22px rgba(0, 0, 0, .72);
}
.go88-brand-slot > * {
  opacity: 0;
}
.scroll-content {
  padding: 22px;
  overflow: visible;
  border: 1.5px solid var(--go88-border);
  border-radius: 16px;
  background: radial-gradient(100% 90% at 50% 0%, rgba(246, 255, 0, .035), transparent 52%), linear-gradient(180deg, rgba(12, 12, 12, .98), rgba(2, 2, 2, .98));
  box-shadow: 0 12px 40px rgba(201, 168, 76, .18), inset 0 0 26px rgba(0, 0, 0, .7);
  color: var(--go88-text);
  line-height: 1.75;
}
.blog-home .box {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 16px;
  background: rgba(9, 9, 9, .94);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .34);
  transition: border-color var(--go88-transition), box-shadow var(--go88-transition), transform var(--go88-transition);
}
.blog-home .box:hover {
  border-color: rgba(246, 255, 0, .38);
  box-shadow: 0 16px 34px rgba(201, 168, 76, .16);
  transform: translateY(-2px);
}
.blog-home .box-image {
  border-radius: 14px 14px 0 0;
  background: linear-gradient(135deg, #121212, var(--go88-bg-soft));
}
.blog-home .box-text {
  padding: 16px !important;
}
.post-item .post-title,
.post-item .post-title a {
  color: var(--go88-heading-secondary) !important;
  font-weight: 700;
  transition: color var(--go88-transition);
}
.post-item .post-title a:hover,
.post-item a:hover .post-title {
  color: var(--go88-heading-primary) !important;
}
.blog-home .from_the_blog_comments,
.post_comments,
.comments-area {
  display: none !important;
}
.article-inner,
.blog-wrapper .post-item .col-inner,
.post-sidebar .widget,
#page-breadcrumbs {
  border: 1px solid var(--go88-border-soft);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(8, 8, 8, .90), rgba(0, 0, 0, .88));
  box-shadow: 0 16px 38px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .04);
}
#page-breadcrumbs {
  display: flex;
  align-items: center;
  min-height: 44px;
  margin-top: 18px;
  margin-bottom: 22px;
  padding: 10px 16px;
}
#page-breadcrumbs .rank-math-breadcrumb,
#page-breadcrumbs .rank-math-breadcrumb p {
  width: 100%;
  margin: 0;
  line-height: 1.45;
}
#page-breadcrumbs .rank-math-breadcrumb {
  font-size: 14px;
}
#page-breadcrumbs a,
.saboxplugin-wrap a {
  color: var(--go88-link) !important;
  text-decoration: none;
  transition: color var(--go88-transition);
}
#page-breadcrumbs a:hover,
.saboxplugin-wrap a:hover {
  color: var(--go88-heading-primary) !important;
}
#page-breadcrumbs .rank-math-breadcrumb a {
  font-weight: 800;
}
#page-breadcrumbs .rank-math-breadcrumb .separator {
  margin: 0 6px;
  color: rgba(255, 255, 255, .48);
}
#page-breadcrumbs .rank-math-breadcrumb .last {
  color: rgba(255, 255, 255, .86);
}
.home #page-breadcrumbs {
  display: none;
}
#ez-toc-container {
  display: block;
  width: 100%;
  margin: 24px 0;
  padding: 16px 18px;
  border: 1px solid var(--go88-border-soft);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(16, 16, 16, .96), rgba(3, 3, 3, .96));
  box-shadow: 0 12px 30px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .04);
  color: var(--go88-text);
}
#ez-toc-container .ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#ez-toc-container .ez-toc-title {
  margin: 0;
  color: var(--go88-heading-secondary);
  font-size: 18px;
  font-weight: 800 !important;
  line-height: 1.35;
}
#ez-toc-container .ez-toc-title-toggle {
  flex: 0 0 auto;
}
#ez-toc-container .ez-toc-btn.ez-toc-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255, 233, 164, .24);
  border-radius: 7px;
  background: rgba(255, 255, 255, .04);
  color: var(--go88-heading-secondary) !important;
  transition: border-color var(--go88-transition), background-color var(--go88-transition), color var(--go88-transition);
}
#ez-toc-container .ez-toc-btn.ez-toc-toggle:hover {
  border-color: rgba(246, 255, 0, .5);
  background: rgba(246, 255, 0, .08);
  color: var(--go88-heading-primary) !important;
}
#ez-toc-container .ez-toc-btn.ez-toc-toggle svg {
  color: inherit !important;
  fill: currentColor !important;
}
#ez-toc-container .ez-toc-btn.ez-toc-toggle .ez-toc-js-icon-con,
#ez-toc-container .ez-toc-btn.ez-toc-toggle .ez-toc-js-icon-con > span,
#ez-toc-container .ez-toc-btn.ez-toc-toggle .ez-toc-icon-toggle-span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 20px !important;
  height: 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
}
#ez-toc-container .ez-toc-icon-toggle-span svg + svg {
  display: none;
}
#ez-toc-container nav {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--go88-border-soft);
}
#ez-toc-container nav:has(> .ez-toc-list[style*="display: none"]) {
  display: none;
}
#ez-toc-container ul,
#ez-toc-container li {
  margin: 0;
  color: var(--go88-text);
}
#ez-toc-container ul {
  padding-left: 0;
  list-style: none;
}
#ez-toc-container ul ul {
  margin-top: 5px;
  padding-left: 18px;
  border-left: 1px solid var(--go88-line);
}
#ez-toc-container li + li {
  margin-top: 5px;
}
#ez-toc-container a.ez-toc-link {
  display: inline-flex;
  padding: 3px 0;
  color: var(--go88-text) !important;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color var(--go88-transition);
}
#ez-toc-container a.ez-toc-link:hover,
#ez-toc-container a.ez-toc-link:focus,
#ez-toc-container a.ez-toc-link.ez-toc-heading-active {
  color: var(--go88-heading-primary) !important;
}
#ez-toc-container.counter-hierarchy ul,
#ez-toc-container.counter-decimal ul {
  counter-reset: item;
}
#ez-toc-container.counter-hierarchy li::before,
#ez-toc-container.counter-decimal li::before {
  color: var(--go88-link);
}
.single-post .blog-wrapper {
  padding-top: 4px;
  padding-bottom: 34px;
}
.single-post .post-sidebar {
  padding-left: 18px;
}
.single-post .article-inner {
  padding: 22px;
  overflow: visible;
}
.single-post .entry-header-text,
.single-post .entry-content.single-page {
  padding: 0;
}
.single-post .entry-title {
  margin: 0 0 8px;
  line-height: 1.16;
}
.single-post .entry-divider {
  width: 76px;
  height: 3px;
  margin: 0 0 22px;
  opacity: 1;
}
.single-post .entry-content p {
  color: var(--go88-text);
  line-height: 1.75;
}
.single-post .saboxplugin-wrap {
  margin: 24px 0 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(255, 233, 164, .24) !important;
  border-radius: 10px !important;
  background: rgba(0, 0, 0, .50) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  color: rgba(255, 255, 255, .86);
}
.single-post .saboxplugin-wrap .saboxplugin-tab {
  display: flex;
  align-items: center;
  gap: 16px;
}
.single-post .saboxplugin-wrap .saboxplugin-gravatar {
  float: none;
  flex: 0 0 auto;
  padding: 0 !important;
}
.single-post .saboxplugin-wrap .saboxplugin-gravatar img {
  width: 76px;
  height: 76px;
  border-radius: 8px;
}
.single-post .saboxplugin-wrap .saboxplugin-authorname {
  margin: 0 0 6px !important;
  font-size: 18px;
  line-height: 1.2;
}
.single-post .saboxplugin-wrap .saboxplugin-desc {
  margin: 0 !important;
}
.post-sidebar .widget {
  padding: 16px;
}
.post-sidebar .widget-title {
  display: block;
  margin: 0;
  color: var(--go88-heading-secondary) !important;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}
.post-sidebar .widget .is-divider.small {
  width: 56px;
  height: 3px;
  margin: 12px 0 10px;
  opacity: 1;
}
.post-sidebar .widget ul,
.post-sidebar .widget li {
  margin: 0;
}
.post-sidebar .recent-blog-posts {
  align-items: center;
  gap: 12px;
  padding: 10px 0 !important;
}
.post-sidebar .recent-blog-posts .flex-col.mr-half {
  margin-right: 0 !important;
}
.post-sidebar .recent-blog-posts a,
.post-sidebar .widget a:not(.button) {
  display: inline-block;
  color: var(--go88-heading-secondary) !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  transition: color var(--go88-transition);
}
.post-sidebar .recent-blog-posts a:hover,
.post-sidebar .widget a:not(.button):hover {
  color: var(--go88-heading-primary) !important;
}
.post-sidebar .badge.post-date {
  margin: 0;
}
.post-sidebar .badge-inner {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 233, 164, .36);
  background: linear-gradient(180deg, rgba(21, 34, 54, .82), rgba(7, 13, 24, .92));
  color: var(--go88-heading-secondary);
}
.is-divider {
  background: linear-gradient(90deg, transparent, var(--go88-border), transparent);
  opacity: .9;
}
#main table {
  width: 100%;
  margin: 1.5rem 0;
  overflow: hidden;
  border: 1px solid rgba(246, 255, 0, .28);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 7px;
  background: var(--go88-surface);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
  color: var(--go88-text);
  line-height: 1.55;
}
#main table th,
#main table td {
  padding: .78em .9em;
  border-right: 1px solid rgba(246, 255, 0, .28) !important;
  border-bottom: 1px solid rgba(246, 255, 0, .28) !important;
  background: transparent;
  color: var(--go88-text) !important;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
}
#main table tr > :last-child {
  border-right: 0 !important;
}
#main table tbody > tr:last-child > :is(td, th) {
  border-bottom: 0 !important;
}
#main table thead :is(th, td),
#main table:not(:has(thead)) tbody > tr:first-child > :is(th, td) {
  background: linear-gradient(135deg, var(--go88-button-start) 0%, var(--go88-button-middle) 55%, var(--go88-button-end) 100%) !important;
  color: #111 !important;
  font-weight: 700;
}
#main table :is(th, td) :is(strong, a),
#main table thead span,
#main table:not(:has(thead)) tbody > tr:first-child span {
  color: inherit !important;
}
#main table tbody > tr:nth-child(even) > td {
  background: rgba(255, 255, 255, .035);
}
#main table tbody > tr:hover > td {
  background: rgba(246, 255, 0, .065);
}
#main .wp-block-table {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.footer-wrapper,
.absolute-footer {
  border-top: 1px solid rgba(255, 233, 164, .16);
  background: #010101 !important;
  color: rgba(255, 255, 255, .82);
}
.title-footer,
#footer :is(h2, h3, h4, h5, h6),
.footer-wrapper .ux-menu-title {
  color: var(--go88-heading-secondary) !important;
}
.title-footer {
  font-size: 20px;
}
#footer a,
.footer-wrapper a,
.absolute-footer a {
  color: #d8d8d8 !important;
  transition: color var(--go88-transition), text-decoration-color var(--go88-transition);
}
#footer a:hover,
.footer-wrapper a:hover,
.absolute-footer a:hover {
  color: var(--go88-heading-primary) !important;
  text-decoration: underline;
  text-decoration-color: var(--go88-heading-primary);
  text-underline-offset: .16em;
}
@media only screen and (max-width: 849px) {
  body {
    background: var(--go88-bg);
  }
  body::before {
    background-image: radial-gradient(520px 240px at 50% 0%, rgba(246, 255, 0, .08), transparent 68%), linear-gradient(180deg, rgba(0, 0, 0, .16) 0%, rgba(0, 0, 0, .52) 58%, rgba(0, 0, 0, .94) 100%), url("assets/images/bg-go88casino-io-mobile.jpg");
  }
  .home .hc-home-hero {
    min-height: auto;
  }
  #page-breadcrumbs {
    min-height: 40px;
    margin-top: 14px;
    margin-bottom: 16px;
    padding: 9px 14px;
    border-radius: 10px;
  }
  .single-post .article-inner {
    padding: 18px;
  }
  .single-post .post-sidebar {
    margin-top: 18px;
    padding-left: 0;
  }
  .post-sidebar .widget {
    padding: 14px;
  }
  .scroll-content {
    padding: 18px;
  }
  .go88-brand-slot {
    min-height: 120px;
  }
  #ez-toc-container {
    margin: 20px 0;
    padding: 14px;
    border-radius: 10px;
  }
  #ez-toc-container .ez-toc-title {
    font-size: 17px;
  }
  #main blockquote,
  #main .wp-block-quote,
  #main .wp-block-pullquote blockquote {
    margin: 20px 0;
    padding: 15px 16px;
  }
  #main table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-radius: 6px;
    -webkit-overflow-scrolling: touch;
  }
  #main table th,
  #main table td {
    min-width: 112px;
    padding: .72em .78em;
    font-size: 13px;
  }
  #main table :is(th, td):first-child {
    min-width: 138px;
  }
}
@media only screen and (max-width: 549px) {
  .single-post .saboxplugin-wrap .saboxplugin-tab {
    display: block;
  }
  .single-post .saboxplugin-wrap .saboxplugin-gravatar {
    margin-bottom: 12px;
  }
}