.content-wrapper,
body,
header {
    background-color: #fff;
}
.logo,
body {
    color: #333;
}
.article-card,
.logo {
    text-decoration: none;
}
footer,
main {
    padding: 30px 20px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.6;
}
.article-title,
h2,
h3,
h4,
h5 {
    font-family: Georgia, serif;
}
.content-wrapper {
    width: min(800px, calc(100% - 32px));
    margin: 0 auto;
}
.site-content-column {
    width: 100%;
}
header {
    padding-top: 40px; /* 30px */
}
.logo {
    display: flex;
    margin-bottom: 0;
	justify-content: center;
    align-items: center;
}
.archive-heading,
.article-content p {
    margin-bottom: 20px;
}
.logo-img {
    width: min(280px, 100%);
    height: auto;
    display: block;
}
.logo:hover,
.related-list a,
a,
a:visited {
    color: #333dbd;
}
.archive-heading {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.archive-heading h1 {
    font-size: 28px;
    color: #333;
}
.article-card {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    color: inherit;
    align-items: center;
}
.article-card:hover {
    background-color: #fff58d;
    margin: 0 -20px;
    padding: 20px;
    border-radius: 3px;
}
.article-card:last-child {
    padding-bottom: 0;
}
.article-thumbnail {
    width: 200px;
    aspect-ratio: 4/3;
    object-fit: cover;
    flex-shrink: 0;
    background: #f3f3f3;
    border-radius: 3px;
}
.article-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.article-excerpt,
.article-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-title {
    font-size: 18px;
    font-weight: 700;
    color: #333dbd;
    margin-bottom: 8px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
}
.article-card:hover .article-title {
    color: #333;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}
.article-date {
    font-size: 11px;
    color: #6b6b6b;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.article-excerpt {
    font-size: 14px;
    color: #1f1f1f;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    -webkit-line-clamp: 3;
}
.article-header {
    padding-bottom: 20px;
}
.article-header .article-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: Georgia, serif;
    display: block;
    overflow: visible;
}
.article-image {
    width: 100%;
    height: auto;
    margin: 10px 0 25px;
    display: block;
    border-radius: 3px;
}
.article-content {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
.article-footer,
.back-to-home,
.empty-state,
.footer-bottom,
.pagination {
    font-family: Arial, sans-serif;
}
.article-content a,
.article-content a:visited {
    text-decoration: underline;
    color: #333dbd;
}
.article-content img {
    max-width: 100%;
    height: auto;
}
.article-content blockquote {
    border-left: 3px solid #333dbd;
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #555;
}
.article-content h2 {
    font-size: 24px;
    margin: 30px 0 15px;
    color: #333;
}
.article-content h3 {
    font-size: 20px;
    margin: 25px 0 12px;
    color: #333;
}
.article-content ol,
.article-content ul {
    margin: 20px 0 20px 30px;
}
.article-content li {
    margin-bottom: 10px;
}
.article-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 18px;
    color: #888;
}
.related-list {
    margin: 12px 0 0;
    font-weight: 700;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.related-list a:hover {
    color: #000;
}
.back-to-home {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.back-to-home:hover {
    background-color: #d2d5ff;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 40px 0;
}
.pagination a,
.pagination span {
    color: #333dbd;
    text-decoration: none;
/*    padding: 4px 8px;*/
    padding: 4px 12px;
    border: 1px solid #b3b7e2;
    font-size: 14px;
    border-radius: 3px;
}
.pagination .active,
.pagination a:hover {
    background-color: #e6e8ff;
    color: #333dbd;
}
.pagination .disabled {
    opacity: 0.45;
    pointer-events: none;
}
.pagination .dots {
    border-color: transparent;
    color: #888;
}
.empty-state {
    padding: 30px 0;
    color: #888;
}
footer {
    font-weight: 700;
    color: #ccc;
/*    margin: 0 20px 30px;*/
}
.footer-bottom {
    text-align: center;
    font-size: 12px;
    color: #1f1f1f;
}
@media (max-width: 640px) {
    .article-thumbnail,
    .content-wrapper {
        width: 100%;
    }
    .logo-img {
        width: min(230px, 100%);
    }
    .article-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .article-card:hover {
        background-color: transparent;
        margin: 0;
        padding: 20px 0;
    }
    .article-header .article-title {
        font-size: 26px;
    }
    .article-content {
        font-size: 16px;
    }
}
.article-content iframe,
.article-content video {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    display: block;
    margin: 25px 0;
}
.article-content iframe {
    height: auto;
    min-height: 220px;
    border: 0;
}
.article-content .video {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    margin: 25px 0;
}
.article-content .video iframe,
.article-content .video video {
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
} 
.footer-tags {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
    font-weight: 700;
}
.footer-tags a {
    text-decoration: none;
    color: #333dbd;
}
.footer-tags a:hover {
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}
