/* ============================================================
   SINGLE POST — Notícias/Artigos/Na Mídia
   ============================================================ */

#sp-post-main {
    padding: 40px 0 64px;
}

.sp-post-paint-left {
    position: absolute;
    left: -74px;
    top: 60px;
    width: 324px;
    pointer-events: none;
    z-index: 0;
    transform: rotate(180deg) scaleY(-1);
}
.sp-post-paint-left img { width: 100%; display: block; }

.sp-post-row {
    display: flex;
    align-items: flex-start;
    gap: 56px;
}

.sp-post-col-main {
    flex: 1 1 0;
    min-width: 0;
}

.sp-post-share {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.sp-post-share-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #5a738d;
    letter-spacing: 0.5px;
}
.sp-post-share-link {
    color: #5a738d;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.15s ease;
}
.sp-post-share-link:hover { opacity: 0.7; }

.sp-post-titulo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #66589e;
    letter-spacing: -0.32px;
    line-height: 1.3;
    margin: 0 0 8px;
}

.sp-post-data-topo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #5a738d;
    letter-spacing: -0.32px;
    margin: 0 0 16px;
}

.sp-post-resumo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #69788d;
    letter-spacing: -0.32px;
    margin: 0 0 24px;
}

.sp-post-img-wrap {
    width: 100%;
    aspect-ratio: 893 / 524;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
}
.sp-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sp-post-data {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #5a738d;
    letter-spacing: -0.32px;
    margin: 0 0 24px;
}

.sp-post-content,
.sp-post-content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.64;
    color: #69788d;
    letter-spacing: -0.32px;
    margin: 0 0 1.2em;
}
.sp-post-content p:last-child { margin-bottom: 0; }
.sp-post-content img { max-width: 100%; height: auto; border-radius: 10px; }
.sp-post-content a { color: #66589e; }

/* ---- Sidebar "Veja também" ---- */
.sp-post-sidebar {
    flex: 0 0 330px;
    max-width: 330px;
    display: flex;
    flex-direction: column;
}

.sp-sidebar-titulo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #66589e;
    letter-spacing: -0.32px;
    margin: 0 0 20px;
}

.sp-sidebar-item {
    display: block;
    text-decoration: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.sp-sidebar-item:last-of-type {
    border-bottom: none;
}

.sp-sidebar-item-img-wrap {
    width: 100%;
    height: 161px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 12px;
}
.sp-sidebar-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sp-sidebar-item-img-placeholder {
    width: 100%;
    height: 100%;
    background-color: #d9d9d9;
}

.sp-sidebar-item-data {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #5a738d;
    letter-spacing: -0.32px;
    margin: 0 0 6px;
}

.sp-sidebar-item-titulo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #5a738d;
    letter-spacing: -0.32px;
    margin: 0;
}

.sp-sidebar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    border: 2px solid #66589e;
    border-radius: 50px;
    background: transparent;
    color: #66589e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -0.32px;
    text-decoration: none;
    margin-top: 4px;
    transition: background 0.15s ease, color 0.15s ease;
}
.sp-sidebar-btn:hover {
    background: #66589e;
    color: #fff;
}

/* ---- Responsivo ---- */
@media (max-width: 991px) {
    .sp-post-row { flex-direction: column; }
    .sp-post-sidebar { flex-basis: 100%; max-width: 100%; margin-top: 40px; }
}

@media (max-width: 767px) {
    #sp-post-main { padding: 24px 0 40px; }
    .sp-post-titulo { font-size: 20px; }
}
