/*
	Theme Name: Game
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Template: genesis
*/

:root {
  --duration-slower: 320ms;
  --ease-in-out: cubic-bezier(.4, 0, .2, 1);
}

/* Defaults
------------------------------------------------------------ */
body {
  overflow-x: hidden !important;
  background-color: #101a2a !important;
}


html {
  scroll-behavior: smooth;
}

/* Reset cơ bản */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
  color: hsl(223 23% 70%);
  /* font-family: "Inter", sans-serif; */
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

input,
label,
select,
textarea {
  color: #333;
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
}

ol li {
  list-style-type: decimal;
}

strong,
b {
  font-weight: 700;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
  /* color: #2563eb; */
  color: #1e1e1e;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

/* Body
------------------------------------------------------------ */

body {
  background-color: #101a2a;
}

::-moz-selection {
  background-color: #2563eb;
  color: #fff;
}

::selection {
  background-color: #2563eb;
  color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
   overflow-x: hidden !important;
}

.wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
}

/* Header
------------------------------------------------------------ */

.site-header {
  margin: 0px auto 0;
  height: 75px;
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); */
  z-index: 9;
  float: left;
  isolation: isolate;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background var(--duration-slower) var(--ease-in-out), backdrop-filter var(--duration-slower) var(--ease-in-out), -webkit-backdrop-filter var(--duration-slower) var(--ease-in-out), border-color var(--duration-slower) var(--ease-in-out);
  pointer-events: none;
  z-index: 0;
}

.site-header.f-head::before,
.site-header.is-scrolled::before {
  background: #111c2ca6;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom-color: rgba(255, 255, 255, .06);
  border-bottom-color: color-mix(in srgb, white 6%, transparent);
}

.site-header .title-area,
.site-header .widget-area,
.site-header .nav-primary {
  position: relative;
  z-index: 1;
}

.site-header > .wrap {
  height: 100%;
}

.site-title .wrap {
  max-width: 1280px !important;
  margin: auto;
}

.site-header .textwidget p {
  position: absolute;
  top: 2px;
  right: -270px;
  cursor: pointer;
  background: #dd0000;
  color: #fff;
  height: 45px;
  display: table;
  line-height: 45px;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.title-area {
  float: left;
  overflow: hidden;
  padding: 0;
  width: 230px;
  margin-left: -60px;
  height: 80px;
  margin-top: 5px;
}

.site-title {
  font-family: "Sora", sans-serif;
  font-size: 36px;
  line-height: 1.35;
  margin: 0;
  text-transform: uppercase;
  float: left;
  width: 100%;
  height: 100%;
}

.site-title a,
.site-title a:hover {
  color: #333;
  padding: 0;
  text-decoration: none;
  float: left;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(images/logogame.png) no-repeat top center;
  background-size: 80px;
}

.site-description {
  font-size: 13px;
  padding: 0;
  display: none;
}

.site-header .widget-area {
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 69.5%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  align-items: center;
  margin: auto;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary {
  float: left;
  width: 100%;
  height: 50px;
  background: #333;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
  clear: both;
  color: #333;
  font-size: 13px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
  float: left;
  width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
  float: left;
  list-style-type: none;

}

.menu-secondary a,
.site-header .menu a {
  color: hsl(223 23% 70%);
  display: block;
  padding: 8px 28px;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s ease;

}

.site-header .widget_text p {
    position: absolute;
    top: 4px;
    right: 342px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    height: 38px;
    display: table;
    line-height: 38px;
    font-size: 16px;
    font-weight: 500;
    background: #2563eb;
    padding: 0px 18px;
    border-radius: 8px;
    transition: background 0.3s; 
  
}
.site-header .widget_text p a{
  color: rgb(255, 255, 255);
}



/* .site-header .menu a span {
  text-transform: uppercase;
} */

.site-header .sub-menu a span {
  text-transform: inherit;
}

.widget_nav_menu .menu > .menu-item.menu-item-has-children > a::after {
    content: "▾";
    margin-left: auto;
    flex: 0 0 auto;
    font-size: 16px;
    opacity: 0.85;
}

.widget_nav_menu .menu > .menu-item > a {
    display: flex;
    align-items: center;
    gap: 8px;
 
}

.menu-primary li a:active,

.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,

.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,

.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
  color: #2563eb;
}

/* .menu-primary li a:hover,
.menu-secondary li a:hover,
.site-header .menu li a:hover{
   color:#2563eb
} */

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
  background: none;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 15px;
  padding: 10px;
  position: relative;
  text-transform: none;
  width: 380px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
  background-color: #2563eb;
  color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
  height: auto;
  left: -9999px;
  margin: 0 0 0 -1px;
  position: absolute;
  width: 160px;
  z-index: 9999;
  padding-top: 23px;
}

 .site-header .menu li ul li
 {
  text-transform: inherit !important;
 }


.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
  width: 160px;
}

/* .menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
    margin: -36px 0 0 159px;
} */

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
  margin: -64px 0 0 232px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
  left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
  position: static;
}

ul.menu li:hover > ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover > ul,
.site-header .menu li.sfHover ul {
  left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
  padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
  background: url(images/icon-plus.png) no-repeat;
  height: 16px;
  position: absolute;
  right: 8px;
  text-indent: -9999px;
  top: 10px;
  width: 16px;
}

#wpadminbar li:hover ul ul {
  left: 0;
}

.site-header .widget_nav_menu .menu {
  align-items: center;
  display: flex;
  gap: 22px;
  overflow: visible;
}

.site-header .widget_nav_menu .menu > li,
.site-header .widget_nav_menu .menu > li:hover,
.site-header .widget_nav_menu .menu > li.sfHover {
  float: none;
  position: relative;
}

.site-header .widget_nav_menu .menu > li > a {
  align-items: center;
  border-radius: 12px;
  color: #aeb8cc;
  display: flex;
  gap: 9px;
  padding: 10px 13px;
}

.site-header .widget_nav_menu .menu > li:hover > a,
.site-header .widget_nav_menu .menu > li:focus-within > a {
  background: rgba(255, 255, 255, .05);
  color: #ffffff;
}

.site-header .widget_nav_menu .menu > .menu-item.menu-item-has-children > a::after {
  color: currentColor;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 700;
  margin-left: 4px;
  opacity: .75;
}

.site-header .widget_nav_menu .menu > .menu-item.menu-item-has-children:hover > a::after,
.site-header .widget_nav_menu .menu > .menu-item.menu-item-has-children:focus-within > a::after {
  content: "\f106";
}

.bg-menu-top {
  align-items: center;
  display: inline-flex;
  gap: 9px;
}

.bg-menu-top__icon {
  align-items: center;
  color: #aeb8cc;
  display: inline-flex;
  font-size: 15px;
  justify-content: center;
}

.site-header .widget_nav_menu .menu > li > .sub-menu {
  background: rgba(31, 42, 61, .94);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .36);
  height: auto;
  left: -9999px;
  margin: 0;
  opacity: 0;
  padding: 14px 14px;
  position: absolute;
  top: calc(100% + 12px);
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  visibility: hidden;
  width: 400px;
  z-index: 9999;
}

.site-header .widget_nav_menu .menu > li > .sub-menu::before {
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  right: 0;
  top: -14px;
}

.site-header .widget_nav_menu .menu > li:hover > .sub-menu,
.site-header .widget_nav_menu .menu > li:focus-within > .sub-menu,
.site-header .widget_nav_menu .menu > li.sfHover > .sub-menu {
  left: 0;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.site-header .widget_nav_menu .menu > li > .sub-menu > li {
  float: none;
  width: 100%;
}

.site-header .widget_nav_menu .menu > li > .sub-menu > li > a,
.site-header .widget_nav_menu .menu > li > .sub-menu > li > a:link,
.site-header .widget_nav_menu .menu > li > .sub-menu > li > a:visited {
  background: transparent;
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  display: block;
  padding: 7px 0px;
  width: 100%;
}

.site-header .widget_nav_menu .menu > li > .sub-menu > li > a:hover,
.site-header .widget_nav_menu .menu > li > .sub-menu > li > a:focus {
  background: rgba(255, 255, 255, .055);
  color: #ffffff;
}

.bg-menu-card {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 36px minmax(0, 1fr);
}

.bg-menu-card__icon {
  align-items: center;
  background: rgba(45, 61, 89, .85);
  border-radius: 8px;
  color: #2f8cff;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.bg-menu-card__icon svg {
  height: 18px;
  width: 18px;
}

.bg-menu-card__icon img {
  display: block;
  height: 32px;
  object-fit: contain;
  width: 36px;
}

.bg-menu-card__icon i {
  font-size: 20px;
}

.bg-menu-card__body {
  display: block;
  min-width: 0;
}

.bg-menu-card__title {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.bg-menu-card__desc {
  color: #bac5d5;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* Inner
------------------------------------------------------------ */

.site-inner {
  margin: 0 auto;
  overflow: visible;
  padding: 90px 0 60px;
  width: 1280px;
  box-sizing: border-box;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
  float: left;
  width: 100%;
  /* background-color: rgb(229, 238, 246); */
  padding: 12px 0;
  font-size: 18px;
  margin: 90px auto auto;
  text-align: center;
   text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);

}

.breadcrumb .wrap {
  width: 1140px;
  color: #FFF;
  font-weight: 500;
}

.breadcrumb a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.breadcrumb .label {
  margin: 0 5px;
  font-weight: 400;
  color: #FFF;
}

.breadcrumb span {
  font-weight: 400;
  color: #FFF;
}



/* Content-Sidebar Wrap
------------------------------------------------------------ */

/* .content-sidebar-wrap {
	display: flex;
	justify-content: space-between;
	
} */
.content-sidebar-wrap {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  /* width: 800px !important; */
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
  width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* Content
------------------------------------------------------------ */

.content-sidebar .content,
.sidebar-content .content {
  width: 850px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
  float: right;
  margin-left: 0;
  margin-right: 15px;
}

.full-width-content .content {
  width: 100%;
}

.page_blog .post {
  padding: 1rem 1rem 1.5rem;
  /* min-height: 100%;
    overflow: hidden;
    position: relative; */
  border-radius: 1.6rem;
  border: 0.1rem solid #f0f0f0;
  transition: 0.4s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.entry-content {
  overflow: hidden;
  text-align: justify;
}

.entry-content p {
  margin: 0 0 10px;
  text-align: justify;
}

blockquote {
  background: url(images/blockquote.png) no-repeat;
  border: none;
  margin: 5px 5px 20px;
  padding: 25px 30px 5px 70px;
}

blockquote p {
  color: #999;
  font-style: italic;
}

p.subscribe-to-comments {
  padding: 20px 0 10px;
}

.clear {
  clear: both;
}

.clear-line {
  border-bottom: 1px solid #ddd;
  clear: both;
  margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
  font-family: "Sora", sans-serif;
  line-height: 1.35;
  margin: 0 0 10px;
}

h1 {
  font-size: 18px;
}

.taxonomy-description h1 {
  margin: 0;
}

h2,
h2 a,
h2 a:visited {
  font-size: 16px;
}

h2 a,
h2 a:visited {
  color: #333;
  font-family: "Sora", sans-serif;
}

h2 a:hover {
  color: #2563eb;
  text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
  font-size: 16px;
  margin: 0 0 5px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
  font-size: 16px;
  color: #333;
}

.widget-area .widgettitle a {
  color: #333;
  text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
  margin: 0;
  padding: 0 0 15px;
  text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
  list-style-type: disc;
  margin: 0 0 0 30px;
  padding: 0;
  text-align: justify;
}

.entry-content ol li {
  margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
  padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
  font-size: 13px;
  margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
  border-top: 1px solid #ddd;
  clear: both;
  font-size: 13px;
  padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
  height: auto;
  max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 4px;
}

.author-box .avatar {
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0;
}

.post-image {
  margin: 0 10px 10px 0;
}

.comment-list li .avatar {
  background-color: #fff;
  float: right;
  margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

img.alignnone {
  display: inline;
  margin: 0 0 10px;
}

img.alignleft {
  display: inline;
  margin: 0 15px 10px 0;
}

img.alignright {
  display: inline;
  margin: 0 0 10px 15px;
}

.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.wp-caption {
  padding: 0;
  text-align: center;
  width: auto !important;
}

p.wp-caption-text {
  font-size: 13px;
  margin: 5px 0;
  text-align: center;
}

.wp-smiley,
.wp-wink {
  border: none;
  float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
  font-size: 16px;
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.pagination li {
  display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
  background: #f2f2f2;
  color: #333;
  padding: 4px 12px;
}

.pagination li a:hover,
.pagination li.active a {
  background: #2563eb;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #2563eb;
    color: #FFF;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
  display: inline;
  /* float: right; */
  width: 385px !important;
}

.sidebar-secondary {
  float: left;
  width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
  margin-left: 15px;
  margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

.sidebar p {
  font-size: inherit;
}
.sidebar .widget {
  /* background-color: #fff; */
  margin: 0 0 15px;
  padding: 0 0 15px;
  float: left;
  width: 100%;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
  padding: 0 15px;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
  /* border-bottom: 1px solid #ddd; */
  list-style-type: none;
  margin: 0 0 7px;
  padding: 0 0 5px;
  word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
  border: none;
  margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
  background: #f2f2f2;
  cursor: pointer;
  padding: 10px 20px;
  color: #333;
  -webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
  text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
  position: absolute;
  top: 3px;
  right: 230px;
  width: 160px;
  border: 1px solid #b5abab;
  border-radius: 10px;
  height: 40px;
}

.search-form input[type="search"] {
  margin: 0;
  padding: 6px 5px 5px 10px;
  width: calc(100% - 40px);
  border: none;
  background: #fff;
  height: 37px;
  border-radius: 10px 0px 0px 10px;
}

.search-form input[type="submit"] {
  background: url(images/search.svg) no-repeat center center;
  text-indent: -9999px;
  border: none;
  float: right;
  height: 40px;
  width: 40px;
  border-radius: 10px 10px 0px 0px;
  background-size: 20px;
}

.search-form-input::placeholder {
  color: #999;
}

.search-form input[type="search"]:hover,
.search-form input[type="search"]:focus {
  border: none;
  outline: none;
  list-style: none;
  box-shadow: none;
}
/* Footer
------------------------------------------------------------ */

.site-footer {
  float: left;
  clear: both;
  font-size: 14px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  background: hsl(217 43% 12%);
  color: hsl(223 23% 70%);
  padding: 10px 0 10px;
}

.site-footer .wrap {
  display: block;
  text-align: center;
}

.site-footer img{
  width: 50px;
  margin: 0;
}

.site-footer .widget_text:nth-of-type(2) p {
  /* font-weight: bold;  */
  /* text-transform: uppercase; */
}

.site-footer p {
  font-size: 15px;
  color: hsl(223 23% 70%);
}

.site-footer a,
.site-footer a:visited {
  color: #fff;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.site-title a,
.site-title a:hover {
  color: rgb(51, 51, 51);
  float: left;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  padding: 0px;
  text-decoration: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
  margin: 0 0 15px;
  overflow: hidden;
  float: left;
  width: 100%;
}

#author,
#comment,
#email,
#url {
  margin: 10px 5px 0 0;
  padding: 10px;
  width: 348px;
  float: left;
  background: #fff;
}

#comment {
  height: 90px;
  margin: 10px 0;
  width: 98%;
  background: #fff;
}

input#submit {
  float: left;
}

.ping-list {
  margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
  padding: 10px;
}

.comment-list li,
.ping-list li {
  font-weight: bold;
  list-style-type: none;
  margin: 15px 0 5px;
  padding: 10px 15px;
}

.comment-list li ul li {
  list-style-type: none;
  margin-right: 0;
  background: #fff;
}

.comment-content {
  padding-left: 70px;
}

.comment-content p {
  font-size: 15px;
  margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
  font-style: normal;
}

.comment-meta {
  font-size: 12px;
  margin: 0 0 5px;
}

.comment-meta a {
  color: #666;
}

.comment-reply {
  font-size: 13px;
  font-weight: 300;
}

.comment-reply a {
  background: #f2f2f2;
  color: #333;
  padding: 5px 10px;
}

.nocomments {
  text-align: center;
}

.entry-comments .pagination {
  display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
  background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
  border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  text-align: center;
  margin: 0 35px;
  display: none !important;
}

.slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  border-radius: 100px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #636363;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
  background: #000;
}

.section {
  /* float: left; */
  width: 100%;
}

/* footer */
.before_footer {
  position: relative;
  background: #101a2a;
  border-top: 1px solid rgba(148, 163, 184, .08);
  border-bottom: 1px solid rgba(148, 163, 184, .08);
  color: #aeb8cc;
  background-blend-mode: overlay; /* hoặc soft-light */
  padding: 48px 0 80px;
  margin-top: 0;
}

.before_footer .wrap {
  max-width: 1310px;
  width: calc(100% - 48px);
}


.before_footer .wrap-section {
  align-items: start;
  display: grid;
  gap: 74px;
  grid-template-columns: minmax(340px, 1.45fr) minmax(120px, .45fr) minmax(160px, .5fr) minmax(260px, .7fr);
}

.before_footer .wrap-section > section:nth-child(1) {
    flex: 0 0 41%;
}

.before_footer .wrap-section > section:nth-child(2), .before_footer .wrap-section > section:nth-child(3) {
    flex: 0 0 21%;
}


.before_footer .wrap-section > section:nth-child(3) {
    flex: 0 0 35%;
}

.before_footer .wrap-section > section:nth-child(1)  img {
  width: 180px;
}

.before_footer .widget:first-of-type strong {
  font-size: 20px;
  color: #FFF;
}

.before_footer .widget:first-child .widgettitle {
  background: url(images/logo_new.png) no-repeat top left;
  background-size: 160px;
  padding: 60px 0 0;
  margin: 0 0 15px;
}

.before_footer p, .before_footer a{
  color: #FFF;
}

.before_footer ul {
  list-style-type: none;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.1rem;
  margin-top: 12px;
  color: #FFF;
}

.before_footer ul li {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 12px;
  color: #aeb8cc;
}

.before_footer .widget:first-child ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}

.before_footer ol{
  margin-top: 12px;
}

.before_footer ol li {
    list-style-type: none;
    display: flex;
  gap: 6px;
}

.before_footer .widget .footer-list .footer-item:nth-child(1),
.before_footer .widget .footer-list .footer-item:nth-child(2),
.before_footer .widget .footer-list .footer-item:nth-child(3),
.before_footer .widget .footer-list .footer-item:nth-child(4),
.before_footer .widget .footer-list .footer-item:nth-child(5),
.before_footer .widget .footer-list .footer-item:nth-child(6),
.before_footer .widget .footer-list .footer-item:nth-child(7) {
  margin-top: 12px;
}

.before_footer .widgettitle {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.before_footer .widgettitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 80px;
    height: 2px;
    background: #FFF;
}


.before_footer section:nth-child(3) p:nth-child(1) img {
    display: block;
    margin-top: 26px !important;
    width: 370px;
}

.before_footer section:nth-child(3) p:nth-child(2){
  display: flex;
  gap: 6px;
  margin-top: 16px;
}

.before_footer .wrap-section > section,
.before_footer .widget-wrap,
.before_footer .textwidget {
  min-width: 0;
}

.before_footer .wrap-section > section:nth-child(1),
.before_footer .wrap-section > section:nth-child(2),
.before_footer .wrap-section > section:nth-child(3),
.before_footer .wrap-section > section:nth-child(4) {
  flex: initial;
}

.before_footer .textwidget p {
  margin: 0;
}

.before_footer .textwidget p + p {
  margin-top: 8px;
}

.before_footer .wrap-section > section:nth-child(1) .textwidget p:first-child {
  margin: 0 0 22px;
}

.before_footer .wrap-section > section:nth-child(1) img {
  display: block;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.before_footer .widget:first-of-type strong {
  color: #ffffff;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 4px;
  max-width: 430px;
}

.before_footer p,
.before_footer a,
.before_footer a:visited {
  color: #aeb8cc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.before_footer a:hover,
.before_footer a:focus {
  color: #ffffff;
}

.before_footer ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.before_footer ul li,
.before_footer .widget:first-child ul li {
  display: block;
  margin: 0;
}

.before_footer .widgettitle {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 20px;
  text-transform: none;
}

.before_footer .widgettitle::after {
  display: none;
}

.before_footer section:nth-child(4) .textwidget p:first-child {
  margin-bottom: 22px;
}

.before_footer section:nth-child(4) .textwidget p:last-child {
  align-items: center;
  background: #2563eb;
  border: 1px solid #2563eb;
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
}

.before_footer section:nth-child(4) .textwidget p:last-child a{
  color: #ffffff;
  text-decoration: none;
}

.before_footer section:nth-child(4) .textwidget p:last-child::before {
  color: #ffffff;
  content: "\f075";
  font-family: "Font Awesome 6 Free";
  font-size: 13px;
  font-weight: 700;
}




/* BLOG */


.content h1 {
  /* color: #2563eb; */
  /* text-transform: uppercase; */
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 15px;
}

.page_blog .main-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 24px;
  margin: 30px 0 60px;
  /* width: 800px !important; */
}

.page_blog img {
  border-radius: 1.6rem;
}

.page_blog .widget-item-title a {
  color: #2563eb;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page_blog .post-info {
  font-size: 14px;
  color: #dd0000;
  margin-bottom: 0.4rem;
}

/* .page_blog .name-category a{
    display: inline-block; 
    color: #DD0000;
    border-radius: 1.8rem;
    padding: 0.2rem 1rem;
    background-color: #e6f2ef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
	margin-top: 6px;
} */

.page_blog p {
  /* color: #999; */
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.aside-box {
  display: block;
  position: relative;
  width: 340px;
  margin: 30px 0 60px;
  padding: 1rem 1rem 1.5rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #f0f0f0;
  transition: 0.4s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  align-self: flex-start;
}

.aside-box h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* Căn giữa theo chiều ngang */
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #2563eb;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem 1.5rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 1;
  width: 180px;
}

.aside-box .nd {
  margin-top: 40px;
  row-gap: 1.2rem;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
}

.aside-box .nd ul {
  list-style-type: none;
  font-size: 16px;
}

.aside-box .box-info {
  column-gap: 1.2rem;
  border-radius: 4rem;
  border: 0.1rem solid #f0f0f0;
  padding: 0.6rem 2.4rem 0.6rem 0.6rem;
  display: flex;
  align-items: center;
}

.aside-box .box-info p {
  width: 45px;
  height: 45px;
  border-radius: 10rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.53);
  background: linear-gradient(
    139deg,
    #121214 12.3%,
    #505256 36.76%,
    #94999f 64.85%,
    #212124 80.68%,
    #5d6064 92.45%,
    #9599a0 102.86%
  );
  box-shadow: 0 0.4rem 0.6rem 0 rgba(255, 255, 255, 0.6) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.aside-box .box-info img {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
  animation: swing ease-in-out 0.1s infinite alternate;
  margin: 0;
}

@keyframes swing {
  0% {
    transform: rotate(8deg);
  }

  100% {
    transform: rotate(-8deg);
  }
}

.aside-box .box-info .text-m,
.aside-box .box-info a {
  color: #2563eb;
  font-weight: 600;
  transition: 0.4s ease;
}

/* liên hệ */
.content-lienhe {
  display: flex;
  margin-top: 0px;
}

.content-lienhe {
  z-index: 1;
  padding: 1rem;
  overflow: hidden;
  position: relative;
  border-radius: 2.4rem;
  background-color: white;
  box-shadow: 1rem 1rem 4rem 0 rgba(0, 0, 0, 0.06);
}

.contact-section {
  flex: 0 0 54%;
    padding: 32px;
  row-gap: 12px;
  position: relative;
  border-radius: 1.4rem;
  flex-direction: column;
  background-color: #e6f2ef;
  display: flex;
  flex-wrap: wrap;
}

.contact-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #2563eb;
}

.contact-section h3 {
  font-size: 20px;
  font-weight: 700;
}

.contact-section ul {
  list-style-type: none;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.contact-section li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-section i {
  color: #2563eb;
  font-size: 18px;
}

.form_lienhe .label{
   font-size: 28px;
  font-weight: 700;
  color: #2563eb;
  margin:0px auto 12px !important;
  text-align: center;
}

.form_lienhe {
  flex: 0 0 47%;
    padding:24px 32px 32px 40px;
}

.caldera-grid .row {
  margin-bottom: 4px;
}

.form_lienhe  .caldera-grid .form-control {
    outline: 0 !important;
    width: 100%;
    color: #333 !important;
    display: block;
    line-height: 1 !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    padding: 20px 18px !important;
    font-family: var(--font-pri) !important;
    background-color: transparent !important;
    border: 0.1rem solid #AAAAAA  !important;
    transition: 0.4s 
ease;
}

.form_lienhe .caldera-grid .form-control::placeholder {
  color: #888888 !important;
  opacity: 1; 
}

.caldera-grid .form-control::placeholder {
  color: #fff !important;
  opacity: 1; 
}


.caldera-grid .form-control {
  outline: 0 !important;
  width: 100%;
  color: #333 !important;
  display: block;
  line-height: 1 !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  padding: 20px 18px !important;
  font-family: var(--font-pri) !important;
  background-color: transparent !important;
  border: 0.1rem solid #FFF !important;
  transition: 0.4s ease;
}

/* .caldera-grid select,
.caldera-grid input {
  height: 55px !important;
  padding: 1rem 1.4rem !important;
} */

/* .caldera-grid input[type="file"] {
  display: none !important;
} */

.caldera-grid input[type="submit"] {
  width: 100%;
  color: white;
  font-size: 16px;
  line-height: 16px !important;
  background-color: #2563eb;
  border-radius: 2rem !important;
  padding: 12px 24px !important;
  border-color: #FFF;
  outline: none;
}

.caldera-grid .btn-default:hover,
.caldera-grid .btn-default:focus,
.caldera-grid .btn-default.focus,
.caldera-grid .btn-default:active,
.caldera-grid .btn-default.active,
.open > .dropdown-toggle.caldera-grid .btn-default {
  color: white !important;
  background-color: #2563eb !important;
}

.page-template-page-lienhe .form_lienhe .caldera-grid .form-control:focus {
  border: 1px solid #2563eb !important;
  box-shadow: none !important;
}

.caldera-grid .has-error .form-control:focus {
  border-color: #2563eb !important;
}

.content-map {
  margin-top: 30px;
}


.single .content h1 {
    font-size: 28px;
    font-weight: 700;
    color: hsl(0 0% 98%);
}

.single .content h2 {
    font-size: 24px;
    font-weight: 700;
    color: hsl(0 0% 98%);
}

.single .content h3 {
    font-size: 22px;
    font-weight: 600;
    color: hsl(0 0% 98%);
}
/* Trang chủ */

/* POPUP */
/* NHẬN TƯ VẤN */



.nhantuvan .widget_caldera_forms_widget {
    display: none;
}

.nhantuvan .widget_caldera_forms_widget .widget-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    padding: 20px;
    z-index: 3000;
    border-radius: 20px;
    max-width: 650px;
}

.content-contact .widget p,
.nhantuvan .widget_caldera_forms_widget p {
    font-size: 18px;
}

.nhantuvan .label{
  
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #2563eb;
    text-align: center;
}

.content-contact .widget_caldera_forms_widget input,
.content-lienhe form input,
.nhantuvan .widget_caldera_forms_widget input {
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #FFF !important;
    border: 1px solid #FFF !important;
    box-shadow: none;
}

.content-contact .widget_caldera_forms_widget textarea,
.content-lienhe form textarea,
.nhantuvan .widget_caldera_forms_widget textarea {
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background-color: #FFF !important;
    box-shadow: none;
}

.content-contact .widget_caldera_forms_widget input[type="submit"],
.content-lienhe form input[type="submit"],
.nhantuvan .widget_caldera_forms_widget input[type="submit"] {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 40px;
    border: 1px solid #2563eb !important;
    background-color: #2563eb !important;
    color: #fff;
    display: table !important;
    margin: 0;
    transition: background 0.3s ease;
}

.content-contact .widget_caldera_forms_widget input::placeholder,
.content-lienhe form input::placeholder,
.nhantuvan .widget_caldera_forms_widget input::placeholder {
  color: #2563eb  !important; 
  opacity: 1; 
}

.content-contact .widget_caldera_forms_widget textarea::placeholder,
 .content-lienhe form textarea::placeholder,
  .nhantuvan .widget_caldera_forms_widget textarea::placeholder{
    color: #2563eb  !important; 
  opacity: 1; 
  }


.nhantuvan .widget_caldera_forms_widget {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.nhantuvan .widget_caldera_forms_widget .widget-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
     background-color: rgb(229, 238, 246);
    padding: 20px;
    z-index: 3000;
    border-radius: 20px;
}

.nhantuvan .widget_caldera_forms_widget .widgettitle {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -21px;
    top: -21px;
    border: 1px solid #2563eb;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    margin: 0 !important;
}

.nhantuvan .widget_caldera_forms_widget p {
    margin-bottom: 20px;
}

.nhantuvan .widget_caldera_forms_widget.open { display: block; }


/* Header Menu Sub */
.caia_code_widget .widget-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}


.category .site-inner{
  margin: 0 auto;
    overflow: visible;
    padding: 150px 0 60px;
    width: 1280px;
    box-sizing: border-box;
}

.blog-wrapper {
    display: grid;
  grid-template-columns: repeat(1, 1fr); 
  gap: 30px; 
  align-items: start; 
}



.blog-wrapper .blog-item{
  display: flex;
  border: 1px solid #dcdcdc;

}

.blog-wrapper .blog-item .blog-thumb {
  flex: 0 0 35%;
}

.blog-wrapper .blog-item .blog-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

/* Nội dung bên phải chiếm 30% */
.blog-wrapper .blog-item .blog-info {
  flex: 0 0 59%;
}


.blog-wrapper .blog-info{
  padding:12px 24px;
}

.blog-wrapper .blog-title a{
  font-size: 20px;
  font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}



.blog-wrapper .blog-excerpt{
  font-size: 15px;
      overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pagination {
  grid-column: 1 / -1;
  text-align: center;
}

.pagination:empty {
  display: none;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 4px;
  padding: 4px 12px;
  background: #f4f4f4;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}

.pagination .current {
  background: #2563eb;
  color: #fff;
}

.page-template-page-blog .site-inner {
  padding: 0;
  width: 100%;
}

.page-template-page-blog .content-sidebar-wrap {
  display: block;
}

.blog-page {
  background: #101a2a;
  color: #f8fafc;
  padding: 100px 0 72px;
}

.blog-page .wrap {
  max-width: 1216px;
}

.blog-page__head {
  max-width: 1080px;
  margin-bottom: 32px;
}

.blog-page__head h1 {
  color: #f8fafc;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 14px;
}

.blog-page__head div {
  color: #aeb8cc;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.blog-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.blog-filter a {
  align-items: center;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 999px;
  color: #aeb8cc;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 5px;
  line-height: 1;
  min-height: 38px;
  padding: 0 15px;
  text-decoration: none;
}

.blog-filter a:hover,
.blog-filter a.is-active {
  background: rgba(47, 111, 255, .16);
  border-color: rgba(64, 127, 255, .68);
  color: #6fa8ff;
}

.blog-filter span {
  color: inherit;
  opacity: .75;
}

.blog-page .blog-wrapper {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-page .blog-wrapper .blog-item {
  background: #202a3d;
  border: 0;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.blog-page .blog-wrapper .blog-item .blog-thumb {
  background: #18243a;
  display: block;
  flex: none;
  height: 248px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.blog-page .blog-wrapper .blog-item .blog-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease, opacity .25s ease;
  width: 100%;
}

.blog-page .blog-thumb span {
  align-items: center;
  color: #f8fafc;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.blog-page .blog-wrapper .blog-item:hover .blog-thumb img {
  opacity: .9;
  transform: scale(1.04);
}

.blog-page .blog-wrapper .blog-item .blog-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.blog-page .blog-category {
  color: #2563eb;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  text-decoration: none;
  /* text-transform: uppercase; */
}

.blog-page .blog-title {
  margin: 0 0 10px;
}

.blog-page .blog-title a {
  color: #f8fafc;
  display: -webkit-box;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.24;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.blog-page .blog-excerpt {
  color: #aeb8cc;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 14px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-page .blog-meta {
  align-items: center;
  color: #9aa8bd;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  margin-top: auto;
}

.blog-page .blog-meta span + span::before {
  content: "·";
  margin-right: 8px;
  opacity: .8;
}

.blog-page .blog-pagination {
  grid-column: 1 / -1;
  margin-top: 0px;
}

.blog-page .blog-pagination a,
.blog-page .blog-pagination span {
  background: #202a3d;
  border: 1px solid rgba(148, 163, 184, .18);
  border-radius: 7px;
  color: #aeb8cc;
  font-weight: 700;
  min-width: 38px;
}

.blog-page .blog-pagination .current,
.blog-page .blog-pagination a:hover {
  background: #2e68f2;
  border-color: #2e68f2;
  color: #ffffff;
}

.blog-empty {
  color: #aeb8cc;
  grid-column: 1 / -1;
  margin: 0;
}



.single-post .site-inner {
  padding: 0;
  width: 100%;
}

.single-post .content-sidebar-wrap {
  display: block;
}

.single-news-page {
  background: #101a2a;
  color: #aeb8cc;
  padding: 100px 0 70px;
}

.single-news-page .wrap {
  max-width: 1216px;
}

.single-news-breadcrumb {
  align-items: center;
  color: #7f8ba3;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 600;
  gap: 9px;
  margin-bottom: 20px;
}

.single-news-breadcrumb a {
  color: #aeb8cc;
}

.single-news-breadcrumb strong {
  color: #f8fafc;
  display: inline-block;
  max-width: 520px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-news-hero {
  border-bottom: 1px solid rgba(148, 163, 184, .16);
  margin-bottom: 48px;
  padding-bottom: 38px;
}

.single-news-hero__content {
  max-width: 880px;
}

.single-news-category {
  color: #2563eb;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.single-news-page .single-news-hero h1 {
  color: #f8fafc;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 18px;
}

.single-news-hero p {
  color: #aeb8cc;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  margin: 0 0 22px;
}

.single-news-meta {
  align-items: center;
  color: #95a2ba;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
}

.single-news-meta span + span::before {
  content: "·";
  margin-right: 10px;
  opacity: .75;
}

.single-news-layout {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) 340px;
}

.single-news-main,
.single-news-article {
  min-width: 0;
}

.single-news-cover {
  background: #18243a;
  border-radius: 9px;
  margin: 0 0 32px;
  overflow: hidden;
}

.single-news-cover img {
  display: block;
  height: auto;
  width: 100%;
}

.single-news-content {
  color: #aeb8cc;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.82;
}

.single-news-content > *:first-child {
  margin-top: 0;
}

.single-news-content p,
.single-news-content ul,
.single-news-content ol,
.single-news-content blockquote,
.single-news-content table,
.single-news-content figure {
  margin: 0 0 22px;
}

.single-news-page .single-news-content h2,
.single-news-page .single-news-content h3,
.single-news-page .single-news-content h4 {
  color: #f8fafc;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 28px 0 16px;
}

.single-news-page .single-news-content h2 {
  font-size: 30px;
}

.single-news-page .single-news-content h3 {
  font-size: 24px;
}

.single-news-page .single-news-content h4 {
  font-size: 20px;
}

.single-news-content a {
  color: #60a5ff;
  font-weight: 700;
}

.single-news-content ul,
.single-news-content ol {
  padding-left: 24px;
}

.single-news-content li {
  margin: 0 0 10px;
}

.single-news-content blockquote {
  background: #1f2a3f;
  border-left: 3px solid #2f7cff;
  border-radius: 8px;
  color: #d8e0ef;
  font-size: 19px;
  font-weight: 700;
  padding: 20px 22px;
}

.single-news-content img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}

.single-news-content table {
  overflow: hidden;
}

.single-news-tags {
  align-items: center;
  border-top: 1px solid rgba(148, 163, 184, .14);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
  padding-top: 22px;
}

.single-news-tags strong {
  color: #f8fafc;
  font-size: 15px;
  margin-right: 4px;
}

.single-news-tags a {
  background: #25314a;
  border-radius: 6px;
  color: #aeb8cc;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
}

.single-news-sidebar {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 96px;
}

.single-news-panel {
  background: #202a3d;
  border: 1px solid rgba(148, 163, 184, .13);
  border-radius: 8px;
  padding: 20px;
}

.single-news-page .single-news-panel h2 {
  color: #f8fafc;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 15px;
}

.single-news-facts {
  display: grid;
  gap: 12px;
}

.single-news-facts li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.single-news-facts span {
  color: #95a2ba;
  font-size: 14px;
  font-weight: 600;
}

.single-news-facts strong {
  color: #f8fafc;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

.single-news-latest {
  display: grid;
  gap: 14px;
}

.single-news-latest__item {
  display: grid;
  gap: 12px;
  grid-template-columns: 72px minmax(0, 1fr);
}

.single-news-latest__thumb {
  background: #17243a;
  border-radius: 7px;
  display: block;
  height: 50px;
  overflow: hidden;
}

.single-news-latest__thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.single-news-latest__body {
  display: block;
  min-width: 0;
}

.single-news-latest__body strong {
  color: #f8fafc;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-news-latest__body small {
  color: #95a2ba;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}

.single-news-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.single-news-category-list a {
  align-items: center;
  background: #2a3650;
  border-radius: 5px;
  color: #aeb8cc;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 6px;
  line-height: 1;
  min-height: 30px;
  padding: 0 10px;
}

.single-news-category-list strong {
  color: #ffffff;
}



.single-browse_site .site-inner,
.single-browse-web .site-inner {
  padding: 0;
  width: 100%;
}

.single-browse_site .content-sidebar-wrap,
.single-browse-web .content-sidebar-wrap {
  display: block;
}

.single-browse-site-page {
  min-height: 100vh;
}

.bg-browse-single-hero {
  margin-bottom: 0;
}

.bg-browse-single-summary {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) 500px;
  padding: 0px 0 32px;
}

.bg-browse-single-summary--solo {
  grid-template-columns: minmax(0, 1fr);
}

.bg-browse-single-brand {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: 142px minmax(0, 1fr);
  min-width: 0;
}

.bg-browse-single-logo {
  align-items: center;
  background: #2b3651;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  height: 64px;
  justify-content: center;
  overflow: hidden;
  width: 142px;
}

.bg-browse-single-logo span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}

.bg-browse-single-logo__img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  width: 100%;
}

.bg-browse-single-title {
  min-width: 0;
}

.bg-browse-single-title__row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.bg-browse-single-title__row h1 {
  color: #f8fafc;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.16;
  margin: 0;
}

.bg-browse-single-title__row .bg-site-card__verified {
  display: inline-flex;
  gap: 6px;
}

.bg-browse-single-meta {
  align-items: center;
  color: #aeb8cc;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  gap: 16px;
}

.bg-browse-single-meta a {
  align-items: center;
  color: #3383ff;
  display: inline-flex;
  gap: 7px;
}

.bg-browse-single-meta a i,
.bg-browse-single-actions i {
  font-size: 12px;
}

.bg-browse-single-trust {
  align-items: stretch;
  background: #162237;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  min-height: 86px;
  overflow: hidden;
}

.bg-browse-single-trust__score {
  align-items: center;
  background: #103531;
  color: #3ee382;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bg-browse-single-trust__score strong {
  color: #3ee382;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.bg-browse-single-trust__score span {
  color: #43ce83;
  font-size: 12px;
  font-weight: 700;
  margin-top: 7px;
  opacity: 0.6;
}

.bg-browse-single-trust > div:last-child {
  padding: 20px 20px;
}

.bg-browse-single-trust__head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.bg-browse-single-trust__head strong {
  color: #f8fafc;
  font-size: 15px;
  font-weight: 700;
}

.bg-browse-single-trust__head span {
  background: rgba(20, 185, 100, .13);
  border-radius: 4px;
  color: #37dd81;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 8px;
  text-transform: uppercase;
}

.bg-browse-single-trust p {
  color: #aeb8cc;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
}

.bg-browse-single-nav {
  align-items: center;
  background: #101a2a;
  border-bottom: 1px solid rgba(148, 163, 184, .16);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 44px;
  position: sticky;
  top: 75px;
  z-index: 8;
}

.bg-browse-single-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.bg-browse-single-tabs a {
  border-bottom: 2px solid transparent;
  color: #8f9bb0;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  padding: 18px 0;
}

.bg-browse-single-tabs a:first-child,
.bg-browse-single-tabs a:hover {
  border-bottom-color: #2563eb;
  color: #f8fafc;
}

.bg-browse-single-actions {
  align-items: center;
  display: flex;
  gap: 8px;
}

.bg-browse-single-button {
  align-items: center;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  white-space: nowrap;
}

.bg-browse-single-button:hover,
.bg-browse-single-button:focus {
  color: #ffffff;
}

.bg-browse-single-button--muted {
  background: #202a3d;
}

.bg-browse-single-button--primary {
  background: #2e68f2;
}

.bg-browse-single-layout {
  grid-template-columns: minmax(0, 1fr) 340px;
}

.bg-browse-single-section {
  border-bottom: 1px solid rgba(148, 163, 184, .14);
  margin-bottom: 32px;
  padding-bottom: 32px;
  scroll-margin-top: 155px;
}
.bg-browse-single-section:last-child{
    margin-top:32px;
    margin-bottom: 0;
}

.single-news-page .bg-browse-single-section h2 {
  color: #f8fafc;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 22px;
}

.bg-browse-single-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bg-browse-single-stat {
  background: #202a3d;
  border: 1px solid rgba(148, 163, 184, .13);
  border-radius: 8px;
  padding: 18px;
}

.bg-browse-single-stat span {
  color: #95a2ba;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.bg-browse-single-stat strong {
  color: #f8fafc;
  display: block;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bg-browse-alternatives {
  border-bottom: 0;
  padding-bottom: 0;
}

.bg-browse-alternatives-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bg-browse-alternative-card {
  align-items: start;
  background: #202a3d;
  border: 1px solid rgba(148, 163, 184, .09);
  border-radius: 8px;
  display: grid;
  gap: 18px 12px;
  grid-template-columns: 60px minmax(0, 1fr) 48px;
  min-height: 124px;
  min-width: 0;
  padding: 22px 20px;
}

.bg-browse-alternative-card__logo {
  align-items: center;
  background: #2b3651;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  overflow: hidden;
  width: 60px;
}

.bg-browse-alternative-card__logo:hover,
.bg-browse-alternative-card__logo:focus {
  color: #ffffff;
}

.bg-browse-alternative-card__logo-img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 7px;
  width: 100%;
}

.bg-browse-alternative-card__body {
  min-width: 0;
}

.bg-browse-alternative-card__body h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0px;
}

.bg-browse-alternative-card__body h3 a {
  color: #f8fafc;
  font-size: 15px;
}

.bg-browse-alternative-card__verified {
  align-items: center;
  background: rgba(20, 185, 100, .16);
  border-radius: 4px;
  color: #37dd81;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 5px;
  line-height: 1;
  min-height: 21px;
  padding: 0 8px;
}

.bg-browse-alternative-card__score {
  align-items: center;
  border: 2px solid #21d66f;
  border-radius: 50%;
  color: #45df88;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  line-height: 1;
  width: 44px;
}

.bg-browse-alternative-card__meta {
  align-items: center;
  color: #f8fafc;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 600;
  gap: 14px;
  grid-column: 1 / -1;
  line-height: 1.25;
}

.bg-browse-alternative-card__meta i {
  color: #3383ff;
  font-size: 12px;
  margin-right: 4px;
}

.bg-browse-alternative-card__rating i {
  color: #f8a51b;
}

.bg-browse-single-chips a {
  background: #2a3650;
}



.tax-browse_site_category .site-inner {
  padding: 0;
  width: 100%;
}

.tax-browse_site_category .content-sidebar-wrap {
  display: block;
}

.bg-category-page {
  background: #101a2a;
  color: #aeb8cc;
  padding: 100px 0 60px;
}

.bg-category-page .wrap {
  max-width: 1216px;
}

.bg-category-breadcrumb {
  align-items: center;
  color: #7f8ba3;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  margin-bottom: 18px;
}

.bg-category-breadcrumb a {
  color: #aeb8cc;
}

.bg-category-breadcrumb strong {
  color: #f8fafc;
}

.bg-category-hero {
  border-bottom: 1px solid rgba(148, 163, 184, .18);
  margin: 0 0 28px;
  padding: 0 0 20px;
}

.bg-category-hero h1 {
  color: #f8fafc;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 12px;
}

.bg-category-hero p {
  color: #aeb8cc;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
  max-width: 1080px;
}

.bg-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.bg-category-tabs a {
  align-items: center;
  background: #25314a;
  border-radius: 999px;
  color: #f8fafc;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 6px;
  min-height: 34px;
  padding: 0 16px;
}

.bg-category-tabs a span {
  color: #9aa8bd;
  font-size: 12px;
}

.bg-category-tabs a.is-active,
.bg-category-tabs a:hover {
  background: #2f6df5;
  color: #ffffff;
}

.bg-category-tabs a.is-active span,
.bg-category-tabs a:hover span {
  color: rgba(255, 255, 255, .78);
}

.bg-category-section-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.bg-category-section-head h2,
.bg-category-faq__head h2 {
  color: #f8fafc;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.bg-category-top {
  margin-bottom: 36px;
}

.bg-category-top-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bg-category-top-card {
  background: #202a3d;
  border: 1px solid rgba(148, 163, 184, .11);
  border-radius: 8px;
  min-width: 0;
  overflow: hidden;
}

.bg-category-top-card__badge {
  align-items: center;
  color: #aeb8cc;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 7px;
  padding: 18px 20px 0;
}

.bg-category-top-card__badge i {
  color: #f8c04e;
}

.bg-category-top-card__main {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 124px minmax(0, 1fr);
  padding: 14px 20px 18px;
}

.bg-category-top-card__logo,
.bg-category-site-row__logo {
  align-items: center;
  background: #2b3651;
  border-radius: 6px;
  color: #ffffff;
  display: flex;
  font-weight: 700;
  justify-content: center;
  overflow: hidden;
}

.bg-category-top-card__logo {
  height: 46px;
}

.bg-category-site-row__logo {
  height: 48px;
}

.bg-category-top-card__logo span,
.bg-category-site-row__logo span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.bg-category-top-card__logo-img,
.bg-category-site-row__logo-img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  width: 100%;
}

.bg-category-top-card__title{
  display: flex;
  gap: 8px;
}

.bg-category-top-card__body,
.bg-category-site-row__main {
  min-width: 0;
}

.bg-category-top-card__body h3,
.bg-category-site-row__title h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.bg-category-top-card__body h3 a,
.bg-category-site-row__title h3 a {
  color: #f8fafc;
  font-weight: 600;
}



.bg-category-verified {
  align-items: center;
  background: rgba(20, 185, 100, .16);
  border-radius: 4px;
  color: #37dd81;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 5px;
  line-height: 1;
  min-height: 21px;
  padding: 0 8px;
}

.bg-category-tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

.bg-category-top-card__body .bg-category-tags {
  margin-top: 7px;
}

.bg-category-tags span {
  background: #303c59;
  border-radius: 4px;
  color: #aeb8cc;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  min-height: 24px;
  padding: 5px 9px;
}

.bg-category-top-card__stats {
  background: #1a2437;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 18px 20px;
}

.bg-category-top-card__stats div {
  min-width: 0;
  text-align: center;
}

.bg-category-top-card__stats strong {
  color: #f8fafc;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bg-category-top-card__stats strong i,
.bg-category-site-row__meta i {
  color: #3383ff;
  font-size: 12px;
  margin-right: 4px;
}

.bg-category-top-card__stats div:first-child strong,
.bg-category-top-card__stats div:first-child strong i {
  color: #37dd81;
}

.bg-category-top-card__stats div:nth-child(2) strong i,
.bg-category-rating i {
  color: #f8b84e;
}

.bg-category-top-card__stats span {
  color: #9aa8bd;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 7px;
}

.bg-category-rank-note {
  align-items: center;
  background: #202a3d;
  border: 1px solid rgba(148, 163, 184, .1);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  margin: 0 0 36px;
  padding: 22px 24px;
}

.bg-category-rank-note > span {
  align-items: center;
  background: #18305b;
  border-radius: 6px;
  color: #3383ff;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.bg-category-rank-note strong {
  color: #f8fafc;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 5px;
}

.bg-category-rank-note p {
  color: #aeb8cc;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
}

.bg-category-rank-note a {
  align-items: center;
  background: #172238;
  border-radius: 8px;
  color: #f8fafc;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  gap: 8px;
  min-height: 34px;
  padding: 0 16px;
}

.bg-category-compare {
  margin-bottom: 58px;
}

.bg-category-controls {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(220px, 280px) minmax(120px, 1fr) auto;
  margin-bottom: 16px;
}

.bg-category-search {
  align-items: center;
  background: #172238;
  border: 1px solid rgba(148, 163, 184, .18);
  border-radius: 7px;
  color: #8d9ab1;
  display: grid;
  gap: 10px;
  grid-template-columns: 16px minmax(0, 1fr);
  height: 40px;
  padding: 0 13px;
}

.bg-category-search input {
  background: transparent;
  border: 0;
  color: #f8fafc;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  outline: 0;
  padding: 0;
  width: 100%;
}

.bg-category-search input::placeholder {
  color: #8d9ab1;
  opacity: 1;
}

.bg-category-found {
  color: #aeb8cc;
  font-size: 14px;
  font-weight: 500;
}

.bg-category-filter-group {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.bg-category-filter-group select,
.bg-category-filter-group button {
  background: #172238;
  border: 1px solid rgba(148, 163, 184, .18);
  border-radius: 7px;
  color: #f8fafc;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  padding: 0 13px;
}

.bg-category-filter-group button {
  background: #2f6df5;
  border-color: #2f6df5;
  cursor: pointer;
  font-family: "Sora", sans-serif;
}

.bg-category-site-list {
  display: grid;
  gap: 12px;
}

.bg-category-site-row {
  align-items: center;
  background: #202a3d;
  border: 1px solid rgba(148, 163, 184, .08);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 140px minmax(210px, 1fr) minmax(180px, auto) 58px 92px;
  min-height: 90px;
  padding: 18px 22px;
}

.bg-category-site-row__title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.bg-category-site-row__meta {
  align-items: center;
  color: #f8fafc;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  gap: 16px;
}

.bg-category-site-row__meta small {
  color: #aeb8cc;
  font-size: 12px;
  font-weight: 600;
}

.bg-category-site-row__score {
  align-items: center;
  border: 2px solid #21d66f;
  border-radius: 50%;
  color: #45df88;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.bg-category-site-row__visit {
  align-items: center;
  background: #2e68f2;
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 7px;
  height: 40px;
  justify-content: center;
}

.bg-category-site-row__visit:hover,
.bg-category-site-row__visit:focus {
  background: #3c76ff;
  color: #ffffff;
}

.bg-category-site-row__visit i {
  font-size: 11px;
}

.bg-category-empty {
  background: #202a3d;
  border: 1px solid rgba(148, 163, 184, .1);
  border-radius: 8px;
  color: #aeb8cc;
  font-size: 15px;
  font-weight: 600;
  padding: 24px;
}

.bg-category-pagination {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.bg-category-pagination a,
.bg-category-pagination span {
  align-items: center;
  background: #202a3d;
  border-radius: 6px;
  color: #f8fafc;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  min-height: 38px;
  padding: 0 22px;
}

.bg-category-pagination span {
  color: #69768e;
}

.bg-category-faq {
  margin-top: 8px;
}

.bg-category-faq__head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.bg-category-faq__head span {
  background: #25314a;
  border-radius: 999px;
  color: #aeb8cc;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  min-height: 34px;
  padding: 0 16px;
  align-items: center;
}

.bg-category-faq__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bg-category-faq-card {
  background: #111d2e;
  border: 1px solid rgba(148, 163, 184, .2);
  border-radius: 9px;
  min-height: 240px;
  padding: 30px 30px 26px;
}

.bg-category-faq-card > span {
  align-items: center;
  background: #14305d;
  border-radius: 9px;
  color: #59a2ff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  margin-bottom: 24px;
  min-width: 42px;
  padding: 0 9px;
}

.bg-category-faq-card h3 {
  color: #f8fafc;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 14px;
}

.bg-category-faq-card__answer {
  color: #aeb8cc;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

.bg-category-faq-card__answer p {
  margin: 0 0 12px;
  font-size: 15px;
}


.bg-category-faq-card__answer p:last-child {
  margin-bottom: 0;
}




.single-post table, .single-browse_site table {
  width: 100%;
  border-collapse: collapse;
}

.single-post th,
.single-post td ,.single-browse_site th,.single-browse_site td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.single-post th,
.single-browse_site th {
  background-color: hsl(222 31% 17%);
  font-weight: 600;
}



.bg-home-sites {
  background: #101a2a;
  color: #f8fafc;
  padding: 48px 0;
}

.bg-home-sites .wrap {
  max-width: 1220px;
}

.bg-home-sites__head {
  margin-bottom: 18px;
}

.bg-home-sites__head h2 {
  color: #f8fafc;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.bg-home-sites__empty {
  color: #aab5c8;
  margin: 0;
}

.bg-site-list {
  display: grid;
  gap: 12px;
}

.bg-site-card {
  align-items: center;
  background: #202a3d;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 140px minmax(220px, 1fr) minmax(180px, auto) 58px 94px;
  min-height: 100px;
  padding: 24px;
}

.bg-site-card__logo {
  align-items: center;
  background: #2b3651;
  border-radius: 6px;
  color: #ffffff;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  letter-spacing: 0;
  overflow: hidden;
  text-decoration: none;
}

.bg-site-card__logo-img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  width: 100%;
}

.bg-site-card__main {
  min-width: 0;
}

.bg-site-card__title-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.bg-site-card__title-row h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.bg-site-card__title-row h3 a {
  color: #f8fafc;
  text-decoration: none;
}

.bg-site-card__verified {
  background: rgba(20, 185, 100, 0.16);
  border-radius: 4px;
  color: #37dd81;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 6px 9px;
}

.bg-site-card__meta {
  align-items: center;
  color: #f8fafc;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  gap: 14px;
}

.bg-site-card__meta i {
  color: #3383ff;
  font-size: 13px;
  margin-right: 4px;
}

.bg-site-card__rating i {
  color: #f8a51b;
}

.bg-site-card__users small {
  color: #aab5c8;
  font-size: 15px;
  font-weight: 700;
}

.bg-site-card__tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bg-site-card__tags span {
  background: #303c59;
  border-radius: 4px;
  color: #aeb8cc;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 11px;
}

.bg-site-card__score {
  align-items: center;
  border: 3px solid #21d66f;
  border-radius: 50%;
  color: #45df88;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.bg-site-card__visit {
  align-items: center;
  background: #2e68f2;
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 7px;
  height: 42px;
  justify-content: center;
  text-decoration: none;
}

.bg-site-card__visit:focus,
.bg-site-card__visit:hover {
  background: #3c76ff;
  color: #ffffff;
}

.bg-site-card__visit i {
  font-size: 12px;
}

.page-template-page-trangchu .site-inner {
  padding: 0;
  width: 100%;
}

.page-template-page-trangchu .content-sidebar-wrap {
  display: block;
}

.bg-browse-home {
  background: #101a2a;
  color: #f8fafc;
  padding: 0 0 64px;
}

.bg-browse-home .wrap {
  max-width: 1200px;
}

.bg-browse-home > .wrap {
  margin-top: 48px;
}

.bg-home-hero {
  align-items: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(60, 119, 185, .34), transparent 34%),
    linear-gradient(180deg, #17263c 0%, #101a2a 100%);
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: 675px;
  overflow: hidden;
  position: relative;
}

.bg-home-hero__shade {
  background:
    radial-gradient(circle at 50% 34%, rgba(86, 128, 180, .34), transparent 30%),
    linear-gradient(180deg, rgba(16, 26, 42, .70) 0%, rgba(16, 26, 42, .78) 46%, rgba(16, 26, 42, .96) 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.bg-home-hero__inner {
  margin: 0 auto;
  max-width: 940px;
  padding: 120px 0px 58px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.bg-home-hero h1 {
  color: #ffffff;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.bg-home-hero h1 span {
  background: linear-gradient(90deg, #bfeaff 0%, #33a0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bg-home-hero__subtitle {
  color: #aeb9ca;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  margin: 22px 0 42px;
}

.bg-home-hero__search {
  align-items: center;
      background: linear-gradient(to bottom,
color-mix(in srgb, #bcc3e7 8%, transparent),
color-mix(in srgb, #bcc3e7 3.2%, transparent));
    box-shadow: inset 0 0 0 1px
color-mix(in srgb, white 10%, transparent);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);

  border: 1px solid rgba(93, 109, 133, .42);
  border-radius: 12px;

  display: grid;
  gap: 14px;
  grid-template-columns: 22px minmax(0, 1fr);
  height: 50px;
  margin: 0 auto 40px;
  max-width: 800px;
  padding: 0 12px;
  width: 100%;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.bg-home-hero__search:hover,
.bg-home-hero__search:focus-within {
  border-color: rgba(120, 138, 166, .58);
}

.bg-home-hero__search i {
  color: #a9b5c8;
  font-size: 15px;
  line-height: 1;
  min-width: 18px;
}

.bg-home-hero__search input[type="search"] {
  background: transparent;
  border: 0;
  color: #f5f8ff;
  font-size: 16px;
  font-weight:500;
  height: 100%;
  outline: none;
  padding: 0;
  width: 100%;
  min-width: 0;
  transition: color .2s ease;
}

.bg-home-hero__search input[type="search"]::placeholder {
  color: #98a3b7;
  opacity: 1;
}

.bg-home-search-is-open {
  overflow: hidden;
}

.bg-home-search-is-open body {
  overflow: hidden;
}

.bg-home-search-modal[hidden] {
  display: none;
}

.bg-home-search-modal [hidden] {
  display: none !important;
}

.bg-home-search-modal {
  inset: 0;
  position: fixed;
  z-index: 99999;
}

.bg-home-search-modal__backdrop {
  background: rgba(6, 12, 24, .78);
  inset: 0;
  position: absolute;
}

.bg-home-search-modal__dialog {
  background: #121d2f;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 10px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, .45);
  color: #f8fafc;
  display: grid;
  grid-template-rows: 72px minmax(0, 1fr);
  left: 50%;
  max-height: min(78vh, 620px);
  max-width: 920px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100vw - 32px), 920px);
}

.bg-home-search-modal__bar {
  align-items: center;
  border-bottom: 1px solid rgba(148, 163, 184, .12);
  display: grid;
  gap: 14px;
  grid-template-columns: 20px minmax(0, 1fr) 36px;
  padding: 0 18px 0 22px;
}

.bg-home-search-modal__bar > i {
  color: #9aa8bd;
  font-size: 16px;
}

.bg-home-search-modal__bar input {
  background: transparent;
  border: 0;
  color: #f8fafc;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}

.bg-home-search-modal__bar input::placeholder {
  color: #6f7e96;
  opacity: 1;
}

.bg-home-search-modal__bar button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #aeb8cc;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 36px;
  justify-content: center;
  padding: 0;
  width: 36px;
}

.bg-home-search-modal__bar button:hover {
  color: #ffffff;
}

.bg-home-search-modal__body {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  min-height: 0;
}

.bg-home-search-modal__tabs {
  border-right: 1px solid rgba(148, 163, 184, .12);
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 0;
  overflow: auto;
  padding: 12px;
}

.bg-home-search-modal__tabs button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #b8c3d8;
  cursor: pointer;
  display: grid;
  font-size: 16px;
  font-weight: 500;
  font-family: "Sora", sans-serif;
  gap: 12px;
  grid-template-columns: 24px minmax(0, 1fr);
  min-height: 40px;
  padding: 0 12px;
  text-align: left;
}

.bg-home-search-modal__tabs button.is-active,
.bg-home-search-modal__tabs button:hover {
  background: #273657;
  color: #ffffff;
}

.bg-home-search-modal__tabs i,
.bg-home-search-modal__tab-icon {
  align-items: center;
  color: #c6d0e2;
  display: flex;
  font-size: 16px;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.bg-home-search-modal__tab-icon svg,
.bg-home-search-modal__tab-icon img {
  display: block;
  height: 18px;
  object-fit: contain;
  width: 18px;
}

.bg-home-search-modal__results {
  min-height: 0;
  overflow: auto;
  padding: 18px 18px 22px;
}

.bg-home-search-modal__label {
  color: #b5c7f5;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.bg-home-search-modal__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bg-home-search-result {
  align-items: center;
  background: #172236;
  border: 1px solid rgba(148, 163, 184, .10);
  border-radius: 9px;
  color: #ffffff;
  display: grid;
  gap: 12px;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  min-height: 66px;
  padding: 10px 12px;
  text-decoration: none;
}

.bg-home-search-result:hover,
.bg-home-search-result:focus {
  border-color: rgba(112, 163, 255, .45);
  color: #ffffff;
}

.bg-home-search-result__logo {
  align-items: center;
  background: #273657;
  border-radius: 6px;
  color: #ffffff;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  overflow: hidden;
  width: 42px;
}

.bg-home-search-result__logo img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 4px;
  width: 100%;
}

.bg-home-search-result__main {
  display: block;
  min-width: 0;
}

.bg-home-search-result__main strong {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  gap: 5px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bg-home-search-result__main strong i {
  color: #3583ff;
  flex: 0 0 auto;
  font-size: 12px;
}

.bg-home-search-result__main > span {
  color: #b8c3d8;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 5px;
}

.bg-home-search-result__main > span i {
  color: #ffb020;
  font-size: 12px;
  margin-right: 3px;
}

.bg-home-search-result__score {
  align-items: center;
  border: 1px solid #22c55e;
  border-radius: 999px;
  color: #22c55e;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.bg-home-search-modal__empty {
  color: #9aa8bd;
  font-size: 15px;
  font-weight: 700;
  margin: 18px 0 0;
}

.bg-home-hero__quick {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin: 0 auto 36px;
  max-width: 820px;
}

.bg-home-hero__quick a {
  align-items: center;
  color: #eef4ff;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  min-width: 70px;
  text-decoration: none;
}

.bg-home-hero__quick a:hover {
  color: #ffffff;
}

.bg-home-hero__quick span {
  align-items: center;
  background: rgba(43, 58, 86, .78);
  border-radius: 9px;
  color: #3383ff;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.bg-home-hero__quick span svg {
  height: 20px;
  width: 20px;
}

.bg-home-hero__quick span img {
  display: block;
  height: 22px;
  object-fit: contain;
  width: 22px;
}

.bg-home-hero__quick span i {
  font-size: 18px;
}

.bg-home-hero__quick strong {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.bg-home-hero__note {
  color: #62a4ff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.bg-home-hero__note i {
  color: #75adff;
  margin-right: 8px;
}

.bg-tax-section + .bg-tax-section {
  margin-top: 70px;
}

.bg-tax-section__head {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.bg-tax-section__head h2 {
  color: #f8fafc;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 8px;
}

.bg-tax-section__head p {
  color: #9aa8bd;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.bg-tax-section__all {
  color: #3d82ff;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
  text-decoration: none;
}

.bg-tax-section__all span {
  margin-left: 5px;
}

.bg-game-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bg-game-card {
  align-items: flex-end;
  background: #202a3d;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  min-height: 260px;
  overflow: hidden;
  padding: 14px 12px;
  position: relative;
  text-decoration: none;
}

.bg-game-card__image {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transform: scale(1.01);
  transition: transform .25s ease, opacity .25s ease;
  width: 100%;
}

.bg-game-card__svg {
  align-items: center;
  background: #202a3d;
  color: #f8fafc;
  display: flex;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.bg-game-card__svg svg {
  height: 72px;
  width: 72px;
}

.bg-game-card__overlay {
  background: linear-gradient(180deg, rgba(16, 26, 42, .18) 0%, rgba(16, 26, 42, .62) 58%, rgba(16, 26, 42, .95) 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.bg-game-card__icon {
  align-items: center;
  background: rgba(32, 42, 61, .86);
  border-radius: 8px;
  bottom: 40px;
  color: #f8fafc;
  display: flex;
  height: 30px;
  justify-content: center;
  left: 12px;
  position: absolute;
  width: 30px;
  z-index: 2;
}

.bg-game-card__icon svg {
  height: 15px;
  width: 15px;
}

.bg-game-card__icon i {
  font-size: 13px;
}

.bg-game-card__title {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .45);
  z-index: 2;
}

.bg-game-card:hover {
  color: #ffffff;
}

.bg-game-card:hover .bg-game-card__image {
  opacity: .9;
  transform: scale(1.06);
}

.bg-category-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bg-category-card {
  align-items: center;
  background: #202a3d;
  border-radius: 8px;
  color: #f8fafc;
  display: grid;
  gap: 14px;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 86px;
  padding: 18px 20px;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.bg-category-card:hover {
  background: #26324a;
  color: #f8fafc;
  transform: translateY(-2px);
}

.bg-category-card__icon {
  align-items: center;
  background: #273a61;
  border-radius: 8px;
  color: #4f8dff;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.bg-category-card:nth-child(3n+1) .bg-category-card__icon {
  background: #332b5d;
  color: #9d63ff;
}

.bg-category-card:nth-child(3n+2) .bg-category-card__icon {
  background: #37352a;
  color: #f0c72e;
}

.bg-category-card:nth-child(3n+3) .bg-category-card__icon {
  background: #193d3a;
  color: #26d07c;
}

.bg-category-card__icon svg {
  height: 18px;
  width: 18px;
}

.bg-category-card__icon img {
  display: block;
  height: 20px;
  object-fit: contain;
  width: 20px;
}

.bg-category-card__icon i {
  font-size: 16px;
}

.bg-category-card__body {
  display: block;
  min-width: 0;
}

.bg-category-card__body strong {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.bg-category-card__body span {
  color: #9aa8bd;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 6px;
}

.bg-home-footer-sections {
  margin-top: 72px;
}

.bg-home-footer-sections > section + section {
  margin-top: 64px;
}

.bg-home-latest + .bg-home-faq {
  margin-top: 64px;
}

.bg-home-section-head {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.bg-home-section-head h2 {
  color: #f8fafc;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 8px;
}

.bg-home-section-head p {
  color: #9aa8bd;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.bg-home-section-head__link {
  color: #3d82ff;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-top: 9px;
  text-decoration: none;
}

.bg-home-section-head__link:hover {
  color: #72a7ff;
}

.bg-home-section-head__link span {
  margin-left: 6px;
}

.bg-home-best-sites {
  margin-bottom: 70px;
}

.bg-home-section-head--best-sites {
  align-items: center;
  border-bottom: 1px solid #2e68f2;
  margin-bottom: 14px;
  padding-bottom: 18px;
}

.bg-home-best-sites__arrows {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.bg-home-best-sites__arrows button {
  align-items: center;
  background: #202a3d;
  border: 0;
  border-radius: 8px;
  color: #9aa8bd;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.bg-home-best-sites__arrows button:hover,
.bg-home-best-sites__arrows button:focus {
  background: #283653;
  color: #ffffff;
}

.bg-home-best-sites__arrows button:disabled {
  cursor: default;
  opacity: .45;
}

.bg-home-section-head--best-sites h2 span {
  background: #172b55;
  border-radius: 6px;
  color: #2563eb;
  display: inline-block;
  padding: 6px 10px;
}



.bg-home-best-sites__slide[hidden] {
  display: none !important;
}

.bg-home-best-sites__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bg-home-site-row {
  align-items: center;
  background: #202a3d;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 104px minmax(0, 1fr) 44px 74px;
  min-height: 74px;
  padding: 12px 14px;
}

.bg-home-site-row__logo {
  align-items: center;
  background: #27334d;
  border-radius: 6px;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  width: 104px;
}

.bg-home-site-row__logo-img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 6px;
  width: 100%;
}

.bg-home-site-row__main {
  min-width: 0;
}

.bg-home-site-row__title {
  align-items: center;
  display: flex;
  gap: 8px;
  min-width: 0;
}

.bg-home-site-row__title h3 {
  margin: 0;
  min-width: 0;
}

.bg-home-site-row__title h3 a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bg-home-site-row__title span {
  background: rgba(22, 163, 74, .14);
  border-radius: 5px;
  color: #22c55e;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 6px;
}

.bg-home-site-row__meta {
  align-items: center;
  color: #c4cee1;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  line-height: 1.3;
  margin-top: 7px;
}

.bg-home-site-row__meta i {
  color: #46a0ff;
  font-size: 11px;
  margin-right: 4px;
}

.bg-home-site-row__rating i {
  color: #ffb020;
}

.bg-home-site-row__meta small {
  color: #9aa8bd;
  font-size: 11px;
}

.bg-home-site-row__score {
  align-items: center;
  border: 2px solid #22c55e;
  border-radius: 999px;
  color: #22c55e;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.bg-home-site-row__visit {
  align-items: center;
  background: #2e68f2;
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  gap: 6px;
  height: 38px;
  justify-content: center;
  text-decoration: none;
}

.bg-home-site-row__visit:hover,
.bg-home-site-row__visit:focus {
  background: #3c76ff;
  color: #ffffff;
}

.bg-home-site-row__visit i {
  font-size: 11px;
}

.bg-home-best-sites__more {
  margin-top: 24px;
  text-align: center;
}

.bg-home-best-sites__more a {
  align-items: center;
  background: #202a3d;
  border-radius: 7px;
  color: #aeb8cc;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  min-height: 38px;
  padding: 0 18px;
  text-decoration: none;
}

.bg-home-best-sites__more a:hover,
.bg-home-best-sites__more a:focus {
  color: #ffffff;
}

.bg-home-trust-scores {
  background: #202a3d;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.bg-home-trust-scores__copy,
.bg-home-trust-scores__proof {
  min-height: 270px;
  padding: 54px 38px;
}

.bg-home-trust-scores__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bg-home-trust-scores__proof {
  align-items: center;
  background: #182337;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.bg-home-trust-scores h2,
.bg-home-trust-scores h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 14px;
}

.bg-home-trust-scores h3 {
  font-size: 18px;
  margin-top: 22px;
}

.bg-home-trust-scores h3 strong,
.bg-home-trust-scores__text strong {
  color: #5c96ff;
}

.bg-home-trust-scores__proof h3 strong {
  color: #5c96ff;
}

.bg-home-trust-scores__text {
  color: #aeb8cc;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

.bg-home-trust-scores__text p {
  margin: 0 0 10px;
}

.bg-home-trust-scores__text p:last-child {
  margin-bottom: 0;
}

.bg-home-trust-scores__link {
  align-items: center;
  align-self: flex-start;
  background: #2a3854;
  border-radius: 7px;
  color: #aeb8cc;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  gap: 7px;
  margin-top: 18px;
  min-height: 42px;
  padding: 0 14px;
  text-decoration: none;
}

.bg-home-trust-scores__link:hover,
.bg-home-trust-scores__link:focus {
  color: #ffffff;
}

.bg-home-trust-scores__badge {
  align-items: center;
  border: 2px solid #22c55e;
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, .12);
  color: #22c55e;
  display: flex;
  flex-direction: column;
  height: 82px;
  justify-content: center;
  width: 82px;
}

.bg-home-trust-scores__badge strong {
  color: #22c55e;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

.bg-home-trust-scores__badge span {
  color: #22c55e;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
  text-transform: uppercase;
}

.bg-home-latest.blog-page {
  background: transparent;
  padding: 0;
}

.bg-home-latest.blog-page .blog-wrapper {
  margin: 0;
}

.bg-home-latest.blog-page .blog-wrapper .blog-item .blog-thumb {
  height: 228px;
}

.bg-home-faq__list {
  display: grid;
  gap: 8px;
}

.bg-home-faq__item {
  background: #182337;
  border: 1px solid rgba(148, 163, 184, .06);
  border-radius: 8px;
  overflow: hidden;
}

.bg-home-faq__item summary {
  align-items: center;
  color: #f8fafc;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 16px;
  justify-content: space-between;
  line-height: 1.35;
  list-style: none;
  min-height: 54px;
  padding: 0 22px;
}

.bg-home-faq__item summary::-webkit-details-marker {
  display: none;
}

.bg-home-faq__item summary::after {
  color: #aeb8cc;
  content: "\f078";
  flex: 0 0 auto;
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 700;
  transition: transform .2s ease;
}

.bg-home-faq__item[open] summary {
  min-height: 50px;
  padding-top: 14px;
}

.bg-home-faq__item[open] summary::after {
  transform: rotate(180deg);
}

.bg-home-faq__answer {
  color: #aeb8cc;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  padding: 0 22px 20px;
}

.bg-home-faq__answer p {
  margin: 0 0 12px;
}

.bg-home-faq__answer p:last-child {
  margin-bottom: 0;
}

.bg-home-faq__answer a {
  color: #5c96ff;
  font-weight: 700;
}

.archive-heading{
  display: none;
}

/* Responsive
------------------------------------------------------------ */

@media (min-width: 1180px) and (max-width: 1640px) {
  .site-header .widget_nav_menu .menu > li > .sub-menu {
    max-width: calc(100vw - 40px);
    width: 480px;
  }


.wrap {
    width: calc(100% - 40px);
    margin: auto;
}

.site-header .widget-area {
    width: 1200px;
    left: 76.5%
}

}

@media (max-width: 960px) {
  .blog-page .blog-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

   .before_footer .wrap-section {
    gap: 38px 46px;
    grid-template-columns: minmax(0, 1.3fr) minmax(140px, .7fr);
  }

  .single-news-layout {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .single-news-sidebar {
    position: static;
  }

  .single .content h1 {
    font-size: 24px;;
}

  .bg-browse-single-summary {
    grid-template-columns: 1fr;
  }

  .bg-browse-single-trust {
    max-width: 520px;
  }

  .bg-browse-single-nav {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 18px;
  }

  .bg-browse-single-actions {
    flex-wrap: wrap;
  }

  .bg-browse-single-layout {
    grid-template-columns: 1fr;
  }

  .bg-browse-alternatives-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bg-category-top-grid,
  .bg-category-faq__grid {
    grid-template-columns: 1fr;
  }

  .bg-category-controls {
    grid-template-columns: 1fr;
  }

  .bg-category-filter-group {
    justify-content: flex-start;
  }

  .bg-category-site-row {
    grid-template-columns: 120px minmax(0, 1fr) 58px;
  }

  .bg-category-site-row .bg-category-tags,
  .bg-category-site-row__visit {
    grid-column: 2 / -1;
  }

  .bg-site-card {
    grid-template-columns: 120px 1fr auto;
  }

  .bg-site-card__tags {
    grid-column: 2 / -1;
  }

  .bg-site-card__visit {
    grid-column: 1 / -1;
    width: 100%;
  }

  .bg-game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bg-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bg-home-best-sites__grid,
  .bg-home-trust-scores {
    grid-template-columns: 1fr;
  }

  .bg-home-hero {
    min-height: 600px;
  }

  .bg-home-hero h1 {
    font-size: 48px;
  }

  .bg-home-hero__quick {
    gap: 18px;
  }
}



@media (max-width: 768px) {
      .wrap{
        width: 100%;
        margin: auto;
    }
    .header-menusub-widget-area{
      display: none;
    }

    .site-header .widget_nav_menu{
      display: none;
    }

    .site-header {
    margin: 0px auto 0;
    height: 70px;
    width: 100%;
    padding: 0px 15px;
}

.click-menu {
    text-align: center;
    position: fixed !important;
    right: 4% !important;
    top: 23px !important;
    z-index: 5000;
}

    .click-menu .line {
    height: 2px;
    margin-bottom: 6px;
    background: #FFF !important;
    width: 28px;
    transition: 0.4s;
}

.title-area {
    margin-left: -85px;
    margin-top: -3px;
}

.site-header .widget_text p {
    position: absolute;
    top: -20px;
    right: 600px;
    font-size: 15px;
    padding: 0px 16px;

}


body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.entry-content p {
    margin: 0 0 6px;
    text-align: justify;
}

#responsive-menu {
    position: fixed;
    height: 100%;
    width: 100% !important;
    top: 70px !important;
    left: auto;
    right: 0;
    background: #101a2a  !important;
    z-index: 999999;
  display: none;
  box-shadow: 0px 4px 10px #d6d6d6;
  /* Make the mobile menu scrollable when content exceeds viewport */
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#responsive-menu ul li {
    padding: 10px 30px 10px 15px;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #afafaf69;
    cursor: pointer;
}

#responsive-menu ul {
  padding-bottom: 0px; /* space so last item isn't hidden under fixed footer/buttons */
}

#responsive-menu ul li > a {
    display: block;
    margin: -10px -30px -10px -15px;
    padding: 10px 30px 10px 15px;
    width: auto;
    color:hsl(0 0% 98%)
}

#responsive-menu ul li.menu-item-has-children > a {
    padding-right: 44px;
}

  .blog-page {
    padding: 88px 0 48px;
  }

  .blog-page .wrap {
    width: calc(100% - 20px);
  }

  .blog-page__head h1 {
    font-size: 30px;
  }

  .blog-page__head p {
    font-size: 16px;
  }

  .blog-page .blog-wrapper {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .blog-page .blog-wrapper .blog-item {
    border-radius: 12px;
    flex-direction: column;
  }

  .blog-page .blog-wrapper .blog-item .blog-thumb,
  .bg-home-latest.blog-page .blog-wrapper .blog-item .blog-thumb {
    height: 180px;
    object-fit: cover;
    flex: none;
    height: auto;
    width: 100%;
  }

  .blog-page .blog-wrapper .blog-item .blog-info {
    padding: 18px 18px 20px;
  }

/* FORCE compact list for category & site lists on small screens */
@media (max-width: 768px) {
  .bg-site-list .bg-site-card,
  .bg-category .bg-site-card,
  .bg-category-site-row .bg-site-card {
    grid-template-columns: 72px 1fr 64px !important;
    padding: 12px 14px !important;
    gap: 10px !important;
    min-height: 64px !important;
    align-items: center;
  }

  .bg-site-card__logo {
    width: 72px !important;
    min-width: 72px !important;
    height: 48px !important;
    padding: 6px !important;
  }

  .bg-site-card__score {
    height: 48px !important;
    width: 48px !important;
    font-size: 18px !important;
  }

  .bg-site-card__tags,
  .bg-site-card__visit {
    display: none !important;
  }

  .bg-site-card__meta {
    font-size: 14px !important;
    gap: 8px !important;
  }

  .bg-site-card__title-row h3 {
    font-size: 16px !important;
    margin-bottom: 2px !important;
  }
}

  .blog-page .blog-category {
    color: #62a4ff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    margin-bottom: 10px;
  }

  .blog-page .blog-title {
    margin-bottom: 10px;
  }

  .blog-page .blog-title a {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.28;
  }

  .blog-page .blog-excerpt {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 14px;
  }

  .blog-page .blog-meta {
    font-size: 14px;
    gap: 8px;
    line-height: 1.3;
  }

  .blog-page .blog-meta span + span::before {
    margin-right: 8px;
  }

    .before_footer {
    padding: 30px 0 32px;
  }

  .before_footer .wrap {
    width: calc(100% - 32px);
  }

  .before_footer .wrap-section {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .single-news-page {
    padding: 80px 0 48px;
  }

  .single-news-page .wrap {
    width: calc(100% - 30px);
  }

  .single-news-breadcrumb {
    margin-bottom: 16px;
  }

  .single-news-hero {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .single-news-page .single-news-hero h1 {
    font-size: 24px;
  }

  .single-news-meta {
    font-size: 14px;
    font-weight: 500
  }

  .single-news-hero p,
  .single-news-content {
    font-size: 15px;
  }

  .single-news-page .single-news-content h1,
  .single-news-page .single-news-content h2,
  .single-news-page .single-news-content h3 {
    margin: 22px 0 12px;
  }

  .single-news-page .single-news-content h1 {
    font-size: 24px;
  }

  .single-news-page .single-news-content h2 {
    font-size: 22px;
  }

  .single-news-page .single-news-content h3 {
    font-size: 19px;
  }

  .single-news-panel {
    padding: 20px;
  }

  .bg-browse-single-summary {
    gap: 24px;
    padding: 20px 0 28px;
  }

  .bg-browse-single-brand {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .bg-browse-single-logo {
    height: 54px;
    width: 96px;
  }

  .bg-browse-single-title__row h1 {
    font-size: 24px;
  }

  .bg-browse-single-trust {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .bg-browse-single-trust__score strong {
    font-size: 34px;
  }

  .bg-browse-single-tabs {
    gap: 18px;
  }

  .bg-browse-single-tabs a {
    font-size: 14px;
    padding: 12px 0;
  }

  .bg-browse-single-nav {
    top: 70px;
  }

  .bg-browse-single-button {
    justify-content: center;
    width: 100%;
  }

  .bg-browse-single-stats {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .single-news-page #statistics.bg-browse-single-section h2,
  .single-news-page .bg-browse-alternatives h2 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .bg-browse-single-stat {
    border-radius: 7px;
    padding: 13px 16px;
  }

  .bg-browse-single-stat span {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .bg-browse-single-stat strong {
    font-size: 17px;
  }

  .bg-browse-single-section {
    scroll-margin-top: 190px;
  }

  .bg-browse-alternatives-grid {
    grid-template-columns: 1fr;
  }

  .bg-browse-alternative-card {
    gap: 12px 10px;
    grid-template-columns: 52px minmax(0, 1fr) 42px;
    min-height: 102px;
    padding: 14px;
  }

  .bg-browse-alternative-card__logo {
    border-radius: 7px;
    font-size: 15px;
    height: 52px;
    width: 52px;
  }

  .bg-browse-alternative-card__logo-img {
    padding: 7px;
  }

  .bg-browse-alternative-card__body h3,
  .bg-browse-alternative-card__body h3 a {
    font-size: 14px;
  }

  .bg-browse-alternative-card__verified {
    font-size: 11px;
    min-height: 19px;
    padding: 0 7px;
  }

  .bg-browse-alternative-card__score {
    font-size: 15px;
    height: 40px;
    width: 40px;
  }

  .bg-browse-alternative-card__meta {
    font-size: 12px;
    gap: 10px;
  }

  .bg-category-page {
    padding: 86px 0 46px;
  }

  .bg-category-page .wrap {
    padding: 0 16px;
  }

  .bg-category-hero h1 {
    font-size: 30px;
  }

  .bg-category-tabs {
    flex-wrap: nowrap;
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto;
    padding: 0 16px 4px;
  }

  .bg-category-tabs a {
    flex: 0 0 auto;
  }

  .bg-category-rank-note {
    align-items: flex-start;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 18px;
  }

  .bg-category-rank-note a {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .bg-category-filter-group {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bg-category-site-row {
    gap: 12px;
    grid-template-columns: 80px minmax(0, 1fr) 54px;
    min-height: 76px;
    padding: 12px;
  }

  .bg-category-site-row__logo {
    height: 48px;
    width: 80px;
  }

  .bg-category-site-row__title {
    flex-wrap: nowrap;
    gap: 6px;
    margin-bottom: 6px;
  }

  .bg-category-site-row__title h3 {
    font-size: 16px;
    min-width: 0;
  }

  .bg-category-site-row__title h3 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bg-category-site-row__title .bg-category-verified {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .bg-category-site-row__meta {
    flex-wrap: nowrap;
    font-size: 13px;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
  }

  .bg-category-site-row__meta small {
    font-size: 12px;
  }

  .bg-category-site-row .bg-category-tags,
  .bg-category-site-row__visit {
    display: none;
  }

  .bg-category-site-row__score {
    grid-column: auto;
    height: 52px;
    justify-self: end;
    width: 52px;
  }

  .bg-category-top-card__main {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .bg-category-faq-card {
    min-height: 0;
    padding: 24px;
  }

  .bg-home-sites {
    padding: 32px 0;
  }

  .bg-site-card {
    gap: 12px;
    grid-template-columns: 72px 1fr 64px;
    padding: 12px 14px;
  }

  .bg-site-card__logo {
    height: 48px;
    width: 72px;
    min-width: 72px;
  }

  .bg-site-card__score {
    height: 48px;
    width: 48px;
    border-width: 3px;
  }

  /* Compact list on mobile: show logo, details, and score; hide full-width visit button */
  .bg-site-card__tags {
    display: none;
  }

  .bg-site-card__visit {
    display: none;
  }

  .bg-site-card__meta {
    font-size: 14px;
    gap: 8px;
    font-weight: 600;
  }

  .bg-site-card__title-row h3 {
    font-size: 16px;
  }

  .bg-browse-home {
    padding: 0 0 48px;
  }

  .bg-browse-home > .wrap {
    margin-top: 32px;
    padding: 0 15px;
  }

  .bg-home-hero {
    min-height: 610px;
  }

  .bg-home-hero__inner {
    padding: 90px 18px 30px;
  }

  .bg-home-hero h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .bg-home-hero__subtitle {
    font-size: 15px;
    margin: 18px 0 26px;
  }

  .bg-home-hero__search {
    height: 48px;
    margin-bottom: 30px;
    padding: 0 18px;
  }

  .bg-home-hero__search input[type="search"] {
    font-size: 15px;
    font-weight: 500;
  }

  .bg-home-search-modal__dialog {
    border-radius: 0;
    grid-template-rows: 64px minmax(0, 1fr);
    height: 100vh;
    max-height: none;
    max-width: none;
    width: 100vw;
  }

  .bg-home-search-modal__bar {
    grid-template-columns: 18px minmax(0, 1fr) 34px;
    padding: 0 12px 0 16px;
  }

  .bg-home-search-modal__bar input {
    font-size: 16px;
  }

  .bg-home-search-modal__body {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    overflow: hidden;
  }

  .bg-home-search-modal__tabs {
    align-items: center;
    border-bottom: 1px solid rgba(148, 163, 184, .12);
    border-right: 0;
    flex-direction: row;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 12px;
  }

  .bg-home-search-modal__tabs button {
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 500;
    gap: 6px;
    height: 40px;
    min-height: 0;
    min-width: 80px;
    white-space: nowrap;
  }

  .bg-home-search-modal__results {
    padding: 14px 12px 18px;
  }

  .bg-home-search-modal__grid {
    grid-template-columns: 1fr;
  }

  .bg-home-hero__quick {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto 26px;
  }

  .bg-home-hero__quick a {
    min-width: 0;
  }

  .bg-home-hero__quick span {
    height: 42px;
    width: 42px;
  }

  .bg-home-hero__quick strong {
    font-size: 13px;
  }

  .bg-home-hero__note {
    font-size: 15px;
    font-weight: 500;
  }

  .bg-tax-section + .bg-tax-section {
    margin-top: 48px;
  }

  .bg-tax-section__head h2 {
    font-size: 24px;
  }

  .bg-tax-section__head p {
    font-size: 15px;
  }

  .bg-tax-section__head {
    display: block;
  }

  .bg-tax-section__all {
    display: inline-block;
    margin-top: 14px;
  }

  .bg-home-footer-sections {
    margin-top: 48px;
  }

  .bg-home-footer-sections > section + section {
    margin-top: 48px;
  }

  .bg-home-latest + .bg-home-faq {
    margin-top: 48px;
  }

  .bg-home-section-head {
    display: block;
  }

  .bg-home-best-sites__arrows {
    margin: 14px auto 0px;
  }

  .bg-home-best-sites__arrows button {
    font-size: 12px;
    height: 28px;
    justify-content: center;
    padding: 0;
    width: 28px;
  }

  .bg-home-best-sites__tabs {
    gap: 18px;
  }

  .bg-home-best-sites__tabs button {
    min-width: 64px;
  }

  .bg-home-best-sites__tabs button > span {
    height: 42px;
    width: 42px;
  }

  .bg-home-section-head__link {
    display: inline-block;
    margin-top: 14px;
  }

  .bg-home-section-head--best-sites h2 span {
    margin-top: 8px;
  }

  .bg-home-site-row {
    border-radius: 10px;
    gap: 12px;
    grid-template-columns: clamp(50px, 27vw, 70px) minmax(0, 1fr) 54px;
    min-height: 70px;
    padding: 10px;
  }

  .bg-home-site-row__logo {
    border-radius: 9px;
    height: 50px;
    width: 100%;
  }

  .bg-home-site-row__title {
    flex-direction: row;
    gap: 7px;
  }

  .bg-home-site-row__title h3 a {
    font-size: 15px;
    line-height: 1.15;
  }

  .bg-home-site-row__meta{
    font-weight: 500;
  }

  .bg-home-site-row__title span {
    font-size: 11px;
    padding: 5px 7px;
  }

  .bg-home-site-row__meta {
    flex-wrap: nowrap;
    font-size: 13px;
    gap: 12px;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
  }

  .bg-home-site-row__meta span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bg-home-site-row__meta i {
    font-size: 12px;
    margin-right: 3px;
  }

  .bg-home-site-row__meta small {
    font-size: 13px;
  }

  .bg-home-site-row__score {
    font-size: 15px;
    height: 48px;
    width: 48px;
  }

  .bg-home-site-row__visit {
    display: none;
  }

  .bg-home-trust-scores__copy,
  .bg-home-trust-scores__proof {
    min-height: 0;
    padding: 30px 18px;
  }

  .bg-home-trust-scores h2 {
    font-size: 22px;
  }

  .bg-home-faq__item summary {
    min-height: 60px;
    padding: 0 16px;
  }
  .bg-home-faq__item summary {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
  }

  .bg-home-faq__item[open] summary {
    padding-top: 12px;
  }

  .bg-home-faq__answer {
    padding: 0 16px 18px;
  }

  .bg-game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bg-category-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .bg-game-card {
    min-height: 215px;
  }

  .bg-category-card {
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: 60px;
    padding: 12px 14px;
  }

  .bg-category-card__body strong {
    font-size: 15px;
  }

  .bg-category-card__icon {
    height: 36px;
    width: 36px;
  }

  .bg-home-section-head h2 {
    font-size: 24px;
  }

  .bg-home-section-head p {
    color: #9aa8bd;
    font-size: 15px;
    font-weight: 500;
  }

  .before_footer p, .before_footer a, .before_footer a:visited {
    font-size: 15px;
  }
  .before_footer .widget:first-of-type strong {
    font-size: 18px;
  }

  .before_footer .widgettitle {
    font-size: 18px;
    margin: 0 0 12px;
}
.before_footer ul {
    gap: 8px;
}

.site-footer p {
    font-size: 14px;
}

.bg-category-hero p {
   font-size: 15px;
    font-weight: 500;
}

.bg-category-compare {
    margin-bottom: 0px;
}

.blog-page__head {
    margin-bottom: 24px;
}

.blog-page__head div {
    font-size: 15px;
}

}
