/*
 * GLS local modern UI baseline for RiPro-V5.
 * Visual-only overrides: keep business logic, payment, membership and download flows intact.
 */
:root {
  --gls-bg: #f7f5f2;
  --gls-surface: #fffdfb;
  --gls-surface-soft: #f0ece7;
  --gls-ink: #18171a;
  --gls-text: #3e3d45;
  --gls-muted: #77737d;
  --gls-border: rgba(30, 28, 34, .09);
  --gls-brand: #c64f9e;
  --gls-brand-2: #7a72d8;
  --gls-accent: #b79558;
  --gls-radius: 8px;
  --gls-radius-sm: 6px;
  --gls-shadow: 0 14px 40px rgba(32, 28, 26, .07);
  --gls-shadow-soft: 0 8px 24px rgba(32, 28, 26, .055);
  --ri-body-bg: var(--gls-bg);
  --ri-body-color: var(--gls-text);
  --ri-heading-color: var(--gls-ink);
  --ri-primary: var(--gls-brand);
  --ri-primary-rgb: 198, 79, 158;
  --ri-border-radius: var(--gls-radius-sm);
  --ri-border-radius-lg: var(--gls-radius);
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body {
  color: var(--gls-text);
  background:
    radial-gradient(circle at top left, rgba(198, 79, 158, .08), transparent 30rem),
    linear-gradient(180deg, #fbfaf8 0%, var(--gls-bg) 26rem);
  font-weight: 500;
  letter-spacing: 0;
}

img,
video,
iframe {
  max-width: 100%;
}

.container {
  --ri-gutter-x: 1.25rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1268px;
  }
}

a {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, opacity .18s ease;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255, 253, 251, .9);
  border-bottom: 1px solid rgba(30, 28, 34, .07);
  box-shadow: 0 8px 28px rgba(28, 25, 23, .035);
  backdrop-filter: blur(18px);
}

.header-gap {
  height: 0;
}

.navbar {
  min-height: 60px;
}

.navbar .sep {
  opacity: .35;
}

.navbar .nav-list {
  gap: 2px;
}

.navbar .nav-list > .menu-item > a {
  border-radius: 999px;
  color: #36323a;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 12px;
}

.navbar .nav-list > .menu-item.current-menu-item > a,
.navbar .nav-list > .menu-item > a:hover {
  color: var(--gls-brand);
  background: rgba(198, 79, 158, .08);
}

.navbar .actions {
  gap: 10px;
}

.navbar .actions .action-btn,
.navbar .burger {
  color: var(--gls-brand);
}

.navbar .actions .login-btn,
.navbar .actions .login-btn.btn,
.login-btn.btn {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #65a8f5, #477ee8);
  box-shadow: 0 8px 18px rgba(71, 126, 232, .18);
  color: #fff;
  font-weight: 800;
}

.navbar-search {
  background: rgba(255, 253, 251, .96);
  border-top: 1px solid var(--gls-border);
}

.search-form form,
.search-fields {
  min-width: 0;
}

.search-form .search-fields {
  border: 1px solid rgba(30, 28, 34, .08);
  border-radius: 999px;
  background: rgba(255, 253, 251, .94);
  box-shadow: 0 14px 36px rgba(29, 25, 23, .11);
  overflow: hidden;
}

.search-form input {
  min-width: 0;
  color: var(--gls-ink);
  font-weight: 650;
}

.search-form button {
  color: #4f4b52;
}

.search-bg {
  min-height: 430px;
  border-bottom: 1px solid rgba(30, 28, 34, .07);
}

.search-bg .jarallax-img {
  object-position: left center !important;
}

.search-bg-overlay {
  background:
    radial-gradient(circle at center, rgba(12, 11, 14, .2), rgba(12, 11, 14, .34) 58%, rgba(12, 11, 14, .45)),
    linear-gradient(180deg, rgba(12, 11, 14, .18), rgba(12, 11, 14, .28));
}

.search-warp {
  padding-top: 68px;
  padding-bottom: 64px;
}

.search-title {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 8px 26px rgba(0, 0, 0, .28);
}

.search-desc {
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  font-weight: 650;
}

.search-bg .search-form {
  max-width: 720px;
  margin: 22px auto 0;
}

.search-bg .search-form .search-fields {
  height: 52px;
}

.search-hots {
  margin-top: 16px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.search-hots a {
  color: rgba(255, 255, 255, .92);
}

.module.posts-wrapper .category-nav,
.category-nav,
.archive-filter {
  gap: 10px;
}

.category-nav a,
.archive-filter a,
.home-widget .nav-link,
.nav-pills .nav-link {
  border: 1px solid rgba(30, 28, 34, .08);
  border-radius: 999px !important;
  background: rgba(255, 253, 251, .78);
  color: #332f36;
  font-weight: 750;
  box-shadow: none;
}

.category-nav a.active,
.category-nav a:hover,
.archive-filter a.active,
.archive-filter a:hover,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border-color: rgba(198, 79, 158, .35);
  background: rgba(198, 79, 158, .1);
  color: var(--gls-brand);
}

.post-item,
.card,
.sidebar .widget,
.price-card,
.site-footer,
.list-group-item,
.modal-content {
  border: 1px solid var(--gls-border);
  border-radius: var(--gls-radius);
  background: rgba(255, 253, 251, .92);
  box-shadow: var(--gls-shadow-soft);
}

.post-item {
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.post-item:hover {
  transform: translateY(-3px);
  border-color: rgba(198, 79, 158, .18);
  box-shadow: var(--gls-shadow);
}

.post-item .entry-media {
  overflow: hidden;
  border-radius: var(--gls-radius) var(--gls-radius) 0 0;
  background: #e8e3df;
}

.post-item .media-img {
  transition: transform .4s ease, filter .3s ease;
}

.post-item:hover .media-img {
  transform: scale(1.025);
  filter: saturate(1.03) contrast(1.02);
}

.post-item .entry-wrapper {
  padding: 11px 12px 12px;
}

.post-item .entry-title {
  margin: 0;
  color: var(--gls-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.post-item .entry-title a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-item .entry-desc,
.entry-meta {
  color: var(--gls-muted);
  font-size: 13px;
}

.entry-cat-dot a,
.badge {
  border-radius: 999px;
}

.archive-hero {
  position: relative;
  display: flex;
  align-items: center;
  isolation: isolate;
  min-height: 260px;
  overflow: hidden;
  border-bottom: 1px solid rgba(30, 28, 34, .08);
}

.archive-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(31, 18, 18, .32), rgba(31, 18, 18, .08) 48%, rgba(31, 18, 18, .3)),
    linear-gradient(180deg, rgba(31, 18, 18, .08), rgba(31, 18, 18, .28));
}

.archive-hero .archive-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0 !important;
  background-position: center;
  background-position-y: 58%;
  background-size: cover;
  transform: scale(1.02);
}

.archive-hero .container {
  position: relative;
  z-index: 2;
}

.archive-hero .archive-title {
  color: #fff;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 12px 32px rgba(31, 18, 18, .34);
}

.content-wrapper > .card {
  overflow: hidden;
  padding: 0;
}

.article-header {
  padding: 28px 28px 16px;
  border-bottom: 1px solid rgba(30, 28, 34, .07);
}

.single-post .content-wrapper {
  min-width: 0;
}

.article-header .post-title,
.post-title {
  color: var(--gls-ink);
  font-size: clamp(22px, 2.1vw, 34px);
  font-weight: 850;
  line-height: 1.32;
  letter-spacing: 0;
}

.article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--gls-muted);
  font-size: 13px;
  font-weight: 700;
}

.article-meta span,
.article-meta a {
  display: inline-flex;
  align-items: center;
}

.article-meta a {
  color: inherit;
}

.article-meta a:hover {
  color: var(--gls-brand);
}

.article-meta .post-series {
  flex-basis: 100%;
  margin-top: 4px;
}

.article-meta .post-series strong {
  margin-right: 4px;
  color: var(--gls-text);
}

.article-meta .post-series .badge {
  margin-right: 6px;
  padding: 5px 9px;
  border: 1px solid rgba(30, 28, 34, .08);
  background: rgba(255, 255, 255, .72) !important;
  color: var(--gls-muted) !important;
}

.single-content-nav {
  padding: 18px 24px 0;
}

.single-content-nav .nav {
  gap: 8px;
}

.single-content-nav .nav-link {
  padding: 8px 14px;
  font-size: 13px;
}

.post-content {
  padding: 24px 28px 30px;
  color: var(--gls-text);
  font-size: 16px;
  line-height: 1.85;
}

.post-content > :first-child {
  margin-top: 0;
}

.post-content p,
.post-content li {
  color: #343139;
  font-weight: 650;
}

.post-content h2,
.post-content h3 {
  margin-top: 1.8em;
  color: var(--gls-ink);
  font-weight: 900;
}

.post-content h2,
.post-content h3,
.post-content p {
  max-width: 100%;
}

.post-content img,
.post-content video {
  border-radius: var(--gls-radius);
}

.ri-hide-warp {
  position: relative;
  overflow: hidden;
  margin: 28px 0;
  border: 1px solid rgba(198, 79, 158, .2);
  border-radius: var(--gls-radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(249, 240, 246, .9)),
    radial-gradient(circle at top right, rgba(198, 79, 158, .16), transparent 22rem);
  box-shadow: var(--gls-shadow-soft);
}

.ri-hide-warp::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, .42), transparent 46%);
}

.ri-hide-warp .hide-msg {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(198, 79, 158, .12);
  color: var(--gls-brand);
  font-size: 12px;
  font-weight: 850;
}

.ri-hide-warp .hide-buy-warp {
  position: relative;
  z-index: 1;
  padding: 44px 28px 32px;
  text-align: center;
}

.ri-hide-warp .buy-title {
  margin-bottom: 12px;
  color: var(--gls-ink);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.28;
}

.ri-hide-warp .buy-title i {
  color: var(--gls-brand);
}

.ri-hide-warp .buy-btns {
  margin-top: 18px;
}

.ri-hide-warp .buy-btns .btn {
  min-width: 210px;
  min-height: 42px;
  justify-content: center;
}

.ri-hide-warp .btn-warning {
  border: 0;
  background: linear-gradient(135deg, #f1c55d, #d79e34);
  color: #2a2114;
  box-shadow: 0 12px 22px rgba(183, 149, 88, .2);
}

.ri-hide-warp .buy-desc {
  display: inline-flex;
  max-width: 100%;
  margin-top: 22px;
  padding: 10px 14px;
  border: 1px solid rgba(183, 149, 88, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
}

.ri-hide-warp .prices-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--gls-text);
  font-size: 13px;
  font-weight: 800;
}

.ri-hide-warp .prices-info li {
  color: inherit;
  white-space: nowrap;
}

.ri-hide-warp .price-item.vip,
.ri-hide-warp .price-item.boosvip {
  color: #0b9a73;
}

.ri-hide-warp .buy-count {
  margin-top: 18px;
  color: var(--gls-muted);
  font-size: 13px;
  font-weight: 800;
}

.ri-hide-warp .buy-count span {
  color: var(--gls-brand);
}

.entry-navigation,
.related-posts {
  margin-top: 22px;
}

.entry-navigation a,
.related-posts {
  border: 1px solid var(--gls-border);
  border-radius: var(--gls-radius);
  background: rgba(255, 253, 251, .82);
  box-shadow: var(--gls-shadow-soft);
}

.entry-navigation a {
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 18px;
  color: var(--gls-text);
}

.entry-navigation a:hover {
  border-color: rgba(198, 79, 158, .22);
  color: var(--gls-brand);
}

.entry-page-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 999px;
  background: rgba(198, 79, 158, .1);
  color: var(--gls-brand);
}

.entry-page-info {
  min-width: 0;
}

.entry-page-info .rnav {
  color: var(--gls-muted);
  font-size: 12px;
  font-weight: 850;
}

.entry-page-info .title {
  display: -webkit-box;
  overflow: hidden;
  color: var(--gls-ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.related-posts {
  padding: 22px;
}

.related-posts-title {
  margin-bottom: 18px;
  color: var(--gls-ink);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

.related-posts-title i {
  color: var(--gls-brand);
}

.archive-media-preview {
  margin: 20px 24px 0;
  overflow: hidden;
  border-radius: var(--gls-radius);
  background: #111;
}

.sidebar .widget {
  padding: 20px;
}

.sidebar .widget-title,
.sidebar h3,
.sidebar h4 {
  color: var(--gls-ink);
  font-weight: 850;
}

.rollbar {
  right: 24px;
}

.rollbar .actions,
.m-navbar ul {
  border: 1px solid rgba(30, 28, 34, .08);
  border-radius: var(--gls-radius);
  background: rgba(255, 253, 251, .92);
  box-shadow: var(--gls-shadow-soft);
  backdrop-filter: blur(16px);
}

.rollbar a,
.m-navbar a {
  color: #4d4852;
}

.rollbar a:hover,
.m-navbar a:hover {
  color: var(--gls-brand);
}

.btn {
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0;
}

.btn-danger,
.btn-primary,
.js-pay-action.btn-danger {
  border-color: transparent;
  background: linear-gradient(135deg, #d65b9f, #8d77df);
  box-shadow: 0 12px 22px rgba(198, 79, 158, .2);
}

.btn-dark,
.btn-dark-soft,
.btn-danger-soft,
.btn-info {
  border-color: rgba(30, 28, 34, .08);
  background: #ece8e3;
  color: #252229;
}

.price-card {
  overflow: hidden;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.price-card:hover {
  transform: translateY(-4px);
  border-color: rgba(183, 149, 88, .25);
  box-shadow: var(--gls-shadow);
}

.price-card .price-header {
  padding: 24px 16px 20px;
  background:
    radial-gradient(circle at top right, rgba(183, 149, 88, .22), transparent 13rem),
    linear-gradient(135deg, #242028, #3a3037) !important;
  color: #fff;
}

.price-card .price-plan,
.price-card .price-ammount {
  display: block;
  font-weight: 900;
  letter-spacing: 0;
}

.price-card .price-plan {
  font-size: 25px;
  line-height: 1.15;
}

.price-card .price-sub {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  font-weight: 800;
}

.price-card .price-body {
  flex: 1;
  padding: 26px 20px 16px;
}

.price-card .price-ammount {
  margin-bottom: 14px;
  color: #08070a;
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1;
}

.price-card .price-ammount sup {
  top: -.55em;
  margin-left: 3px;
  color: var(--gls-muted);
  font-size: 15px;
  font-weight: 800;
}

.price-card .price-day {
  margin-bottom: 16px;
  color: var(--gls-accent);
  font-weight: 850;
}

.price-card .price-desc {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  color: #56515a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}

.price-card .price-desc li {
  color: inherit;
}

.price-card .price-footer {
  padding: 6px 20px 26px;
}

.price-card .price-footer .btn {
  min-width: 148px;
  min-height: 40px;
}

.price-card.is-featured {
  border-color: rgba(183, 149, 88, .34);
}

.price-card.is-featured::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(183, 149, 88, .28);
  border-radius: inherit;
}

.price-card.is-featured .price-header {
  background:
    radial-gradient(circle at top right, rgba(247, 201, 105, .3), transparent 13rem),
    linear-gradient(135deg, #1b171f, #3a2b22) !important;
}

.vip-card-badge {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  background: rgba(183, 149, 88, .92);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .14);
}

.vip-pricing-section {
  margin-top: 42px;
}

.vip-pricing-grid {
  align-items: stretch;
}

.vip-faq-section h3 {
  color: var(--gls-ink);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 900;
  letter-spacing: 0;
}

.vip-faq-item {
  height: 100%;
  padding: 18px 20px;
  border: 1px solid var(--gls-border);
  border-radius: var(--gls-radius);
  background: rgba(255, 253, 251, .78);
  box-shadow: var(--gls-shadow-soft);
  color: var(--gls-text);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.65;
}

.vip-faq-item i {
  color: var(--gls-brand);
}

.site-footer {
  margin-right: auto;
  margin-left: auto;
  background: rgba(255, 253, 251, .72);
}

body.page-template-page-widget main,
body.home main {
  padding-bottom: 28px;
}

.home-widget,
main > section.container {
  margin-top: 30px;
  margin-bottom: 34px;
}

.section-title {
  position: relative;
  margin-bottom: 22px !important;
}

.section-title h3 {
  margin-bottom: 6px;
  color: var(--gls-ink);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 900;
  letter-spacing: 0;
}

.section-title h3 a {
  color: inherit;
}

.section-title h3 a:hover {
  color: var(--gls-brand);
}

.section-title p {
  color: var(--gls-muted) !important;
  font-size: 14px;
}

.section-cat-navbtn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px !important;
}

.section-cat-navbtn .btn {
  margin: 0 !important;
  padding: 8px 15px !important;
  border: 1px solid rgba(30, 28, 34, .08);
  background: rgba(255, 253, 251, .75);
  color: #332f36;
  line-height: 1.1;
  box-shadow: none;
}

.section-cat-navbtn .btn.active,
.section-cat-navbtn .btn:hover {
  border-color: rgba(198, 79, 158, .35);
  background: rgba(198, 79, 158, .1);
  color: var(--gls-brand);
}

.posts-warp {
  align-items: stretch;
}

.posts-warp > .col,
.cms-post-warp > .col,
.cms-post-warp .row > .col {
  min-width: 0;
}

.post-item.item-grid {
  height: 100%;
}

.post-item.item-grid .entry-media {
  border-bottom: 1px solid rgba(30, 28, 34, .06);
}

.post-item.item-grid .entry-wrapper {
  min-height: 54px;
}

.post-item.item-grid .entry-cat-dot {
  margin-bottom: 6px;
  font-size: 12px;
}

.post-item .entry-cat-dot a {
  color: var(--gls-brand);
  font-weight: 800;
}

.post-item .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin-top: 9px;
  font-size: 12px;
}

.post-item .entry-meta span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.gls-card-chip {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 20px);
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  background: rgba(24, 23, 26, .58);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
  backdrop-filter: blur(12px);
}

.post-item .tips-badge {
  z-index: 3 !important;
}

.post-item .badge {
  border: 1px solid rgba(255, 255, 255, .38);
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.post-item.grid-overlay .entry-wrapper {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .68) 100%);
}

.post-item.grid-overlay .entry-title,
.post-item.grid-overlay .entry-desc,
.post-item.grid-overlay .entry-meta,
.post-item.grid-overlay .entry-cat-dot a {
  color: #fff;
}

.post-item.item-list {
  display: flex;
  min-height: 132px;
}

.post-item.item-list .entry-media {
  width: 38%;
  min-width: 180px;
  border-radius: var(--gls-radius) 0 0 var(--gls-radius);
}

.post-item.item-list .entry-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.filter-warp {
  margin: 20px 0 26px;
}

.filter-warp .container {
  padding-top: 14px;
  padding-bottom: 8px;
  border: 1px solid var(--gls-border);
  border-radius: var(--gls-radius);
  background: rgba(255, 253, 251, .72);
  box-shadow: var(--gls-shadow-soft);
}

.filter-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

.filter-name {
  color: var(--gls-muted);
  font-size: 13px;
  font-weight: 850;
}

.filter-link a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(30, 28, 34, .07);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: #38343c;
  font-size: 13px;
  font-weight: 760;
}

.filter-link.active a,
.filter-link a:hover {
  border-color: rgba(198, 79, 158, .32);
  background: rgba(198, 79, 158, .1);
  color: var(--gls-brand);
}

.item-none {
  width: 100%;
  padding: 70px 16px;
  color: var(--gls-muted);
  text-align: center;
}

@media (max-width: 991.98px) {
  body {
    padding-bottom: 58px;
  }

  .site-header {
    min-height: 60px;
  }

  .navbar {
    min-height: 60px;
  }

  .navbar .actions {
    gap: 12px;
  }

  .search-bg {
    min-height: 272px;
  }

  .search-warp {
    padding-top: 38px;
    padding-bottom: 34px;
  }

  .search-title {
    font-size: 25px;
    line-height: 1.2;
  }

  .search-desc {
    display: none;
  }

  .search-bg .search-form {
    margin-top: 16px;
  }

  .search-bg .search-form .search-fields {
    height: 46px;
  }

  .search-hots {
    margin-top: 12px;
    font-size: 12px;
  }

  .post-item .entry-wrapper {
    padding: 9px 10px 10px;
  }

  .post-item .entry-title {
    font-size: 13px;
    line-height: 1.42;
  }

  .home-widget,
  main > section.container {
    margin-top: 22px;
    margin-bottom: 24px;
  }

  .section-cat-navbtn {
    gap: 8px;
    margin-bottom: 20px !important;
  }

  .section-cat-navbtn .btn,
  .filter-link a {
    min-height: 32px;
    padding: 7px 12px !important;
    font-size: 13px;
  }

  .filter-warp {
    margin: 14px 0 20px;
  }

  .filter-warp .container {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .filter-item {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .filter-item::-webkit-scrollbar {
    display: none;
  }

  .filter-name,
  .filter-link {
    flex: 0 0 auto;
  }

  .article-header {
    padding: 22px 18px 14px;
  }

  .article-header .post-title,
  .post-title {
    font-size: 21px;
    line-height: 1.34;
  }

  .post-content {
    padding: 20px 18px 24px;
    font-size: 15px;
    line-height: 1.78;
  }

  .ri-hide-warp {
    margin: 22px 0;
  }

  .ri-hide-warp .hide-msg {
    right: 10px;
    top: 10px;
    padding: 5px 8px;
    font-size: 11px;
  }

  .ri-hide-warp .hide-buy-warp {
    padding: 42px 14px 24px;
  }

  .ri-hide-warp .buy-title {
    font-size: 20px;
  }

  .ri-hide-warp .buy-btns .btn {
    width: min(100%, 260px);
    min-width: 0;
  }

  .ri-hide-warp .buy-desc {
    display: block;
    border-radius: var(--gls-radius);
  }

  .ri-hide-warp .prices-info {
    gap: 7px 10px;
    font-size: 12px;
  }

  .entry-navigation a {
    min-height: 80px;
    padding: 14px;
  }

  .related-posts {
    padding: 16px;
  }

  .single-content-nav {
    padding: 14px 14px 0;
    overflow-x: auto;
  }

  .single-content-nav .nav {
    flex-wrap: nowrap;
    min-width: 0;
  }

  .archive-media-preview {
    margin: 16px 14px 0;
  }

  .sidebar-wrapper {
    margin-top: 14px;
  }

  .m-navbar {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 920;
  }

  .m-navbar ul {
    height: 54px;
    margin: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
  }

  .m-navbar a {
    font-size: 12px;
    font-weight: 750;
  }
}

@media (max-width: 575.98px) {
  .container {
    --ri-gutter-x: .75rem;
  }

  .row {
    --ri-gutter-x: .75rem;
  }

  .row-cols-2 > * {
    min-width: 0;
  }

  .content-wrapper > .card,
  .price-card,
  .post-item,
  .sidebar .widget {
    border-radius: var(--gls-radius);
  }

  .price-card {
    max-width: calc(100vw - 16px);
    margin-right: auto;
    margin-left: auto;
  }

  .price-card .price-header {
    padding-right: 12px;
    padding-left: 12px;
  }

  .price-card .price-body,
  .price-card .price-footer {
    padding-right: 14px;
    padding-left: 14px;
  }

  .gls-card-chip {
    right: 8px;
    top: 8px;
    padding: 4px 7px;
    font-size: 11px;
  }

  .post-item.item-list {
    min-height: 110px;
  }

  .post-item.item-list .entry-media {
    min-width: 118px;
    width: 42%;
  }

  .post-item.item-list .entry-desc {
    display: none;
  }

  .rollbar,
  .back-top {
    display: none !important;
  }
}
