/* /posts?...&subcategory=... — layout kiểu luathungbach.vn/luat-su-hinh-su.html */

.pl-practice-page .news-page.post-list-page {
    max-width: none;
}

.pl-practice {
    max-width: 1170px;
    margin: 0 auto;
}

.pl-practice__hero {
    background: linear-gradient(135deg, #0a1f3d 0%, #0b2345 45%, #174074 100%);
    color: #f1f5f9;
    padding: 36px 24px 32px;
    border-bottom: 4px solid #c9a227;
    margin: 0 0 28px;
    box-shadow: 0 12px 32px rgba(11, 35, 69, 0.18);
    border-radius: 8px;
}

.pl-practice__kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fcd34d;
    margin: 0 0 10px;
}

.pl-practice__title {
    font-family: "Roboto Condensed", system-ui, "Segoe UI", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(22px, 4vw, 32px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.25;
    margin: 0 0 16px;
    color: #fff;
}

.pl-practice__lead {
    font-size: 15px;
    line-height: 1.7;
    color: #cbd5e1;
    max-width: 920px;
    margin: 0 0 20px;
}

.pl-practice__lead strong {
    color: #fff;
}

.pl-practice__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.pl-practice__btn {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    border-radius: 6px;
    background: #c9a227;
    color: #0a1f3d !important;
}

.pl-practice__btn:hover {
    filter: brightness(1.08);
    color: #0a1f3d !important;
}

.pl-practice__btn--outline {
    background: transparent;
    color: #fcd34d !important;
    border: 2px solid rgba(252, 211, 77, 0.55);
}

.pl-practice__btn--outline:hover {
    color: #fff !important;
    border-color: #fcd34d;
}

.pl-practice__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) min(300px, 34%);
    gap: 32px 36px;
    align-items: start;
}

.pl-practice__intro {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #c9a227;
    padding: 20px 22px;
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.65;
    color: #334155;
}

.pl-practice__intro p {
    margin: 0 0 12px;
}

.pl-practice__intro p:last-child {
    margin-bottom: 0;
}

.pl-practice__section-title {
    font-family: "Roboto Condensed", system-ui, "Segoe UI", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0b2345;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 8px;
}

.pl-practice__section-title::after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    background: #c9a227;
    margin: 12px 0 20px;
}

.pl-practice__feed .news-feed__item:first-child {
    border-top: 1px solid #e2e8f0;
}

.pl-toc {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    margin-bottom: 18px;
}

.pl-toc summary {
    cursor: pointer;
    padding: 14px 16px;
    font-weight: 700;
    font-family: "Roboto Condensed", system-ui, "Segoe UI", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #0b2345;
    list-style: none;
}

.pl-toc summary::-webkit-details-marker {
    display: none;
}

.pl-toc-nav {
    padding: 0 16px 14px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.pl-toc-nav a {
    display: block;
    padding: 9px 0 9px 12px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    border-bottom: 1px dashed #e2e8f0;
}

.pl-toc-nav a:last-child {
    border-bottom: 0;
}

.pl-toc-nav a::before {
    content: "\203A";
    position: absolute;
    left: 0;
    color: #c9a227;
    font-weight: 700;
}

.pl-toc-nav a:hover {
    color: #0b2345;
}

.pl-sibling {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px 18px;
    margin-bottom: 18px;
}

.pl-sibling h3 {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0b2345;
}

.pl-sibling ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pl-sibling li a {
    display: block;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    border-bottom: 1px dashed #cbd5e1;
}

.pl-sibling li:last-child a {
    border-bottom: 0;
}

.pl-sibling a:hover {
    color: #0b2345;
}

@media (max-width: 900px) {
    .pl-practice__grid {
        grid-template-columns: 1fr;
    }
}
