/* Widcyber Single Página de Obras */
.wcspo-wrap{max-width:1180px;margin:0 auto;padding:44px 16px 56px;font-family:Arial,Helvetica,sans-serif;color:#222}
.wcspo-hero{display:grid;grid-template-columns:280px 1fr;gap:36px;align-items:center;padding:30px;background:linear-gradient(135deg,#f7f7f7,#fff);border:1px solid rgba(0,0,0,.05);border-radius:26px;box-shadow:0 14px 36px rgba(0,0,0,.06);margin-bottom:42px}
.wcspo-cover{width:260px;height:390px;border-radius:20px;overflow:hidden;background:#eee;box-shadow:0 14px 34px rgba(0,0,0,.12)}
.wcspo-cover img{width:100%;height:100%;object-fit:cover;display:block}
.wcspo-cat{display:inline-block;margin-bottom:12px;color:#555;font-size:14px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.wcspo-info h1{margin:0;color:#b0386a;font-size:clamp(36px,5vw,62px);line-height:1.05;letter-spacing:-.04em;font-weight:900}
.wcspo-tech{margin-top:18px;display:grid;gap:7px;color:#444;font-size:15px}.wcspo-tech strong{color:#111}
.wcspo-share{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.wcspo-share a,.wcspo-share button{border:0;cursor:pointer;text-decoration:none;background:#c94a1b;color:#fff!important;border-radius:999px;padding:10px 15px;font-weight:800;font-size:13px}
.wcspo-section{max-width:920px;margin:0 auto 38px;padding:26px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:24px;box-shadow:0 10px 30px rgba(0,0,0,.035)}
.wcspo-section h2{margin:0 0 18px;color:#111;font-size:26px;line-height:1.15;letter-spacing:-.02em}
.wcspo-text{font-size:18px;line-height:1.68;color:#333;text-align:left}.wcspo-text p{margin:0 0 .8em}
.wcspo-news{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.wcspo-news-card{display:flex;gap:14px;text-decoration:none;color:#111;background:#f7f7f7;border-radius:18px;overflow:hidden;border:1px solid rgba(0,0,0,.05);transition:.2s}
.wcspo-news-card:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(0,0,0,.07)}
.wcspo-news-card img{width:112px;height:86px;object-fit:cover;flex-shrink:0}.wcspo-news-card div{padding:12px 10px 12px 0}.wcspo-news-card span{display:block;color:#777;font-size:12px;margin-bottom:5px}.wcspo-news-card strong{font-size:15px;line-height:1.25}
.wcspo-chapters{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.wcspo-chapters a{display:flex;align-items:center;justify-content:space-between;gap:14px;text-decoration:none;background:#c94a1b;color:#fff!important;border-radius:16px;padding:14px 16px;font-weight:900;transition:.18s}
.wcspo-chapters a:hover{background:#a83b14;transform:translateY(-1px)}.wcspo-chapters span{font-size:15px;line-height:1.25}.wcspo-chapters small{font-size:12px;opacity:.86;white-space:nowrap}
.wcspo-empty{color:#777}.wcspo-reacts button{border:1px solid rgba(0,0,0,.08);background:#f7f7f7;color:#111;cursor:pointer;border-radius:999px;padding:11px 15px;margin:4px;font-weight:800}.wcspo-reacts button:hover{background:#c94a1b;color:#fff}
.wcspo-carousel{display:flex;gap:16px;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory}
.wcspo-work{width:142px;flex:0 0 142px;text-decoration:none;color:#111;scroll-snap-align:start}.wcspo-work div{width:142px;height:210px;background:#eee;border-radius:16px;overflow:hidden;margin-bottom:10px}.wcspo-work img{width:100%;height:100%;object-fit:cover}.wcspo-work strong{font-size:14px;line-height:1.25;display:block}
@media(max-width:820px){.wcspo-wrap{padding:28px 12px 42px}.wcspo-hero{grid-template-columns:1fr;text-align:center;gap:22px;padding:20px;margin-bottom:32px}.wcspo-cover{margin:0 auto;width:240px;height:360px}.wcspo-info h1{font-size:34px}.wcspo-share{justify-content:center}.wcspo-section{padding:20px;border-radius:20px;margin-bottom:28px}.wcspo-news,.wcspo-chapters{grid-template-columns:1fr}.wcspo-chapters a{align-items:flex-start;flex-direction:column;gap:5px}.wcspo-text{font-size:18px;line-height:1.64}}
@media(max-width:430px){.wcspo-cover{width:220px;height:330px}.wcspo-section{padding:18px 15px}.wcspo-info h1{font-size:31px}.wcspo-news-card{display:block}.wcspo-news-card img{width:100%;height:150px}.wcspo-news-card div{padding:12px}}



/* v1.2 - layout full width desktop, grid sinopse/notícias, reações no cabeçalho */
@media(min-width:1024px){
    .wcspo-wrap{
        max-width:none !important;
        width:100% !important;
        padding-left:38px !important;
        padding-right:38px !important;
    }

    .wcspo-hero{
        max-width:none !important;
        width:100% !important;
        grid-template-columns:300px minmax(0,1fr) !important;
        padding:34px 42px !important;
    }

    .wcspo-section{
        max-width:none !important;
    }

    .wcspo-top-grid{
        display:grid !important;
        grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr) !important;
        gap:28px !important;
        align-items:start !important;
        width:100% !important;
        margin:0 auto 38px !important;
    }

    .wcspo-top-grid .wcspo-section{
        margin:0 !important;
        height:100%;
    }

    .wcspo-chapters{
        grid-template-columns:repeat(3,1fr) !important;
        gap:14px !important;
    }

    .wcspo-info{
        position:relative !important;
        padding-right:180px !important;
    }

    .wcspo-header-reacts{
        position:absolute !important;
        top:0 !important;
        right:0 !important;
    }
}

.wcspo-header-reacts{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
}

.wcspo-header-reacts button,
.wcspo-reacts button{
    background:transparent !important;
    color:#111 !important;
    border:1px solid #111 !important;
    border-radius:999px !important;
    box-shadow:none !important;
    padding:8px 12px !important;
    font-size:13px !important;
    font-weight:800 !important;
    line-height:1 !important;
    cursor:pointer !important;
}

.wcspo-header-reacts button:hover,
.wcspo-reacts button:hover{
    background:#111 !important;
    color:#fff !important;
}

.wcspo-news-section .wcspo-news{
    grid-template-columns:1fr !important;
}

.wcspo-synopsis .wcspo-text{
    font-size:18px;
    line-height:1.68;
}

.wcspo-chapters a{
    min-height:76px;
    align-items:center;
}

/* Mais obras do mesmo autor logo após capítulos */
.wcspo-carousel{
    padding-top:4px;
}

@media(max-width:820px){
    .wcspo-header-reacts{
        justify-content:center;
        margin-top:18px;
    }

    .wcspo-top-grid{
        display:block;
    }
}



/* v1.3 - ordem definitiva: cabeçalho, sinopse, disponíveis, reações/comentários, notícias, autor */
.wcspo-header-reacts{
    display:none !important;
}

@media(min-width:1024px){
    .wcspo-wrap{
        max-width:none !important;
        width:100% !important;
        padding-left:38px !important;
        padding-right:38px !important;
    }

    .wcspo-hero,
    .wcspo-section{
        max-width:none !important;
        width:100% !important;
    }

    .wcspo-info{
        padding-right:0 !important;
    }

    .wcspo-chapters{
        grid-template-columns:repeat(3, minmax(0,1fr)) !important;
        gap:14px !important;
    }

    .wcspo-news{
        grid-template-columns:repeat(3, minmax(0,1fr)) !important;
    }
}

.wcspo-read-list h2{
    color:#111;
}

.wcspo-reacts button{
    background:transparent !important;
    color:#111 !important;
    border:1px solid #111 !important;
    border-radius:999px !important;
    box-shadow:none !important;
    padding:9px 13px !important;
    font-size:13px !important;
    font-weight:800 !important;
    line-height:1 !important;
    cursor:pointer !important;
}

.wcspo-reacts button:hover{
    background:#111 !important;
    color:#fff !important;
}

.wcspo-react-row{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:22px;
}

.wcspo-comment-area{
    margin-top:10px;
}

.wcspo-comment-area .comment-respond{
    margin-top:0 !important;
}

.wcspo-comment-area textarea,
.wcspo-comment-area input[type="text"],
.wcspo-comment-area input[type="email"],
.wcspo-comment-area input[type="url"]{
    border-radius:14px;
    border:1px solid rgba(0,0,0,.14);
    padding:12px;
    width:100%;
}

.wcspo-comment-area input[type="submit"]{
    border:0;
    border-radius:999px;
    background:#c94a1b;
    color:#fff;
    padding:11px 18px;
    font-weight:800;
}

.wcspo-news-section{
    margin-top:0 !important;
}

.wcspo-carousel{
    padding-top:6px;
}

@media(max-width:820px){
    .wcspo-chapters,
    .wcspo-news{
        grid-template-columns:1fr !important;
    }

    .wcspo-react-row{
        justify-content:flex-start;
    }
}

/* v1.4 - largura padrão 1100px e temporadas para Web Séries/Programas */
.wcspo-wrap{
    max-width:1100px !important;
    width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:18px !important;
    padding-right:18px !important;
}

.wcspo-hero,
.wcspo-section,
.wcspo-top-grid{
    max-width:100% !important;
    width:100% !important;
}

@media(min-width:1024px){
    .wcspo-wrap{
        max-width:1100px !important;
        width:100% !important;
        padding-left:18px !important;
        padding-right:18px !important;
    }

    .wcspo-hero,
    .wcspo-section{
        max-width:100% !important;
        width:100% !important;
    }

    .wcspo-top-grid{
        max-width:100% !important;
        width:100% !important;
    }
}

.wcspo-seasons{
    display:grid;
    gap:24px;
}

.wcspo-season{
    padding:18px;
    border:1px solid rgba(0,0,0,.07);
    border-radius:22px;
    background:linear-gradient(180deg,#fff,#fafafa);
}

.wcspo-season-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-bottom:16px;
    padding-bottom:12px;
    border-bottom:1px solid rgba(0,0,0,.07);
}

.wcspo-season-title strong{
    color:#111;
    font-size:21px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:-.02em;
}

.wcspo-season-title span{
    color:#777;
    font-size:13px;
    font-weight:800;
    white-space:nowrap;
}

@media(max-width:820px){
    .wcspo-wrap{
        padding-left:12px !important;
        padding-right:12px !important;
    }

    .wcspo-season{
        padding:14px;
        border-radius:18px;
    }

    .wcspo-season-title{
        align-items:flex-start;
        flex-direction:column;
        gap:5px;
    }
}
