.sp-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 18px;
    align-items: start;
}

.sp-article-main {
    min-width: 0;
}

.sp-article-sidebar {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: sticky;
    top: 20px;
}

.sp-article-header {
    background: linear-gradient(180deg, #141920, #10141a);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 16px;
}

.sp-article-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    color: #9ca3af;
    font-size: 12px;
    margin-bottom: 12px;
}

.sp-article-breadcrumb a {
    color: #ff9f1a;
}

.sp-article-header h1 {
    margin: 0;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    max-width: 900px;
}

.sp-article-meta {
    display: flex;
    gap: 12px;
    color: #9ca3af;
    font-size: 12px;
    margin-top: 14px;
}

.sp-article-card {
    background: linear-gradient(180deg, #141920, #10141a);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 18px;
}

.sp-article-image {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 24px;
}

.sp-article-body {
    color: #d7dbe1;
    font-size: 16px;
    line-height: 1.8;
}

.sp-article-body h2,
.sp-article-body h3,
.sp-article-body h4 {
    color: #ffffff;
    line-height: 1.25;
    margin-top: 30px;
    margin-bottom: 12px;
}

.sp-article-body h2 {
    font-size: 27px;
}

.sp-article-body h3 {
    font-size: 22px;
}

.sp-article-body p {
    margin: 0 0 18px;
}

.sp-article-body a {
    color: #ff9f1a;
    text-decoration: underline;
}

.sp-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.sp-article-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.sp-article-body th,
.sp-article-body td {
    border: 1px solid rgba(255, 255, 255, 0.09);
    padding: 10px;
    text-align: left;
}

.sp-article-body th {
    background: #1b222b;
    color: #ffffff;
}

.sp-side-predictions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sp-side-prediction-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: #111820;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    padding: 10px;
}

.sp-side-prediction-card:hover {
    border-color: rgba(255, 159, 26, 0.55);
}

.sp-side-prediction-teams {
    min-width: 0;
}

.sp-side-prediction-teams strong {
    display: block;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp-side-prediction-teams span {
    color: #9ca3af;
    font-size: 11px;
}

.sp-side-prediction-card b {
    flex: 0 0 auto;
    min-width: 34px;
    text-align: center;
    color: #111111;
    background: #ff9f1a;
    border-radius: 999px;
    padding: 5px 8px;
    font-size: 11px;
}

/* ================================
   BLOG POST CONTENT TABLES
================================ */

.pp-post-content table {
    width: 100%;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 22px 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(11, 18, 32, 0.98));
    border: 1px solid rgba(96, 165, 250, 0.22);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
    color: #e5efff;
}

.pp-post-content table thead,
.pp-post-content table tbody,
.pp-post-content table tr {
    width: 100%;
}

.pp-post-content table th {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.45), rgba(14, 165, 233, 0.22));
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(147, 197, 253, 0.25);
    text-align: left;
}

.pp-post-content table td {
    padding: 13px 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
    color: #d7e6ff;
    font-size: 15px;
    line-height: 1.45;
    vertical-align: top;
}

.pp-post-content table tr:last-child td {
    border-bottom: none;
}

.pp-post-content table tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.035);
}

.pp-post-content table tr:hover td {
    background: rgba(59, 130, 246, 0.12);
}

.pp-post-content table td:first-child,
.pp-post-content table th:first-child {
    color: #bfdbfe;
    font-weight: 700;
}

.pp-post-content table a {
    color: #60a5fa;
    font-weight: 700;
    text-decoration: none;
}

.pp-post-content table a:hover {
    color: #93c5fd;
    text-decoration: underline;
}

.pp-post-breadcrumb{font-size:12px; padding:0 0 10px 0;}

/* ================================
   BLOG POST CONTENT LISTS
================================ */

.pp-post-content ul,
.pp-post-content ol {
    margin: 20px 0;
    padding: 16px 18px 16px 42px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.45));
    border: 1px solid rgba(96, 165, 250, 0.18);
    border-radius: 16px;
    color: #dbeafe;
    overflow: hidden;
}

.pp-post-content ul li,
.pp-post-content ol li {
    margin: 0 0 10px;
    padding-left: 4px;
    color: #dbeafe;
    line-height: 1.65;
}

.pp-post-content ul li:last-child,
.pp-post-content ol li:last-child {
    margin-bottom: 0;
}

.pp-post-content ul li::marker {
    color: #60a5fa;
    font-size: 1.05em;
}

.pp-post-content ol li::marker {
    color: #60a5fa;
    font-weight: 800;
}

.pp-post-content li span {
    color: inherit;
}

/* ================================
   BLOG RELATED ARTICLES - FAST VERSION
================================ */

.pp-related-simple {
    margin-top: 24px;
}

.pp-related-simple .pp-section-pad {
    padding: 20px;
}

.pp-related-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.pp-related-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.pp-related-head p {
    margin: 6px 0 0;
    color: #9fb3d9;
    font-size: 14px;
    line-height: 1.45;
}

.pp-related-view {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.13);
    border: 1px solid rgba(96, 165, 250, 0.24);
    color: #bfdbfe;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.pp-related-view:hover {
    background: rgba(59, 130, 246, 0.24);
    color: #ffffff;
}

.pp-related-simple-list {
    display: grid;
    gap: 10px;
}

.pp-related-simple-item {
    display: grid;
    grid-template-columns: 42px 1fr 26px;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 16px;
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.12), transparent 35%),
        rgba(15, 23, 42, 0.84);
    border: 1px solid rgba(148, 163, 184, 0.15);
    text-decoration: none;
    transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.pp-related-simple-item:hover {
    transform: translateY(-2px);
    border-color: rgba(96, 165, 250, 0.42);
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.2), transparent 38%),
        rgba(20, 31, 56, 0.96);
}

.pp-related-simple-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(59, 130, 246, 0.16);
    border: 1px solid rgba(96, 165, 250, 0.18);
    font-size: 19px;
}

.pp-related-simple-text {
    min-width: 0;
}

.pp-related-simple-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 5px;
}

.pp-related-simple-meta span,
.pp-related-simple-meta em {
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pp-related-simple-meta span {
    color: #93c5fd;
}

.pp-related-simple-meta em {
    color: #dbeafe;
    font-style: normal;
    background: rgba(59, 130, 246, 0.15);
    border-radius: 999px;
    padding: 4px 7px;
}

.pp-related-simple-text strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 900;
}

.pp-related-simple-arrow {
    color: #93c5fd;
    font-size: 20px;
    font-weight: 900;
    text-align: right;
}

/* Mobile */
@media (max-width: 768px) {
    .pp-related-simple .pp-section-pad {
        padding: 15px;
    }

    .pp-related-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .pp-related-head h2 {
        font-size: 21px;
    }

    .pp-related-head p {
        font-size: 13px;
    }

    .pp-related-simple-item {
        grid-template-columns: 36px 1fr 18px;
        gap: 10px;
        padding: 12px;
        border-radius: 14px;
    }

    .pp-related-simple-icon {
        width: 36px;
        height: 36px;
        border-radius: 12px;
        font-size: 17px;
    }

    .pp-related-simple-meta span,
    .pp-related-simple-meta em {
        font-size: 10px;
    }

    .pp-related-simple-text strong {
        font-size: 13px;
        line-height: 1.35;
    }

    .pp-related-simple-arrow {
        font-size: 17px;
    }
}

@media (max-width: 1100px) {
    .sp-article-layout {
        grid-template-columns: 1fr;
    }

    .sp-article-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .sp-article-sidebar {
        display: flex;
    }

    .sp-article-header {
        padding: 18px;
    }

    .sp-article-header h1 {
        font-size: 28px;
    }

    .sp-article-card {
        padding: 12px;
    }

    .sp-article-body {
        font-size: 15px;
    }
}

/* BLOG POST FEATURED IMAGE FIX */
.pp-post-featured {
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
}

.pp-post-featured img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 14px;
}

/* CONTENT IMAGES INSIDE BLOG POST */
.pp-post-content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* MOBILE FIX */
@media (max-width: 768px) {
    .pp-post-page,
    .pp-post-card,
    .pp-section-card,
    .pp-section-pad,
    .pp-post-featured,
    .pp-post-content {
        max-width: 100%;
        width: 100%;
        overflow-x: hidden;
    }

    .pp-post-featured img,
    .pp-post-content img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

