/*
Theme Name: Dragons Test
Author: yasui
Version: 1.0
*/

body {
    background: #f5f5f5;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.site-title-area {
    text-align: center;
    margin-bottom: 30px;
}

.news-card {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.news-date {
    color: #666666;
    font-size: 14px;
    margin-bottom: 10px;
}

.read-more {
    display: inline-block;
    padding: 10px 16px;
    background: #005bac;
    color: white !important;
    text-decoration: none;
    border-radius: 6px;
}

.site-title-area {
    background: #005bac;
    color: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 30px;
}

.site-title-area h1 {
    margin: 0;
    font-size: 36px;
}

.site-title-area p {
    margin-top: 10px;
    opacity: 0.9;
}

.news-card:hover {
    transform: translateY(-3px);
    transition: 0.2s;
}

h2 a {
    color: #005bac;
}

h2 a:hover {
    color: #003f77;
}

.read-more:hover {
    opacity: 0.85;
}

.site-title-area {
    background: #005bac !important;
    color: #ffffff !important;
    padding: 30px !important;
    border-radius: 12px !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

.site-title-area h1,
.site-title-area p {
    color: #ffffff !important;
}

.site-title-area {
    background: #005bac !important;
    color: white !important;
    padding: 30px !important;
    border: 10px solid red !important;
}

.site-title-area * {
    color: white !important;
}