.wps-slot-post #secondary,
.wps-slot-post .widget-area,
.wps-slot-post aside.sidebar {
    display: none !important;
}

.wps-slot-post #primary,
.wps-slot-post .content-area,
.wps-slot-post main {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

.wps-wrap {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px 80px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.wps-hero {
    padding: 28px 0 22px;
    margin-bottom: 0;
}

.wps-breadcrumb {
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.wps-breadcrumb a {
    color: #888;
    text-decoration: none;
}

.wps-breadcrumb a:hover {
    color: #333;
}

.wps-post-title {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 0 0 10px;
}

.wps-post-subtitle {
    font-size: 15px;
    color: #666;
    line-height: 1.65;
    margin: 0 0 14px;
    max-width: 660px;
}

.wps-post-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #888;
}

.wps-meta-tag {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 12px;
    color: #555;
}

.wps-meta-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #ccc;
}

.wps-toc-bar {
    background: #fff;
    border-top: 1px solid #e9e9e9;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    margin-bottom: 0;
}

.wps-toc-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wps-toc-bar-inner::-webkit-scrollbar {
    display: none;
}

.wps-toc-item {
    font-size: 13px;
    color: #888;
    padding: 12px 16px;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: color 0.15s, border-color 0.15s;
    user-select: none;
}

.wps-toc-item:hover {
    color: #333;
}

.wps-toc-item.active {
    color: #534AB7;
    border-bottom-color: #534AB7;
    font-weight: 600;
}

.wps-layout {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 36px;
    align-items: start;
}

.wps-sidebar {
    position: sticky;
    top: 20px;
    align-self: start;
}

.wps-rating-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.wps-rating-score {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

.wps-rating-sub {
    font-size: 13px;
    color: #888;
    margin-top: 3px;
}

.wps-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 4px;
}

.wps-star {
    width: 15px;
    height: 15px;
    clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
}

.wps-star.full {
    background: #F0A500;
}

.wps-star.half {
    background: linear-gradient(90deg, #F0A500 50%, #ddd 50%);
}

.wps-star.empty {
    background: #ddd;
}

.wps-stars-sm .wps-star {
    width: 12px;
    height: 12px;
}

.wps-stars-label {
    font-size: 12px;
    color: #888;
}

.wps-verdict {
    background: #f6f6f6;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 24px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.wps-verdict-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1D9E75;
    flex-shrink: 0;
    margin-top: 5px;
}

.wps-verdict-text {
    font-size: 14px;
    color: #555;
    line-height: 1.65;
}

.wps-verdict-text strong {
    color: #1a1a1a;
    font-weight: 600;
}

.wps-content {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 28px;
}

.wps-content h2 {
    font-size: 19px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 32px 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    scroll-margin-top: 52px;
}

.wps-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 22px 0 8px;
}

.wps-content p {
    margin-bottom: 14px;
}

.wps-content p:last-child {
    margin-bottom: 0;
}

.wps-content ul,
.wps-content ol {
    padding-left: 20px;
    margin-bottom: 14px;
}

.wps-content li {
    margin-bottom: 6px;
}

.wps-bonus-section {
    margin-bottom: 28px;
}

.wps-bonus-section h2 {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 14px;
    text-align: center;
    scroll-margin-top: 52px;
}

.wps-bonus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.wps-bonus-card {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 13px 15px;
    background: #fff;
}

.wps-bonus-name {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.wps-bonus-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.wps-pros-cons-wrap {
    margin-bottom: 28px;
}

.wps-pros-cons-wrap h2 {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    scroll-margin-top: 52px;
}

.wps-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 0;
}

.wps-pros {
    background: #EAF3DE;
    border-radius: 8px;
    padding: 14px;
}

.wps-cons {
    background: #FCEBEB;
    border-radius: 8px;
    padding: 14px;
}

.wps-pc-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wps-pros .wps-pc-title {
    color: #3B6D11;
}

.wps-cons .wps-pc-title {
    color: #A32D2D;
}

.wps-pc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.wps-pc-list li {
    font-size: 13px;
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.wps-pros .wps-pc-list li {
    color: #27500A;
}

.wps-cons .wps-pc-list li {
    color: #791F1F;
}

.wps-pc-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-top: 5px;
    flex-shrink: 0;
}

.wps-pros .wps-pc-dot {
    background: #3B6D11;
}

.wps-cons .wps-pc-dot {
    background: #A32D2D;
}

.wps-sidebar-card {
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    padding: 18px 20px;
    background: #fff;
}

.wps-sidebar-title {
    font-size: 11px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 14px;
}

.wps-sidebar-facts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.wps-sf-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wps-sf-label {
    font-size: 13px;
    color: #888;
}

.wps-sf-value {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: right;
}

.wps-sidebar-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wps-sr-score {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
}

.wps-sr-label {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

.wps-related {
    border-top: 1px solid #e9e9e9;
    padding-top: 28px;
    margin-top: 12px;
}

h2.wps-related-title {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.wps-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.wps-related-card {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: border-color 0.15s;
}

.wps-related-card:hover {
    border-color: #bbb;
}

.wps-related-thumb {
    height: 72px;
    overflow: hidden;
}

.wps-related-thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wps-related-thumb-placeholder {
    background: #EEEDFE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #534AB7;
}

.wps-related-body {
    padding: 10px 12px;
}

h3.wps-related-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wps-related-provider {
    font-size: 12px;
    color: #888;
    margin-bottom: 6px;
}

.wps-score-pill {
    background: #f4f4f4;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
}

.wps-mobile-toc-btn {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 20px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #534AB7;
    border: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    z-index: 200;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.wps-mobile-toc-btn svg {
    width: 20px;
    height: 20px;
}

.wps-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 300;
}

.wps-overlay.wps-show {
    display: block;
}

.wps-drawer {
    position: fixed;
    top: 0;
    right: -290px;
    width: 270px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #e9e9e9;
    z-index: 400;
    transition: right 0.25s ease;
    padding: 22px 18px;
    overflow-y: auto;
}

.wps-drawer.wps-open {
    right: 0;
}

.wps-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.wps-drawer-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.wps-drawer-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 22px;
    color: #888;
    line-height: 1;
    padding: 0;
}

.wps-drawer-items {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.wps-drawer-item {
    font-size: 14px;
    color: #555;
    padding: 10px 12px;
    border-radius: 6px;
    cursor: pointer;
}

.wps-drawer-item:hover {
    background: #f4f4f4;
    color: #1a1a1a;
}

@media (max-width: 768px) {
    .wps-layout {
        grid-template-columns: 1fr;
    }

    .wps-sidebar {
        display: none;
    }

    .wps-toc-bar {
        display: none;
    }

    .wps-mobile-toc-btn {
        display: flex;
    }

    .wps-wrap {
        padding-bottom: 20px;
    }

    .wps-related-grid {
        grid-template-columns: 1fr 1fr;
    }

    .wps-bonus-grid {
        grid-template-columns: 1fr;
    }

    .wps-pros-cons {
        grid-template-columns: 1fr;
    }

    .wps-post-title {
        font-size: 22px;
    }

    .wps-rating-score {
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .wps-related-grid {
        grid-template-columns: 1fr;
    }
}
