<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #5b0404;
    color: #333;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
}

h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #444;
}

/* Grid Layout */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #660000;
}

.logo img {
    height: 50px;
}

.search-form {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 25px;
    padding: 5px 10px;
    width: 151px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search-form input[type="text"] {
    border: none;
    outline: none;
    padding: 8px;
    border-radius: 20px;
    width: 100px;
    font-size: 11px;
    flex: 1;
}

.search-form button {
    border: none;
    background-color: #cc0000;
    color: white;
    padding: 8px 12px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form button:hover {
    background-color: #990000;
}

.search-form i {
    font-size: 16px;
}
/* Card Styles */
.card {
    background-color: #c40000;
    border: 1px solid #ff0000;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card img {
    width: 100%;
    /* height: 140px; */
    object-fit: cover;
    border-bottom: 1px solid #ff0000;
}

.card .content {
    padding: 15px;
}

.card .content h2 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #fff;
}

.card .content p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 10px;
}

.card .content a {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 65px;
    background-color: #fdcd0d;
    color: #000000;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    transition: background-color 0.2s;
}

.card .content a:hover {
    background-color: #ffa200;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination a {
    margin: 0 5px;
    padding: 8px 12px;
    background-color: #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.pagination a:hover {
    background-color: #bbb;
}

.pagination a.active {
    background-color: #007BFF;
    color: #fff;
}
/* Global Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #5b0404;
    color: #333;
}

.container {
    width: 85%;
    max-width: 800px;
    margin: 20px auto;
    background-color: #5b0404;
    border: 1px solid #c40000;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 20px;
}

h1 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}

.date {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 20px;
}

.article-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.article-content {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 20px;
}

.back-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #c40000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.back-link:hover {
    background-color: #0056b3;
}
/* Tombol Kembali ke Beranda */
.back-link {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    background-color: #c40000;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.back-link:hover {
    background-color: #fdcd0d;
}
/* Header and Logo Styles */
.header {
    background-color: #6d02028a;
    padding: 20px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.copyright {
    text-transform: uppercase;
    font-size: 0.7rem;
    text-align: center;
    color: white;
}
.logo-container {
    text-align: center;
}

.logo {
    max-width: 280px;
    height: auto;
}
        /* CSS for marquee */
        .scrolling-text {
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        margin: 10px 0;
        }

        /* Dashed line below marquee */
        .dashed-divider {
                border-top: 1px dashed #ff0000;
                margin: 13px 0;
        }
        .date {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.pagination {
    margin-top: 20px;
    display: flex; 
    justify-content:
    gap: 10px; 
}

.pagination a, .pagination strong {
    padding: 10px 15px;
    border: 1px solid #ff0000;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    background-color: #f4f4f4;
    transition: background-color 0.3s, color 0.3s;
    height: 20px;
}

.pagination a:hover {
    background-color: #007BFF;
    color: #fff;
}

.pagination strong {
    background-color: #fdcd0d;
    color: #000000;
    font-weight: bold;
}
</pre></body></html>