.page-hero {
    background: linear-gradient(135deg, #1a5276, #2e86c1);
    padding: 50px 0 30px;
    color: #fff;
}

.page-hero h1 {
    font-size: 1.9rem;
    font-weight: 700;
}

.breadcrumb-item a {
    color: #a9d4f5;
}

.content-section {
    padding: 50px 0;
}

.content-box {
    background: #fff;
    border-radius: 10px;
    padding: 28px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
}

.content-box h4 {
    color: #1a5276;
    font-weight: 700;
    border-left: 4px solid #2e86c1;
    padding-left: 10px;
    margin-bottom: 14px;
}

.content-box p,
.content-box li {
    font-size: 0.95rem;
    line-height: 1.8;
}

table.data-table {
    width: 100%;
    border-collapse: collapse;
}

table.data-table th {
    background: #1a5276;
    color: #fff;
    padding: 9px 12px;
    font-size: 0.9rem;
    text-align: left;
}

table.data-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    font-size: 0.9rem;
    vertical-align: top;
}

table.data-table tr:nth-child(even) td {
    background: #f7f9fc;
}

.sidebar-box {
    background: #eaf4fb;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 16px;
}

.sidebar-box h5 {
    color: #1a5276;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.sidebar-box a {
    display: block;
    padding: 6px 0;
    color: #1a5276;
    border-bottom: 1px dashed #ccd;
    font-size: 0.88rem;
    text-decoration: none;
}

.sidebar-box a:last-child {
    border-bottom: none;
}

.sidebar-box a:hover {
    color: #2e86c1;
}

.side-menu {
    background: #fff;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    margin-bottom: 20px;
}

.side-menu h5 {
    background: #1a5276;
    color: #fff;
    padding: 12px 18px;
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
}

.side-menu a {
    display: block;
    padding: 10px 18px;
    color: #1a5276;
    border-bottom: 1px solid #eee;
    font-size: 0.88rem;
    text-decoration: none;
}

.side-menu a:last-child {
    border-bottom: none;
}

.side-menu a:hover {
    background: #eaf4fb;
}