.guide-main,
.guide-wrap {
    background: #fff;
    color: #253D4E;
}

.guide-main .page-header {
    margin-top: 20px;
    margin-bottom: 8px;
}

.guide-main.categories-page .page-header .archive-header {
    border-radius: 2px;
    padding: 48px 56px;
    background-color: #eef2f4;
    background-image: none;
}

.guide-main.categories-page .page-header .archive-header h1 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #253D4E;
    letter-spacing: -0.02em;
}

.guide-main.categories-page .page-header .archive-header .breadcrumb {
    font-size: 14px;
    color: #5c6b78;
}

.guide-main.categories-page .page-header .archive-header .breadcrumb a {
    color: #3BB77E;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.guide-main.categories-page .page-header .archive-header .breadcrumb a:hover {
    color: #29A56C;
    text-decoration: underline;
}

.guide-wrap {
    width: 100%;
    padding: 8px 0 64px;
}

.guide-post {
    width: 100%;
    color: #253D4E;
}

.guide-header {
    margin-bottom: 36px;
}

.guide-dek {
    font-size: 19px;
    line-height: 1.65;
    color: #3e4c59;
    margin: 0 0 16px;
}

.guide-intro p {
    font-size: 17px;
    line-height: 1.7;
    color: #3e4c59;
    margin: 0 0 16px;
}

.guide-freshness {
    font-size: 13px;
    line-height: 1.5;
    color: #9aa5b1;
    margin: 0 0 16px;
}

.guide-price-date,
.guide-amazon-cta-note,
.guide-associates {
    font-size: 14px;
    line-height: 1.5;
    color: #5c6b78;
    margin: 0 0 16px;
}

.guide-associates {
    padding: 14px 18px;
    background: #f7f8fa;
    border: 1px solid #e6e9ed;
    border-radius: 10px;
}

.guide-h2 {
    font-size: 26px;
    font-weight: 700;
    color: #253D4E;
    margin: 48px 0 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8edf1;
}

.guide-method p,
.guide-advice-content p,
.guide-rating {
    font-size: 16px;
    line-height: 1.7;
    color: #3e4c59;
    margin: 0 0 12px;
}

.guide-who,
.guide-downside {
    font-size: 14px;
    line-height: 1.45;
    color: #5c6b78;
    margin: 0 0 8px;
    max-width: 100%;
}

.guide-jump {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 8px 0 32px;
}

.guide-jump a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid #e6e9ed;
    border-radius: 999px;
    color: #253D4E;
    text-decoration: none;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.guide-jump a:hover {
    border-color: #9aa5b1;
    color: #253D4E;
    background: #f7f8fa;
}

.guide-pick-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.guide-pick-card,
.guide-product-card,
.guide-faq-item {
    background: #fff;
    border: 1px solid #e6e9ed;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(37, 61, 78, 0.04);
}

.guide-pick-card {
    padding: 22px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.guide-pick-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(37, 61, 78, 0.08);
}

.guide-pick-label {
    display: inline-block;
    margin: 0 0 12px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #3e4c59;
    background: #f2f4f6;
    border-radius: 999px;
}

.guide-pick-image,
.guide-product-media,
.guide-table-thumb {
    border-radius: 12px;
}

.guide-table-thumb {
    background: #fff;
    border: 1px solid #e8edf1;
}

.guide-pick-image,
.guide-product-media {
    background: #fff;
    border: 1px solid #e8edf1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 14px;
    padding: 0;
    min-height: 220px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.guide-product-media {
    margin-bottom: 0;
    min-height: 240px;
    min-width: 280px;
    max-width: 340px;
    width: 100%;
}

.guide-post .guide-pick-image img,
.guide-post .guide-product-media img {
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    min-height: 160px;
    object-fit: contain;
    background: transparent;
}

.guide-post .guide-table-thumb img {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px;
    object-fit: contain;
    background: transparent;
}

.guide-img-fallback {
    display: none;
    font-size: 13px;
    line-height: 1.35;
    color: #5c6b78;
    padding: 8px;
}

.guide-post img.is-broken {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

.guide-post img.is-broken + .guide-img-fallback {
    display: block;
}

.guide-pick-name,
.guide-product-name {
    font-size: 18px;
    font-weight: 700;
    color: #253D4E;
    margin: 0 0 8px;
    line-height: 1.35;
    overflow-wrap: break-word;
    word-break: normal;
}

.guide-table-product-name {
    min-width: 0;
    line-height: 1.4;
    overflow-wrap: break-word;
    word-break: normal;
}

.guide-pick-spec {
    font-size: 14px;
    color: #5c6b78;
    margin: 0 0 8px;
}

.guide-price {
    font-size: 22px;
    font-weight: 800;
    color: #253D4E;
    margin: 0 0 4px;
}

.guide-off-badge {
    display: inline-block;
    margin-left: 8px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #3BB77E;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    vertical-align: middle;
}

.guide-amazon-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    background: #FF9900;
    color: #111;
    font-weight: 800;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #e47911;
    width: 100%;
    box-sizing: border-box;
    transition: background 0.2s ease, transform 0.2s ease;
}

.guide-amazon-cta:hover,
.guide-amazon-cta:focus {
    background: #FF8F00;
    color: #111;
    text-decoration: none;
    transform: translateY(-1px);
}

.guide-amazon-cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.guide-amazon-cta-wrap--sticky {
    width: auto;
}

.guide-amazon-cta-note {
    display: block;
    margin-top: 6px;
    text-align: center;
}

.guide-table-wrap {
    overflow: auto;
    border-radius: 16px;
    border: 1px solid #e6e9ed;
    box-shadow: 0 8px 24px rgba(37, 61, 78, 0.04);
}

.guide-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.guide-table th,
.guide-table td {
    padding: 16px 18px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #eef1f4;
    color: #253D4E;
    font-size: 14px;
}

.guide-table th {
    background: #f7f8fa;
    font-weight: 700;
    color: #253D4E;
}

.guide-table tr:last-child td {
    border-bottom: 0;
}

.guide-table-product {
    display: flex;
    align-items: center;
    gap: 12px;
}

.guide-table-thumb {
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
    flex-shrink: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

.guide-table-thumb-btn {
    border: 0;
    cursor: zoom-in;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.guide-table-thumb-btn:hover {
    box-shadow: 0 0 0 2px #3BB77E;
    transform: scale(1.03);
}

.guide-table-thumb-btn:focus-visible {
    outline: 2px solid #3BB77E;
    outline-offset: 2px;
}

.guide-product-media-btn {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-in;
    border-radius: inherit;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.guide-product-media-btn:hover {
    box-shadow: 0 0 0 2px #3BB77E;
    transform: scale(1.02);
}

.guide-product-media-btn:focus-visible {
    outline: 2px solid #3BB77E;
    outline-offset: 2px;
}

.guide-table-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.guide-table-price-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.guide-price--table {
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
}

.guide-price-date--table {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #5c6b78;
    margin: 0;
}

.guide-table-thumb .guide-img-fallback {
    font-size: 10px;
    text-align: center;
}

.guide-table .guide-amazon-cta {
    width: auto;
    min-width: 168px;
}

.guide-table-empty {
    color: transparent;
}

.guide-products {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.guide-product-card {
    display: grid;
    grid-template-columns: minmax(280px, 340px) 1fr;
    gap: 28px;
    padding: 24px;
    margin-bottom: 0;
    align-items: stretch;
}

.guide-products.is-capped .guide-product-card:nth-of-type(n+8) {
    display: none;
}

.guide-product-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.guide-product-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px 24px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #f9fafb 0%, #f3f5f7 100%);
    border: 1px solid #e8edf1;
    border-radius: 12px;
}

.guide-product-price-block {
    flex: 1 1 200px;
    min-width: 0;
}

.guide-product-price-block .guide-price {
    margin-bottom: 6px;
}

.guide-product-price-block .guide-price-date {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-size: 13px;
}

.guide-product-price-block .guide-price-date i {
    color: #9aa5b1;
    font-size: 14px;
}

.guide-product-rating {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid #e6e9ed;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #253D4E;
}

.guide-product-rating .fi-rs-star {
    color: #FDC040;
    font-size: 15px;
}

.guide-product-reviews {
    color: #5c6b78;
    font-weight: 500;
}

.guide-product-body .guide-bullets {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.guide-product-body .guide-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    line-height: 1.55;
    color: #3e4c59;
}

.guide-product-body .guide-bullets li .fi-rs-check {
    flex-shrink: 0;
    margin-top: 3px;
    color: #3BB77E;
    font-size: 14px;
}

.guide-product-body .guide-who,
.guide-product-body .guide-downside {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    padding: 12px 14px;
    border-radius: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.guide-product-body .guide-who {
    background: #f0faf5;
    border: 1px solid #d4eddf;
}

.guide-product-body .guide-who .fi-rs-user {
    color: #3BB77E;
    flex-shrink: 0;
    margin-top: 2px;
}

.guide-product-body .guide-downside {
    background: #fff8f0;
    border: 1px solid #fdebd0;
}

.guide-product-body .guide-who span,
.guide-product-body .guide-downside span {
    min-width: 0;
    line-height: 1.45;
}

.guide-product-body .guide-downside .fi-rs-info {
    color: #e47911;
    flex-shrink: 0;
    margin-top: 2px;
}

.guide-table th:last-child,
.guide-table td:last-child {
    text-align: center;
    white-space: nowrap;
}

.guide-product-body .guide-amazon-cta-wrap {
    margin-top: 4px;
    max-width: 320px;
}

.guide-product-body .guide-amazon-cta-wrap .guide-amazon-cta {
    max-width: none;
}

.guide-bullets {
    margin: 0 0 12px;
    padding-left: 18px;
    color: #3e4c59;
}

.guide-show-all,
.guide-sticky-dismiss,
.guide-related-link {
    min-height: 44px;
    padding: 8px 16px;
    border: 1px solid #e6e9ed;
    background: #fff;
    color: #253D4E;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
}

.guide-show-all {
    display: block;
    width: 100%;
    margin-top: 4px;
}

.guide-show-all:hover {
    border-color: #9aa5b1;
    color: #253D4E;
}

.guide-advice-content {
    padding-top: 28px;
}

.guide-advice-content ul {
    margin: 0 0 16px;
    padding-left: 20px;
}

.guide-faq-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 56px;
    margin-bottom: 24px;
    padding: 18px 22px;
    background: linear-gradient(135deg, #f7f8fa 0%, #eef2f4 100%);
    border: 1px solid #e6e9ed;
    border-left: 4px solid #3BB77E;
    border-radius: 12px;
    border-bottom: 1px solid #e6e9ed;
}

.guide-faq-title .fi-rs-interrogation {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #3BB77E;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}

.guide-faq-item {
    margin-bottom: 12px;
    padding: 0 20px;
}

.guide-faq-item summary {
    cursor: pointer;
    font-weight: 700;
    padding: 16px 0;
    color: #253D4E;
}

.guide-faq-item p {
    margin: 0 0 16px;
    color: #3e4c59;
}

.guide-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: #fff;
    border-top: 1px solid #e6e9ed;
    box-shadow: 0 -8px 24px rgba(37, 61, 78, 0.08);
}

.guide-sticky-text {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-weight: 700;
    color: #253D4E;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.guide-amazon-cta--sticky {
    width: auto;
}

.guide-related {
    margin-top: 48px;
}

.guide-related-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.guide-related-link:hover {
    border-color: #9aa5b1;
    color: #253D4E;
}

body.guide-has-sticky {
    padding-bottom: 76px;
}

body.guide-has-sticky #scrollUp {
    bottom: 88px;
}

@media (max-width: 900px) {
    body.guide-has-sticky #scrollUp {
        bottom: 120px;
    }
}

body.guide-lightbox-open {
    overflow: hidden;
}

.guide-image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.guide-image-lightbox[hidden] {
    display: none !important;
}

.guide-image-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.82);
    cursor: pointer;
}

.guide-image-lightbox-dialog {
    position: relative;
    z-index: 1;
    max-width: min(90vw, 640px);
    max-height: 90vh;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.guide-image-lightbox-dialog img {
    display: block;
    max-width: 100%;
    max-height: calc(90vh - 64px);
    width: auto;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
}

.guide-image-lightbox-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #253D4E;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.guide-image-lightbox-close:hover {
    background: #f7f8fa;
}

@media (max-width: 900px) {
    .guide-main.categories-page .page-header .archive-header {
        padding: 32px 24px;
    }

    .guide-main.categories-page .page-header .archive-header h1 {
        font-size: 26px;
    }

    .guide-pick-row,
    .guide-product-card {
        grid-template-columns: 1fr;
    }

    .guide-product-media {
        min-width: 0;
        max-width: none;
        width: 100%;
        min-height: 220px;
    }

    .guide-table thead {
        display: none;
    }

    .guide-table,
    .guide-table tbody,
    .guide-table tr,
    .guide-table td {
        display: block;
        width: 100%;
    }

    .guide-table tr {
        padding: 14px;
        border-bottom: 1px solid #e6e9ed;
    }

    .guide-table td {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        border: 0;
        padding: 8px 0;
    }

    .guide-table td[data-label]::before {
        content: attr(data-label);
        font-weight: 700;
        color: #5c6b78;
        flex: 0 0 38%;
    }

    .guide-table-empty,
    .guide-table td:empty {
        display: none;
    }

    .guide-table .guide-amazon-cta {
        width: 100%;
    }

    .guide-table td[data-label="Buy"] {
        flex-direction: column;
        align-items: stretch;
    }

    .guide-table td[data-label="Buy"]::before {
        margin-bottom: 4px;
    }

    .guide-sticky {
        flex-wrap: wrap;
    }
}
