.produkt-single {
    display: block !important;
    max-width: 90% !important;
    background-color: #ffffff !important;
}

.produkt-hero {
    display: grid;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.produkt-media,
.produkt-hero-content {
    min-width: 0;
}

.produkt-header {
    margin-bottom: 1rem;
}

.produkt-header h1 {
    text-align: center;
}

.produkt-featured-image {
    margin: 0 0 1rem;
}

.produkt-featured-image img,
.produkt-galeria img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.produkt-galeria {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.produkt-galeria .produkt-gallery-item {
    margin: 0;
    text-align: center;
}

.produkt-galeria img {
    aspect-ratio: 1;
    object-fit: cover;
}

.produkt-gallery-item img {
    margin: 0 auto;
    max-width: 400px;
}

.produkt-recommendation {
    margin: 0 0 1.25rem;
    font-size: 1.125rem;
    line-height: 1.55;
}

.produkt-feature-list {
    display: grid;
    gap: 0.625rem;
    margin: 0 0 1.5rem;
    padding-left: 1.25rem;
}

.produkt-cta-panel,
.produkt-lower-cta,
.produkt-trust {
    padding: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 8px;
    background: #ffffff;
}

.produkt-price {
    margin: 0 0 1rem;
    font-size: 1.25rem;
    font-weight: 700;
}

.produkt-price-muted {
    color: rgba(17, 24, 39, 0.72);
}

.produkt-affiliate-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin: 0 auto;
    padding: 0.85rem 1rem;
    border-radius: 4px;
    color: #ffffff;
    background: #111827;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.produkt-click-reason {
    margin: 0.875rem 0 0;
    font-size: 0.9375rem;
    color: rgba(17, 24, 39, 0.76);
}

.produkt-content {
    margin-bottom: 1.5rem;
    padding-bottom: 30px !important;
}

.produkt-lower-cta {
    margin: 2rem 0;
}

.produkt-section {
    margin-top: 2.5rem;
}

.produkt-section h2 {
    margin-bottom: 1rem;
}

.produkt-two-columns {
    display: grid;
    gap: 1rem;
}

.produkt-two-columns > div {
    padding: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 8px;
    background: #ffffff;
}

.produkt-two-columns h3 {
    margin-top: 0;
    font-size: 1rem;
}

.produkt-two-columns ul {
    margin-bottom: 0;
}

.produkt-decision-table table {
    width: 100%;
    border-collapse: collapse;
}

.produkt-decision-table th,
.produkt-decision-table td {
    padding: 0.875rem 1rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    text-align: left;
    vertical-align: top;
}

.produkt-decision-table th {
    width: 34%;
    font-weight: 700;
    background: rgba(15, 23, 42, 0.04);
}

.produkt-trust {
    color: rgba(17, 24, 39, 0.78);
    font-size: 0.9375rem;
}

.produkt-trust p:last-child {
    margin-bottom: 0;
}

.produkt-archive-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.produkt-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}

.produkt-card-image img {
    display: block;
    width: 100%;
    height: auto;
}

.produkt-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
}

.produkt-card-title {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.25;
}

.produkt-card-price {
    margin: 0;
    font-weight: 700;
}

.produkt-card-excerpt {
    flex: 1;
}

.produkt-card-excerpt p {
    margin-bottom: 0;
}

.produkt-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.produkt-card-link,
.produkt-card-affiliate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.produkt-card-link {
    color: #111827;
    border: 1px solid rgba(15, 23, 42, 0.18);
}

.produkt-card-affiliate {
    color: #ffffff;
    background: #111827;
}

.ruki-child-produkt-gallery-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.ruki-child-produkt-gallery-item img {
    display: block;
    width: 80px;
    height: 80px;

}

.btn-wraperr {
    text-align: center;
}

@media (min-width: 768px) {
    .produkt-hero {
        grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
        align-items: start;
    }

    .produkt-two-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.lista-single {
    display: block !important;
    max-width: 90% !important;
    background-color: #ffffff !important;
    margin-bottom: 50px;
}

.lista-header h1 {
    text-align: center;
}

.lista-featured-image {
    margin: 0 0 1.5rem;
}

.lista-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.lista-gallery {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    margin-bottom: 2rem;
}

.lista-gallery-item {
    margin: 0;
    text-align: center;
}

.lista-gallery-item img {
    display: block;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 8px;
}

.lista-content {
    padding-bottom: 30px !important;
}

.lista-product-card {
    display: grid;
    gap: 1rem;
    margin: 0.5rem 0;
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 8px;
    background: #ffffff;
}

.lista-product-card-partner-label {
    margin: 1.25rem 0 0.5rem;
    color: rgba(17, 24, 39, 0.62);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
}

.lista-product-card + .lista-product-card-partner-label {
    margin: 0.5rem 0 1.25rem;
}

.lista-product-card-linkwrap {
    color: inherit;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.lista-product-card-linkwrap:hover,
.lista-product-card-linkwrap:focus {
    color: inherit;
    border-color: rgba(17, 24, 39, 0.32);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.lista-product-card-media {
    display: block;
}

.lista-product-card-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.lista-product-card-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.75rem;
}

.lista-product-card-title {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.25;
}

.lista-product-card-price {
    margin: 0;
    font-weight: 700;
}

.lista-product-card-excerpt {
    margin: 0;
}

.lista-product-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.lista-product-card-affiliate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.lista-product-card-affiliate {
    color: #ffffff;
    background: #111827;
}

.lista-archive-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.lista-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}

.lista-card-image img {
    display: block;
    width: 100%;
    height: auto;
}

.lista-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
}

.lista-card-title {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.25;
}

.lista-card-excerpt {
    flex: 1;
}

.lista-card-excerpt p {
    margin-bottom: 0;
}

.lista-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(15, 23, 42, 0.18);
    border-radius: 4px;
    color: #111827;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.ruki-child-lista-gallery-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.ruki-child-lista-gallery-item img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .lista-product-card {
        grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
        align-items: center;
    }
}

.lista-author-bio {
    width: min(100%, 1180px);
    margin: 4rem auto 0;
    padding: 0 1rem 0.25rem;
    text-align: center;
    background: #ffffff;
    padding-bottom: 30px;
}

.lista-author-bio-avatar-link {
    display: inline-flex;
    margin-bottom: 1.75rem;
    border-radius: 999px;
}

.lista-author-bio-avatar {
    display: block;
    width: 132px;
    height: 132px;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.lista-author-bio-name {
    margin: 0;
    color: #2f3037;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
}

.lista-author-bio-lead {
    margin: 3rem auto 2.25rem;
    color: #8a8c95;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.45;
}

.lista-author-bio-lead a {
    color: #675777;
    text-decoration: underline;
    text-underline-offset: 0.08em;
    text-decoration-thickness: 0.08em;
}

.lista-author-bio-lead span {
    margin: 0 0.45rem;
    color: #8a8c95;
}

.lista-author-bio-socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto 2.25rem;
}

.lista-author-bio-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 3px solid #eeeeef;
    border-radius: 999px;
    color: #8b8e96;
    background: #ffffff;
    font-size: 1.55rem;
    line-height: 1;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.lista-author-bio-socials a:hover,
.lista-author-bio-socials a:focus {
    border-color: #dedee2;
    color: #2f3037;
    transform: translateY(-2px);
}

.lista-author-bio-socials a[aria-label="X"] {
    color: #000000;
}

.lista-author-bio-socials a[aria-label="Facebook"] {
    color: #4267b2;
}

.lista-author-bio-socials a[aria-label="Instagram"] {
    color: #e4405f;
}

.lista-author-bio-socials a[aria-label="YouTube"] {
    color: #ff0000;
}

.lista-author-bio-socials a[aria-label="LinkedIn"] {
    color: #0a66c2;
}

.lista-author-bio-socials a[aria-label="TikTok"] {
    color: #000000;
}

.lista-author-bio-gallery {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lista-author-bio-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    height: auto;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

@media (min-width: 900px) {
    .lista-author-bio {
        margin-top: 5rem;
    }

    .lista-author-bio-gallery {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .lista-author-bio-avatar {
        width: 108px;
        height: 108px;
    }

    .lista-author-bio-lead {
        margin-top: 2rem;
    }

    .lista-author-bio-socials {
        gap: 0.65rem;
    }

    .lista-author-bio-socials a {
        width: 46px;
        height: 46px;
        border-width: 2px;
        font-size: 1.25rem;
    }

    .lista-author-bio-gallery {
        gap: 0.85rem;
    }
}
