body {
    font-family: 'Arial', sans-serif;
    color: #333;
}

.header {
    background-color: #003366;
    color: #fff;
    padding: 20px 0;
}

.logo {
    width: 150px;
}

.ad-label {
    background-color: #ff9900;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
}

.date {
    font-size: 14px;
    color: #ddd;
}

.content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #003366;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    background: #f4f4f4;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
}

.search-suggestions {
    margin-top: 30px;
}

.search-suggestions a {
    display: block;
    padding: 10px;
    background: #007bff;
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    border-radius: 5px;
}

.search-suggestions a:hover {
    background: #0056b3;
}

.footer {
    background-color: #003366;
    color: white;
    padding: 20px 0;
    margin-top: 40px;
}

.footer-links {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    display: inline;
    margin-right: 20px;
}

.footer-links a {
    color: white;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}
