/**
 * PIRANOT V32 — Single Article Styles
 * Version: 32.0.3
 */

.single-v32 {
    max-width: 1200px;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 40px;
    padding: 0 20px;
}

.pira-main-article-wrap {
    min-width: 0; /* Prevents grid blowout */
}

.pira-article {
    background: #fff;
}

/* HEADER DA NOTÍCIA */
.article-header {
    margin-bottom: 30px;
}

.article-meta-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.article-date {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
}

.article-title {
    font-size: 48px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -2px;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.article-lead {
    font-size: 20px;
    line-height: 1.4;
    color: #475569;
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 5px solid #0b3b8f;
    padding-left: 20px;
}

.article-author {
    font-size: 14px;
    color: #1e293b;
    font-weight: 700;
    border-top: 1px solid #e2e8f0;
    padding-top: 15px;
}

/* IMAGEM E CAPTION */
.article-featured-image {
    margin: 30px 0;
}

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

.article-caption {
    font-size: 12px;
    color: #94a3b8;
    margin-top: 10px;
    font-style: italic;
    line-height: 1.4;
}

/* WHATSAPP CTA */
.article-cta-box {
    margin: 30px 0;
}

.btn-whatsapp-giant {
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 900;
    font-size: 16px;
}

/* CONTEÚDO DO TEXTO */
.article-content {
    font-size: 19px;
    line-height: 1.65;
    color: #1e293b;
}

.article-content p {
    margin-bottom: 25px;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 20px 0;
}

/* ADS INSIDE CONTENT */
.ad-article-mid {
    margin: 35px -20px; /* Bleed out on mobile */
    padding: 20px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
}

/* TAGS */
.article-tags {
    margin: 40px 0;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.tags-label { font-weight: 900; color: #0b3b8f; margin-right: 10px; font-size: 12px; text-transform: uppercase; }

.article-tags a {
    display: inline-block;
    background: #f1f5f9;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 8px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .single-v32 { grid-template-columns: 1fr; margin-top: 10px; }
    .article-title { font-size: 32px; letter-spacing: -1px; }
    .article-lead { font-size: 18px; }
    .article-content { font-size: 18px; }
    .ad-article-mid { margin-left: -20px; margin-right: -20px; width: calc(100% + 40px); }
}

/* BREADCRUMBS */
.pira-breadcrumbs {
    margin-bottom: 20px;
}

.pira-breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

.pira-breadcrumb-item a {
    color: #0b3b8f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

.pira-breadcrumb-item span {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
}

.pira-breadcrumb-sep {
    list-style: none;
    color: #cbd5e1;
    font-size: 12px;
    margin: 0 8px;
}

/* READING TIME */
.article-reading-time {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* SHARE BUTTONS */
.pira-share-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
}

.pira-share-label {
    font-size: 12px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
}

.pira-share-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, opacity 0.2s;
    text-decoration: none;
}

.pira-share-btn:hover {
    transform: scale(1.1);
}

.pira-share-btn--whatsapp {
    background: #25d366;
    color: #fff;
}

.pira-share-btn--facebook {
    background: #1877f2;
    color: #fff;
}

.pira-share-btn--copy {
    background: #f1f5f9;
    color: #475569;
}

.pira-share-btn--copy.copied {
    background: #10b981;
    color: #fff;
}

/* LEIA TAMBÉM INLINE */
.pira-leia-tambem {
    background: #f8fafc;
    border-left: 4px solid #0b3b8f;
    padding: 18px 20px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
}

.pira-leia-tambem-label {
    font-size: 11px;
    font-weight: 900;
    color: #0b3b8f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.pira-leia-tambem a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.25;
}

.pira-leia-tambem a:hover {
    color: #0b3b8f;
}

/* AD MOBILE */
.ad-article-mobile {
    margin: 30px 0;
    text-align: center;
}

@media (min-width: 769px) {
    .ad-article-mobile { display: none; }
}

/* RELATED TITLE */
.related-title {
    font-size: 20px;
    font-weight: 950;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 20px;
    border-bottom: 4px solid #000;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .article-title { font-size: 28px; }
    .article-header { margin-bottom: 20px; }
    .btn-whatsapp-giant { font-size: 14px; padding: 15px; }
    .pira-share-buttons { flex-wrap: wrap; }
}
