#content {
    background: #f8fafc;
}

/* Sejarah Styles */
.sejarah-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 45px;
    box-shadow: 0 15px 35px rgba(13, 27, 62, 0.04);
    border: 1px solid rgba(13, 27, 62, 0.05);
    margin-bottom: 40px;
}

.sejarah-rich-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4b5563;
}

.sejarah-rich-text p {
    margin-bottom: 20px;
}

.akreditasi-card {
    background: linear-gradient(135deg, #0d1b3e 0%, #1e3a8a 100%);
    color: #ffffff;
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(13, 27, 62, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.akreditasi-card .widget__title {
    color: #ffffff;
    font-weight: 800;
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.akreditasi-card .widget__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background: #00a6a6;
    border-radius: 2px;
}

.akreditasi-card p {
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.akreditasi-list li {
    font-size: 0.95rem;
    color: #e2e8f0;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.5;
}

.akreditasi-list li i {
    color: #00a6a6;
    font-size: 1.1rem;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Sidebar Styles */
.widget-services {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(13, 27, 62, 0.04);
    border: 1px solid rgba(13, 27, 62, 0.05);
}

.widget-services .widget__title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0d1b3e;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f3f4f6;
    position: relative;
}

.widget-services .widget__title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 45px;
    height: 3px;
    background: #00a6a6;
    border-radius: 2px;
}

.widget-services .widget-content ul {
    padding: 0;
    margin: 0;
}

.widget-services .widget-content ul li {
    list-style: none;
    margin-bottom: 8px;
    border-radius: 10px;
    transition: all 0.25s ease;
    border: 1px solid transparent;
    background: #f8fafc;
}

.widget-services .widget-content ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    color: #4b5563;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.25s ease;
}

.widget-services .widget-content ul li:hover {
    background: rgba(0, 166, 166, 0.04);
    border-color: rgba(0, 166, 166, 0.15);
    transform: translateX(4px);
}

.widget-services .widget-content ul li:hover a {
    color: #00a6a6;
}

.widget-services .widget-content ul li i {
    font-size: 0.75rem;
    color: #9ca3af;
    transition: all 0.25s ease;
}

.widget-services .widget-content ul li:hover i {
    color: #00a6a6;
    transform: translateX(3px);
}

.widget-schedule {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(13, 27, 62, 0.04);
    border: 1px solid rgba(13, 27, 62, 0.05);
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.widget-schedule::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #00a6a6;
}

.widget-schedule .widget__icon {
    width: 50px;
    height: 50px;
    background: rgba(0, 166, 166, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #00a6a6;
    font-size: 1.5rem;
}

.widget-schedule .widget__title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0d1b3e;
    margin-bottom: 12px;
    display: block;
}

.widget-schedule .schedule-content {
    font-size: 0.95rem;
    color: #4b5563;
    font-weight: 700;
    line-height: 1.5;
    padding: 14px 20px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px dashed rgba(13, 27, 62, 0.1);
}

/* Custom Certificate Button Style */
.cert-view-btn {
    background: #ffffff;
    color: #0d1b3e;
    font-weight: 700;
    font-size: 0.82rem;
    padding: 8px 18px;
    border-radius: 8px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
    text-decoration: none !important;
}

.cert-view-btn:hover {
    background: #00a6a6;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 166, 166, 0.35);
}

.cert-view-btn i {
    font-size: 0.76rem;
}
