        .blog-page {
            background-color: #12072b;
            color: #ffffff;
            overflow-x: hidden;
        }

        .blog-page .thegem-header {
            background: linear-gradient(180deg, rgba(18, 7, 43, 0.98) 0%, rgba(18, 7, 43, 0.94) 100%);
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
            box-shadow: none;
            border-bottom: none;
        }

        .blog-page .thegem-header.scrolled {
            background: linear-gradient(180deg, rgba(18, 7, 43, 0.99) 0%, rgba(18, 7, 43, 0.96) 100%);
        }

        .blog-page .custom-logo-text,
        .blog-page .pill-nav-link,
        .blog-page .portal-pill-btn,
        .blog-page .pill-outline-btn {
            color: #ffffff;
        }

        .blog-page .pill-nav-link {
            background-color: rgba(255, 255, 255, 0.12);
            border: 1px solid rgba(255, 255, 255, 0.18);
        }

        .blog-page .pill-nav-link:hover,
        .blog-page .pill-nav-link.active {
            background: rgba(255, 255, 255, 0.24);
        }

        .blog-page .portal-pill-btn,
        .blog-page .pill-outline-btn {
            border-color: rgba(255, 255, 255, 0.5);
        }

        .blog-page .portal-pill-btn:hover,
        .blog-page .pill-outline-btn:hover {
            background: #ffffff;
            color: #111111;
        }

        .blog-page .thegem-dropdown-menu {
            background: rgba(25, 10, 45, 0.95);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
        }

        .blog-page .dropdown-header {
            color: #FCA440;
            border-bottom-color: rgba(255, 255, 255, 0.1);
        }

        .blog-page .dropdown-link {
            color: rgba(255, 255, 255, 0.88);
        }

        .blog-page .way2go-footer {
            background: transparent !important;
            padding: 120px 5% 40px;
            position: relative;
            border-top: none;
            color: rgba(255, 255, 255, 0.72);
            overflow: hidden;
            box-shadow: none;
        }

        .blog-page .way2go-footer::before {
            display: none;
        }

        .blog-page .way2go-footer::after {
            display: none;
        }

        .blog-page .footer-social-top,
        .blog-page .footer-main-content {
            position: relative;
            z-index: 1;
        }

        .blog-page .footer-social-top {
            margin-bottom: 78px;
        }

        .blog-page .footer-social-top a {
            background-color: rgba(255, 255, 255, 0.08);
            color: #f8f5ff;
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.18);
        }

        .blog-page .footer-newsletter-block {
            padding: 40px 5% 56px !important;
            background: transparent !important;
        }

        .blog-page .footer-newsletter-block .newsletter-card-modern,
        .blog-page .newsletter-card-modern {
            background: linear-gradient(180deg, rgba(24, 16, 44, 0.96) 0%, rgba(14, 10, 30, 0.98) 100%) !important;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3) !important;
            border: 1px solid rgba(255, 255, 255, 0.08) !important;
        }

        .blog-page .nl-form {
            background: rgba(255, 255, 255, 0.06) !important;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.18) !important;
            border-color: rgba(255, 255, 255, 0.12) !important;
        }

        .blog-page .nl-form button {
            background: #FCA440 !important;
            color: #12072b !important;
        }

        .blog-page .nl-form button:hover {
            background: #f39222 !important;
            color: #12072b !important;
            box-shadow: 0 10px 20px rgba(252, 164, 64, 0.32);
            transform: translateY(-2px);
        }

        .blog-page .footer-custom-logo-text,
        .blog-page .footer-test-link {
            color: #ffffff;
        }

        .blog-page .footer-app-name {
            color: rgba(255, 255, 255, 0.74);
        }

        .blog-page .footer-links-area ul li a {
            color: rgba(255, 255, 255, 0.88);
        }

        .blog-page .footer-links-area ul li a:hover,
        .blog-page .footer-test-link:hover {
            color: #FCA440;
        }

        .blog-page .footer-right-desc {
            color: rgba(255, 255, 255, 0.66);
        }

        .blog-page-main {
            position: relative;
            padding: 148px 5% 84px;
            overflow: visible;
            background: #12072b;
        }

        .blog-page-main::before {
            display: none;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 220px;
            background: transparent;
            pointer-events: none;
            z-index: 0;
        }

        .blog-aura {
            display: none;
            position: absolute;
            border-radius: 50%;
            filter: blur(110px);
            pointer-events: none;
            z-index: 0;
        }

        .blog-aura-left {
            width: 420px;
            height: 420px;
            background: rgba(252, 164, 64, 0.1);
            top: 4%;
            left: -8%;
        }

        .blog-aura-right {
            width: 520px;
            height: 520px;
            background: rgba(104, 37, 219, 0.18);
            top: 26%;
            right: -10%;
        }

        .blog-shell {
            position: relative;
            z-index: 1;
            max-width: 760px;
            margin: 0 auto;
            padding: 0 0 50px;
            background: transparent;
            border-radius: 0;
            box-shadow: none;
        }

        .blog-hero-card {
            position: relative;
            overflow: hidden;
            padding: 46px 48px 42px;
            margin-bottom: 36px;
            border-radius: 28px;
            background: rgba(30, 15, 65, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
        }

        .blog-hero-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 42%);
            pointer-events: none;
        }

        .blog-kicker {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 18px;
            color: #FCA440;
            font-size: 0.88rem;
            font-weight: 800;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .blog-title {
            max-width: 760px;
            margin-bottom: 18px;
            font-size: clamp(2.4rem, 4vw, 4.4rem);
            font-weight: 900;
            line-height: 1.04;
            letter-spacing: -1.8px;
        }

        .blog-title span {
            color: #CBD83B;
        }

        .blog-description {
            max-width: 690px;
            color: rgba(255, 255, 255, 0.74);
            font-size: 1.05rem;
            line-height: 1.7;
        }

        .detail-hero {
            display: grid;
            grid-template-columns: 1fr;
            gap: 28px;
            align-items: start;
            justify-items: center;
            margin-bottom: 38px;
            text-align: center;
        }

        .detail-card,
        .detail-question-card,
        .detail-cta-card {
            background: transparent;
            border: none;
            box-shadow: none;
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
        }

        .detail-card {
            position: relative;
            overflow: visible;
            border-radius: 0;
            padding: 0;
        }

        .detail-card::before {
            display: none;
        }

        .detail-meta {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 0;
            margin-bottom: 20px;
            border-radius: 0;
            background: transparent;
            border: none;
            color: rgba(255, 255, 255, 0.72);
            font-size: 0.76rem;
            font-weight: 700;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }

        .detail-meta .dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #FCA440;
        }

        .detail-title {
            margin: 0 0 18px;
            color: #ffffff;
            font-size: clamp(2.5rem, 5vw, 3.7rem);
            line-height: 1.12;
            letter-spacing: -0.03em;
            font-weight: 900;
        }

        .detail-title span,
        .detail-side-card h3 span,
        .detail-section-head h2 span,
        .detail-cta-card h3 span {
            color: #FCA440;
        }

        .detail-lead {
            margin: 0 auto;
            max-width: 700px;
            color: rgba(255, 255, 255, 0.82);
            font-size: 0.98rem;
            line-height: 1.82;
        }

        .detail-hero-visual {
            display: block;
            width: 100%;
            max-width: 700px;
            margin: 8px auto 0;
            overflow: hidden;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.08);
        }

        .detail-hero-visual img {
            width: 100%;
            height: 340px;
            object-fit: cover;
            display: block;
        }

        .detail-grid {
            display: block;
        }

        .detail-content {
            max-width: 100%;
            padding: 0;
            text-align: left;
        }

        .detail-content p,
        .detail-side-card p,
        .detail-question-card p,
        .detail-cta-card p {
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.86;
            font-size: 0.97rem;
        }

        .detail-content p {
            margin: 0 0 16px;
        }

        .detail-side-stack {
            display: grid;
            gap: 20px;
            width: 100%;
            max-width: 100%;
            justify-items: stretch;
            margin-top: 22px;
        }

        .detail-side-card {
            width: 100%;
            max-width: 100%;
            padding: 0;
            text-align: left;
            background: transparent;
            border: 0;
            border-radius: 0;
            box-shadow: none;
        }

        .detail-side-card h3,
        .detail-section-head h2,
        .detail-cta-card h3 {
            margin: 0 0 14px;
            color: #ffffff;
            font-size: 1.55rem;
            line-height: 1.22;
            font-weight: 900;
            letter-spacing: -0.03em;
        }

        .detail-side-card h3 {
            text-align: left;
        }

        .detail-side-card ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: grid;
            gap: 10px;
            max-width: 100%;
            margin-inline: 0;
        }

        .detail-side-card li {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-start;
            gap: 10px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.65;
            text-align: left;
        }

        .detail-side-card li i {
            margin-top: 3px;
            color: #FCA440;
        }

        .detail-note {
            margin-top: 14px;
            padding: 0;
            border: 0;
            border-radius: 0;
            background: transparent;
            color: rgba(255, 255, 255, 0.8);
            font-style: normal;
            text-align: left;
        }

        .detail-section {
            margin-top: 20px;
            text-align: left;
        }

        .detail-section-head {
            margin-bottom: 18px;
            text-align: left;
        }

        .detail-section-head p {
            max-width: 100%;
            margin: 0;
        }

        .detail-question-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 18px;
            max-width: 100%;
            margin: 0 auto;
        }

        .detail-question-card {
            padding: 0 0 10px;
            display: block;
            text-align: left;
            border-bottom: none;
        }

        .detail-question-card:last-child {
            padding-bottom: 0;
            border-bottom: none;
        }

        .detail-question-card strong {
            display: block;
            margin-bottom: 6px;
            color: #ffffff;
            font-size: 1rem;
            font-weight: 800;
        }

        .detail-gallery {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin: 34px 0;
        }

        .detail-gallery img {
            width: 100%;
            height: 185px;
            border-radius: 8px;
            object-fit: cover;
            display: block;
            background: rgba(255, 255, 255, 0.08);
        }

        .detail-outro {
            margin-top: 18px;
            padding-top: 24px;
            border-top: 1px solid rgba(255, 255, 255, 0.14);
            text-align: left;
        }

        .detail-outro h3 {
            margin: 0 0 12px;
            color: #ffffff;
            font-size: 1.55rem;
            line-height: 1.2;
            font-weight: 900;
            letter-spacing: -0.03em;
        }

        .detail-outro p {
            margin: 0;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.86;
            max-width: 100%;
            margin-inline: 0;
        }

        .detail-outro-actions {
            display: flex;
            justify-content: space-between;
            margin-top: 26px;
            padding-top: 18px;
            border-top: 1px solid rgba(255, 255, 255, 0.14);
        }

        .detail-cta-card {
            margin: 40px auto 0;
            max-width: 860px;
            padding: 0;
            display: block;
            text-align: center;
        }

        .detail-cta-actions {
            display: flex;
            align-items: center;
            gap: 14px;
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 22px;
        }

        .detail-cta-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 54px;
            padding: 0 28px;
            border-radius: 999px;
            background: linear-gradient(135deg, #f7b24d, #FCA440);
            color: #171127;
            font-weight: 800;
            text-decoration: none;
            box-shadow: 0 16px 36px rgba(252, 164, 64, 0.22);
        }

        .detail-secondary-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 46px;
            padding: 0 25px;
            border-radius: 50px;
            border: 1.5px solid rgba(255, 255, 255, 0.5);
            color: #ffffff;
            text-decoration: none;
            font-weight: 800;
            background: transparent;
            font-size: 0.95rem;
            transition: all 0.3s ease;
        }

        .detail-secondary-btn:hover {
            background: #ffffff;
            color: #111111;
        }

        .blog-section-head {
            text-align: center;
            margin-bottom: 28px;
        }

        .blog-section-head h2 {
            margin-bottom: 10px;
            font-size: 2.5rem;
            font-weight: 900;
            letter-spacing: -1px;
        }

        .blog-section-head p {
            max-width: 620px;
            margin: 0 auto;
            color: rgba(255, 255, 255, 0.72);
            line-height: 1.65;
        }

        .blog-grid-page {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 24px;
            align-items: start;
        }

        .blog-page-card {
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            border-radius: 24px;
            background: rgba(30, 15, 65, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .blog-page-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 22px 44px rgba(0, 0, 0, 0.34);
        }

        .blog-card-media {
            position: relative;
            height: 158px;
            overflow: hidden;
        }

        .blog-card-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .blog-page-card:hover .blog-card-media img {
            transform: scale(1.08);
        }

        .blog-card-body {
            display: flex;
            flex-direction: column;
        }

        .blog-card-meta {
            position: absolute;
            top: 14px;
            right: 14px;
            z-index: 4;
            padding: 0;
        }

        .blog-card-date {
         
            color: #ffffff;
            font-size: 0.74rem;
            font-weight: 700;
            letter-spacing: 0.4px;
            text-transform: none;
            white-space: nowrap;
            position: relative;
            top: 150px;

        }

        .blog-page-card h3 {
            min-height: 50px;
            padding: 12px 14px 8px;
            font-size: 1.22rem;
            font-weight: 900;
            line-height: 1.2;
            color: #CAA7F0;
            text-shadow: 0 10px 24px rgba(252, 164, 64, 0.18);
        }

        .blog-card-btn {
            margin: -2px 14px 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            align-self: stretch;
            min-height: 32px;
            padding: 0 14px;
            border-radius: 999px;
            background: transparent;
            border: 1.5px solid rgba(255, 255, 255, 0.34);
            color: #ffffff;
            font-size: 0.78rem;
            font-weight: 800;
            text-decoration: none;
            transition: 0.3s ease;
            box-shadow: none;
        }

        .blog-card-btn:hover {
            background: #ffffff;
            color: #111111;
            border-color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 10px 22px rgba(255, 255, 255, 0.12);
        }

        .related-blog-section {
            width: min(1180px, 90vw);
            margin: 64px 0 0;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }

        .related-blog-section .blog-grid-page {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 24px;
            align-items: start;
        }

        .related-blog-section .blog-page-card h3 {
            color: #CAA7F0;
        }

        @media (max-width: 992px) {
            .related-blog-section .blog-grid-page {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 768px) {
            .related-blog-section {
                width: 100%;
                left: auto;
                transform: none;
                margin-top: 44px;
            }

            .related-blog-section .blog-grid-page {
                grid-template-columns: 1fr;
            }
        }
        .related-blog-actions {
            display: flex;
            justify-content: center;
            margin-top: 28px;
        }

        .blog-more-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 48px;
            padding: 0 34px;
            border-radius: 999px;
            background: #FCA440;
            color: #12072b;
            font-weight: 900;
            text-decoration: none;
            box-shadow: 0 15px 35px rgba(252, 164, 64, 0.24);
            transition: 0.3s ease;
        }

        .blog-more-btn:hover {
            background: #ffffff;
            color: #111111;
            transform: translateY(-3px);
            box-shadow: 0 18px 38px rgba(255, 255, 255, 0.14);
        }
        .detail-title {
            color: #ffffff;
            text-shadow: none;
        }

        .detail-side-card h3,
        .detail-section-head h2,
        .detail-cta-card h3 {
            color: #CAA7F0;
        }

        .detail-title span,
        .detail-side-card h3 span,
        .detail-section-head h2 span,
        .detail-cta-card h3 span {
            color: #FCA440;
            -webkit-text-fill-color: #FCA440;
        }

        .detail-question-card strong {
            color: #CBD83B;
        }

        .detail-outro h3 {
            color: #FCA440;
        }

        .blog-section-head h2 {
            color: #CBD83B;
        }

        .related-blog-section .blog-section-head h2 {
            color: #FCA440;
        }

        /* Tüm blog detay sayfaları için ortak renk düzeni (blog7.html ile aynı) */
        .blog-page .detail-title,
        .blog-page .detail-title span {
            color: #6825DB;
            -webkit-text-fill-color: #6825DB;
        }

        .blog-page .detail-side-card h3,
        .blog-page .detail-section-head h2,
        .blog-page .detail-outro h3,
        .blog-page .detail-question-card strong {
            color: #CAA7F0;
        }

        .blog-page .detail-side-card h3 span,
        .blog-page .detail-section-head h2 span {
            color: #CAA7F0;
            -webkit-text-fill-color: #CAA7F0;
        }

        .blog-page .detail-side-card li i {
            color: #ff4181;
        }

        .blog-page-card h3,
        .related-blog-section .blog-page-card h3 {
            color: #CAA7F0;
        }
        @media (max-width: 1200px) {
            .blog-page-main {
                padding-top: 138px;
            }

            .detail-hero,
            .detail-grid,
            .detail-cta-card {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 992px) {
            .blog-grid-page {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .blog-shell {
                padding: 0 0 50px;
            }
        }

        @media (max-width: 768px) {
            .blog-page-main {
                padding: 128px 5% 72px;
            }

            .blog-shell {
                padding: 0 0 40px;
                border-radius: 0;
            }

            .detail-card,
            .detail-content,
            .detail-side-card,
            .detail-cta-card {
                padding-left: 0;
                padding-right: 0;
            }

            .detail-card {
                padding-top: 0;
                padding-bottom: 0;
            }

            .detail-title {
                font-size: clamp(2.2rem, 11vw, 3rem);
            }

            .detail-hero-visual img {
                height: 240px;
            }

            .blog-hero-card {
                padding: 34px 24px 30px;
                margin-bottom: 30px;
            }

            .blog-grid-page {
                grid-template-columns: 1fr;
            }

            .blog-card-media {
                height: 176px;
            }

            .blog-section-head h2 {
                font-size: 2rem;
            }

            .detail-side-card h3,
            .detail-section-head h2,
            .detail-outro h3 {
                font-size: 1.5rem;
            }

            .detail-gallery {
                grid-template-columns: 1fr;
            }

            .detail-gallery img {
                height: 200px;
            }

            .detail-outro-actions {
                gap: 16px;
            }
        }
        .blog-page .thegem-header {
            height: 90px !important;
            padding: 0 !important;
            display: flex;
            align-items: center;
            justify-content: center;
            background: transparent !important;
            border-bottom: none !important;
        }

        .blog-page .thegem-header:not(.scrolled):not(.scrolled-dark) {
            background: transparent !important;
            box-shadow: none !important;
            border-bottom: none !important;
            backdrop-filter: none !important;
            -webkit-backdrop-filter: none !important;
        }

        .blog-page .thegem-header-container {
            width: 100%;
            max-width: 1400px !important;
            padding: 0 40px !important;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .blog-page .thegem-header.scrolled,
        .blog-page .thegem-header.scrolled-dark {
            height: 80px !important;
            background: rgba(18, 7, 43, 0.85) !important;
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3) !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        }

        .blog-page .custom-logo-link {
            gap: 10px;
        }

        .blog-page .pill-nav-container {
            align-items: center;
            gap: 8px;
            margin: 0 auto;
        }

        .blog-page .pill-nav-link {
            background-color: rgba(255, 255, 255, 0.12) !important;
            border: 1px solid rgba(255, 255, 255, 0.18) !important;
            color: #ffffff !important;
            border-radius: 50px;
            padding: 10px 22px !important;
            font-weight: 600 !important;
            box-shadow: none !important;
        }

        .blog-page .pill-nav-link:hover,
        .blog-page .pill-nav-link.active {
            background: rgba(255, 255, 255, 0.25) !important;
            color: #ffffff !important;
        }

        .blog-page .header-actions {
            gap: 12px;
        }

        .blog-page .portal-pill-btn {
            width: 45px;
            height: 45px;
            border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
            color: #ffffff !important;
            background: transparent !important;
        }

        .blog-page .portal-pill-btn i {
            color: #ffffff !important;
        }

        .blog-page .pill-outline-btn {
            background: transparent !important;
            border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
            color: #ffffff !important;
            padding: 10px 25px !important;
            font-weight: 600 !important;
        }

        .blog-page .lang-toggle-btn {
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            width: 45px !important;
            height: 45px !important;
            border-radius: 50% !important;
            border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
            background: transparent !important;
            padding: 0 !important;
        }

        .blog-page .lang-toggle-btn .lang-flag-img {
            width: 26px;
            height: 18px;
            object-fit: cover;
            border-radius: 3px;
            flex-shrink: 0;
        }

        .blog-page .portal-pill-btn:hover,
        .blog-page .pill-outline-btn:hover,
        .blog-page .lang-toggle-btn:hover {
            background: #ffffff !important;
            color: #111111 !important;
            transform: translateY(-2px);
        }

        .blog-page .thegem-header.scrolled .custom-logo-text,
        .blog-page .thegem-header.scrolled .pill-nav-link,
        .blog-page .thegem-header.scrolled .portal-pill-btn,
        .blog-page .thegem-header.scrolled .pill-outline-btn,
        .blog-page .thegem-header.scrolled-dark .custom-logo-text,
        .blog-page .thegem-header.scrolled-dark .pill-nav-link,
        .blog-page .thegem-header.scrolled-dark .portal-pill-btn,
        .blog-page .thegem-header.scrolled-dark .pill-outline-btn,
        .blog-page .thegem-header.scrolled .thegem-mobile-menu-btn,
        .blog-page .thegem-header.scrolled-dark .thegem-mobile-menu-btn {
            color: #ffffff !important;
        }

        .blog-page .thegem-header.scrolled .pill-nav-link,
        .blog-page .thegem-header.scrolled-dark .pill-nav-link {
            background-color: rgba(255, 255, 255, 0.12) !important;
            border-color: rgba(255, 255, 255, 0.18) !important;
        }

        .blog-page .thegem-header.scrolled .pill-nav-link:hover,
        .blog-page .thegem-header.scrolled .pill-nav-link.active,
        .blog-page .thegem-header.scrolled-dark .pill-nav-link:hover,
        .blog-page .thegem-header.scrolled-dark .pill-nav-link.active {
            background: rgba(255, 255, 255, 0.25) !important;
            color: #ffffff !important;
        }

        .blog-page .thegem-header.scrolled .portal-pill-btn,
        .blog-page .thegem-header.scrolled .pill-outline-btn,
        .blog-page .thegem-header.scrolled-dark .portal-pill-btn,
        .blog-page .thegem-header.scrolled-dark .pill-outline-btn {
            border-color: rgba(255, 255, 255, 0.5) !important;
        }

        @media (max-width: 1024px) {
            .blog-page .thegem-header-container {
                padding: 0 20px !important;
            }
        }
