/* Base styles for Phraz MS-DOS-inspired light theme */

@font-face {
    font-family: 'GoogleSans';
    src: url('../fonts/Google_Sans/static/GoogleSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GoogleSans';
    src: url('../fonts/Google_Sans/static/GoogleSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GoogleSansFlex';
    src: url('../fonts/Google_Sans_Flex/static/GoogleSansFlex_24pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'GoogleSansFlex', Arial, sans-serif;
    background-color: #f7f7f7;
    color: #000;
    line-height: 1.6;
}

.container {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

header {
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    background-color: #fff;
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.logo img {
    height: 50px;
}

.site-title {
    font-family: 'GoogleSans', Arial, sans-serif;
    font-size: 24px;
    margin: 0;
    line-height: 1;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 10px 0;
}

.main-nav li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.main-nav li a:hover {
    text-decoration: underline;
}

.ad-slot {
    text-align: center;
    margin: 10px 0;
    border: 2px solid #000;
    padding: 10px;
    background-color: #fff;
}

.ad-placeholder {
    background-color: #e0e0e0;
    color: #666;
    display: inline-block;
    width: 100%;
    border: 1px dashed #999;
    font-size: 14px;
}

/* Specific heights for ad placeholders */
.ad-slot.ad-top .ad-placeholder {
    height: 90px;
    line-height: 90px;
}

.ad-slot.ad-sidebar .ad-placeholder.ad-300x250 {
    height: 250px;
    line-height: 250px;
}

.ad-slot.ad-sidebar .ad-placeholder.ad-160x600 {
    height: 600px;
    line-height: 600px;
}

/* Layout */
.layout {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.content-area {
    flex: 3;
}

.sidebar {
    flex: 1;
}

.caijo-banner {
    border: 2px solid #000;
    padding: 15px;
    background-color: #fffbea;
    margin: 20px 0;
    text-align: center;
}

.caijo-banner a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.caijo-banner a:hover {
    text-decoration: underline;
}

footer {
    border-top: 2px solid #000;
    margin-top: 40px;
    padding: 20px 0;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
}

footer a {
    color: #000;
    text-decoration: none;
}

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

/* Utility classes */
h1, h2, h3, h4 {
    font-family: 'GoogleSans', Arial, sans-serif;
    margin-top: 1em;
}

.news-feed {
    margin-top: 20px;
}

.news-feed h2 {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.news-feed ul {
    list-style: square;
    padding-left: 20px;
}

.news-feed li {
    margin: 5px 0;
}
