﻿/*
Theme Name: LWL
Theme URI: https://learnwithllama.com
Version: 1.1.1
*/

@font-face {
 font-family: 'Inter';
 font-style: normal;
 font-weight: 100 900;
 font-display: swap;
 src: url('fonts/inter.woff2') format('woff2');
 font-optical-sizing: auto;
}

:root {
 --global-font-size: 16px;
 --global-line-height: 1.6em;
 --global-space: 1rem;
 --font-stack: Inter,
 'Helvetica Neue', sans-serif;
 --mono-font-stack: Inter,
 'Helvetica Neue', sans-serif;
 --background-color: #ededed;
 --page-width: 1440px;
 --font-color: #151515;
 --invert-font-color: #fff;
 --primary-color: #0078d7;
 --secondary-color: #727578;
 --error-color: #d20962;
 --progress-bar-background: #727578;
 --progress-bar-fill: #151515;
 --code-bg-color: #e8eff2;
 --input-style: solid;
 --display-h1-decoration: none
}

* {
 box-sizing: border-box;
}

*::-moz-selection {
 background: var(--primary-color);
 color: var(--invert-font-color)
}

*::selection {
 background: var(--primary-color);
 color: var(--invert-font-color)
}

html {
 height: 100%;
 box-sizing: border-box;
}

*,
*:before,
*:after {
 box-sizing: inherit;
}

body {
 font-size: var(--global-font-size);
 color: #353a44;
 line-height: var(--global-line-height);
 margin: 0;
 font-family: var(--font-stack);
 word-wrap: break-word;
 background: #54cbca;
 position: relative;
 margin: 0;
 padding-bottom: 0;
 min-height: 100%;
 overflow-x: hidden;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
 min-height: 100vh;
 display: flex;
 flex-direction: column;
 text-rendering: optimizeLegibility;
}

body * {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.lwl-logo {
 line-height: var(--global-line-height);
}

a {
 cursor: pointer;
 color: #333;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

em {
 font-size: var(--global-font-size);
 font-style: italic;
 font-family: var(--font-stack);
 color: var(--font-color)
}

blockquote,
code,
em,
strong {
 line-height: var(--global-line-height)
}

blockquote,
code,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
li,
ol,
p,
section,
ul,
.lwl-logo {
 float: none;
 margin: 0;
 padding: 0
}

blockquote,
h1,
ol,
p {
 margin-top: calc(var(--global-space) * 2);
 margin-bottom: calc(var(--global-space) * 2)
}

h2,
h3,
h4,
h5,
h6 {
 position: relative;
 margin-bottom: var(--global-line-height);
 font-weight: 600
}

blockquote {
 position: relative;
 padding-left: calc(var(--global-space) * 2);
 padding-left: 2ch;
 overflow: hidden
}

li,
li>ul>li {
 position: relative;

}

ul {
 margin-bottom: 1em;
 margin-left: 2em;
}

nav>ul>li {
 padding-left: 0
}

ol {
 counter-reset: item
}

ol li:nth-child(n+10)::after {
 left: -7px
}

ol ol {
 margin-top: 0;
 margin-bottom: 0
}

ul ul {
 margin-top: 0;
 margin-bottom: 0
}

hr {
 position: relative;
 overflow: hidden;
 margin: calc(var(--global-space) * 2)0;
 border: 0;
 border-bottom: 1px dashed #d8d8d8;
 margin-top: 1rem
}

p {
 margin: 0 0 1em;
 color: var(--global-font-color);
 line-height: 1.6;
}

iframe,
img,
svg {
 max-width: 100%;
}

img,
svg {
 border: none;
 display: inline-block;
 height: auto;
}

img {
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
}

.container {
 max-width: var(--page-width);
 width: 95%;
 flex: 1 0 auto;
 display: flex;
 flex-direction: column;
}

.container,
.container-fluid {
 margin: 0 auto;
 position: relative;

}

.lwl-grid-third img,

.form {
 width: 100%
}

fieldset {
 border: 1px solid var(--font-color);
 padding: 1em
}

label {
 font-size: 1em;
 color: var(--font-color)
}

input[type=email],
input[type=file],
input[type=url],
input[type=text],
input[type=number],
input[type=password],
input[type=search] {
 border: 1px solid #e9ecef;
 width: 100%;
 padding: .65em 1em;
 font-family: var(--font-stack);
 -webkit-appearance: none;
 border-radius: 0
}

input[type=email]:active,
input[type=url]:active,
input[type=file]:active,
input[type=text]:active,
input[type=number]:active,
input[type=password]:active,
input[type=search]:active,
input[type=email]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus {
 outline: none;
 -webkit-appearance: none
}

input[type=text]:not(:placeholder-shown):invalid,
input[type=url]:not(:placeholder-shown):invalid,
input[type=email]:not(:placeholder-shown):invalid,
input[type=password]:not(:placeholder-shown):invalid,
input[type=search]:not(:placeholder-shown):invalid,
input[type=number]:not(:placeholder-shown):invalid {
 color: gray
}

input,
textarea {
 color: var(--font-color);
 -webkit-appearance: none
}

input::placeholder,
textarea::placeholder {
 color: var(--secondary-color) !important;
 opacity: 1
}

textarea,
input[type=number] {
 height: auto;
 width: 100%;
 resize: none;
 border: 1px var(--input-style)#f5f5f5;
 padding: 1em;
 font-size: 1em;
 font-family: var(--font-stack);
 -webkit-appearance: none;
 border-radius: 0;
 cursor: text;
 width: 100%;
 padding: 4px 8px;
 margin: 0;
 box-sizing: border-box;
 font-size: 14px;
 line-height: 1.4;
 border: 1px solid #ccd0d4;
 border-radius: 4px;
}

textarea:focus {
 outline: none;
 -webkit-appearance: none;
 border: 1px solid var(--font-color)
}

textarea:not(:placeholder-shown):invalid {}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
 border: 1px solid var(--font-color);
 -webkit-text-fill-color: var(--font-color);
 box-shadow: 0 0 0 1e3px var(--invert-font-color)inset;
 -webkit-box-shadow: 0 0 0 1e3px var(--invert-font-color)inset;
 transition: background-color 5e3s ease-in-out 0s
}

label {
 display: block
}

select {
 background-size: 4px 5px, 5px 5px, 1px 1.5em;
 background-repeat: no-repeat;
 color: #667588 !important;
 background-color: #f1efe9;
 border: none;
 border-radius: 4px;
 display: inline-block;
 line-height: 1.5em;
 padding: .5em 3.5em .5em 1em;
 margin: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-appearance: none;
 -moz-appearance: none
}

img[data-lazy-src] {
 opacity: 0
}

img.lazyloaded {
 -webkit-transition: opacity .5s linear .2s;
 -moz-transition: opacity .5s linear .2s;
 transition: opacity .5s linear .2s;
 opacity: 1
}

.lwl-table-titles th {
 text-align: right;
 font-size: 14px;
 padding-right: 1em;
 color: gray;
}

figure {
 margin: 0
}

figure>figcaption {
 color: var(--secondary-color);
 text-align: center
}

@media screen and (max-width: 960px) {
 pre::-webkit-scrollbar {
 height: 3px
 }
}

@media screen and (max-width: 480px) {
 .lwl-home-masthead {
 display: none;
 }

 form {
 width: 100%
 }
}


.lwl-header-wrap {
 background: #fff;
 margin: 0 auto;
 text-align: center;
 border: 1px solid rgba(39, 39, 39, .75);
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
 padding: 0 calc(var(--global-space) * 2);
 border-radius: 0 0 16px 16px;
 border-top: 0;
}

.lwl-header-title-wrap {
 background: #c6f5f0;
 padding: calc(var(--global-space) * 2);
 border: 1px solid rgba(39, 39, 39, .75);
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
 border-radius: 16px;
}

.lwl-header-wrap.lwl-header-sticky {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 z-index: 1000;
 margin: 0 auto !important;
 border-radius: 0 0 16px 16px !important;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
 box-sizing: border-box;
 animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
 max-width: var(--page-width);
 width: 95%;
}

@keyframes slideDown {
 from {
 transform: translateY(-100%);
 opacity: 0.8;
 }

 to {
 transform: translateY(0);
 opacity: 1;
 }
}

body:not(.home) .lwl-header-wrap {
 border-radius: 0;
 margin: 0;
}

.lwl-footer-wrap {
 background: #fff;



 border: 1px solid rgba(39, 39, 39, .75);
 box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
 padding: 0 calc(var(--global-space) * 2);
 border-radius: 16px 16px 0 0;
 border-bottom: 0;

}


.lwl-logo-link {
 color: #EEEEEE;
 background-repeat: no-repeat;
 line-height: 78px;
 font-size: 22px;
 position: relative;
 display: flex;
 align-items: center;
 gap: 12px;
 font-weight: 600;
 flex-direction: row;
 justify-content: flex-start;
 align-content: center;
}

.lwl-logo-link:hover {
 text-decoration: none;
}

.lwl-logo-icon {
 flex-shrink: 0;
 width: 32px;
 height: 32px;
 color: #EEEEEE;
}

.lwl-logo-text {
 display: inline-block;
 letter-spacing: -1px;
 white-space: nowrap;
}

header {
 display: flex;
 align-items: center;
 justify-content: space-between;
 width: 100%;
}

.lwl-header-menu {
 display: flex;
 align-items: center;
 gap: 12px;
 margin: 0;
 padding: 0;
}

.lwl-header-menu-item {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 padding: 8px 12px;
 font-size: 0.875rem;
 color: #EEEEEE;
 text-decoration: none;
 background: transparent;
 border: none;
 cursor: pointer;
 transition: color 0.3s ease;
 font-family: inherit;
}

.lwl-header-menu-item svg {
 flex-shrink: 0;
 width: 20px;
 height: 20px;
}

.lwl-header-menu-item:hover {
 color: #000;
}

.lwl-header-menu-item span {
 display: inline-block;
}


.lwl-mobile-menu-toggle {
 display: none;
 background: transparent;
 border: none;
 padding: 8px;
 cursor: pointer;
 flex-direction: column;
 justify-content: space-around;
 width: 40px;
 height: 40px;
 z-index: 1001;
 position: relative;
}

.lwl-mobile-menu-toggle .lwl-hamburger-line {
 width: 24px;
 height: 2px;
 background-color: #353a44;
 border-radius: 2px;
 transition: all 0.3s ease;
 transform-origin: center;
}

.lwl-mobile-menu-toggle.active .lwl-hamburger-line:nth-child(1) {
 transform: rotate(45deg) translate(6px, 6px);
}

.lwl-mobile-menu-toggle.active .lwl-hamburger-line:nth-child(2) {
 opacity: 0;
}

.lwl-mobile-menu-toggle.active .lwl-hamburger-line:nth-child(3) {
 transform: rotate(-45deg) translate(6px, -6px);
}


@media (max-width: 1200px) {
 .lwl-header-title-wrap {
 padding: calc(var(--global-space) * 1.5);
 }

 .lwl-logo-link {
 font-size: 20px;
 line-height: 64px;
 }

 .lwl-header-menu {
 gap: 8px;
 }

 .lwl-header-menu-item {
 padding: 6px 10px;
 font-size: 0.8rem;
 }
}

@media (max-width: 1024px) {
 .lwl-header-title-wrap {
 padding: calc(var(--global-space) * 1.25);
 }

 .lwl-logo-link {
 font-size: 18px;
 line-height: 56px;
 gap: 8px;
 }

 .lwl-logo-icon {
 width: 28px;
 height: 28px;
 }

 .lwl-header-menu-item {
 padding: 6px 10px;
 font-size: 0.75rem;
 }

 .lwl-header-menu-item span {
 display: none;
 }

 .lwl-header-menu-item svg {
 width: 18px;
 height: 18px;
 }
}

@media (max-width: 768px) {
 .container {
 
 }

 .lwl-header-wrap {
 padding: 0 calc(var(--global-space) * 1.5);
 margin: 0 -calc(var(--global-space) * 1.5);
 position: relative;
 }

 .lwl-header-title-wrap {
 padding: calc(var(--global-space) * 0.75) calc(var(--global-space) * 1);
 margin: 0;
 }

 .lwl-logo-link {
 font-size: 16px;
 line-height: 48px;
 gap: 6px;
 }

 .lwl-logo-icon {
 width: 24px;
 height: 24px;
 }

 header {
 display: flex;
 align-items: center;
 justify-content: space-between;
 width: 100%;
 gap: 0;
 }

 .lwl-logo {
 
 }

 .lwl-header-menu {
 display: flex;
 gap: 0;
 margin-left: auto;
 align-items: center;
 }

 .lwl-header-menu>a,
 .lwl-header-menu>button:not(.lwl-mobile-menu-toggle) {
 display: none;
 }

 .lwl-mobile-menu-toggle {
 display: flex;
 margin-left: 8px;
 }

 
 .lwl-mobile-offcanvas-menu {
 display: flex;
 }

 .lwl-offcanvas-nav {
 padding: 16px 0;
 }

 .lwl-offcanvas-nav-link {
 padding: 14px 20px;
 font-size: 0.95rem;
 }

 .lwl-offcanvas-header {
 padding: 16px 20px;
 }

 .lwl-offcanvas-title {
 font-size: 1.1rem;
 }
}

@media (max-width: 480px) {
 .container {
 
 }

 .lwl-header-wrap {
 padding: 0 calc(var(--global-space) * 1);
 margin: 0 -calc(var(--global-space) * 1);
 }

 .lwl-header-title-wrap {
 padding: calc(var(--global-space) * 0.75);
 margin: 0 calc(var(--global-space) * 1) 0 calc(var(--global-space) * 1);
 border-radius: 12px;
 }

 .lwl-logo-link {
 font-size: 14px;
 line-height: 40px;
 gap: 4px;
 }

 .lwl-logo-icon {
 width: 20px;
 height: 20px;
 }

 .lwl-offcanvas-nav-link {
 padding: 12px 16px;
 font-size: 0.9rem;
 }

 .lwl-offcanvas-header {
 padding: 12px 16px;
 }

 .lwl-offcanvas-title {
 font-size: 1rem;
 }
}

.lwl-mobile-offcanvas-menu {
 position: fixed;
 top: 0;
 right: -100%;
 width: 100%;
 max-width: 320px;
 height: 100vh;
 z-index: 10000;
 transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
 display: flex;
 flex-direction: column;
}

.lwl-mobile-offcanvas-menu.active {
 right: 0;
}

.lwl-offcanvas-overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.5);
 opacity: 0;
 visibility: hidden;
 transition: opacity 0.3s ease, visibility 0.3s ease;
 z-index: 9999;
}

.lwl-mobile-offcanvas-menu.active~.lwl-offcanvas-overlay,
body.menu-open .lwl-offcanvas-overlay {
 opacity: 1;
 visibility: visible;
}

.lwl-offcanvas-content {
 position: relative;
 background-color: #222831;
 height: 100%;
 width: 100%;
 display: flex;
 flex-direction: column;
 z-index: 10001;
 box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}

.lwl-offcanvas-header {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 20px;
 border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lwl-offcanvas-title {
 color: #EEEEEE;
 font-size: 1.25rem;
 font-weight: 600;
 margin: 0;
}

.lwl-offcanvas-close {
 background: transparent;
 border: none;
 color: #EEEEEE;
 cursor: pointer;
 padding: 8px;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: color 0.3s ease;
}

.lwl-offcanvas-close:hover {
 color: #00ADB5;
}

.lwl-offcanvas-nav {
 display: flex;
 flex-direction: column;
 padding: 20px 0;
 flex: 1;
 overflow-y: auto;
}

.lwl-offcanvas-nav-link {
 display: flex;
 align-items: center;
 gap: 12px;
 color: #EEEEEE;
 font-size: 1rem;
 padding: 16px 20px;
 text-decoration: none;
 transition: background-color 0.3s ease, color 0.3s ease;
 border: none;
 background: transparent;
 width: 100%;
 text-align: left;
 cursor: pointer;
}

.lwl-offcanvas-nav-link:hover {
 background-color: rgba(255, 255, 255, 0.05);
 color: #00ADB5;
 text-decoration: none;
}

.lwl-offcanvas-nav-btn {
 display: flex;
 align-items: center;
}

.lwl-offcanvas-nav-btn svg {
 flex-shrink: 0;
}



.product-title {
 font-weight: 500;
}


.lwl-title-colors {
 display: block;
 font-size: 15px;
 font-weight: normal;
 margin-top: 5px;
 margin-bottom: 10px;

}


.lwl-colophon {
 font-size: 14px;
 letter-spacing: 1px;
 margin: 0;
 padding: 1em 0;
 overflow: hidden;
 color: #616F78;
}

label.screen-reader-text {
 display: none
}

h1.entry-title {
 font-size: 22px
}

.entry-content {
 font-size: 16px;
 margin-top: 0
}

.entry-content h2 {
 margin-bottom: .5em;
}



.navigation {
 display: none
}





.lwl-lt-footer {
 margin-top: auto;
 overflow: hidden;
}

.lwl-tr-pagination {
 display: flex;
 align-items: center;
 gap: 12px;
 padding: inherit;
 margin: 2rem auto;
 width: 100%;
 text-align: center;
 justify-content: center;
}

.lwl-tr-pagination .lwl-page-numbers-container {
 display: flex;
 align-items: center;
 gap: 8px;

 padding: 8px 16px;
 border-radius: 8px;
 border: 1px solid #dddddd;
 flex: 0 0 auto;
}

.lwl-tr-pagination a,
.lwl-tr-pagination span {
 color: #000;
 font-weight: 600;
 text-align: center;
 font-size: 14px;
 text-decoration: none;
 display: inline-flex;
 align-items: center;
 justify-content: center;
}

.lwl-tr-pagination a.lwl-page-numbers {
 color: #00ADB5;
 background: transparent;
 border: none;
 box-shadow: none;
 padding: 0 7.5px;
 margin: 0;
}

span.lwl-page-numbers.current {
 background: #e5e7eb;
 color: #000;
 padding: 6px 15px;
 border-radius: 6px;
 min-width: 32px;
}

a.lwl-page-numbers:hover {
 color: #1d4ed8;
 background: transparent;
 border: none;
 text-decoration: none;
}

.lwl-tr-pagination a.prev {
 display: none;
}

.lwl-tr-pagination .lwl-next-page-button,
.lwl-tr-pagination a.next {
 background: #00ADB5;
 color: #fff;
 padding: 14px 20px;
 border-radius: 8px;
 font-weight: 600;
 font-size: 14px;
 text-decoration: none;
 border: none;
 box-shadow: none;
 margin: 0;
 white-space: nowrap;
 transition: background-color 0.2s ease;
}

.lwl-tr-pagination .lwl-next-page-button:hover,
.lwl-tr-pagination a.next:hover {
 background: #1d4ed8;
 color: #fff;
 text-decoration: none;
}


.single-info {
 display: inline-block;
 margin-left: 1.5rem;
 width: 75%
}

.single-info a {
 color: #333
}

.single-info div {
 font-size: 14px;
 padding-bottom: 5px
}

.lwl-alignright {
 display: inline;
 float: right;
 text-align: right
}


.lwl-alignleft {
 float: left;
 display: inline;
 text-align: left;
}

.single .lwl-header-search {
 text-align: right !important
}

.lwl-hide-desktop {
 display: none
}

.lwl-header-search {
 margin-top: 0;
 text-align: right;
 width: 57%;
}

.lwl-title a {
 color: #000
}

.lwl-header-menu {
 
 
 
 
}


.lwl-header-menu a {
 font-size: 14px;
 letter-spacing: 1px;
 font-weight: 600;
 color: #353a44;
 padding: 16px 8px;
 display: inline-block;
 box-sizing: border-box;
 margin-right: 0;
 text-decoration: none;
 position: relative;
}

.lwl-header-menu a:hover {}

.lwl-header-menu .active {
 background-color: #475467;
 color: #fff;
 padding: 4px 16px;
 margin-left: 8px;
 margin: 11px 0 11px 11px;
 font-weight: bold;
 letter-spacing: 0;
}

.lwl-header-menu .active:hover {
 color: #1e293c !important;
 background: #7AA6B3;
}

.menu {
 padding: 0 !important;
 margin-left: 16px;
}

.error404 article {
 padding: 4rem 0 2rem
}

.error404 article a {
 text-align: center !important;
 display: block
}

.lwl-logo img {
 width: 38px;
 display: block;
 text-align: center;
 margin: 0 auto 10px
}


.lwl-header-search {
 text-align: unset !important;
 display: inline-block;
 top: -3px;
 position: relative;
 left: 15px;
}

.home .lwl-logo img {
 max-width: 38px;
 display: block;
 margin: 0;
}

.lwl-colophon a:hover {
 text-decoration: none;
}

.lwl-logo span {
 color: #000;
}

.entry-content h3 {
 font-size: 20px;
 margin-bottom: .5em;
}

article .lwl-title {
 font-size: 28px !important
}

.lwl-header-menu h3 {
 margin-bottom: 5px;
 font-weight: 400;
 font-size: 15px
}

.lwl-header-menu svg {
 display: inline-block;
 width: 16px;
 position: relative;
 top: 3px
}

.lwl-home-projects img,
.exploded-loop img {
 max-width: 100%;
 height: 300px;
 object-fit: cover;
 width: 100%;
 border-radius: 20px 20px 0 0;
}


.tax-encyclopedia_category .lwl-home-projects img,
.tax-encyclopedia_sub-category .lwl-home-projects img,
.taxonomy-encyclopedia_category .lwl-home-projects img,
.taxonomy-encyclopedia_sub-category .lwl-home-projects img {
 object-fit: cover;
 width: 100%;
 height: 100%;
}

.lwl-title {
 margin-top: 0;
 font-size: 28px;
 margin-bottom: 0;
 margin: 10px 0;
 font-size: 18px;
 max-width: 800px;
 
}


.single h2.lwl-title {
 margin: 1.5rem 0;
 font-size: 22px;
 text-transform: uppercase;
 letter-spacing: 1px
}



.img-shortcode {
 height: 140px
}

.lwl-single-post h1.lwl-title {
 margin-bottom: 0;
 line-height: 1;
}

.lwl-pages-footer a,
.lwl-pages-footer strong {
 display: block;
 text-align: left;
 font-size: 15px;
 line-height: 24px;
 font-style: italic;
}

.lwl-pages-footer a:hover {
 text-decoration: underline
}

.lwl-pages-footer {
 background: #1e293c;
 padding-top: 1.5rem;
 margin-top: 2em;
 padding-bottom: 1.5rem;
 clear: both;
}

.table-condensed th,
.table-condensed td {
 padding: 1em;
 border-top: 1px dashed #bfc1c5;
}

.lwl-table-titles th {
 text-align: right;
}

.lwl-truncate {
 display: -webkit-box;
 max-width: 100%;
 margin: 0 auto;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 font-size: 18px;
 font-weight: 500;
}

.hamburger-btn {
 display: none
}

.home-icon {
 position: relative !important;
 top: 2px !important;
 padding-right: 10px !important
}

.home-icon svg {
 height: 15px
}

.big {
 height: auto
}


#titles {
 padding-top: 0;
 border: 0;
}

#titles .table-condensed {
 margin-top: 3px;
 border: 0;
}

.nav-btn {
 background: #ededed;
 color: #333;
 font-size: 13px;
 text-transform: uppercase;
 padding: 6px 12px;
 margin: 0 10px 0 0;
 display: inline-block;
}

.nav-btn.active {
 background: #344054;
 color: #fff;
}

.nav-btn-wrap {
 margin: 0 auto 1em;
}

form#searchform i {
 position: absolute;
 left: 30px
}

form#searchform {
 position: relative
}

form#searchform #s {
 font-size: 13px;
 padding: 10px 15px;
 background-color: #fff;
 text-indent: 0;
 border-radius: 4px;
 border: 1px solid #ddd;
 margin-top: 2em;
}

input#s:focus {
 outline: none
}

.btn-group.search {
 position: relative;
}

.btn-group.search svg {
 color: #334054;
}






.page-header-right {
 float: right
}

.page-header-right {
 float: right
}

.side-title {
 margin-bottom: .5em;
 margin-top: 1.5em;
 text-align: left;

 padding-bottom: .5em;
 font-size: 18px;
 display: block;
 font-weight: 500;
}

.sticky {
 position: -webkit-sticky !important;
 position: sticky !important;
 top: 22px
}

table {
 border-spacing: 0;
 margin-bottom: 1.5625em;
 max-width: 100%;
 width: 100%;
 font-size: 15px;
 margin-bottom: 0;
 border: 1px solid #ddd;
}

th,
td {
 text-align: left;
 padding: 1em;
}

td {

 border-top: 1px solid #d4d9df;

}

th {
 font-weight: 700;
 vertical-align: bottom;
 border-top: 1px solid #ddd;
}

td:first-child {
 border-right: 1px solid #d4d9df;
}


.page-template-parts-list td {
 padding: 1em;
}

.page-template-parts-list .part-name {
 font-size: 17px;
}

.page-template-parts-list .vendor {
 font-size: 16px;
}

.part-wrap:last-child>td.part-name {
 border-radius: 0;
}

.part-wrap:last-child>td.part-price {
 border-radius: 0 0 4px 0;
}

.part-price a {
 font-weight: bold;
}


.aligncenter {
 text-align: center;
 display: block;
 margin: 0 auto;
 max-width: 100%;
 height: auto
}

.lwl-home-masthead {
 text-align: center;
 padding: 2.5em 0;
}


.lwl-search-results h1 {
 margin-bottom: 1em !important;
}

.single-inner .lwl-title {
 margin-bottom: 1em !important;
}

button#submit {
 margin-top: 1px;
 background: transparent;
 cursor: pointer;
 border: 0;
 position: absolute;
 right: 3px;
 top: 31px;
}

.page-template-search-page #searchform {
 margin-bottom: 1.5em;
}

.lwl-home-top-wrap {
 padding: 3em 0;
 text-align: center;
 color: #ddd;
 background: #121212;
 border-top: 1px solid #858585;
 position: relative;
}

.home .lwl-home-top-wrap {
 border-top: 0;
 margin-bottom: 2em;
 padding: 3em 0;
}

.lwl-home-top-wrap h1 {
 font-size: 38px !important;
 font-weight: normal;
 color: #fff;
 line-height: 1;
 margin-top: 0 !important;
}

.lwl-arrow-link {
 -webkit-text-fill-color: transparent;
 background-color: #373d4d;
 -webkit-background-clip: text;
 background-clip: text;
 border: 2px #000;
 margin-bottom: 0%;
 margin-right: 0%;
 padding: 15px;
 font-size: 18px;
 font-weight: bolder;
 line-height: 28px;
 position: absolute;
 top: -2%;
 bottom: auto;
 left: auto;
 right: 0%;
 transform: rotate(-45deg);
 display: none;
}

.release-date {
 -webkit-text-fill-color: transparent;
 background-color: #373d4d;
 -webkit-background-clip: text;
 background-clip: text;
 border: 2px #000;
 margin-bottom: 0%;
 margin-right: 0%;
 padding: 15px;
 font-size: 12px;
 font-weight: bolder;
 line-height: 28px;
 position: absolute;
 top: -2%;
 bottom: auto;
 right: auto;
 left: 0%;
}




.lwl-footer-link {
 background-repeat: no-repeat;
 position: relative;
 display: inline-block;
 font-weight: 300;
 letter-spacing: 1px;
}

.grid-two-thirds h3.side-title {
 margin-top: 1em;
 margin-bottom: .5em;
}

.prev-link,
.next-link {
 width: 20px !important;
 color: #000 !important;
}

.post-nav {
 overflow: hidden;
 margin: 0 auto 1.5em;
}

.custom-search input#s {
 border-radius: 0 !important;
 background: #eee !important;
}

.sr-only {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 border: 0;
}

.lwl-nav-wrap {
 position: relative;
 padding: .2em 0;
 border-bottom: 1px solid #cdcdcd;
 margin-bottom: 1em;
 text-align: left;
 display: none;
}

select {




 color: #667588 !important;
 background-color: #fff;
 border: none;
 border-radius: 4px;
 display: inline-block;
 padding: .5em 3.5em .5em 1em;
 margin: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-appearance: none;
 -moz-appearance: none
}

.lwl-content-box p {
 margin-bottom: 1em;
 font-size: 16px;
}

.lwl-content-box p:last-child {
 margin-bottom: 0;
}

.inside-box {
 margin-top: 1.5rem;
}

.page:not(.home) .header-title-wrap,
.archive .header-title-wrap,
.single-inside .header-title-wrap {}

.author .header-title-wrap {
 overflow: hidden;
}

.lwl-header-title-right {
 position: relative;
 top: 5px;
 left: 1em;
}

.page-nav-btn {
 border-top-left-radius: 0.5em;
 border-top-right-radius: 0.5em;
 display: inline-block;
 background-color: transparent;
 border-top: 1px solid #1e293b;
 border-left: 1px solid #1e293b;
 border-right: 1px solid #1e293b;
 border-bottom-color: #404B5D;
 padding: 0.5em 1em;
 text-decoration: none;
 font-size: 15px;
 font-weight: 600;
 color: #fff;
 margin-right: 8px;
}

.page-nav-btn.active,
.page-nav-btn:hover {
 border: 1px solid #334155;
 border-bottom: none;
 text-decoration: none;
 color: #fff;
 background: #334155;
}

.in-the-box li {
 line-height: 1.6;
}

.lwl-content-box .side-title {
 font-size: 18px;
 margin-top: 2em;
}

.lwl-content-box .lwl-tax-btn,
.simplefavorite-button {
 background: #1e293b;
 border-radius: 4px;
 font-weight: 600;
 padding: 0.5em .6em;
 font-size: 13px;
 margin-right: .5em;
 color: #fff;
 letter-spacing: 1px;
}

.simplefavorite-button {
 background: #373D4D;
}

ul.in-the-box a {
 color: #3970cb !important;
}

.lwl-header-title-left img {
 object-fit: contain;
 border-radius: 4px;
}


.content-part li {
 list-style-type: none;
 display: list-item;
 margin-bottom: 1em;
}

.content-part li:last-child {
 margin-bottom: 0;
}

.content-part {
 margin-top: 1em;
}

.lwl-header-menu .photo {
 width: 32px;
 height: 32px;
 border-radius: 99px;
 position: relative;
 top: 9px;
 left: -2px;
}


.lwl-breadcrumbs {
 background: #fffacd;
 box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
 border: 1px solid rgba(39, 39, 39, .75);
 border-radius: 0 0 16px 16px;
 border-top: 0;
}







input[type="checkbox"] {
 display: none;
}

.add-first-btn {
 border: 2px dashed #C9CBD1;
 padding: 2em;
 text-align: center;
 cursor: pointer;
 color: rgba(255, 255, 255, .6);
 margin-top: 1em;
 border-radius: 4px;
}

.add-first-btn:hover {
 border-color: #fefefe;
 color: #fff;
}

.lwl-view-all {
 float: right;
 font-size: 14px;
 position: relative;
 top: 5px;
 color: #f8fafc;
}


span.user-display-name {
 position: relative;
 top: -10px;
 left: 10px;
 font-size: 14px;
}

span.search-border-line {
 display: inline-block;
 width: 1px;
 height: 24px;
 background: #898989;
 position: relative;
 top: 8px;
 right: -13px;
}


li.select2-results__option {
 font-size: 14px !important;
 padding: 0px 5px !important;
}

.part-title {
 margin: 0;
 font-size: 14px;
 text-align: left;
 color: #000;
}

.parts-table {
 border: 1px solid #d4d9df;
 margin-bottom: 2.5em;
 margin-top: 1.5em;
 border-radius: 4px;
}

.part-header {
 color: #222E37;
 font-weight: bold;
 border-top: 1px solid #d4d9df !important;
}

.part-wrap:last-child>td {
 border-radius: 0 0 0 4px;
}

.part-wrap:first-child>td {
 border-top: 0;
}

.part-categories img {
 max-width: 50px;
 height: 50px;
 object-fit: contain;
}

.part-name img {
 display: inline-block;
 float: left;
 width: 100px;
 margin-right: 1em;
 height: 100px;
 object-fit: contain;
}

.part-name {
 overflow: hidden;
}

.part-url {

 display: inline-block;
 max-width: 80%;
}

#comments {
 margin-bottom: 0;
 background: transparent !important;
}

.part-categories {
 background: #1e293b;
 text-align: center;
 margin-bottom: 1.5em;
 padding: 1.5em;
 border-radius: 4px;
}

.part-category {
 display: inline-block;
 padding: 0 1em;
}

.part-category-title {
 text-align: center;
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 1px;
 color: #808184;
}

.part-category-title:hover {
 color: #f8fafc !important;
}

.part-category:hover>.part-category-title {
 color: #fff;
}

.simplefavorite-button {
 right: -5px;
 top: -2px;
 padding: .3em .5em;
 border: 0;
 cursor: pointer;
}

.simplefavorite-button.active {
 background: #fde047;
 border: 0;
 opacity: unset !important;
 color: #000;
}

img.lwl-intro {

 position: relative;
 bottom: -7px;
 padding-top: 2em;
}


.lwl-header-wrap {
 margin: 0 auto 2rem;
 padding: 0 calc(var(--global-space) * 2);
}

span.label-btn {
 position: relative;
 top: -3px;
}

.feature-box {
 font-size: 16px;
 padding: 1em !important;
 background: #1e293b;
 color: #1e293c;
 text-align: left !important;
 color: #e2e8f0;
 margin-top: 0;
 width: 90%;
}


.feature-box-title {
 font-weight: bold;
}

.feature-box-text {
 font-size: 14px;
 overflow: hidden;
}


.feature-box-svg {
 width: 32px;
 float: left;
 margin-right: 1em;
}


.nsl-button.nsl-button-default.nsl-button-google {
 border-radius: 4px !important;
}

#adduser {
 max-width: 720px;
 margin: 0 auto;
}

.svg-icon {
 display: inline-block;
 width: 24px;
 position: relative;
 top: 5px;
 left: -2px;
}

.lwl-meta {
 padding-right: 1.5em;
 line-height: 1;
}

span.screen-reader-text {
 display: none;
}

.lwl-profile {
 border: 1px solid #404B5D;
 border-radius: 12px;
}

.footer-widgets {
 font-size: 15px;
 padding: 2em 0;
 margin-top: 3em;
 margin-top: auto;
 border-top: 1px solid #ddd;
}

.footer-widgets h3 {
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: 1px;
 margin-bottom: 1em;
 font-size: 14px;
}

.footer-widgets a:hover {
 text-decoration: underline;
 color: #b3e3f1;
}

@media screen and (max-width: 1041px) {
 .lwl-header-search {
 width: 50%;
 }
}

@media screen and (max-width: 900px) {
 .footer-widgets h3 {
 margin-top: 1.5em;
 }

}

@media screen and (max-width: 821px) {

 .part-category {
 display: block;
 padding: 0.5em;
 }

 .lwl-header-menu {
 
 
 }

 .lwl-header-wrap {
 padding: 1em;
 margin-bottom: 1rem;
 }

 .lwl-logo-link {
 line-height: 32px
 }


 .lwl-mobile-menu-toggle {
 display: flex;
 }

 .lwl-header-menu .lwl-header-menu-item {
 display: none;
 }

 .lwl-header-menu .lwl-mobile-menu-toggle {
 display: flex;
 }

 .lwl-mobile-offcanvas-menu {
 display: block;
 }

 body.menu-open {
 overflow: hidden;
 }


 .hamburger-btn {
 display: block;

 height: 38px;

 background-color: #475467;
 padding-top: 4px;
 padding-right: 12px;
 padding-bottom: 0;
 padding-left: 12px;
 border-width: 1px;
 border-style: solid;
 border-color: transparent;
 border-radius: 6px;
 color: #fff;

 text-align: center;
 top: 9px;
 }

 .single .lwl-header-search {
 margin-top: 20px;
 width: 190px;
 }

 .single-info {
 display: block;
 margin: 0;
 text-align: center;
 width: 100%;
 margin-top: 15px
 }



 #titles {
 display: block;
 width: 100% !important;
 float: none;
 padding-top: 20px
 }

 #titles .table-condensed {
 display: none
 }

 .empty-title {
 padding-bottom: 20px
 }

 .lwl-hide-desktop {
 display: table-row
 }

 .search-icon {
 width: 23px;
 display: inline-block;
 position: relative;
 top: 8px;
 margin-right: 5px;
 cursor: pointer;
 }

 .search-icon svg {
 color: #fff;
 }

 .home .newsletter-home,
 .page-template-front-page .newsletter-home {
 margin-top: 0 !important;
 }
}

@media screen and (max-width: 661px) {

 .lwl-alignleft,
 .alignright {
 float: none;
 top: unset !important;
 }


 .lwl-nav-wrap {
 margin-bottom: 0.5em;

 }

 .page-nav-btn {
 border: 1px solid lightgray !important;
 border-bottom-color: lightgray !important;
 border-radius: 6px;
 width: 100%;
 margin-bottom: 0.5em !important;
 }

 .page-nav-btn.active {
 border-color: #485467 !important;
 background: #485467;
 color: #fff;
 }

 body {
 padding-bottom: 40px;
 }

 .home .lwl-home-top-wrap {
 border-top: 0;
 margin-bottom: 1em;
 padding: 1em 0 1.5em;
 }

 .lwl-home-top-wrap h1 {
 font-size: 24px !important;
 }

 .lwl-title-colors {
 display: block;
 font-size: 16px;
 }

 .alphabet-box {
 width: 32%;
 }


 .lwl-pages-footer {
 background: #ededed;
 padding-top: 2rem;
 padding-bottom: 1.5rem
 }

 .home h1.lwl-title,
 .page-template-front-page h1.lwl-title {
 margin: 0;
 font-size: 28px
 }

 .single h1.lwl-title,
 .single h2.lwl-title {
 margin: 0 0 10px;
 font-size: 22px;
 }

 .lwl-title-colors {
 text-align: center;
 margin-bottom: 2em;
 }

 .lwl-header-title-right {
 left: unset !important;
 }


 .lwl-colophon .alignright,
 .lwl-colophon .lwl-alignleft {
 display: block;
 float: none;
 margin-top: 0;
 text-align: center
 }

 .lwl-pages-footer {
 text-align: center;
 padding-top: 0;
 }

 .lwl-pages-footer a {
 text-align: center !important
 }

 .lwl-header-menu a {
 padding-bottom: 5px !important;
 padding-left: 0 !important;
 font-size: 12px;
 }

 .lwl-home-top-wrap {
 padding: 2em 0 2.5em;
 }

 .lwl-single-post h1.lwl-title {
 margin-bottom: 0 !important;
 margin-top: 0 !important
 }

 h2.lwl-title-colors {
 margin-bottom: 1em;
 }

 .author-bio {
 font-size: 15px;
 text-align: center;
 }

 .lwl-header-search {
 width: unset;
 display: none;
 }

 td.part-price {
 text-align: left;
 line-height: 1;
 font-size: 14px;
 }
}

@media screen and (max-width: 480px) {


 .lwl-header-wrap {}

 .single .lwl-header-menu {
 text-align: center
 }

 .lwl-tr-pagination {
 flex-direction: column;
 align-items: stretch;
 }

 .lwl-tr-pagination .lwl-page-numbers-container {
 justify-content: center;
 width: 100%;
 }

 .lwl-tr-pagination a,
 .lwl-tr-pagination span {
 display: inline-block;
 margin-top: 1rem
 }

 .lwl-tr-pagination .lwl-next-page-button,
 .lwl-tr-pagination a.next {
 width: 100%;
 margin-top: 12px;
 }


 .single-info a {
 margin-top: 20px;
 display: block
 }

 form#searchform #s {
 width: 100%;
 margin-left: 0;
 margin-bottom: 15px
 }
}



td.part-price {
 text-align: right;
}


.gallery-wrap {
 padding: 1em 0;
 height: 218px;
}

.lwl-header-title-grid {
 display: grid;
 grid-template-columns: 150px 1fr;
 gap: 24px;
 align-items: start;
 padding: 24px 0;
}

.header-image img {
 width: 150px;
 height: 150px;
 object-fit: contain;
 border-radius: 8px;
 background: #fff;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-content {
 display: flex;
 flex-direction: column;
 gap: 8px;
}

.header-content .lwl-title {
 font-size: 32px;
 line-height: 1.2;
 margin: 0;
 color: #1e293b;
}

.device-meta {
 font-size: 16px;
 color: #64748b;
 line-height: 1.5;
}

.status-badge {
 display: inline-flex;
 align-items: center;
 padding: 4px 12px;
 border-radius: 4px;
 font-size: 14px;
 font-weight: 500;
}

.status-badge.discontinued {
 background: #fee2e2;
 color: #dc2626;
}

.page-nav-bar {
 display: flex;
 gap: 8px;
 padding: 16px 0;
 border-top: 1px solid #e2e8f0;
}

.page-nav-btn {
 padding: 8px 16px;
 border-radius: 6px;
 font-size: 14px;
 font-weight: 500;
 color: #475569;
 background: #f8fafc;
 text-decoration: none;
 transition: all 0.2s;
}

.page-nav-btn:hover {
 background: #e2e8f0;
 color: #1e293b;
}

.page-nav-btn.active {
 background: #1e293b;
 color: #fff;
}

@media screen and (max-width: 768px) {
 .lwl-header-title-grid {
 grid-template-columns: 100px 1fr;
 gap: 16px;
 padding: 16px 0;
 }

 .header-image img {
 width: 100px;
 height: 100px;
 }

 .header-content .lwl-title {
 font-size: 24px;
 }

 .page-nav-bar {
 flex-wrap: wrap;
 gap: 4px;
 }

 .page-nav-btn {
 flex: 1 1 calc(50% - 4px);
 text-align: center;
 }
}

.lwl-breadcrumbs {
 padding: 14px calc(var(--global-space) * 2);
 font-size: 16px;
 margin-bottom: 2rem;
}

.lwl-breadcrumbs ol {
 list-style: none;
 margin: 0;
 padding: 0;
 display: flex;
 flex-wrap: wrap;
}

.lwl-breadcrumbs li {
 display: inline-flex;
 align-items: center;
 color: #fff;
}

.lwl-breadcrumbs li:not(:last-child)::after {
 content: ">";
 margin: 0 0.5rem;
 color: #000;
}

.lwl-breadcrumbs a {
 font-weight: 600;
 transition: color 0.2s;

}

.lwl-breadcrumbs a:hover {
 color: #334155;
}

.lwl-breadcrumbs li:last-child {
 color: #5d5e5f;
 font-weight: 500;
}

@media screen and (max-width: 661px) {
 .lwl-breadcrumbs {
 padding: 0.75rem 1em;
 font-size: 13px;
 text-align: center;
 margin-bottom: 1rem;
 }

 .lwl-breadcrumbs ol {
 
 }
}

.content-layout {
 display: grid;
 grid-template-columns: 300px 1fr;
 gap: 2rem;
}

.sidebar {
 border: 1px solid #d4d9df;
 text-align: center;
 border-radius: 8px 8px 0 0;

}

.sidebar .lwl-title {
 border-bottom: 1px solid #d4d9df;
 margin-left: -18px !important;
 margin-right: -18px !important;
 display: block;
 font-size: 18px !important;
 padding-bottom: .5em;
}

.sidebar-section {
 margin-bottom: 1.5rem;
}

.sidebar-section h3 {
 margin-top: 0;
 margin-bottom: 1rem;
 font-size: 1.2rem;
}

.sidebar-section p {
 margin: 0.5rem 0;
}

@media (max-width: 768px) {
 .content-layout {
 grid-template-columns: 1fr;
 }
}

.sidebar-content {
 border: 1px solid #d4d9df;
 padding: 1rem;
 border-radius: 0 0 8px 8px;
 border-top: 0;
}


.collections-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 1rem;
 margin: 2rem 0;
}

.collection-item {
 display: flex;
 justify-content: flex-start;

 color: #2b2e37;
 font-weight: 500;
 text-decoration: none;
 transition: border-color 0.2s ease;

 flex-direction: column;
 flex-wrap: nowrap;


}

.category-group.collection-item .sub-category-link {
 padding: 1.5rem;
}

.collection-item:hover {}

.count {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 background: #a3b087;
 color: #FFF8D4;
 font-size: 0.875rem;
 min-width: 1.5rem;
 height: 1.5rem;
 padding: 0 0.5rem;
 border-radius: 999px;
}

.lwl-taxonomy-featured-image {
 margin-bottom: 10px;
}

.lwl-taxonomy-featured-image img {
 display: block;
 width: 100%;
 height: auto;
 border-radius: 8px;
}

@media screen and (max-width: 1041px) {
 .collections-grid {
 grid-template-columns: repeat(2, 1fr);
 }
}

@media screen and (max-width: 661px) {
 .collections-grid {
 grid-template-columns: 1fr;
 }
}

.lwl-brand-logo {
 max-width: 99px;
}

.sub-category-link {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 background: #f8f9fa;
 border-radius: 20px;
 margin-bottom: 1rem;
}

.sub-category-link {
 padding: 1rem 1.5rem;
}

.sub-category-link:hover {
 background: #e9ecef;
 text-decoration: none;
}

.category-header {
 font-weight: bold;
 letter-spacing: 1px;
 text-transform: uppercase;
 margin-bottom: 1rem;
}

.sub-category-link:last-child {
 border-bottom: 0;
}

.lwl-fact-hero {
 background: #e0ecfc;
 border: none;
 border-radius: 16px;
 padding: 24px 32px;
 margin: 24px 0;
 
 box-shadow: none;
 position: relative;
 overflow: hidden;
 border: 1px solid rgba(39, 39, 39, .75);
}

.lwl-fact-hero::before {
 display: none;
}

.lwl-fact-hero-title {
 font-size: 24px;
 font-weight: bold;
 margin: 0 0 12px 0;

}

.lwl-fact-hero-content {
 font-size: 18px;
 line-height: 1.6;
 margin: 0;
 
}

.lwl-facts-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 16px;
 margin: 24px 0 0;
 align-items: stretch;
 overflow: visible;
}

.lwl-popup .lwl-facts-grid {
 display: flex;
 flex-direction: column;
 gap: 12px;
 margin: 16px 0;
 max-height: 250px !important;


 -webkit-overflow-scrolling: touch;
 scrollbar-width: thin;
 scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.08);
 padding-right: 4px;
 position: relative;
}

.lwl-popup .lwl-facts-grid::-webkit-scrollbar {
 width: 8px;
}

.lwl-popup .lwl-facts-grid::-webkit-scrollbar-track {
 background: rgba(0, 0, 0, 0.08);
 margin: 4px 0;
 border-radius: 4px;
}

.lwl-popup .lwl-facts-grid::-webkit-scrollbar-thumb {
 background: rgba(0, 0, 0, 0.25);
 border-radius: 4px;
 transition: background 0.2s ease;
 min-height: 30px;
}

.lwl-popup .lwl-facts-grid::-webkit-scrollbar-thumb:hover {
 background: rgba(0, 0, 0, 0.4);
}

.lwl-fact-row {
 display: flex;
 align-items: center;
 padding: 8px 0;
 border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.lwl-fact-row:last-child {
 border-bottom: none;
}

.lwl-fact-row .lwl-fact-card-content {
 width: 100%;
}

.lwl-fact-card {
 background: #f1fcfb;
 border: none;
 border-radius: 12px;
 padding: 20px;
 display: flex;
 align-items: flex-start;
 gap: 12px;
 transition: background-color 0.2s ease;
 box-shadow: none;
 min-height: 110px;
 height: 100%;
 overflow: visible;
 position: relative;
 border: 1px solid rgba(39, 39, 39, .75);
}

.lwl-fact-card:hover {
 background: #e9ecef;
}

.lwl-fact-card-icon {
 font-size: 32px;
 line-height: 1;
 flex-shrink: 0;
}

.lwl-fact-card-content {
 flex: 1;
 display: flex;
 flex-direction: column;
 min-height: 0;
 overflow: visible;
 position: relative;
 justify-content: space-between;
}

.lwl-popup .lwl-fact-card-content {
 flex-direction: row;
 align-items: center;
 gap: 12px;
}

.lwl-fact-card-label {
 font-size: 14px;
 font-weight: 600;
 color: #495057;
 margin-bottom: 6px;
 text-transform: uppercase;
 letter-spacing: 0.5px;
}

.lwl-popup .lwl-fact-card-label {
 margin-bottom: 0;
 margin-right: 12px;
 flex-shrink: 0;
 white-space: nowrap;
}

.lwl-fact-card-value {
 font-size: 18px;
 font-weight: bold;
 color: #212529;
 line-height: 1.3;
 flex: 1;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
}

.lwl-popup .lwl-fact-card-value {
 align-items: flex-end;
 text-align: right;
}

.lwl-fact-card-value>div {
 display: block;
 line-height: 1.4;
}

.lwl-fact-card.status-green {
 background: #d4edda;
}

.lwl-fact-card.status-green:hover {
 background: #c3e6cb;
}

.lwl-fact-card.status-green .lwl-fact-card-value {
 color: #155724;
}

.lwl-fact-card.status-yellow {
 background: #fff3cd;
}

.lwl-fact-card.status-yellow:hover {
 background: #ffeaa7;
}

.lwl-fact-card.status-yellow .lwl-fact-card-value {
 color: #856404;
}

.lwl-fact-card.status-orange {
 background: #ffe5d0;
}

.lwl-fact-card.status-orange:hover {
 background: #ffd4a3;
}

.lwl-fact-card.status-orange .lwl-fact-card-value {
 color: #b45309;
}

.lwl-fact-card.status-red,
.lwl-fact-card.status-darkred {
 background: #f8d7da;
}

.lwl-fact-card.status-red:hover,
.lwl-fact-card.status-darkred:hover {
 background: #f5c6cb;
}

.lwl-fact-card.status-red .lwl-fact-card-value,
.lwl-fact-card.status-darkred .lwl-fact-card-value {
 color: #721c24;
}


.lwl-home-hero {
 position: relative;
 display: grid;
 grid-template-columns: 2fr 1fr;
 gap: 2rem;
 align-items: stretch;
 min-height: 400px;
 margin-bottom: 2rem;
}

.lwl-hero-content {
 position: relative;
 z-index: 1;
 text-align: left;
 background: #fffacd;
 border-radius: 16px;
 padding: 60px 48px;

 border: 1px solid rgba(39, 39, 39, .75);
 display: flex;
 flex-direction: column;
 height: 100%;
 align-content: center;
 justify-content: space-between;
 box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.lwl-hero-title {
 font-size: 2.5rem;
 font-weight: 600;

 margin: 0 0 20px 0;
 line-height: 1.2;
 letter-spacing: -0.5px;
}

.lwl-hero-subtitle {
 font-size: 1.5rem;
 font-weight: 600;

 margin: 0 0 20px 0;
 line-height: 1.3;
}

.lwl-hero-description {
 font-size: 1.25rem;
 line-height: 1.7;
 color: #5d5e5f;
 margin: 0 0 32px 0;
}

.lwl-hero-buttons {
 display: flex;
 gap: 16px;
 flex-wrap: wrap;
}

.lwl-hero-btn {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 padding: 6px 18px;
 border-radius: 25px;
 font-size: 1rem;
 font-weight: 600;
 text-decoration: none;
 border: none;
 cursor: pointer;
 transition: all 0.3s ease;
 font-family: inherit;
}

.lwl-hero-btn svg {
 flex-shrink: 0;
}

.lwl-hero-btn-random {
 background: #fff;
 color: #424851;
 border: 1px solid rgba(39, 39, 39, .75);
}

.lwl-hero-btn-random:hover {


 text-decoration: none;
}

.lwl-hero-btn-search {
 background: transparent;
 color: #212529;
 
}

.lwl-hero-btn-search:hover {}

.lwl-hero-image {
 position: relative;
 width: 100%;
 height: 100%;
 border-radius: 12px;
 overflow: hidden;
}

.lwl-hero-image img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 12px;
}


.lwl-featured-entry {
 position: relative;
 width: 100%;
 height: 100%;
 border-radius: 16px;
 overflow: hidden;
 display: flex;
 align-items: flex-end;
 text-decoration: none;
 color: inherit;
 cursor: pointer;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 outline: 1px solid rgba(39, 39, 39, .75);
 background: #fff;
}

.lwl-featured-entry:hover {
 transform: translateY(-2px);
 box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
 text-decoration: none;
}

.lwl-featured-entry-bg {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 z-index: 1;
 border-radius: 12px;
}

.lwl-featured-entry-overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
 z-index: 2;
 border-radius: 12px;
}

.lwl-featured-entry-content {
 z-index: 3;
 padding: 32px 24px;
 width: 100%;
 color: #ffffff;
 border-radius: 12px;
}

.lwl-featured-label {
 display: inline-block;
 background: rgba(255, 255, 255, 0.2);
 backdrop-filter: blur(10px);
 color: #ffffff;
 font-size: 0.75rem;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 1px;
 padding: 6px 12px;
 border-radius: 4px;
 position: absolute;
 top: 24px;
}

.lwl-featured-entry-name {
 font-size: 1.75rem;
 font-weight: 700;
 color: #ffffff;
 margin: 0 0 8px 0;
 line-height: 1.2;
 text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.lwl-featured-entry-scientific {
 font-size: 1rem;
 color: rgba(255, 255, 255, 0.9);
 margin: 0;
 font-style: italic;
 text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}


.lwl-search-popup {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 999999;
 opacity: 0;
 visibility: hidden;
 overflow-y: auto;
 overflow-x: hidden;
 -webkit-overflow-scrolling: touch;
 transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

.lwl-search-popup.active {
 opacity: 1;
 visibility: visible;
}


.lwl-search-popup-overlay {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: rgba(0, 0, 0, 0.8);
 cursor: pointer;
 z-index: 999997;
 pointer-events: auto;
 animation: overlayFadeIn 0.2s ease-out;
}


@keyframes overlayFadeIn {
 from {
 opacity: 0;
 }

 to {
 opacity: 1;
 }
}


.lwl-search-popup-container {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 90%;
 max-width: 600px;
 max-height: 90vh;
 background: #fff;
 box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
 overflow: visible;
 display: flex;
 flex-direction: column;
 box-sizing: border-box;
 border-radius: 20px;
 z-index: 999999;
 animation: popupFadeIn 0.2s ease-out;
}


@keyframes popupFadeIn {
 from {
 opacity: 0;
 transform: translate(-50%, -50%) scale(0.96);
 }

 to {
 opacity: 1;
 transform: translate(-50%, -50%) scale(1);
 }
}

.lwl-search-popup-content {
 background: #ffffff;
 border-radius: 20px;
 width: 100%;
 max-height: 90vh;
 overflow-y: auto;
 display: flex;
 flex-direction: column;
}

.lwl-search-popup-header {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 24px;
 border-bottom: 1px solid #e9ecef;
}

.lwl-search-popup-title {
 font-size: 1.5rem;
 font-weight: 700;
 color: #212529;
 margin: 0;
 display: flex;
 align-items: center;
 gap: 8px;
}

.lwl-search-popup-title .arrow {
 color: #6c757d;
 font-size: 1.2rem;
}

.lwl-search-popup-close {
 position: fixed;
 top: 20px;
 right: 20px;
 width: 40px;
 height: 40px;
 background: rgba(0, 0, 0, 0.5);
 color: #fff;
 border: none;
 border-radius: 50%;
 font-size: 32px;
 line-height: 1;
 cursor: pointer;
 z-index: 1000000;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: background 0.3s ease;
}

.lwl-search-popup-close:hover {
 background: rgba(0, 0, 0, 0.8);
}

.lwl-search-popup-close:focus {
 outline: 2px solid #fff;
 outline-offset: 2px;
}

.lwl-search-popup-body {
 padding: 24px;
}

.lwl-search-popup-form {
 margin-bottom: 32px;
}

.lwl-search-input-wrapper {
 display: flex;
 gap: 8px;
 align-items: center;
}

.lwl-search-popup-input {
 flex: 1;
 padding: 12px 16px !important;
 border-radius: 8px !important;
 font-size: 1rem;
 font-family: inherit;
 background: #f8f9fa;
}

.lwl-search-popup-input:focus {
 outline: none;
 border-color: #0078d7;
}

.lwl-search-popup-submit {
 background: #212529;
 color: #ffffff;
 border: none;
 border-radius: 8px;
 padding: 12px 16px;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: background 0.3s ease;
}

.lwl-search-popup-submit:hover {
 background: #000000;
}

.lwl-search-results {
 margin-bottom: 0;
}

.lwl-search-results-list {
 display: flex;
 flex-direction: column;
 gap: 0;
}

.search-result-item {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 0 16px !important;
 border-bottom: 1px solid #f1f3f5;
}

.search-result-item:last-child {
 border-bottom: none;
}

.search-result-item a {
 color: #212529;
 text-decoration: none;
 font-weight: 500;
 transition: color 0.3s ease;
}

.search-result-item a:hover {
 color: #0078d7;
}

.recently-added-section {
 margin-top: 32px;
}

.recently-added-title {
 font-size: 1.25rem;
 font-weight: 700;
 color: #212529;
 margin: 0 0 16px 0;
 display: flex;
 align-items: center;
 gap: 8px;
}

.recently-added-title .arrow {
 color: #6c757d;
 font-size: 1rem;
}

.recently-added-list {
 list-style: none;
 margin: 0;
 padding: 0;
}

.recently-added-list li {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 6px 0;
 border-bottom: 1px solid #f1f3f5;
}

.recently-added-list li:last-child {
 border-bottom: none;
}

.recently-added-list a {
 color: #212529;
 text-decoration: none;
 font-weight: 500;
 font-size: 16px;
 transition: color 0.3s ease;
}

.recently-added-list a:hover {
 color: #0078d7;
}

.category-tag {
 font-size: 0.875rem;
 color: #6c757d;
 background: #f8f9fa;
 padding: 4px 12px;
 border-radius: 12px;
}

@media (max-width: 1200px) {
 .lwl-home-hero {
 gap: 1.5rem;
 min-height: 350px;
 }

 .lwl-hero-content {
 padding: 48px 40px;
 }

 .lwl-hero-title {
 font-size: 2.2rem;
 }

 .lwl-hero-description {
 font-size: 1.1rem;
 }
}

@media (max-width: 1024px) {
 .lwl-home-hero {
 grid-template-columns: 1.5fr 1fr;
 gap: 1.25rem;
 min-height: 320px;
 }

 .lwl-hero-content {
 padding: 40px 32px;
 }

 .lwl-hero-title {
 font-size: 2rem;
 }

 .lwl-hero-subtitle {
 font-size: 1.3rem;
 }

 .lwl-hero-description {
 font-size: 1rem;
 margin-bottom: 24px;
 }
}

@media (max-width: 900px) {
 .lwl-home-hero {
 grid-template-columns: 1fr;
 gap: 1.5rem;
 min-height: auto;
 margin-bottom: 24px;
 }

 .lwl-hero-image {
 min-height: 320px;
 order: -1;
 }

 .lwl-hero-content {
 padding: 36px 28px;
 }

 .lwl-hero-title {
 font-size: 1.8rem;
 margin-bottom: 12px;
 }

 .lwl-hero-subtitle {
 font-size: 1.2rem;
 margin-bottom: 12px;
 }

 .lwl-hero-description {
 font-size: 0.95rem;
 margin-bottom: 20px;
 }

 .lwl-featured-entry-content {
 padding: 28px 22px;
 }

 .lwl-featured-entry-name {
 font-size: 1.4rem;
 }
}

@media (max-width: 768px) {
 .lwl-home-hero {
 grid-template-columns: 1fr;
 padding: 0;
 margin: 8px 0 24px 0;
 border-radius: 16px;
 gap: 16px;
 min-height: auto;
 }

 .lwl-hero-image {
 min-height: 300px;
 order: -1;
 }

 .lwl-featured-entry-content {
 padding: 24px 20px;
 }

 .lwl-featured-entry-name {
 font-size: 1.5rem;
 }

 .lwl-featured-entry-scientific {
 font-size: 0.9rem;
 }

 .lwl-hero-title {
 font-size: 2rem;
 margin-bottom: 16px;
 }

 .lwl-hero-subtitle {
 font-size: 1.5rem;
 margin-bottom: 16px;
 }

 .lwl-hero-description {
 font-size: 1.1rem;
 line-height: 1.6;
 margin-bottom: 24px;
 }

 .lwl-hero-buttons {
 flex-direction: column;
 }

 .lwl-hero-btn {
 width: 100%;
 justify-content: center;
 }

 .lwl-search-popup-content {
 max-width: 100%;
 max-height: 100vh;
 border-radius: 0;
 }
}

@media (max-width: 480px) {
 .container {
 
 }

 .lwl-home-hero {
 padding: 0;
 margin: 6px 0 16px 0;
 
 }

 .lwl-hero-content {
 padding: 30px;
 }

 .lwl-header-wrap {
 padding: 0 calc(var(--global-space) * 1);
 
 }

 .lwl-header-title-wrap {
 padding: calc(var(--global-space) * 0.75);
 margin: 0 calc(var(--global-space) * 1) 0 calc(var(--global-space) * 1);
 border-radius: 12px;
 }

 .lwl-hero-title {
 font-size: 2rem;
 }

 .lwl-hero-subtitle {
 font-size: 1.25rem;
 }

 .lwl-hero-description {
 font-size: 1rem;
 }

 .lwl-featured-entry-content {
 padding: 20px 16px;
 }

 .lwl-featured-entry-name {
 font-size: 1.25rem;
 }

 .lwl-featured-entry-scientific {
 font-size: 0.85rem;
 }

 .lwl-featured-entry-link {
 font-size: 0.9rem;
 padding: 8px 16px;
 }

 .lwl-offcanvas-nav-link {
 padding: 12px 16px;
 font-size: 0.9rem;
 }

 .lwl-offcanvas-header {
 padding: 12px 16px;
 }

 .lwl-offcanvas-title {
 font-size: 1rem;
 }

 .lwl-search-popup-header,
 .lwl-search-popup-body {
 padding: 20px;
 }
}


.lwl-category-cards-row {
 display: grid;
 grid-template-columns: repeat(4, minmax(0, 1fr));
 gap: 2rem;
 margin: 2rem 0;
}

@media (max-width: 1024px) {
 .lwl-category-cards-row {
 grid-template-columns: repeat(3, minmax(0, 1fr));
 gap: 1.5rem;
 }
}

.home .lwl-category-cards-row {
 margin-bottom: 2rem;
}

.lwl-compare-with-others {
 margin-bottom: 40px;
}

.lwl-category-card {
 position: relative;
 border-radius: 16px;
 overflow: hidden;
 min-height: 280px;
 display: block;
 text-decoration: none;
 box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
 transition: transform 0.3s ease, box-shadow 0.3s ease;
 background: #f8f9fa;
 border: none;
 outline: 1px solid rgba(39, 39, 39, .75);
}

.lwl-category-card:hover {
 transform: translateY(-4px);
 box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
 text-decoration: none;
}

.lwl-category-card:hover>.lwl-category-card-bg::after {
 background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
}


.lwl-category-card .lwl-category-card-content {
 background: transparent;
}

.lwl-category-card-bg {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-size: cover;
 background-position: top center;
 background-repeat: no-repeat;
 background-color: transparent;
 z-index: 1;
 border-radius: 12px;
}

.lwl-category-card-bg::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
 z-index: 1;
 border-radius: 12px;
}

.lwl-category-card-content {
 position: relative;
 z-index: 2;
 padding: 32px 24px;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 color: #fff;
}

.lwl-category-card-count {
 font-size: 3rem;
 font-weight: 800;
 line-height: 1;
 margin-bottom: 12px;
 text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
 color: #fff;
}

.lwl-category-card-name {
 font-size: 1.25rem;
 font-weight: 600;
 line-height: 1.3;
 text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
 color: #fff;
}


.lwl-popup-card {
 position: relative;
}

.lwl-popup-card-overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.85);
 backdrop-filter: blur(4px);
 opacity: 0;
 visibility: hidden;
 transition: opacity 0.3s ease, visibility 0.3s ease;
 z-index: 3;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 24px;
 border-radius: 16px;
}

.lwl-popup-card:hover .lwl-popup-card-overlay {
 opacity: 1;
 visibility: visible;
}

.lwl-popup-card-info {
 width: 100%;
 max-height: 100%;
 overflow-y: auto;
 color: #fff;
}

.lwl-popup-card-title {
 margin-bottom: 16px;
 padding-bottom: 16px;
 border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.lwl-popup-card-title-text {
 display: block;
 font-size: 1.25rem;
 font-weight: 700;
 color: #fff;
 line-height: 1.3;
 text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.lwl-popup-card-scientific {
 margin-bottom: 16px;
 padding-bottom: 16px;
 border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.lwl-popup-card-scientific .lwl-popup-card-label {
 display: block;
 font-size: 0.75rem;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 600;
 color: rgba(255, 255, 255, 0.7);
 margin-bottom: 6px;
}

.lwl-popup-card-scientific .lwl-popup-card-value {
 display: block;
 font-size: 1.1rem;
 font-weight: 700;
 font-style: italic;
 color: #fff;
 line-height: 1.4;
}

.lwl-popup-card-fields,
.lwl-popup-card-taxonomies {
 margin-top: 12px;
}

.lwl-popup-card-field,
.lwl-popup-card-taxonomy {
 margin-bottom: 12px;
 padding: 8px 0;
 border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lwl-popup-card-field:last-child,
.lwl-popup-card-taxonomy:last-child {
 border-bottom: none;
 margin-bottom: 0;
}

.lwl-popup-card-field .lwl-popup-card-label,
.lwl-popup-card-taxonomy .lwl-popup-card-label {
 display: block;
 font-size: 0.7rem;
 text-transform: uppercase;
 letter-spacing: 0.5px;
 font-weight: 600;
 color: rgba(255, 255, 255, 0.6);
 margin-bottom: 4px;
}

.lwl-popup-card-field .lwl-popup-card-value,
.lwl-popup-card-taxonomy .lwl-popup-card-value {
 display: block;
 font-size: 0.9rem;
 font-weight: 500;
 color: #fff;
 line-height: 1.3;
}




.lwl-popup-card-info::-webkit-scrollbar {
 width: 6px;
}

.lwl-popup-card-info::-webkit-scrollbar-track {
 background: rgba(255, 255, 255, 0.1);
 border-radius: 3px;
}

.lwl-popup-card-info::-webkit-scrollbar-thumb {
 background: rgba(255, 255, 255, 0.3);
 border-radius: 3px;
}

.lwl-popup-card-info::-webkit-scrollbar-thumb:hover {
 background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
 .lwl-category-cards-row {
 grid-template-columns: 1fr 1fr;
 gap: 16px;
 margin: 24px 0 32px 0;
 }

 .lwl-category-card {
 min-height: 240px;
 }

 .lwl-category-card-content {
 padding: 24px 20px;
 }

 .lwl-category-card-count {
 font-size: 2.5rem;
 }

 .lwl-category-card-name {
 font-size: 1.1rem;
 }
}

@media (max-width: 480px) {
 .lwl-category-cards-row {
 grid-template-columns: 1fr;
 gap: 12px;
 margin: 16px 0 24px 0;
 }

 .lwl-category-card {
 min-height: 200px;
 border-radius: 12px;
 }

 .lwl-category-card-content {
 padding: 20px 16px;
 }

 .lwl-category-card-count {
 font-size: 2rem;
 }

 .lwl-category-card-name {
 font-size: 1rem;
 }

 .lwl-popup-card-overlay {
 padding: 16px;
 }

 .lwl-popup-card-scientific {
 margin-bottom: 12px;
 padding-bottom: 12px;
 }

 .lwl-popup-card-scientific .lwl-popup-card-value {
 font-size: 1rem;
 }

 .lwl-popup-card-field,
 .lwl-popup-card-taxonomy {
 margin-bottom: 10px;
 padding: 6px 0;
 }

 .lwl-popup-card-field .lwl-popup-card-value,
 .lwl-popup-card-taxonomy .lwl-popup-card-value {
 font-size: 0.85rem;
 }
}

.lwl-fact-card.status-grey {
 background: #e9ecef;
}

.lwl-fact-card.status-grey:hover {
 background: #dee2e6;
}

.lwl-fact-card.status-grey .lwl-fact-card-value {
 color: #343a40;
}

.lwl-taxonomies-section {
 margin: 32px 0;
 padding: 24px;
 background: #f8f9fa;
 border: none;
 border-radius: 12px;
}

.lwl-taxonomy-group {
 margin-bottom: 20px;
}

.lwl-taxonomy-group:last-child {
 margin-bottom: 0;
}

.taxonomy-group-header {
 display: flex;
 align-items: center;
 gap: 8px;
 margin-bottom: 12px;
 font-size: 18px;
 font-weight: 600;
 color: #212529;
}

.taxonomy-icon {
 font-size: 24px;
}

.taxonomy-label {
 text-transform: capitalize;
}

.taxonomy-badges {
 display: flex;
 flex-wrap: wrap;
 gap: 8px;
}

.taxonomy-badge {
 display: inline-block;
 padding: 8px 16px;
 background: #667eea;
 border: none;
 border-radius: 20px;
 color: white;
 text-decoration: none;
 font-weight: 500;
 font-size: 14px;
 transition: background-color 0.2s ease;
 box-shadow: none;
}

.taxonomy-badge:hover {
 background: #5568d3;
}

.taxonomy-badge:active {
 background: #4c5fd0;
}

.taxonomy-value {
 display: flex;
 flex-wrap: wrap;
 gap: 6px;
 align-items: center;
 max-height: 80px;


 padding-right: 4px;
}

.taxonomy-value::-webkit-scrollbar {
 width: 4px;
}

.taxonomy-value::-webkit-scrollbar-track {
 background: transparent;
}

.taxonomy-value::-webkit-scrollbar-thumb {
 background: #667eea;
 border-radius: 2px;
}

.taxonomy-value::-webkit-scrollbar-thumb:hover {
 background: #5568d3;
}

.taxonomy-badge-inline {
 display: inline-block;
 padding: 4px 10px;
 background: #00ADB5;
 border: none;
 border-radius: 14px;
 color: white;
 text-decoration: none;
 font-weight: 500;
 font-size: 14px;
 transition: background-color 0.2s ease;
 box-shadow: none;
 white-space: nowrap;
 flex-shrink: 0;
 position: relative;
}

.taxonomy-badge-inline:hover {
 background: #222831;
 text-decoration: none;
}


.taxonomy-badge-inline[data-tooltip] {
 position: relative;
}

.taxonomy-badge-inline[data-tooltip]::before {
 content: attr(data-tooltip);
 position: absolute;
 bottom: 100%;
 left: 50%;
 transform: translateX(-50%) translateY(10px) scale(0.8);
 margin-bottom: 8px;
 padding: 8px 14px;
 background: #333;
 color: #fff;
 font-size: 0.85em;
 border-radius: 6px;
 z-index: 1000001;
 pointer-events: none;
 max-width: min(250px, calc(100vw - 40px));
 width: max-content;
 word-wrap: break-word;
 word-break: break-word;
 overflow-wrap: break-word;
 white-space: normal;
 text-align: center;
 min-width: 120px;
 box-sizing: border-box;
 line-height: 1.4;
 opacity: 0;
 transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
 hyphens: auto;
}

.taxonomy-badge-inline[data-tooltip]:hover::before {
 opacity: 1;
 transform: translateX(-50%) translateY(0) scale(1);
}

.taxonomy-badge-inline[data-tooltip]::after {
 content: '';
 position: absolute;
 bottom: 100%;
 left: 50%;
 transform: translateX(-50%) translateY(10px) scale(0.8);
 margin-bottom: 2px;
 width: 0;
 height: 0;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-top: 6px solid #333;
 z-index: 1000002;
 pointer-events: none;
 opacity: 0;
 transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.taxonomy-badge-inline[data-tooltip]:hover::after {
 opacity: 1;
 transform: translateX(-50%) translateY(0) scale(1);
}

.taxonomy-row {
 padding: 8px 0;
 border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.taxonomy-row:last-child {
 border-bottom: none;
}

.taxonomy-card .lwl-fact-card-value {
 font-size: 16px;
 font-weight: normal;
 padding: 0;
 flex: 1;
}

.taxonomy-card .taxonomy-value,
.taxonomy-row .taxonomy-value {
 display: flex;
 flex-wrap: wrap;
 gap: 6px;
 align-items: center;
 flex: 1;
 max-height: 80px;
 overflow: visible;
 justify-content: flex-end;
 text-align: right;
 position: relative;
}

.taxonomy-value {
 overflow: visible !important;
}

.lwl-fact-row {
 overflow: visible !important;
}

.lwl-fact-card-value {
 overflow: visible !important;
}

.taxonomy-value.habitat-two-columns {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 6px;
 align-items: start;
 max-height: 80px;
 overflow: visible;
}

.taxonomy-value.habitat-two-columns .taxonomy-badge-inline {
 width: 100%;
 text-align: center;
 font-size: 12px;
 padding: 4px 10px;
 white-space: nowrap;
}

.lwl-sidebar {
 width: 100%;
 max-width: 400px;
 margin-bottom: 24px;
}

.lwl-featured-image {
 width: 100%;
 height: auto;
 border-radius: 12px;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.lwl-single-layout {
 display: flex;
 flex-direction: column;
 gap: 30px;
 background: #fff;
 padding: 40px 40px 30px;
 border-radius: 16px 16px 0 0;
 box-sizing: border-box;
 border: 1px solid rgba(39, 39, 39, .75);
}

.lwl-single-top {
 display: flex;
 gap: 30px;
 align-items: stretch;
}

.lwl-single-image {
 flex: 0 0 49%;
 min-width: 0;
 display: flex;
 align-items: stretch;
}

.lwl-single-image .lwl-featured-image {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 12px;
 border: none;
 box-shadow: none;
 background: #f8f9fa;
}

.lwl-single-top-right {
 flex: 0 0 48%;
 min-width: 0;
 display: flex;
 flex-direction: column;
 gap: 20px;
}

.lwl-single-top-right .lwl-title {
 margin: 0 0 0 0;
}

.lwl-single-top-right .lwl-fact-hero {
 margin: 0;
 flex: 1;
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.lwl-single-layout .lwl-facts-grid {
 width: 100%;
 margin-top: 0;
}

@media (max-width: 1024px) {
 .lwl-single-layout {
 padding: 32px 32px 24px;
 gap: 24px;
 }

 .lwl-single-top {
 gap: 20px;
 }

 .lwl-single-image {
 flex: 0 0 42%;
 }

 .lwl-single-top-right {
 flex: 0 0 55%;
 }
}

@media (max-width: 768px) {
 .lwl-single-layout {
 padding: 20px 16px 16px;
 gap: 16px;
 border-radius: 12px 12px 0 0;
 }

 .lwl-single-top {
 flex-direction: column;
 gap: 14px;
 }

 .lwl-single-image {
 flex: 1 1 100%;
 max-height: 280px;
 }

 .lwl-single-image .lwl-featured-image {
 max-height: 280px;
 }

 .lwl-single-top-right {
 flex: 1 1 100%;
 gap: 14px;
 }

 .lwl-single-top-right .lwl-title {
 font-size: 22px;
 }

 .lwl-single-top-right .lwl-fact-hero {
 padding: 16px 20px;
 margin: 0;
 }
}

@media (max-width: 480px) {
 .lwl-single-layout {
 padding: 14px 14px 14px;
 gap: 14px;
 border-radius: 8px 8px 0 0;
 }

 .lwl-single-top {
 gap: 12px;
 }

 .lwl-single-image {
 max-height: 220px;
 }

 .lwl-single-image .lwl-featured-image {
 max-height: 220px;
 }

 .lwl-single-top-right {
 gap: 12px;
 }

 .lwl-single-top-right .lwl-title {
 font-size: 20px;
 }

 .lwl-single-top-right .lwl-fact-hero {
 padding: 14px 16px;
 }
}

.lwl-popup .lwl-fact-hero {
 margin: 16px 0;
 padding: 20px 24px;
}

.lwl-popup .lwl-facts-grid {
 margin: 16px 0;
 gap: 12px;
}

.lwl-popup .lwl-fact-row {
 padding: 8px 0;
 border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.lwl-popup .lwl-fact-row:last-child {
 border-bottom: none;
}

.lwl-popup .lwl-fact-card {
 padding: 16px;
 min-height: 110px;
 height: 100%;
}

.lwl-popup .lwl-taxonomies-section {
 margin: 24px 0;
 padding: 20px;
}

.lwl-single-post-navigation {
 margin: 20px 0;
 padding: 0;
 border-top: 1px solid #e9ecef;
}

.post-nav-buttons {
 display: flex;
 gap: 12px;
 justify-content: space-between;
 align-items: center;
 flex-direction: row;
 flex-wrap: nowrap;
}

.post-nav-btn {
 display: inline-block;
 padding: 12px 24px;
 color: #555;
 text-decoration: none;
 border-radius: 8px;
 font-weight: 500;
 font-size: 14px;
 transition: background-color 0.2s ease;
 border: none;
 cursor: pointer;
 background: #fff;
}

.post-nav-btn:hover {

 text-decoration: underline;
}

.post-nav-btn:focus {
 outline: 2px solid #667eea;
 outline-offset: 2px;
}

.lwl-popup-footer-nav {
 display: flex;
 justify-content: center;
 align-items: center;
 width: fit-content;
 background: #fff;
 border: 1px solid rgba(39, 39, 39, .75);
 border-radius: 50px;
 overflow: hidden;
 position: absolute;
 left: 50%;
 bottom: -20px;
 transform: translateX(-50%);
 z-index: 10;
}

.lwl-popup-footer-nav:not(.lwl-single-button)::after {
 content: '';
 position: absolute;
 left: 50%;
 top: 0;
 bottom: 0;
 width: .5px;
 background: rgba(39, 39, 39, .75);
 transform: translateX(-50%);
}

.lwl-popup-footer-nav .lwl-popup-nav-btn {
 padding: 12px 24px;
 background: transparent;
 border: none;
 font-weight: 500;
 font-size: 16px;
 cursor: pointer;
 transition: background-color 0.2s ease;
 display: flex;
 align-items: center;
 justify-content: center;
 min-width: 80px;
}

.lwl-popup-footer-nav .lwl-popup-nav-btn svg {
 width: 16px;
 height: 16px;
 display: block;
}

.lwl-popup-footer-nav.lwl-single-button .lwl-popup-nav-btn {
 flex: 0 0 auto;
}

.lwl-popup-footer-nav:not(.lwl-single-button) .lwl-popup-nav-btn {
 
}

.lwl-popup-footer-nav .lwl-popup-nav-back {
 color: #555;
}

.lwl-popup-footer-nav .lwl-popup-nav-next {
 color: #555;
}

.lwl-popup-footer-nav .lwl-popup-nav-btn:hover {
 background: #f5f5f5;
}

.lwl-popup-footer-nav .lwl-popup-nav-btn:disabled {
 opacity: 0.5;
 cursor: not-allowed;
}



.lwl-title-sort-wrapper {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 20px;
 flex-wrap: wrap;
}

.lwl-title-sort-wrapper .lwl-title {
 flex: 1;
 margin: 0;
 min-width: 0;
}

.lwl-sort-filter {
 margin-top: 0;
 display: flex;
 justify-content: flex-end;
 flex-shrink: 0;
}

.lwl-sort-filter-form {
 margin: 0;
}

.lwl-sort-filter-row {
 display: flex;
 flex-wrap: wrap;
 gap: 12px;
 align-items: flex-end;

 border-radius: 12px;


 width: 100%;
 max-width: 360px;
}

.lwl-sort-filter-group {
 display: flex;
 flex-direction: row;
 gap: 12px;
 align-items: center;
 flex: 1;
 min-width: 200px;
}

.lwl-sort-filter-group label {
 font-size: 13px;
 font-weight: 600;
 color: #6b7280;
 white-space: nowrap;
 flex-shrink: 0;
}

.lwl-sort-filter-group select {
 flex: 1;
 min-width: 0;
 padding: 8px 16px 8px 14px;
 border-radius: 9999px;
 border: 1px solid #cbd5e1;
 background-color: #ffffff;
 box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
 font-size: 14px;
 color: #111827 !important;
 cursor: pointer;
 appearance: auto;
 -webkit-appearance: auto;
 transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.lwl-sort-filter-group select:hover {
 border-color: #94a3b8;
 background-color: #f8fafc;
 box-shadow: 0 2px 5px rgba(15, 23, 42, 0.08);
}

.lwl-sort-filter-group select:focus {
 outline: none;
 border-color: #2563eb;
 box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.15);
}

.lwl-sort-filter-group select optgroup {
 font-weight: 600;
 color: #374151;
 padding: 4px 0;
}

.lwl-sort-filter-group select option {
 padding: 6px 8px;
 font-weight: normal;
}

@media (max-width: 640px) {
 .lwl-title-sort-wrapper {
 flex-direction: column;
 align-items: flex-start;
 gap: 16px;
 }

 .lwl-title-sort-wrapper .lwl-title {
 width: 100%;
 }

 .lwl-sort-filter {
 width: 100%;
 justify-content: flex-start;
 }

 .lwl-sort-filter-row {
 padding: 10px 12px;
 gap: 10px;
 max-width: 100%;
 }

 .lwl-sort-filter-group {
 min-width: 0;
 width: 100%;
 }

 .lwl-sort-filter-group select {
 width: 100%;
 }
}

.lwl-popup-footer-left {
 display: flex;
 flex-direction: column;
 gap: 8px;
}

@media (max-width: 768px) {
 .lwl-facts-grid {
 grid-template-columns: 1fr;
 }

 .lwl-fact-hero {
 padding: 20px 24px;
 }

 .lwl-fact-hero-title {
 font-size: 20px;
 }

 .lwl-fact-hero-content {
 font-size: 16px;
 }

 .lwl-fact-card-icon {
 font-size: 28px;
 }

 .lwl-fact-card-value {
 font-size: 16px;
 }

 .lwl-popup-footer-nav {
 
 }

 .lwl-popup-footer-nav .lwl-popup-nav-btn {
 
 
 
 }

 .lwl-sidebar {
 max-width: 100%;
 }

 .post-nav-buttons {
 flex-direction: column;
 }

 .post-nav-btn {
 width: 100%;
 text-align: center;
 }

 .lwl-popup-footer-nav {
 
 }

 .lwl-popup-footer-nav .lwl-popup-nav-btn {
 
 }
}

.lwl-heading-container {
 display: flex;

 align-content: center;
 justify-content: space-between;
 flex-wrap: nowrap;
 flex-direction: row;
 align-items: flex-start;
}

.lwl-heading-container h3 {
 margin: 0;
}

.lwl-view-all-btn {
 text-decoration: none;
}


.lwl-edit-entry-link {

 padding: 20px 0;

}

.lwl-edit-entry-btn {
 display: inline-flex;
 align-items: center;
 padding: 10px 20px;
 background: #f8f9fa;
 color: #495057;
 text-decoration: none;
 border-radius: 6px;
 font-size: 14px;
 font-weight: 500;
 transition: all 0.1s ease;
 border: 1px solid #dee2e6;
}

.lwl-edit-entry-btn:hover {
 background: #e9ecef;
 color: #212529;
 border-color: #adb5bd;
 text-decoration: none;
}

.lwl-edit-entry-btn svg {
 flex-shrink: 0;
}


.lwl-single-post-footer {
 margin-top: 40px;
 margin-bottom: 2rem;
 border-radius: 0 0 20px 20px;
}

@media (max-width: 768px) {
 .lwl-single-post-footer {
 padding: 20px 20px;
 }
}



.lwl-lightbox-trigger {
 display: block;
 cursor: zoom-in;
 position: relative;
 transition: opacity 0.3s ease;
}

.lwl-lightbox-trigger:hover {
 opacity: 0.9;
}

.lwl-lightbox-trigger img {
 display: block;
 width: 100%;
 height: auto;
}

#lwl-lightbox {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 9999999;
 display: flex;
 align-items: center;
 justify-content: center;
 opacity: 0;
 visibility: hidden;
 transition: opacity 0.3s ease, visibility 0.3s ease;
}

#lwl-lightbox.active {
 opacity: 1;
 visibility: visible;
}

.lwl-lightbox-overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.9);
 backdrop-filter: blur(4px);
 cursor: pointer;
}

.lwl-lightbox-content {
 position: relative;
 z-index: 1;
 max-width: 90%;
 max-height: 90vh;
 display: flex;
 flex-direction: column;
 align-items: center;
 transform: scale(0.9);
 transition: transform 0.3s ease;
}

#lwl-lightbox.active .lwl-lightbox-content {
 transform: scale(1);
}

.lwl-lightbox-image-wrapper {
 position: relative;
 max-width: 100%;
 max-height: 85vh;
 display: flex;
 flex-direction: column;
 align-items: center;
}

.lwl-lightbox-image {
 max-width: 100%;
 max-height: 85vh;
 width: auto;
 height: auto;
 object-fit: contain;
 border-radius: 8px;
 box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
 opacity: 0;
 transition: opacity 0.3s ease;
}

.lwl-lightbox-image.loaded {
 opacity: 1;
}

.lwl-lightbox-title {
 margin-top: 20px;
 color: #ffffff;
 font-size: 18px;
 font-weight: 600;
 text-align: center;
 max-width: 800px;
 padding: 0 20px;
}

.lwl-lightbox-close {
 position: fixed;
 top: 20px;
 right: 20px;
 width: 40px;
 height: 40px;
 background: rgba(0, 0, 0, 0.5);
 color: #fff;
 border: none;
 border-radius: 50%;
 font-size: 32px;
 line-height: 1;
 cursor: pointer;
 z-index: 10000000;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: background 0.3s ease;
}

.lwl-lightbox-close:hover {
 background: rgba(0, 0, 0, 0.8);
}

.lwl-lightbox-close:focus {
 outline: 2px solid #fff;
 outline-offset: 2px;
}

body.lwl-lightbox-open {
 overflow: hidden;
}

@media (max-width: 768px) {
 .lwl-lightbox-content {
 max-width: 95%;
 }

 .lwl-lightbox-image {
 max-height: 80vh;
 }

 .lwl-lightbox-title {
 font-size: 16px;
 margin-top: 15px;
 }

 .lwl-lightbox-close {
 top: 15px;
 right: 15px;
 font-size: 28px;
 width: 36px;
 height: 36px;
 }
}

@media (max-width: 480px) {
 .lwl-lightbox-image {
 max-height: 75vh;
 }

 .lwl-lightbox-title {
 font-size: 14px;
 margin-top: 12px;
 padding: 0 15px;
 }

 .lwl-lightbox-close,
 .lwl-popup-close,
 .lwl-search-popup-close {
 top: 10px;
 right: 10px;
 font-size: 24px;
 width: 32px;
 height: 32px;
 }
}




.lwl-popup {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 999999;
 opacity: 1;
 visibility: visible;
 overflow: hidden;
}

body.lwl-popup-open {
 overflow: hidden;
}

.lwl-popup.active {
 opacity: 1;
 visibility: visible;
}


.lwl-popup-overlay {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: rgba(0, 0, 0, 0.8);
 cursor: pointer;
 z-index: 999997;
 pointer-events: auto;
 animation: overlayFadeIn 0.01s ease-out;
}


@keyframes overlayFadeIn {
 from {
 opacity: 0;
 }

 to {
 opacity: 1;
 }
}


.lwl-popup-container {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 90%;
 max-width: 1050px;
 max-height: 90vh;
 background: #fff;
 box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);

 display: flex;
 flex-direction: column;
 box-sizing: border-box;
 border-radius: 20px;
 z-index: 999999;
 animation: popupFadeIn 0.2s ease-out;
}


@keyframes popupFadeIn {
 from {
 opacity: 0;
 transform: translate(-50%, -50%) scale(0.96);
 }

 to {
 opacity: 1;
 transform: translate(-50%, -50%) scale(1);
 }
}


.lwl-popup-close {
 position: fixed;
 top: 20px;
 right: 20px;
 width: 40px;
 height: 40px;
 background: rgba(0, 0, 0, 0.5);
 color: #fff;
 border: none;
 border-radius: 50%;
 font-size: 32px;
 line-height: 1;
 cursor: pointer;
 z-index: 1000000;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: background 0.3s ease;
}

.lwl-popup-close:hover {
 background: rgba(0, 0, 0, 0.8);
}

.lwl-popup-close:focus {
 outline: 2px solid #fff;
 outline-offset: 2px;
}




@media print {

 body>*:not(.lwl-popup) {
 display: none !important;
 }

 body {
 margin: 0;
 padding: 0;
 background: #ffffff;
 }

 .lwl-popup {
 position: static;
 width: 100%;
 height: auto;
 overflow: visible;
 background: transparent;
 }

 .lwl-popup-overlay {
 display: none !important;
 }

 .lwl-popup-container {
 box-shadow: none;
 margin: 0;
 width: 100%;
 max-width: none;
 border-radius: 0;
 position: static;
 transform: none;
 animation: none;
 }


 .lwl-popup-close,
 .lwl-popup-footer-nav {
 display: none !important;
 }


 .lwl-popup-footer-left,
 .lwl-popup-footer-right {
 display: none !important;
 }

 .lwl-popup-footer {
 border-top: none;
 padding: 10px 20px;
 justify-content: center;
 align-items: center;
 text-align: center;
 }
}


.lwl-popup-content {
 overflow-y: auto;
 overflow-x: hidden;
 display: flex;
 flex-direction: column;
 flex: 1;
 min-height: 0;
 -webkit-overflow-scrolling: touch;
 scrollbar-width: thin;
 scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.08);
}

.lwl-popup-content::-webkit-scrollbar {
 width: 6px;
}

.lwl-popup-content::-webkit-scrollbar-track {
 background: transparent;
 margin: 8px 0;
}

.lwl-popup-content::-webkit-scrollbar-thumb {
 background: rgba(0, 0, 0, 0.2);
 border-radius: 3px;
 transition: background 0.2s ease;
}

.lwl-popup-content::-webkit-scrollbar-thumb:hover {
 background: rgba(0, 0, 0, 0.35);
}


.lwl-popup-main-layout {
 display: flex;
 gap: 30px;
 padding: 40px;
}


.lwl-popup-left-column {
 flex: 0 0 49%;
 min-width: 0;
}


.lwl-popup-right-column {
 flex: 0 0 48%;
 min-width: 0;
 display: flex;
 flex-direction: column;
 overflow: visible;
}


.lwl-popup-layout {
 padding: 40px 40px 30px;
 display: flex;
 flex-direction: column;
 gap: 30px;
 position: relative;
}

.lwl-popup-top {
 display: flex;
 gap: 30px;
 align-items: stretch;
 overflow: visible;
}

.lwl-popup-image {
 flex: 0 0 49%;
 min-width: 0;
 display: flex;
 align-items: stretch;
}

.lwl-popup-image .lwl-popup-featured-image {
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 8px;
}

.lwl-popup-top-right {
 flex: 0 0 48%;
 min-width: 0;
 display: flex;
 flex-direction: column;
 gap: 20px;
 align-self: stretch;
}

.lwl-popup-top-right .lwl-popup-title {
 margin: 0 0 0 0;
}

.lwl-popup-content-section {
 margin: 0;
 flex: 1;
 display: flex;
 flex-direction: column;
 font-size: 1.1em;
 line-height: 1.7;
 color: #555;
}

.lwl-popup-content-section p {
 margin: 0 0 1em 0;
}

.lwl-popup-content-section p:last-child {
 margin-bottom: 0;
}

.lwl-popup-top-right .lwl-fact-hero {
 margin: 0;
 flex: 1;
 display: flex;
 flex-direction: column;
 justify-content: space-evenly;
}

.lwl-popup-content {}

.lwl-popup-layout .lwl-facts-grid {
 width: 100%;
 margin-top: 0;
 margin-bottom: 0;
 align-self: flex-start;
 overflow: visible;
}


.lwl-popup-featured-image {
 width: 100%;

 height: auto;
 display: block;
 border-radius: 8px;
}


.lwl-popup-title {
 font-size: 1.8em;
 margin: 0 0 20px 0;
 padding: 0;


 line-height: 1;
 text-transform: uppercase;
 letter-spacing: 1px;
}


.lwl-popup-body {
 font-size: 1.1em;
 line-height: 1.7;
 color: #555;
 margin-bottom: 20px;
}


.lwl-popup-footer {
 margin-top: 0;
 padding: 20px 40px 70px;
 border-top: 1px solid #eee;
 font-size: 0.95em;
 color: #888;
 display: flex;
 justify-content: space-between;
 align-items: center;
 flex-wrap: wrap;
 gap: 15px;
 width: 100%;
 box-sizing: border-box;
 flex-shrink: 0;
 position: relative;
}

.lwl-popup-footer-left {
 flex: 1;
 min-width: 0;
 overflow: visible;
}

.lwl-popup-footer-right {
 flex-shrink: 0;
 min-width: 0;
}

.lwl-popup-footer-right {
 display: flex;
 gap: 15px;
 align-items: center;
}

.lwl-popup-collection {
 display: inline-flex;
 align-items: center;
 gap: 5px;
}

.lwl-popup-collection .lwl-collection-label {
 color: #888;
}

.lwl-popup-collection .lwl-collection-name {
 font-weight: bold;
 color: #555;
 text-decoration: none;
}

.lwl-popup-collection .lwl-collection-name:hover {
 text-decoration: underline;
}

.lwl-popup-collection .type-term-name {
 font-weight: bold;
 color: #555;
 text-decoration: none;
}

.lwl-popup-collection .type-term-name:hover {
 text-decoration: underline;
}

.lwl-popup-share {
 color: #5d5d5d;
 text-decoration: none;
 position: relative;
 cursor: pointer;
 white-space: nowrap;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 32px;
 height: 32px;
 border-radius: 4px;
 transition: background-color 0.2s ease, color 0.2s ease;
}

.lwl-popup-share svg {
 width: 20px;
 height: 20px;
 display: block;
}

.lwl-popup-permalink {
 margin-left: 10px;
}

.lwl-popup-print {
 margin-left: 10px;
}

.lwl-popup-download {
 margin-left: 10px;
}

button.lwl-popup-share {
 border: none;
 background: none;
 cursor: pointer;
 font: inherit;
 padding: 0;
}

.lwl-popup-share:hover {
 background-color: #f5f5f5;
 color: #555;
}


.lwl-popup-share[data-tooltip] {
 position: relative;
}

.lwl-popup-share[data-tooltip]::before {
 content: attr(data-tooltip);
 position: absolute;
 bottom: 100%;
 left: 50%;
 transform: translateX(-50%) translateY(10px) scale(0.8);
 margin-bottom: 8px;
 padding: 8px 14px;
 background: #333;
 color: #fff;
 font-size: 0.85em;
 border-radius: 6px;
 z-index: 1002;
 pointer-events: none;
 max-width: 200px;
 word-wrap: break-word;
 white-space: normal;
 text-align: center;
 min-width: 120px;
 box-sizing: border-box;
 line-height: 1.4;
 opacity: 0;
 transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.lwl-popup-share[data-tooltip]:hover::before {
 opacity: 1;
 transform: translateX(-50%) translateY(0) scale(1);
}

.lwl-popup-share[data-tooltip]::after {
 content: '';
 position: absolute;
 bottom: 100%;
 left: 50%;
 transform: translateX(-50%) translateY(10px) scale(0.8);
 margin-bottom: 2px;
 width: 0;
 height: 0;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-top: 6px solid #333;
 z-index: 1003;
 pointer-events: none;
 opacity: 0;
 transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.lwl-popup-share[data-tooltip]:hover::after {
 opacity: 1;
 transform: translateX(-50%) translateY(0) scale(1);
}


.lwl-popup-footer-right .lwl-popup-share[data-tooltip]::before {
 left: auto;
 right: 0;
 transform: translateX(0) translateY(10px) scale(0.8);
}

.lwl-popup-footer-right .lwl-popup-share[data-tooltip]:hover::before {
 transform: translateX(0) translateY(0) scale(1);
}

.lwl-popup-footer-right .lwl-popup-share[data-tooltip]::after {
 left: auto;
 right: 20px;
 transform: translateX(0) translateY(10px) scale(0.8);
}

.lwl-popup-footer-right .lwl-popup-share[data-tooltip]:hover::after {
 transform: translateX(0) translateY(0) scale(1);
}


.lwl-popup-share-container {
 position: relative;
 display: inline-block;
}

.lwl-popup-share-dropdown-menu {
 position: absolute;
 bottom: 100%;
 right: 0;
 margin-bottom: 8px;
 background: #fff;
 border: 1px solid #ddd;
 border-radius: 8px;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
 min-width: 180px;
 opacity: 0;
 visibility: hidden;
 transform: translateY(10px);
 transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
 z-index: 1002;
 padding: 8px 0;
}

.lwl-popup-share-container:hover .lwl-popup-share-dropdown-menu {
 opacity: 1;
 visibility: visible;
 transform: translateY(0);
}

.lwl-share-dropdown-item {
 display: block;
 padding: 10px 16px;
 color: #333;
 text-decoration: none;
 font-size: 0.9em;
 transition: background-color 0.2s ease;
}

.lwl-share-dropdown-item:hover {
 background-color: #f5f5f5;
}

.lwl-share-dropdown-item:first-child {
 border-top-left-radius: 8px;
 border-top-right-radius: 8px;
}

.lwl-share-dropdown-item:last-child {
 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;
}

.share-content-wrapper {
 flex: 1;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding: 40px;
 max-width: 600px;
 margin: 0 auto;
 width: 100%;
}

.share-close-button {
 position: absolute;
 top: 15px;
 right: 15px;
 width: 40px;
 height: 40px;
 background: rgba(0, 0, 0, 0.5);
 color: #fff;
 border: none;
 border-radius: 50%;
 font-size: 28px;
 line-height: 1;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 z-index: 10;
}

.share-close-button:hover {
 background: rgba(0, 0, 0, 0.8);
}

.share-title {
 font-size: 2em;
 margin: 0 0 30px 0;
 color: #333;
 text-align: center;
 width: 100%;
}

.share-url-section {
 margin-bottom: 30px;
 display: flex;
 gap: 10px;
 width: 100%;
}

.share-url-input {
 flex: 1;
 padding: 12px 15px;
 border: 1px solid #ddd;
 border-radius: 4px;
 font-size: 1em;
 background: #f9f9f9;
 color: #333;
}

.share-copy-button {
 padding: 10px 20px;
 background: #20b2aa;
 color: #fff;
 border: none;
 border-radius: 4px;
 cursor: pointer;
 font-size: 0.9em;
 font-weight: 500;
 white-space: nowrap;
}

.share-copy-button:hover {
 background: #1a9a94;
}

.share-social-section {
 display: flex;
 gap: 15px;
 width: 100%;
}


.lwl-popup-footer {
 margin-top: 0;
 padding: 20px 40px;
 border: 1px solid rgba(39, 39, 39, .75);
 border-top: 0;
 width: 100%;
 box-sizing: border-box;
 position: relative;
 background: #fff;
 border-radius: 0 0 16px 16px;
}

.share-social-btn {
 flex: 1;
 padding: 15px 20px;
 border-radius: 4px;
 text-decoration: none;
 text-align: center;
 font-size: 1em;
 font-weight: 500;
 color: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
}

.share-twitter {
 background: #1da1f2;
}

.share-twitter:hover {
 background: #1a91da;
}

.share-facebook {
 background: #1877f2;
}

.share-facebook:hover {
 background: #166fe5;
}


.share-email {
 background: #6c757d;
}

.share-email:hover {
 background: #5a6268;
}


@media (max-width: 768px) {
 .lwl-popup-top {
 flex-direction: column;
 gap: 20px;
 }

 .lwl-popup-image {
 flex: 1 1 100%;
 width: 100%;
 }

 .lwl-popup-top-right {
 flex: 1 1 100%;
 width: 100%;
 }

 .lwl-popup-footer {
 flex-direction: column;
 align-items: flex-start;
 }

 .lwl-popup-footer-right {
 width: 100%;
 justify-content: flex-start;
 }

 .share-content-wrapper {
 padding: 30px 20px;
 }

 .share-title {
 font-size: 1.5em;
 margin-bottom: 20px;
 }

 .share-url-section {
 flex-direction: column;
 }

 .share-social-section {
 flex-direction: column;
 }
}

.lwl-popup-body p {
 margin-bottom: 0;
}

.lwl-popup-body h2,
.lwl-popup-body h3,
.lwl-popup-body h4 {
 margin-top: 1.5em;
 margin-bottom: 0.8em;
 color: #333;
}

.lwl-popup-body ul,
.lwl-popup-body ol {
 margin: 1em 0;
 padding-left: 2em;
}

.lwl-popup-body table {
 width: 100%;
 margin: 1.5em 0;
 border-collapse: collapse;
}

.lwl-popup-body table th,
.lwl-popup-body table td {
 padding: 10px;
 border: 1px solid #ddd;
 text-align: left;
}

.lwl-popup-body table th {
 background: #f5f5f5;
 font-weight: bold;
}


body.lwl-popup-open {
 overflow: hidden;
}


@media (max-width: 768px) {
 .lwl-popup-container {
 width: 95%;
 max-height: 95vh;
 top: 50%;
 transform: translate(-50%, -50%);
 }

 .lwl-popup-close,
 .lwl-lightbox-close,
 .lwl-search-popup-close {
 top: 10px;
 right: 10px;
 width: 35px;
 height: 35px;
 font-size: 24px;
 }

 .lwl-popup-content {
 padding: 30px 20px;
 }

 .lwl-popup-title {
 font-size: 1.8em;
 }

 .lwl-popup-body {
 font-size: 1em;
 }
}

@media (max-width: 480px) {
 .lwl-popup-content {
 padding: 25px 15px;
 }

 .lwl-popup-title {
 font-size: 1.5em;
 }
}


.lwl-popup-navigation {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: 100%;
 display: flex;
 justify-content: space-between;
 pointer-events: none;
 z-index: 5;
 padding: 0 20px;
 box-sizing: border-box;
}

.lwl-popup-nav-btn {
 pointer-events: all;
 color: #fff;
 border: none;
 border-radius: 8px;
 font-size: 1em;
 font-weight: 500;
 cursor: pointer;
 transition: all 0.3s ease;
 display: flex;
 align-items: center;
 gap: 8px;
}

.lwl-popup-nav-btn:hover {



 border-radius: 0;
}

.lwl-popup-nav-btn:active {
 transform: scale(0.98);
}

.lwl-popup-nav-btn:focus {
 outline: 2px solid #fff;
 outline-offset: 2px;
}

.lwl-popup-nav-prev {
 margin-left: auto;
}

.lwl-popup-nav-next {}


@media (max-width: 768px) {
 .lwl-popup-navigation {
 padding: 0 15px;
 }

 .lwl-popup-nav-btn {
 padding: 12px 20px;
 font-size: 0.9em;
 }
}

@media (max-width: 480px) {
 .lwl-popup-nav-btn {
 padding: 10px 15px;
 font-size: 0.85em;
 }
}

.lwl-category-fields {
 margin: 0 0 20px 0;
}


.lwl-facts-table {
 width: 100%;
 border-collapse: collapse;
 margin: 0;
 font-size: 1em;
}

.lwl-facts-table th,
.lwl-facts-table td {
 padding: 12px 15px;
 text-align: left;
 border-bottom: 1px solid #e0e0e0;
}

.lwl-facts-table th {
 font-weight: 600;
 color: #333;
 background-color: #f8f9fa;
 width: 40%;
 vertical-align: top;
}

.lwl-facts-table td {
 color: #555;
 vertical-align: top;
}

.lwl-facts-table tr:last-child th,
.lwl-facts-table tr:last-child td {
 border-bottom: none;
}

.lwl-facts-table td a {
 color: #0073aa;
 text-decoration: none;
 transition: color 0.2s ease;
}

.lwl-facts-table td a:hover {
 color: #005177;
 text-decoration: underline;
}


@media (max-width: 768px) {
 .lwl-popup-main-layout {
 flex-direction: column;
 padding: 30px 20px;
 gap: 20px;
 }

 .lwl-popup-left-column {
 flex: 0 0 auto;
 }

 .lwl-popup-featured-image {
 max-width: 100%;
 margin: 0 auto;
 }

 .lwl-popup-title {
 font-size: 1.8em;
 }

 .lwl-popup-footer {
 padding: 20px 20px 70px;
 }


 .lwl-facts-table {
 display: block;
 width: 100%;
 }

 .lwl-facts-table thead {
 display: none;
 }

 .lwl-facts-table tbody {
 display: block;
 width: 100%;
 }

 .lwl-facts-table tr {
 display: block;
 margin-bottom: 15px;
 border: 1px solid #e0e0e0;
 border-radius: 4px;
 padding: 0;
 }

 .lwl-facts-table th,
 .lwl-facts-table td {
 display: block;
 width: 100%;
 padding: 10px 15px;
 border: none;
 text-align: left;
 }

 .lwl-facts-table th {
 background-color: #f8f9fa;
 font-weight: 600;
 color: #333;
 border-bottom: 1px solid #e0e0e0;
 border-radius: 4px 4px 0 0;
 margin-bottom: 0;
 }

 .lwl-facts-table td {
 padding-top: 8px;
 color: #555;
 }

 .lwl-facts-table tr:last-child {
 margin-bottom: 0;
 }
}

@media (max-width: 480px) {

 .lwl-facts-table th,
 .lwl-facts-table td {
 padding: 8px 12px;
 font-size: 0.9em;
 }
}


.taxonomy-badge-inline[data-tooltip] {
 position: relative;
}

.taxonomy-badge-inline[data-tooltip]::before {
 content: attr(data-tooltip);
 position: absolute;
 bottom: 100%;
 left: 50%;
 transform: translateX(-50%) translateY(10px) scale(0.8);
 margin-bottom: 8px;
 padding: 8px 14px;
 background: #333;
 color: #fff;
 font-size: 0.85em;
 border-radius: 6px;
 z-index: 1000001;
 pointer-events: none;
 max-width: min(250px, calc(100vw - 40px));
 width: max-content;
 word-wrap: break-word;
 word-break: break-word;
 overflow-wrap: break-word;
 white-space: normal;
 text-align: center;
 min-width: 180px;
 box-sizing: border-box;
 line-height: 1.4;
 opacity: 0;
 transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
 hyphens: auto;
}

.taxonomy-badge-inline[data-tooltip]:hover::before {
 opacity: 1;
 transform: translateX(-50%) translateY(0) scale(1);
}

.taxonomy-badge-inline[data-tooltip]::after {
 content: '';
 position: absolute;
 bottom: 100%;
 left: 50%;
 transform: translateX(-50%) translateY(10px) scale(0.8);
 margin-bottom: 2px;
 width: 0;
 height: 0;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-top: 6px solid #333;
 z-index: 1000002;
 pointer-events: none;
 opacity: 0;
 transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.taxonomy-badge-inline[data-tooltip]:hover::after {
 opacity: 1;
 transform: translateX(-50%) translateY(0) scale(1);
}


.lwl-popup .taxonomy-badge-inline[data-tooltip]::before,
.lwl-popup-card .taxonomy-badge-inline[data-tooltip]::before {
 left: auto;
 right: 0;
 transform: translateX(0) translateY(10px) scale(0.8);
 text-align: right;
 max-width: min(300px, calc(100vw - 40px));
}

.lwl-popup .taxonomy-badge-inline[data-tooltip]:hover::before,
.lwl-popup-card .taxonomy-badge-inline[data-tooltip]:hover::before {
 transform: translateX(0) translateY(0) scale(1);
}

.lwl-popup .taxonomy-badge-inline[data-tooltip]::after,
.lwl-popup-card .taxonomy-badge-inline[data-tooltip]::after {
 left: auto;
 right: 20px;
 transform: translateX(0) translateY(10px) scale(0.8);
}

.lwl-popup .taxonomy-badge-inline[data-tooltip]:hover::after,
.lwl-popup-card .taxonomy-badge-inline[data-tooltip]:hover::after {
 transform: translateX(0) translateY(0) scale(1);
}

.lwl-popup a.taxonomy-badge-inline,
.lwl-popup-card a.taxonomy-badge-inline {
 background: transparent;
 padding: 0;
 border-radius: 0;
 color: inherit;
 font-weight: normal;
 text-decoration: none;
 border: none;
 box-shadow: none;
 transition: text-decoration 0.2s ease;
}

.lwl-popup a.taxonomy-badge-inline:hover,
.lwl-popup-card a.taxonomy-badge-inline:hover {
 background: transparent;
 text-decoration: underline;
 color: inherit;
}

.lwl-popup-loader {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 999999;
 opacity: 0;
 visibility: hidden;
 transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lwl-popup-loader.active {
 opacity: 1;
 visibility: visible;
}

.lwl-popup-loader-container {
 display: flex;
 align-items: center;
 justify-content: center;
 min-height: 200px;
}

.lwl-popup-loader {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 100%;
 min-height: 300px;
}

.lwl-popup-loader-spinner {
 width: 50px;
 height: 50px;
 border: 4px solid rgba(0, 173, 181, 0.2);
 border-top-color: #00ADB5;
 border-radius: 50%;
 animation: popup-loader-spin 0.8s linear infinite;
}

@keyframes popup-loader-spin {
 to {
 transform: rotate(360deg);
 }
}


.lwl-popup-container.lwl-popup-card-popup {
 background: transparent;
 box-shadow: none;
 border-radius: 26px;
 max-width: 580px;
 max-height: 80vh;
 top: 50%;
 transform: translate(-50%, -50%);
 display: flex;
 flex-direction: column;

}

@media (max-width: 768px) {
 .lwl-popup-container.lwl-popup-card-popup {
 width: 94%;
 top: 50%;
 max-width: 560px;
 max-height: 90vh;
 transform: translate(-50%, -50%);
 }

 .lwl-popup .lwl-facts-grid,
 .lwl-popup-card .lwl-facts-grid {
 max-height: 200px !important;
 }
}

.lwl-popup-content.lwl-popup-content--popup-card {
 padding: 0;
 overflow: visible;
 flex: 1;
 min-height: 0;
 scrollbar-width: thin;
 scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.08);
}

.lwl-popup-card {
 width: 100%;
 border-radius: 26px;
 background: #f1fcfb;
 box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
 
}

.lwl-popup-card__inner {
 margin: 14px;
 border-radius: 16px;
 
 
}

.lwl-popup-card .lwl-popup-footer {
 margin-top: 0;
 padding: 0 14px 14px;
 border: 0;
 background: transparent;
 border-radius: 0 0 20px 20px;
}

.lwl-popup-card .lwl-popup-footer-left {
 overflow: visible;
}

.lwl-popup-card .lwl-popup-footer-right {
 gap: 10px;
}

.lwl-popup-card .lwl-popup-share {
 width: 34px;
 height: 34px;
 border-radius: 10px;
 background: #fff;
 border: 1px solid rgba(39, 39, 39, .75);
}

.lwl-popup-card .lwl-popup-share:hover {
 background: rgba(0, 0, 0, 0.08);
}

.lwl-popup-card__header {
 display: flex;
 align-items: baseline;
 gap: 10px;
 padding: 14px 14px 8px;
}

.lwl-popup-card__stage {
 font-size: 12px;
 font-weight: 800;
 letter-spacing: 0.6px;
 text-transform: uppercase;
 padding: 4px 8px;
 border-radius: 8px;
 background: rgba(0, 0, 0, 0.08);
 color: #111;
 flex: 0 0 auto;
}

.lwl-popup-card__name {
 margin: 0;
 padding: 0;
 font-size: 28px;
 font-weight: 800;
 line-height: 1.05;
 color: #111;
 flex: 1;
 text-transform: none;
 letter-spacing: 0;
}

.lwl-popup-card__hp {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 flex: 0 0 auto;
 color: #111;
 font-weight: 800;
 flex-wrap: wrap;
}



.lwl-popup-card__hp .lwl-popup-card__type {
 display: inline-flex;
 align-items: center;
 gap: 6px;
 padding: 4px 10px;
 border-radius: 999px;
 background: rgba(30, 144, 255, 0.12);
 border: 1px solid rgba(30, 144, 255, 0.35);
 color: #0b4b86;
 font-size: 11px;
 font-weight: 700;
 text-decoration: none;
 white-space: nowrap;
 margin-left: 4px;
}

.lwl-popup-card__hp .lwl-popup-card__type:hover {
 background: rgba(30, 144, 255, 0.18);
 text-decoration: none;
}

.lwl-popup-card__collection {
 font-size: 12px;
 color: rgba(0, 0, 0, 0.65);
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.6px;
 text-align: right;
}

.lwl-popup-card__art {
 margin: 0 14px 14px;
 border-radius: 14px;
 background: linear-gradient(135deg, rgba(30, 144, 255, 0.10) 0%, rgba(34, 197, 94, 0.08) 100%);
 border: 0px solid rgba(0, 0, 0, 0.15);
 overflow: hidden;
}

.lwl-popup-card__art .lwl-lightbox-trigger {
 display: block;
 width: 100%;
 height: 100%;
}

.lwl-popup-card__art-img {
 display: block;
 width: 100%;
 height: auto;
 aspect-ratio: 5/3;
 object-fit: cover;
}

.lwl-popup-card__art-placeholder {
 padding: 42px 14px;
 text-align: center;
 font-weight: 700;
 color: rgba(0, 0, 0, 0.65);
}

.lwl-popup-card__body {
 padding: 16px 14px;
 overflow-x: hidden;
 overflow-y: auto;
 max-height: calc(46vh - 200px);
 scrollbar-width: thin;
 
}


.lwl-popup-card__body .taxonomy-value,
.lwl-popup-card__body .lwl-fact-card-value {
 overflow: visible !important;
}

.lwl-popup-card__body::-webkit-scrollbar {
 width: 6px;
}

.lwl-popup-card__body::-webkit-scrollbar-track {
 background: rgba(255, 255, 255, 0.1);
 border-radius: 3px;
}

.lwl-popup-card__body::-webkit-scrollbar-thumb {
 background: rgba(255, 255, 255, 0.3);
 border-radius: 3px;
}

.lwl-popup-card__body::-webkit-scrollbar-thumb:hover {
 background: rgba(255, 255, 255, 0.5);
}

.lwl-popup-card__content {
 margin: 0 0 12px 0;
 padding: 14px 14px;
 border-radius: 14px;
 background: rgba(255, 255, 255, 0.75);
 border: 2px solid rgba(0, 0, 0, 0.10);
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
 color: rgba(0, 0, 0, 0.82);
 font-size: 14px;
 line-height: 1.55;
}

.lwl-popup-card__content>*:first-child {
 margin-top: 0;
}

.lwl-popup-card__content>*:last-child {
 margin-bottom: 0;
}

.lwl-popup-card__content h2,
.lwl-popup-card__content h3,
.lwl-popup-card__content h4 {
 color: #111;
 margin: 1em 0 0.6em 0;
}

.lwl-popup-card__content a {
 color: #0b4b86;
 text-decoration: underline;
}


.lwl-popup-card .lwl-fact-hero {
 margin: 0 0 12px 0;
 padding: 14px 14px;
 border-radius: 14px;
 background: #fff;
 border: 0;
 box-shadow: none;
 color: #111;
 border: 1px solid rgba(39, 39, 39, .75);
}


.lwl-popup-card .lwl-fact-hero .lwl-fact-hero-title {
 font-size: 16px;
 margin: 0 0 6px 0;
 color: #111;
}

.lwl-popup-card .lwl-fact-hero .lwl-fact-hero-content {
 font-size: 14px;
 line-height: 1.5;
 color: rgba(0, 0, 0, 0.80);
}


.lwl-popup-card .lwl-facts-grid {
 margin: 0;
 gap: 10px;
 max-height: 250px !important;


 -webkit-overflow-scrolling: touch;
 scrollbar-width: thin;
 scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.08);
 padding-right: 4px;
 position: relative;
}

.lwl-popup-card .lwl-facts-grid::-webkit-scrollbar {
 width: 8px;
}

.lwl-popup-card .lwl-facts-grid::-webkit-scrollbar-track {
 background: rgba(0, 0, 0, 0.08);
 margin: 4px 0;
 border-radius: 4px;
}

.lwl-popup-card .lwl-facts-grid::-webkit-scrollbar-thumb {
 background: rgba(0, 0, 0, 0.25);
 border-radius: 4px;
 transition: background 0.2s ease;
 min-height: 30px;
}

.lwl-popup-card .lwl-facts-grid::-webkit-scrollbar-thumb:hover {
 background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 520px) {
 .lwl-popup-card .lwl-facts-grid {
 grid-template-columns: 1fr;
 }
}

.lwl-popup-card .lwl-fact-row {
 padding: 0 0 5px;
 border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.lwl-popup-card .lwl-fact-row:last-child {
 border-bottom: none;
}

.lwl-popup-card .lwl-fact-card {
 padding: 12px;
 border-radius: 12px;
 background: rgba(255, 255, 255, 0.75);
 border: 2px solid rgba(0, 0, 0, 0.10);
 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.lwl-popup-card .lwl-fact-card:hover {
 transform: translateY(-2px);
 border-color: rgba(0, 0, 0, 0.22);
}

.lwl-popup-card .lwl-fact-card-icon {
 font-size: 24px;
}

.lwl-popup-card .lwl-fact-card-label {
 font-size: 12px;
 letter-spacing: 0.4px;
 margin-bottom: 0;
 margin-right: 12px;
}

.lwl-popup-card .lwl-fact-card-content {
 flex-direction: row;
 align-items: center;
 gap: 12px;
}

.lwl-popup-card .lwl-fact-card-value {
 font-size: 14px;
 text-align: right;
 flex: 1;
 align-items: flex-end;
}

.lwl-leaving-site-container {
 display: flex;
 justify-content: center;
 align-items: center;
 min-height: 60vh;
 padding: 2rem;
}


.lwl-quiz-container {
 padding: 0 0 2rem;
}

.lwl-leaving-site-content {
 background: #fff;
 border-radius: 16px;
 padding: 3rem;
 max-width: 600px;
 width: 100%;
 text-align: center;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
 border: 1px solid rgba(39, 39, 39, 0.75);
}


.lwl-quiz-container .lwl-leaving-site-content {
 padding: 0;
 max-width: 100%;
}

.lwl-quiz-content {
 max-width: 900px;
 width: 100%;
}

.lwl-leaving-site-title {
 font-size: 2.5em;
 font-weight: 600;
 margin: 0 0 1rem 0;
 color: #00ADB5;
 text-align: center;
}


.lwl-quiz-container .lwl-leaving-site-title {
 text-align: left;
 margin: 0;
}

.lwl-leaving-site-message {
 font-size: 1.1em;
 color: #666;
 margin: 0 0 1.5rem 0;
 line-height: 1.6;
 text-align: center;
}


.lwl-quiz-container .lwl-leaving-site-message {
 text-align: left;
}

.lwl-leaving-site-url-label {
 font-size: 0.95em;
 color: #888;
 margin: 1.5rem 0 0.5rem 0;
}

.lwl-leaving-site-url {
 font-size: 0.9em;
 color: #00ADB5;
 word-break: break-all;
 padding: 0.75rem;
 background: #f5f5f5;
 border-radius: 8px;
 margin: 0 0 2rem 0;
 border: 1px solid #e0e0e0;
}

.lwl-leaving-site-buttons {
 display: flex;
 gap: 1rem;
 justify-content: center;
 margin: 2rem 0;
 flex-wrap: wrap;
}

.lwl-leaving-site-btn {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 padding: 12px 24px;
 border-radius: 8px;
 font-size: 1em;
 font-weight: 500;
 text-decoration: none;
 border: 1px solid rgba(39, 39, 39, 0.75);
 cursor: pointer;
 transition: all 0.2s ease;
 background: #fff;
 color: #333;
}

.lwl-leaving-site-btn:hover {
 background: #00ADB5;
 color: #fff;
 border-color: #00ADB5;
 transform: translateY(-2px);
 box-shadow: 0 4px 8px rgba(0, 173, 181, 0.3);
}

.lwl-leaving-site-btn-back {
 background: #00ADB5;
 color: #fff;
 border-color: #00ADB5;
}

.lwl-leaving-site-btn-back:hover {
 background: #008B94;
 border-color: #008B94;
 color: #fff;
}

.lwl-leaving-site-btn-continue {
 background: #fff;
 color: #333;
 border-color: rgba(39, 39, 39, 0.75);
}

.lwl-leaving-site-btn-continue:hover {
 background: #f5f5f5;
 color: #333;
 border-color: rgba(39, 39, 39, 0.75);
}

.lwl-leaving-site-countdown {
 margin-top: 2rem;
 padding-bottom: 0;
}


.lwl-leaving-site-container:not(.lwl-quiz-container) .lwl-leaving-site-countdown {
 padding-bottom: 0;
}

.lwl-leaving-site-container:not(.lwl-quiz-container) .lwl-leaving-site-countdown-text {
 padding-bottom: 0;
 margin-bottom: 0;
}

.lwl-leaving-site-progress-bar {
 width: 100%;
 height: 4px;
 background: #e0e0e0;
 border-radius: 2px;
 overflow: hidden;
 margin-bottom: 0.5rem;
}

.lwl-leaving-site-progress-fill {
 height: 100%;
 background: #00ADB5;
 width: 100%;
 transition: width 0.1s linear;
 border-radius: 2px;
}

.lwl-leaving-site-countdown-text {
 font-size: 0.9em;
 color: #888;
 margin: 0;
}


.lwl-leaving-site-container:not(.lwl-quiz-container) .lwl-leaving-site-content {
 padding-bottom: 3rem;
}

.lwl-leaving-site-container:not(.lwl-quiz-container) .lwl-leaving-site-countdown-text {
 padding-bottom: 0;
 margin-bottom: 0;
}

.lwl-leaving-site-countdown-text #lwl-countdown-number {
 font-weight: 600;
 color: #00ADB5;
}

@media (max-width: 768px) {
 .lwl-leaving-site-content {
 padding: 2rem 1.5rem;
 }

 .lwl-leaving-site-title {
 font-size: 2em;
 }

 .lwl-leaving-site-buttons {
 flex-direction: column;
 }

 .lwl-leaving-site-btn {
 width: 100%;
 justify-content: center;
 }
}

.lwl-quiz-options {
 list-style: none;
 margin: 1.5rem 0 0;
 padding: 0;
 display: flex;
 flex-direction: column;
 gap: 0.75rem;
}

.lwl-quiz-option-item {
 width: 100%;
}

.lwl-quiz-option-btn {
 width: 100%;
 border: none;
 background: #ffffff;
 border-radius: 10px;
 padding: 0.85rem 1.25rem;
 display: flex;
 align-items: center;
 gap: 0.75rem;
 box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
 cursor: pointer;
 transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease;
 border: 1px solid rgba(39, 39, 39, .75);
}

.lwl-quiz-option-btn::before {
 content: "";
 flex: 0 0 18px;
 height: 18px;
 border-radius: 50%;
 border: 2px solid #9CA3AF;
 box-sizing: border-box;
 background: #ffffff;
}

.lwl-quiz-option-label {
 font-weight: 600;
 color: #111827;
}

.lwl-quiz-option-btn:hover:not(:disabled),
.lwl-quiz-option-btn:focus-visible:not(:disabled) {
 transform: translateY(-1px);
 box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

.lwl-quiz-option-btn:disabled {
 cursor: default;
}

.lwl-quiz-option-btn--correct {
 background: #34D399;
 box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
 color: #ffffff;
}

.lwl-quiz-option-btn--correct .lwl-quiz-option-label {
 color: #ffffff;
}

.lwl-quiz-option-btn--correct::before {
 border-color: #ffffff;
 background: transparent;
 box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.6);
}

.lwl-quiz-option-btn--chosen-wrong {
 background: #FCA5A5;
 box-shadow: 0 8px 20px rgba(248, 113, 113, 0.4);
 color: #ffffff;
}

.lwl-quiz-option-btn--chosen-wrong .lwl-quiz-option-label {
 color: #ffffff;
}

.lwl-quiz-option-btn--chosen-wrong::before {
 border-color: #ffffff;
}

.lwl-quiz-header {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 gap: 0;
 padding: 2rem 2rem 1rem;
}

.lwl-quiz-content {
 display: flex;
 flex-direction: column;
}

.lwl-quiz-footer {
 margin-top: auto;
 padding: 20px 40px 0;
 border-top: 1px solid rgba(39, 39, 39, .75);
 font-size: 0.95em;
 color: #888;
 width: 100%;
 box-sizing: border-box;
 
 
 
 
 
 padding-bottom: 3rem;
 border-left: 0;
 border-right: 0;
 border-bottom: 0;
}

.lwl-quiz-footer .lwl-popup-footer-left {
 flex: 1;
 min-width: 0;
}

.lwl-quiz-footer .lwl-quiz-progress-bar {
 margin-bottom: 0.75rem;
}

.lwl-quiz-footer .lwl-quiz-stats-text {
 margin: 0;
 font-size: 0.95em;
 color: #888;
}

@media (max-width: 768px) {
 .lwl-leaving-site-content {
 padding: 2rem 1.5rem;
 }

 
 .lwl-leaving-site-container:not(.lwl-quiz-container) .lwl-leaving-site-content {
 padding-bottom: 2rem;
 }

 
 .lwl-quiz-container .lwl-leaving-site-content {
 padding: 0;
 }

 .lwl-quiz-footer {
 margin-left: -1.5rem;
 margin-right: -1.5rem;
 margin-bottom: -2rem;
 padding-left: 1.5rem;
 padding-right: 1.5rem;
 padding-bottom: 2rem;
 padding-top: 15px;
 }
}


.lwl-quiz-layout {
 background: #1a1a1e;
 border-radius: 16px;
 padding: 1.5rem;
 max-width: 640px;
 margin: 0 auto;
}

.lwl-quiz-layout .lwl-quiz-card {
 padding: 0;
 display: flex;
 flex-direction: column;
 gap: 1.25rem;
 align-items: stretch;
}

.lwl-quiz-layout .lwl-quiz-media {
 flex: none;
 max-width: 100%;
 width: 100%;
}

.lwl-quiz-layout .lwl-quiz-media img {
 width: 100%;
 height: auto;
 border-radius: 12px;
 object-fit: cover;
 display: block;
}

.lwl-quiz-question-card {
 background: #5865f2;
 border-radius: 12px;
 padding: 1.25rem 1rem;
 position: relative;
 min-height: 80px;
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.lwl-quiz-progress-num {
 position: absolute;
 top: 1rem;
 left: 1rem;
 font-size: 0.9rem;
 font-weight: 600;
 color: #fff;
}

.lwl-quiz-question-nav {
 position: absolute;
 top: 0.75rem;
 right: 0.75rem;
 display: flex;
 gap: 0.5rem;
}

.lwl-quiz-nav-btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 width: 36px;
 height: 36px;
 padding: 0;
 border: none;
 border-radius: 8px;
 background: rgba(0, 0, 0, 0.2);
 color: #fff;
 cursor: pointer;
 transition: background 0.2s ease;
}

.lwl-quiz-nav-btn:hover:not(:disabled) {
 background: rgba(0, 0, 0, 0.35);
}

.lwl-quiz-nav-btn:disabled {
 opacity: 0.5;
 cursor: default;
}

.lwl-quiz-question-card .lwl-quiz-question {
 text-align: center;
 font-size: 1.1rem;
 font-weight: 600;
 color: #fff;
 margin: 0;
 padding: 0 2.5rem;
}

.lwl-quiz-question-card .lwl-quiz-question strong {
 font-weight: 700;
}


.lwl-quiz-options-grid {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 0.75rem;
 margin: 0;
 padding: 0;
 list-style: none;
}

.lwl-quiz-options-grid .lwl-quiz-option-item {
 width: auto;
}

.lwl-quiz-options-grid .lwl-quiz-option-btn {
 width: 100%;
 background: #2f3136;
 color: #fff;
 border: 1px solid #3f4147;
 padding: 0.9rem 1rem;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 0.5rem;
 box-shadow: none;
}

.lwl-quiz-options-grid .lwl-quiz-option-btn::before {
 display: none;
}

.lwl-quiz-options-grid .lwl-quiz-option-btn:hover:not(:disabled),
.lwl-quiz-options-grid .lwl-quiz-option-btn:focus-visible:not(:disabled) {
 background: #3f4147;
}

.lwl-quiz-options-grid .lwl-quiz-option-btn--selected {
 outline: 2px solid #5865f2;
 outline-offset: 2px;
}

.lwl-quiz-option-key {
 flex-shrink: 0;
 font-size: 0.95rem;
 color: #b9bbbe;
 font-weight: 600;
}


.lwl-quiz-selection-row {
 display: flex;
 align-items: center;
 gap: 1rem;
 flex-wrap: wrap;
}

.lwl-quiz-selection-slots {
 display: flex;
 gap: 0.5rem;
}

.lwl-quiz-slot {
 width: 40px;
 height: 40px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 border-radius: 8px;
 background: #3f4147;
 color: #b9bbbe;
 font-size: 0.95rem;
 font-weight: 600;
 transition: background 0.2s ease, color 0.2s ease;
}

.lwl-quiz-slot--selected {
 background: #57f287;
 color: #1a1a1e;
}

.lwl-quiz-confirm-btn {
 padding: 0.75rem 1.5rem;
 border-radius: 8px;
 border: none;
 background: #2f3136;
 color: #fff;
 font-size: 1rem;
 font-weight: 600;
 cursor: pointer;
 transition: background 0.2s ease;
}

.lwl-quiz-confirm-btn:hover:not(:disabled) {
 background: #3f4147;
}

.lwl-quiz-confirm-btn:disabled {
 opacity: 0.5;
 cursor: not-allowed;
}

.lwl-quiz-layout .lwl-quiz-feedback {
 padding: 0.5rem 0;
 color: #b9bbbe;
 font-size: 0.95rem;
}

.lwl-quiz-footer-bar {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 1rem;
 padding: 1rem 0 0;
 margin-top: 0.5rem;
 border-top: 1px solid #2f3136;
}

.lwl-quiz-footer-icon {
 flex-shrink: 0;
 width: 40px;
 height: 40px;
 padding: 0;
 border: none;
 border-radius: 50%;
 background: #fff;
 color: #1a1a1e;
 cursor: pointer;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 transition: opacity 0.2s ease;
}

.lwl-quiz-footer-icon:hover {
 opacity: 0.9;
}

.lwl-quiz-stats-inline {
 margin: 0;
 font-size: 0.85rem;
 color: #b9bbbe;
}

.lwl-quiz-stats-sep {
 margin: 0 0.25rem;
}


.lwl-quiz-options-grid .lwl-quiz-option-btn--correct .lwl-quiz-option-label,
.lwl-quiz-options-grid .lwl-quiz-option-btn--chosen-correct .lwl-quiz-option-label,
.lwl-quiz-options-grid .lwl-quiz-option-btn--chosen-wrong .lwl-quiz-option-label {
 color: #fff;
}

.lwl-quiz-options-grid .lwl-quiz-option-btn--correct .lwl-quiz-option-key,
.lwl-quiz-options-grid .lwl-quiz-option-btn--chosen-correct .lwl-quiz-option-key,
.lwl-quiz-options-grid .lwl-quiz-option-btn--chosen-wrong .lwl-quiz-option-key {
 color: rgba(255, 255, 255, 0.8);
}


.lwl-quiz-card {
 padding: 0 2rem 0 2rem;
 display: flex;
 flex-direction: row;
 gap: 2rem;
 align-items: flex-start;
}

.lwl-quiz-media {
 flex: 0 0 40%;
 max-width: 400px;
 min-width: 0;
}

.lwl-quiz-media img {
 width: 100%;
 height: auto;
 border-radius: 12px;
 object-fit: cover;
 display: block;
}

.lwl-quiz-body {
 flex: 1;
 min-width: 0;
 display: flex;
 flex-direction: column;
}

.lwl-quiz-question {
 text-align: left;
 font-size: 18px;
 margin: 0;
 font-weight: bold;
}

.lwl-quiz-feedback {
 padding: 2rem 0 0;
}

.lwl-quiz-actions {
 margin-bottom: 2rem;
}


@media (max-width: 768px) {
 .lwl-quiz-card {
 flex-direction: column;
 gap: 1.5rem;
 padding: 0 1.5rem 1.5rem;
 }

 .lwl-quiz-media {
 flex: 1 1 auto;
 max-width: 100%;
 width: 100%;
 }

 .lwl-quiz-body {
 flex: 1 1 auto;
 }

 .lwl-quiz-layout {
 padding: 1rem;
 }

 .lwl-quiz-question-card .lwl-quiz-question {
 padding: 0 2rem;
 font-size: 1rem;
 }

 .lwl-quiz-footer-bar {
 flex-wrap: wrap;
 }

 .lwl-quiz-stats-inline {
 width: 100%;
 order: 3;
 text-align: center;
 }
}
