/* 
  pkzyo CSS for Product Groups
  This stylesheet provides layout and styling for a product group section, including responsive flexbox grids, navigation controls,
  and typographic styles for product information (title, brand, price, etc.). All classes are prefixed with "pkzyo-" for easy customization.
*/
.pkzyo-original-article {
    font-size: 14px;
    background: #2196F3;
    padding: 8px 15px;
    color: #fff;
    border-radius: 50px;
}

.pkzyo-upper-meta {
    display: flex;
    gap: 15px;
}

.pkzyo-images-source {
    position: absolute;
    bottom: 0;
    right: 0;
    background: hsl(0deg 0% 0% / 50%);
    color: #fff;
    margin: 10px;
    border-radius: 50px;
    z-index: 1;
    padding: 5px 15px;
    font-size: 11px;
}

.pkzyo-products-groups {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.pkzyo-section-head {
    font-size: 14px;
}

.pkzyo-guide-section-head {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.pkzyo-table-tools {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: space-between;
}

.pkzyo-table-filter-by {
    font-size: 14px;
}
.pkzyo-table-filter-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
    background: #fff;
    max-height: 400px;
    overflow: auto;
}
#pkzyo-products-table-filter .pkzyo-modal-header {
    background-color: #f7f7f7;
}
.pkzyo-filter-range {
    display: flex;
/*    max-width: 300px;*/
    align-items: center;
    gap: 8px;
}
.pkzyo-table-filter-name {
    font-size: 14px;
    font-weight: 600;
}
.pkzyo-filter-range-input[type="number"] {
    font-size: 14px;
    height: 45px;
    padding: 15px;
    text-align: center;
}
.pkzyo-filter-table-actions {
    display: flex;
    gap: 25px;
    padding: 25px;
    background: #f7f7f7;
}

.pkzyo-filter-table {
    background: #08a934;
    color: #fff;
}

.pkzyo-reset-table-filter {
    background: #fff;
    color: #333;
}

.pkzyo-filter-action-button {
    width: 50%;
    font-size: 16px;
    height: 50px;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pkzyo-active-filters {
    display: none;
    gap: 8px;
    flex-wrap: wrap;
}
.pkzyo-active-filters-content {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.pkzyo-table-show-filters {
    display: inline-flex;
    gap: 10px;
    font-size: 15px;
    align-items: center;
    background: #ffffff;
    padding: 5px 20px;
    border-radius: 5px;
    height: 45px;
    cursor: pointer;
}

.pkzyo-delete-table-filter {
    width: 35px;
    height: 35px;
    background: #eee;
    border-radius: 100%;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.pkzyo-filter-list-item {
    display: flex;
    gap: 15px;
    background: #fff;
    border-radius: 50px;
    font-size: 14px;
    padding: 8px 20px;
    align-items: center;
}

.pkzyo-main-section-head {
    display: flex;
    gap: 10px;
    font-size: 15px;
    flex-direction: column;
}

.pkzyo-table-filter-options {
    display: flex;
    gap: 15px;
}

.pkzyo-table-filter-options .pkzyo-filter-option {
    cursor: pointer;
}

.pkzyo-table-filter-options .pkzyo-table-no-icon,
.pkzyo-table-filter-options .pkzyo-table-yes-icon {
/*    background: #fff;*/
    background: #eee;
    height: 35px;
    width: 35px;
    padding: 10px;
}

.pkzyo-table-filter-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pkzyo-table-word-options {
    display: inline-flex;
    border-radius: 8px;
    overflow: hidden;
    flex-wrap: wrap;
}

.pkzyo-table-boolean-select input,
.pkzyo-table-word-options input {
    display: none;
}

.pkzyo-table-word-options label svg {
    display: none;
    width: 14px;
}
.pkzyo-table-word-options label {
    display: flex ;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.pkzyo-table-boolean-select label {
    cursor: pointer;
}

.pkzyo-table-boolean-select,
.pkzyo-table-word-select {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.pkzyo-table-word-options input + label {
    display: flex;
    padding: 12px 18px;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
/*    background-color: #fff;*/
    background-color: #eee;
    color: #707070;
    border: 1px solid #f0f0f1;
    border-radius: 50px;
    gap: 10px;
}

.pkzyo-table-word-options input:checked+label {
    font-weight: 600;
    color: #fff;
    background: #87e64b;
}

.pkzyo-table-boolean-select input:checked+label .pkzyo-table-yes-icon {
    fill: #fff;
    background: #87e64b;
}

.pkzyo-table-boolean-select input:checked+label .pkzyo-table-no-icon {
    fill: #fff;
    background: #c41919;
}

.pkzyo-table-word-options input:checked+label svg {
    display: block;
}

.pkzyo-clear-all-filters {
    display: flex;
    gap: 15px;
    background: #fff;
    border-radius: 50px;
    font-size: 14px;
    padding: 8px 20px;
    align-items: center;
    cursor: pointer;
}

.pkzyo-guide-section-head h2 {
    font-size: 16px;
}

/** Products Table Search **/
/**
 * Header Search
 **/

.pkzyo-products-table-search input[type='search']{
    width: 100%;
    font-size: 14px;
    height: 45px;
    font-weight: 600;
    -webkit-appearance:textfield;
}


.pkzyo-products-table-search input[type='search']:focus {
    outline: none;
    border: none;
}

.pkzyo-products-table-search input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.pkzyo-products-table-search .pkzyo-products-table-search-input {
    padding: 0;
    border: none;
    height: 100%;
    font-size: var(--yzfy-big-font-size);
    color: #8c9094;
    background: #fff;
    font-weight: 600;
    padding-left: 60px;
    padding-right: 24px;
    background: transparent;
}

.pkzyo-products-table-search .pkzyo-products-table-search-input:hover,
.pkzyo-products-table-search .pkzyo-products-table-search-input:focus,
.pkzyo-products-table-search .pkzyo-products-table-search-input:active {
    background: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pkzyo-products-table-search .pkzyo-products-table-search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: url(assets/images/close-circle.svg) no-repeat;
    background-size: 100%;
    opacity: 0.5;
}

.pkzyo-products-table-search {
    -webkit-box-shadow: 0px 8px 20px rgb(0 0 0 / 6%);
    box-shadow: 0px 8px 20px rgb(0 0 0 / 6%);
    border-radius: 8px;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 280px;
    background: #fff;
    border-radius: 50px;
    margin-left: auto;
}

.pkzyo-products-table-search-wrapper {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 28px;
}

.pkzyo-products-table-search .pkzyo-search-icon {
    width: 16px;
    height: 16px;
    color: #9e9ea7;
    fill: #9e9ea7;
}

.pkzyo-products-table-search-input-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pkzyo-highlight {
  background-color: green;
  color: white;
/*  padding: 0 3px;*/
}

/** How to **/
.pkzyo-how-to-content {
    display: flex ;
    flex-direction: column;
    gap: 35px;
}

.pkzyo-how-to {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.pkzyo-guide-section-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/** Subsection **/
.pkzyo-content-subsection {
    display: flex ;
    flex-direction: column;
    gap: 15px;
}
.pkzyo-guide-subsections {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
/*.pkzyo-guide-subsection-head {*/
/*    display: flex;*/
/*    gap: 20px;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/
.pkzyo-guide-subsection-head {
    background: #eee;
    display: flex ;
    width: 100%;
    font-size: 14px;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border-left: 5px solid #eee;
}

.pkzyo-guide-subsection-head h3 {
    font-size: 14px;
}
.pkzyo-products-groups-content {
    display: flex;
    flex-direction: row;
    gap: 25px;
    position: relative;
}

.pkzyo-product-group-categories {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 20px;
    width: 100%;
}

/* Navigation buttons for product groups */
.pkzyo-products-group-navigation {
    position: absolute;
    top: 0;
    height: 100%;
/*    display: flex;*/
    display: none;
    align-items: center;
    z-index: 1;
}

.pkzyo-products-group-navigation:first-child {
    left: -20px;
    display: none;
}

.pkzyo-products-group-navigation:last-child {
    right: -20px;
    justify-content: flex-end;
}

.pkzyo-products-group-navigation svg {
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 50%;
    background: #fbff00;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.pkzyo-products-group-navigation svg:hover {
    background: #eee;
}

.pkzyo-product-group-category {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    width: 260px;
    flex-shrink: 0;
}

.pkzyo-product-group-rank {
    font-size: 11px;
}
/* Content Table Styles */
.pkzyo-content-table {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Table Headline */
.pkzyo-content-table-headline {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

/* Table Content */
.pkzyo-content-table-content {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pkzyo-content-table-content dd {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pkzyo-content-table-content dd dl{
    margin-left: 35px;
}

.pkzyo-content-table-content li {
    margin-bottom: 15px;
    display: flex;
}
dt.pkzyo-toc-items-parent a {
    font-weight: 600;
}

/* Table */
.pkzyo-table-filters {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Content Links */
.pkzyo-content-table-content a {
    display: flex;
    gap: 12px;
    font-weight: 500;
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

.pkzyo-content-table-content a:hover {
    color: #0056b3;
}

/* Numbering */
.pkzyo-item-number {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    background: #eee;
    color: #333;
    border-radius: 100%;
    flex-shrink: 0;
}

/* Ranking Items */
.pkzyo-ranking-item {
    display: flex;
    align-items: center;
}

/* Table Content List */
.pkzyo-content-table-content dl {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Ranking Number */
.pkzyo-ranking-nbr {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    padding: 2px 12px;
    font-weight: 600;
    font-size: 13px;
    background: #ececec;
    color: #555;
    border-radius: 3px;
    gap: 8px;
}

.pkzyo-ranking-nbr img {
    width: 14px;
}

.pkzyo-product-ranking .pkzyo-ranking-nbr {
    height: 40px;
    font-size: 15px;
    width: 100px;
}

.pkzyo-product-ranking img {
    width: 24px;
    height: auto;
    flex-shrink: 0;
}

/* Ranking Title */
.pkzyo-ranking-title {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.pkzyo-product-group-rank .pkzyo-ranking-nbr {
    height: 32px;
}

.pkzyo-product-group-title {
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.pkzyo-product-group-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-wrap: nowrap;
    overflow: hidden;
}

.pkzyo-left-data {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.pkzyo-product-group-item {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
    border-radius: 6px;
}

.pkzyo-product-group-image {
    width: 80px;
    border-radius: 3px;
}

.pkzyo-product-group-name {
    font-size: 12px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.pkzyo-product-group-brand {
    font-size: 10px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.pkzyo-product-group-price {
    font-size: 14px;
    color: #ff2600;
    font-weight: 600;
}

.pkzyo-product-group-view-all {
    background: #f3f3f3;
    border-radius: 6px;
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.pkzyo-product-group-view-all svg {
    width: 12px;
}

/* Carousel */
.pkzyo-product-carousel-rank .pkzyo-ranking-nbr {
    height: 32px;
}

.pkzyo-product-carousel-title {
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.pkzyo-product-carousel-category {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    width: 185px;
    flex-shrink: 0;
}

.pkzyo-product-carousel-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pkzyo-product-carousel-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #28a745;
    color: white;
    padding: 8px 4px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    gap: 8px;
    transition: background 0.3s ease;
    width: 100%;
}


.pkzyo-product-carousel-buttons a span {
     overflow: hidden;           /* Hide overflow text */
    white-space: nowrap;        /* Keep text on one line */
    text-overflow: ellipsis;    /* Add ... at the end */
/*    flex: 1; */
}
.pkzyo-product-carousel-headline {
    font-size: 12px;
    color: #898989;
    text-align: center;
}
.pkzyo-product-carousel-buttons a:hover {
/*  background-color: #218838;*/
    opacity: 0.9;
}

.pkzyo-product-carousel-buttons img {
    width: 18px;
    border-radius: 4px;
}

.pkzyo-product-carousel-rank {
    font-size: 11px;
}
.pkzyo-product-carousel-rank .pkzyo-ranking-nbr {
    display: inline-flex;
}

.pkzyo-product-carousel-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-wrap: nowrap;
    overflow: hidden;
}

.pkzyo-left-data {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.pkzyo-product-carousel-item {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
    border-radius: 6px;
}

.pkzyo-product-carousel-image {
    width: 100%;
    border-radius: 4px;
}

.pkzyo-product-carousel-name {
    font-size: 12px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pkzyo-product-carousel-categories {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 20px;
}

.pkzyo-product-carousel-brand {
    font-size: 10px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.pkzyo-product-carousel-price {
    font-size: 14px;
    color: #ff2600;
    font-weight: 600;
}

.pkzyo-product-carousel-view-all {
    background: #f3f3f3;
    border-radius: 6px;
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.pkzyo-product-carousel-view-all svg {
    width: 12px;
}

/* 
  pkzyo Recommendations CSS
  This stylesheet provides styling for the recommendations section.
  It includes layout for the recommendations list, category types, individual recommendation items,
  navigation controls, and data source labels.
*/

.pkzyo-data-source {
    font-size: 11px;
    color: #898989;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.pkzyo-data-source svg {
    width: 12px;
    fill: #898989;
}

.pkzyo-affiliate-disclaimer {
    font-size: 13px;
    color: #898989;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.pkzyo-affiliate-disclaimer svg {
    width: 20px;
    fill: #898989;
    position: relative;
    top: 5px;
}

/* Product Comparison Table Styles */

.pkzyo-comparison-table-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.pkzyo-table-rank-number {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    color: #333;
    border-radius: 50%;
    margin-bottom: 5px;
    font-size: 8px;
    font-weight: 600;
}

/* Table Styles */
.pkzyo-comparison-table th,
.pkzyo-comparison-table td {
    padding: 12px;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
}

.pkzyo-table-header-spec.sortable {
    min-width: 150px;
}

.pkzyo-comparison-table td:nth-child(odd) {
    background-color: #f5f5f5; /* Light gray for odd columns */
}

.pkzyo-comparison-table td.fixed-column {
    background: #fff;
    text-align: left;
}

.pkzyo-comparison-table th {
    background: #ff853c;
    color: #fff;
}

/* Product Image */
.pkzyo-product-comparison-image {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.pkzyo-product-image.swiper-container {
    width: calc(100% - 270px);
    flex-shrink: 0;
}

.swiper-container img {
    border-radius: 5px;
}

/* Shop Buttons */
.pkzyo-shop-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.pkzyo-shop-buttons a {
    width: 25px;
}

.pkzyo-shop-buttons img {
    width: 100%;
    border-radius: 4px;
}

.pkzyo-button {
    padding: 8px 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

a.pkzyo-shop-button[data-platform="other"] {
    background-color: red !important;
}

.pkzyo-button:hover {
    background-color: #0056b3;
}

/** Experts Comments */
.pkzyo-upper-experts-comments {
    display: flex;
    flex-direction: column;
}

.pkzyo-upper-expert-comment {
    display: flex;
    gap: 20px;
}
.pkzyo-upper-expert-comment-left {
    width: 100px;
    text-align: center;
}

.pkzyo-content-section .pkzyo-upper-expert-comment-left img {
    width: 70px;
    border-radius: 50px;
}

.pkzyo-bottom-expert-details {
    display: flex;
    flex-direction: column;
}

.pkzyo-bottom-experts-comments {
    display: flex ;
    flex-direction: column;
    gap: 20px;
}
.pkzyo-bottom-expert-comment {
    display: flex ;
    gap: 20px;
    flex-direction: column;
}
.pkzyo-bottom-expert-comment-data {
    display: flex ;
    gap: 15px;
    align-items: center;
}
.pkzyo-content-section .pkzyo-bottom-expert-comment-data img {
    width: 60px;
    border-radius: 100%;
}
span.pkzyo-bottom-expert-position {
    font-size: 13px;
}
span.pkzyo-bottom-expert-name {
    font-size: 14px;
    font-weight: 600;
}
span.pkzyo-upper-expert-comment-role-type {
    font-size: 13px;
    font-weight: 600;
}
.pkzyo-upper-expert-comment-right,
.pkzyo-bottom-expert-comment-text {
    font-size: 14px;
    padding: 20px;
    background: #eee;
    border-radius: 6px;
    position: relative;
}
.pkzyo-upper-expert-comment-right:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: transparent #eee;
    border-width: 8px 12px 8px 0px;
    top: 14px;
    left: -11px;
}

.pkzyo-bottom-expert-comment-text {
    position: relative;
}
.pkzyo-bottom-expert-comment-text:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #eee transparent;
    border-width: 0 10px 12px;
    top: -12px;
    left: 21px;
}

/** Recommendations */
.pkzyo-guide-recommendations {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

a.pkzyo-guide-recommendation {
    display: flex;
    gap: 25px;
    align-items: center;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
}

.pkzyo-guide-recommendation img {
    width: 60px;
}

.pkzyo-guide-recommendation-title {
    font-size: 14px;
    font-weight: 600;
}

/* Product Layout */
.pkzyo-product-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.pkzyo-list-header-title {
    font-size: 24px;
}

.pkzyo-list-header-description {
    font-size: 16px;
}

.pkzyo-product {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Ranking Styles */
[data-ranking="1"] .pkzyo-table-rank-number,
.pkzyo-ranking-nbr[data-ranking="1"] {
    background-color: #FFD700;
    color: #5A3D00;
}

[data-ranking="2"] .pkzyo-table-rank-number,
.pkzyo-ranking-nbr[data-ranking="2"] {
    background-color: #a6b0c7;
    color: #fff;
}

[data-ranking="3"] .pkzyo-table-rank-number,
.pkzyo-ranking-nbr[data-ranking="3"] {
    background-color: #d89142;
    color: #F5F5F5;
}

/* Article & Product Display Styles */

article {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 50px;
    gap: 35px;
}

.pkzyo-article-container {
    display: flex;
    flex-direction: column;
}

.pkzyo-article-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    gap: 35px;
}

/* Product Media & Buy Section */
.pkzyo-product-media-links {
    display: flex;
    gap: 30px;
}

.pkzyo-product-images {
    width: 50%;
    position: relative;
    overflow: hidden;
}
/*.pkzyo-product-images .swiper-wrapper {*/
/*    overflow: hidden;*/
/*}*/

.pkzyo-product-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hidden-separator {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

.pkzyo-product-buy-data {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 25px;
}

.pkzyo-product-mid-price {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pkzyo-review-headline,
.pkzyo-price-reference-info {
    font-size: 11px;
    display: flex;
    gap: 6px;
}

.pkzyo-reviews-data {
    width: 70px;
    height: 60px;
    background: gold;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pkzyo-review-headline svg {
    width: 10px;
}

.pkzyo-review-headline {
display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #333;
    font-size: 10px;
    font-weight: 600;
}

.pkzyo-rating-value {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #333;
    line-height: 18px;
}

.pkzyo-product-rating {
    display: flex;
    gap: 5px;
    align-items: center;
}

.pkzyo-reviews-count {
    font-size: 11px;
    color: #333;
    text-align: center;
}

.pkzyo-product-mid-price {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Product Links */
.pkzyo-products-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #eee;
    padding: 15px;
    border-radius: 6px;
}

.pkzyo-article-header {
    display: flex;
    flex-direction: column;
    gap: 35px;
    background: #fff;
    padding: 35px;
    border-radius: 8px;
}

.pkzyo-products-link {
    display: flex;
    align-items: center;
    background-color: #28a745;
    color: white;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    gap: 8px;
    transition: background 0.3s ease;
    height: 50px;
}

span.pkzyo-brand-logo {
    height: 50px;
    width: 50px;
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;

}
span.pkzyo-brand-logo:after {
    width: 16px;
    height: 16px;
    background: #fff;
    z-index: 1;
    left: 50px;
    top: 50%;
    margin: -8px 0 0 -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
/*    width: 20px;
    height: 20px;
    background: #fff;
    z-index: 1;
    left: 55px;
    top: 50%;
    margin: -10px 0 0 -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;*/
}

span.pkzyo-brand-link-name {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.pkzyo-products-link:hover {
    background-color: #218838; /* Darker Green on Hover */
}

.pkzyo-products-link img {
    width: 24px;
    height: auto;
}

/* Pricing Tag */
.pkzyo-prive-tag {
    display: inline-flex;
    background: #eee;
    color: #898989;
    font-size: 11px;
    padding: 1px 8px;
    border-radius: 4px;
}

/* Article Header */
/*.pkzyo-article-header {
    text-align: center;
}*/

/* Table of Contents */
/*dt.pkzyo-toc-items-parent {
    margin-bottom: 8px;
}
*/
/* Product Characteristics Styling */
.pkzyo-spec-item:nth-child(4n-1),
.pkzyo-spec-item:nth-child(4n) {
    background: #eee;
}

.pkzyo-product-characteristics .pkzyo-spec-item:nth-child(4n-3),
.pkzyo-product-characteristics .pkzyo-spec-item:nth-child(4n-2) {
    background: #FFF8E1;
}

.pkzyo-product-characteristics .pkzyo-spec-item:nth-child(4n-1),
.pkzyo-product-characteristics .pkzyo-spec-item:nth-child(4n) {
    background: #f37623;
}

.pkzyo-product-characteristics .pkzyo-spec-item:nth-child(4n-1) dd,
.pkzyo-product-characteristics .pkzyo-spec-item:nth-child(4n-1) dt,
.pkzyo

/* Product Header */
.pkzyo-product-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pkzyo-product-header h3 {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.pkzyo-product-brand {
    font-weight: 500;
    color: #898989;
    font-size: 16px;
}

/* Product Description */
.pkzyo-product-description-title {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.pkzyo-product-description-content {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin: 6px 0 0;
}


/* Mobile Optimization */
@media (max-width: 768px) {
    .pkzyo-product-description {
        padding: 12px;
    }

    .pkzyo-product-description-title {
        font-size: 1.1rem;
    }

    .pkzyo-product-description-content {
        font-size: 0.95rem;
    }

    .pkzyo-spec-list {
        grid-template-columns: 1fr; /* Single column layout on mobile */
    }


    .pkzyo-product-buy-data,
    .pkzyo-product-image.swiper-container,
    .pkzyo-category-item,
    .pkzyo-recommendations-item {
        width: 100%;
    }
}

/* Specifications */
.pkzyo-product-specifications {
    font-size: 12px;
}

.pkzyo-spec-title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.pkzyo-spec-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.pkzyo-spec-item {
    display: flex;
    justify-content: space-between;
    background: #f8f8f8;
    padding: 8px 12px;
    border-radius: 5px;
}

.pkzyo-spec-item dt {
    font-weight: bold;
    color: #333;
}

.pkzyo-spec-item dd {
    margin: 0;
    color: #555;
}

.pkzyo-list-products {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.pkzyo-product-data {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
/* Price Display */
.pkzyo-prive-value {
    font-size: 22px;
    font-weight: 600;
    color: #E53935;
}

/* Report Product */
.pkzyo-report-product {
    display: flex;
    justify-content: right;
    font-size: 13px;
    font-weight: 400;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #898989;
}

.pkzyo-report-product svg {
    width: 13px;
    fill: #898989;
}

/* Expert Box */
.pkzyo-post-editors {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.pkzyo-post-editors .pkzyo-author-box-bio {
    font-size: 14px;
}

.read-more-btn {
    font-weight: 600;
    cursor: pointer;
    margin: 0 5px;
}
/* Table Icons */
.pkzyo-table-no-icon,
.pkzyo-table-yes-icon {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    margin:8px auto;
}

.pkzyo-table-no-icon {
    background: #ffd4d4;
    fill: #a11616;
}

.pkzyo-table-yes-icon {
    background: #DCEDC8;
    fill: #388E3C;
}
.pkzyo-table-wrapper {
    overflow-x: auto;
}

.pkzyo-comparison-table {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
}

.pkzyo-item-maker,
.pkzyo-item-name,
.pkzyo-comparison-table td:not(.fixed-column) p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pkzyo-item-maker {
    -webkit-line-clamp: 1;
    color: #898989;
    font-size: 10px;
}

.pkzyo-item-name {
    -webkit-line-clamp: 2;
    font-weight: 600;
    font-size: 9px;
}

.pkzyo-comparison-table td p {
    margin: 0;
}

.pkzyo-comparison-table td:not(.fixed-column) p {
    -webkit-line-clamp: 3;
    font-size: 11px;
    text-align: center;
/*    display: flex;*/
/*    flex-direction: column;*/
    gap: 10px;
    display: initial;
}

.pkzyo-item-product {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pkzyo-table-header-point {
    min-width: 180px;
}

.pkzyo-table-header-item {
    min-width: 150px;
}

.fixed-column {
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 1;
}

.pkzyo-table-header-checkbox.fixed-column {
    text-align: center;
}

.pkzyo-table-header-item.fixed-column,
.pkzyo-table-item.fixed-column {
    width: 250px;
    border-left: none;
    left: 32px;
}

.pkzyo-table-header-checkbox,
.pkzyo-table-checkbox {
    border-right: none !important;
/*    padding-right: 0 !important;*/
}

/** # Section Content **/
.pkzyo-content-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    align-items: flex-start;
}

span.pkzyo-guide-section-number {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    color: #333;
    border-radius: 5px;
    font-weight: 600;
}

.pkzyo-section-head h3 {
    margin: 0;
}

.pkzyo-guide-section-content img {
    border-radius: 5px;
}
.pkzyo-subsection-container,
.pkzyo-section-container {
    font-size: 14px;
}

.pkzyo-section-container :last-child {
    margin-bottom: 0;
}

.pkzyo-section-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: relative;
}

.pkzyo-view-ranking {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 15px;
    background: #eee;
    color: #333;
    border-radius: 50px;
    font-size: 14px;
}

.pkzyo-view-ranking svg {
    width: 16px;
    fill: gold;
}

.pkzyo-spec-list {
    max-height: 200px;
}

.pkzyo-content-table-content {
    max-height: 300px;
}

/** # Why trust us ***/
.pkzyo-why-trust-us {
/*    background: #f8f9fd;*/
/*    padding: 30px;*/
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row-reverse;
    gap: 25px;
    align-items: center;
}

.pkzyo-why-trust-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.pkzyo-why-trust-description {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.pkzyo-why-trust-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s;
}

.pkzyo-why-trust-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
/* Swiper Slider Custom Styles */
.swiper {
    height: 320px; /* Fixed height for consistency */
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.swiper-button-disabled {
    display: none;
}

.pkzyo-show-product-modal {
    cursor: pointer;
}

.pkzyo-product-images .swiper-button-next,
.pkzyo-product-images .swiper-button-prev {
    --swiper-navigation-size: 12px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #333;
    padding: 0;
}


/** # View More Conten ***/
.pkzyo-view-more-gradient {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 50px; /* Height of the fading effect */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.pkzyo-view-more-container {
    position: relative;
}

.pkzyo-view-more-content {
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-in-out;
}

.pkzyo-content-expanded {
    max-height: none;
}

.pkzyo-view-more {    
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    background: #fff;
}

.pkzyo-view-more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 8px;
    margin: auto;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    color: #333;
}

.pkzyo-view-more-button:hover {
    background: #eee;
}

.pkzyo-view-more-button svg {
    width: 14px;
}

/** Pros & Cons ***/
.pkzyo-pros-cons {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 25px;
    margin: 15px 0;
}

.pkzyo-product-pros-cons-item {
    width: 50%;
    overflow: hidden;
    border-radius: 6px;
}

.pkzyo-product-pros {
    background: #cefff8;
}

.pkzyo-product-pros .pkzyo-product-pros-cons-head {
    background: #46e4ce;
}


.pkzyo-product-pros li svg {
    fill: #46e4ce;
}

.pkzyo-product-cons {
    background: #ffebed;
}

.pkzyo-product-cons .pkzyo-product-pros-cons-head {
    background: #fc6177;
}

.pkzyo-product-cons li svg {
    fill: #fc6177;
}

.pkzyo-product-pros-cons-head {
    font-weight: 600;
    display: flex;
    gap: 8px;
    font-size: 14px;
    min-height: 45px;
    align-items: center;
    background: rgb(0 0 0 / 30%);
    padding: 8px 25px;
    color: #fff;
}

.pkzyo-product-pros-cons-head svg {
    width: 20px;
    fill: #fff;
}

.pkzyo-product-pros-cons-content {
    font-size: 13px;
    padding: 15px 25px;
}

.pkzyo-product-pros-cons-content ul {
/*    list-style: initial;*/
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.pkzyo-product-pros-cons-content li {
    gap: 8px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.pkzyo-product-pros-cons-content li svg {
    width: 15px;
    flex-shrink: 0;
    top: 5px;
    position: relative;
}


@media (max-width: 768px) {

    article {
        padding: 18px;
    }
}