/*
Theme Name: BlogHash Child
Theme URI: https://peregrine-themes.com/bloghash
Template: bloghash
Author: Peregrine themes
Author URI: https://peregrine-themes.com/
Description: BlogHash is the perfect pick for bloggers seeking a lightweight, customizable theme that suits them just right. With plenty of options to adjust colors and typography, making your site unique is a breeze. It's SEO friendly and fully compatible with WPML, Gutenberg, Elementor, WooCommerce, and supports translation and RTL. Live preview: https://peregrine-themes.com/bloghash/#demos.
Tags: two-columns,right-sidebar,left-sidebar,footer-widgets,blog,news,entertainment,custom-background,custom-menu,custom-logo,post-formats,sticky-post,editor-style,threaded-comments,translation-ready,custom-colors,featured-images,full-width-template,microformats,theme-options,flexible-header,wide-blocks
Version: 1.0.28.1775073702
Updated: 2026-04-01 20:01:42

*/


body {
    padding-bottom: 122px;
}

#bloghash-scroll-top {
    bottom: 130px;
}









@media only screen and (max-width: 868px) {
    #main>.bloghash-container {
        padding: 10px;
    }
	.bloghash-layout__boxed-separated #content > article {
    padding: 2rem;
}
}

@media only screen and (max-width: 960px) {
    #main>.bloghash-container {
        padding: 10px;
    }
}


/* CTA green button in any content */
.sb-article-cta-wrap {
    text-align: center;
    margin: 22px 0 26px;
}
.sb-article-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 14px 28px;
    border-radius: 10px;
    background: #9BE22D;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    text-align: center;
    box-sizing: border-box;
    transition: opacity 0.2s ease;
}


/* review brand (wp content) */
.review-article-shell {
  --ra-bg: #081a4b;
  --ra-bg-2: #10265f;
  --ra-text-light: #f3efef;
  --ra-border: rgba(243, 239, 239, 0.10);
  --ra-accent: #a3e635;
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--ra-text-light);
}

.review-article-inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.review-article-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  width: 100%;
}

.review-article-nav {
  width: 100%;
}

.review-article-nav-sticky {
  position: sticky;
  top: 24px;
}

.review-article-nav-card {
  width: 100%;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.review-article-nav-toggle {
  width: 100%;
  border: 0;
  background:
    radial-gradient(circle at top right, rgba(163, 230, 53, 0.18), transparent 30%),
    linear-gradient(135deg, var(--ra-bg) 0%, var(--ra-bg-2) 100%);
  color: #fff;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(8, 26, 75, 0.2);
}

.review-article-nav-toggle-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.review-article-nav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--ra-accent);
  color: #24324a;
  font-size: 18px;
  font-weight: 800;
  flex-shrink: 0;
}

.review-article-nav-title-wrap {
  min-width: 0;
}

.review-article-nav-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,255,255,0.72);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-article-nav-title {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 800;
}

.review-article-nav-subtitle {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  line-height: 1.35;
}

.review-article-nav-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}

.review-article-nav-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.review-article-nav-card.is-open .review-article-nav-icon {
  transform: rotate(180deg);
  background: rgba(163, 230, 53, 0.16);
}

.review-article-nav-panel {
  max-height: 1800px;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.25s ease;
  margin-top: 10px;
  opacity: 1;
}

.review-article-nav-card:not(.is-open) .review-article-nav-panel {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
}

.review-article-nav-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.review-article-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 14px;
  border-radius: 16px;
  text-decoration: none !important;
  color: #fff !important;
  background: linear-gradient(135deg, #081a4b 0%, #10265f 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 24px rgba(8, 26, 75, 0.15);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.review-article-nav-link:hover,
.review-article-nav-link:focus {
  transform: translateY(-2px);
  border-color: rgba(163, 230, 53, 0.42);
  color: #fff !important;
}

.review-article-nav-link-index {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--ra-accent);
  color: #24324a;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 12px;
}

.review-article-nav-link-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.review-article-nav-link-title {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  color: #fff;
}

.review-article-nav-link-desc {
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255,255,255,0.72);
}

.review-article-content {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

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

.review-article-content h1,
.review-article-content h2,
.review-article-content h3,
.review-article-content h4 {
  color: #f3efef;
  letter-spacing: -0.02em;
}

.review-article-content h1 {
  font-size: 40px;
  line-height: 1.08;
  font-weight: 900;
  margin: 0 0 18px;
}

.review-article-content h2 {
  position: relative;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 850;
  margin: 42px 0 16px;
  padding-top: 14px;
  scroll-margin-top: 40px;
}

.review-article-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ra-accent) 0%, #d9f99d 100%);
}

.review-article-content h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  margin: 26px 0 12px;
}

.review-article-content p,
.review-article-content li {
  font-size: 17px;
  line-height: 1.78;
  color: #f3efef;
}

.review-article-content p {
  margin: 0 0 16px;
}

.review-article-content ul,
.review-article-content ol {
  margin: 0 0 18px;
  padding-left: 0;
}

.review-article-content ul li,
.review-article-content ol li {
  position: relative;
  list-style: none;
  margin: 0 0 12px;
  padding-left: 28px;
}

.review-article-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--ra-accent);
  box-shadow: 0 0 0 5px rgba(163, 230, 53, 0.18);
}

@media (max-width: 1100px) {
  .review-article-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .review-article-nav-sticky {
    position: static;
  }
}

@media (max-width: 767px) {
  .review-article-nav-toggle {
    padding: 16px;
  }

  .review-article-nav-title {
    font-size: 18px;
  }

  .review-article-content h1 {
    font-size: 28px;
  }

  .review-article-content h2 {
    font-size: 23px;
    margin-top: 32px;
  }

  .review-article-content p,
  .review-article-content li {
    font-size: 16px;
    line-height: 1.72;
  }
}
