﻿
/*.page-wrap {
    display: flex;
    gap: 24px;
    max-width: 1250px;
    margin: 30px auto;
    padding: 0 15px;
}*/


/* Breadcrumb */
/*.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 10px 16px;
    background: linear-gradient(90deg,#e8f0ff,#f7faff);
    border-radius: 12px;
    color: #555;
}

    .breadcrumb a {
        text-decoration: none;
        color: #0b5ed7;
        font-weight: 600;
    }

    .breadcrumb .sep {
        color: #9aa7c0;
    }

    .breadcrumb .current {
        color: #222;
        font-weight: 600;
        max-width: 380px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

h1 {
    font-size: 34px;
    margin: 10px 0 8px;
}

.meta {
    color: #777;
    margin-bottom: 20px;
    font-size: 14px;
}

.tag {
    display: inline-block;
    background: #ffecec;
    color: #c44;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 12px;
}

.hero-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 25px;
}

p {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 18px;
}

.back {
    display: inline-block;
    margin-top: 25px;
    text-decoration: none;
    color: #0b5ed7;
    font-weight: 600;
}*/

/* Share Sidebar */
/*.share-sidebar {
    width: 70px;
    position: sticky;
    top: 110px;
    height: fit-content;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    padding: 14px 10px;
    text-align: center;
}

.share-title {
    font-size: 11px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 600;
}

.share-sidebar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 8px auto;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: .25s ease;
}

    .share-sidebar a:hover {
        transform: scale(1.12);
    }

.share-btn.linkedin {
    background: #0077b5;
}

.share-btn.twitter {
    background: #000000;
}

.share-btn.facebook {
    background: #1877f2;
}

.share-btn.email {
    background: #ea4335;
}

.share-btn.print {
    background: #666666;
}

@media(max-width:900px) {
    .page-wrap {
        flex-direction: column;
    }

    .share-sidebar {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 14px;
        position: static;
        margin-top: 20px;
    }

    .share-title {
        display: none;
    }
}*/




/*.page-wrap {
    display: flex;
    gap: 24px;
    max-width: 1250px;
    margin: 30px auto;
    padding: 0 15px;
}*/

/* Breadcrumb */
/*.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 10px 16px;
    background: linear-gradient(90deg,#e8f0ff,#f7faff);
    border-radius: 12px;
    color: #555;
}

    .breadcrumb a {
        text-decoration: none;
        color: #0b5ed7;
        font-weight: 600;
    }

    .breadcrumb .sep {
        color: #9aa7c0;
    }

    .breadcrumb .current {
        color: #222;
        font-weight: 600;
        max-width: 380px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

h1 {
    font-size: 34px;
    margin: 10px 0 8px;
}

.meta {
    color: #777;
    margin-bottom: 20px;
    font-size: 14px;
}

.tag {
    display: inline-block;
    background: #ffecec;
    color: #c44;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 12px;
}

.hero-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 25px;
}

p {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 18px;
}*/

/* ================= LIST CSS ================= */

/*.page-wrap ul,
.page-wrap ol {
    margin: 20px 0 20px 20px;
    padding-left: 20px;
}

.page-wrap ul {
    list-style-type: disc;
}

.page-wrap ol {
    list-style-type: decimal;
}

.page-wrap li {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 8px;
}

.page-wrap ul ul,
.page-wrap ol ol {
    margin-top: 8px;
    margin-bottom: 8px;
}*/

/* ================= TABLE CSS ================= */

/*.page-wrap table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 15px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.page-wrap thead {
    background: #f2f6ff;
}

.page-wrap th,
.page-wrap td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
}

.page-wrap th {
    font-weight: 600;
    color: #333;
}

.page-wrap td {
    color: #555;
}

.page-wrap tbody tr:hover {
    background: #f9fbff;
}

.back {
    display: inline-block;
    margin-top: 25px;
    text-decoration: none;
    color: #0b5ed7;
    font-weight: 600;
}*/

/* ================= SHARE SIDEBAR ================= */

/*.share-sidebar {
    width: 70px;
    position: sticky;
    top: 110px;
    height: fit-content;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    padding: 14px 10px;
    text-align: center;
}

.share-title {
    font-size: 11px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 600;
}

.share-sidebar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 8px auto;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: .25s ease;
}

    .share-sidebar a:hover {
        transform: scale(1.12);
    }

.share-btn.linkedin {
    background: #0077b5;
}

.share-btn.twitter {
    background: #000000;
}

.share-btn.facebook {
    background: #1877f2;
}

.share-btn.email {
    background: #ea4335;
}

.share-btn.print {
    background: #666666;
}*/

/* ================= RESPONSIVE ================= */

/*@media(max-width:900px) {
    .page-wrap {
        flex-direction: column;
    }

    .share-sidebar {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 14px;
        position: static;
        margin-top: 20px;
    }

    .share-title {
        display: none;
    }
}*/

/* ================= MOBILE TABLE ================= */

/*@media(max-width:768px) {

    h1 {
        font-size: 26px;
    }

    .page-wrap table,
    .page-wrap thead,
    .page-wrap tbody,
    .page-wrap th,
    .page-wrap td,
    .page-wrap tr {
        display: block;
        width: 100%;
    }

    .page-wrap thead {
        display: none;
    }

    .page-wrap tr {
        margin-bottom: 15px;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 6px 16px rgba(0,0,0,.08);
        padding: 10px;
    }

    .page-wrap td {
        border: none;
        position: relative;
        padding-left: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }

        .page-wrap td::before {
            content: attr(data-label);
            position: absolute;
            left: 15px;
            top: 10px;
            font-weight: 600;
            color: #222;
            white-space: nowrap;
        }
}

@media(max-width:600px) {
    .page-wrap li {
        font-size: 15px;
        line-height: 1.7;
    }
}*/



/* ================= LAYOUT ================= */

.page-wrap {
    display: flex;
    gap: 24px;
    max-width: 1250px;
    margin: 30px auto;
    padding: 0 15px;
}

/* ================= BREADCRUMB ================= */

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 10px 16px;
    background: linear-gradient(90deg,#e8f0ff,#f7faff);
    border-radius: 12px;
    color: #555;
}

    .breadcrumb a {
        text-decoration: none;
        color: #0b5ed7;
        font-weight: 600;
    }

    .breadcrumb .sep {
        color: #9aa7c0;
    }

    .breadcrumb .current {
        color: #222;
        font-weight: 600;
        max-width: 380px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* ================= TYPOGRAPHY ================= */

h1 {
    font-size: 34px;
    margin: 10px 0 8px;
}

.meta {
    color: #777;
    margin-bottom: 20px;
    font-size: 14px;
}

p {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 18px;
}

.tag {
    display: inline-block;
    background: #ffecec;
    color: #c44;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 12px;
}

.back {
    display: inline-block;
    margin-top: 25px;
    text-decoration: none;
    color: #0b5ed7;
    font-weight: 600;
}

/* ================= IMAGE ================= */

.hero-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 25px;
}

/* ================= LIST CSS ================= */

.page-wrap ul,
.page-wrap ol {
    margin: 20px 0 20px 20px;
    padding-left: 20px;
}

.page-wrap ul {
    list-style: disc;
}

.page-wrap ol {
    list-style: decimal;
}

.page-wrap li {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 8px;
}

/* ================= TABLE (UPDATED LIKE IMAGE) ================= */

.page-wrap table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 15px;
    background: #fff;
    border: 1px solid #999;
}

.page-wrap th,
.page-wrap td {
    border: 1px solid #999;
    padding: 14px 16px;
    text-align: left;
}

.page-wrap th {
    font-weight: 700;
    background: #fff;
    color: #000;
}

.page-wrap td {
    color: #000;
}

/* ================= SHARE SIDEBAR ================= */

.share-sidebar {
    width: 70px;
    position: sticky;
    top: 110px;
    height: fit-content;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    padding: 14px 10px;
    text-align: center;
}

.share-title {
    font-size: 11px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 600;
}

.share-sidebar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 8px auto;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: .25s ease;
}

    .share-sidebar a:hover {
        transform: scale(1.12);
    }

.share-btn.linkedin {
    background: #0077b5;
}

.share-btn.twitter {
    background: #000;
}

.share-btn.facebook {
    background: #1877f2;
}

.share-btn.email {
    background: #ea4335;
}

.share-btn.print {
    background: #666;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 900px) {
    .page-wrap {
        flex-direction: column;
    }

    .share-sidebar {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 14px;
        position: static;
        margin-top: 20px;
    }

    .share-title {
        display: none;
    }
}

/* ================= MOBILE TABLE ================= */

@media (max-width: 768px) {

    h1 {
        font-size: 26px;
    }

    .page-wrap table,
    .page-wrap thead,
    .page-wrap tbody,
    .page-wrap th,
    .page-wrap td,
    .page-wrap tr {
        display: block;
        width: 100%;
    }

    .page-wrap thead {
        display: none;
    }

    .page-wrap tr {
        margin-bottom: 15px;
        border: 1px solid #999;
        padding: 10px;
    }

    .page-wrap td {
        border: none;
        position: relative;
        padding-left: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }

        .page-wrap td::before {
            content: attr(data-label);
            position: absolute;
            left: 10px;
            top: 10px;
            font-weight: 600;
            color: #000;
        }
}

@media (max-width: 600px) {
    .page-wrap li {
        font-size: 15px;
        line-height: 1.7;
    }
}
