/* 사이트 공통 스타일 */

/* 게임 소개 문구 */
.game-desc {
    font-size: 13px;
    color: #999;
    text-align: center;
    margin: 0 0 12px 0;
    line-height: 1.5;
}

/* 사이트 푸터 */
.site-footer {
    margin-top: 40px;
    padding: 16px 0;
    border-top: 1px solid #eee;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.footer-links a {
    color: #999;
    text-decoration: none;
}

.footer-links a:hover {
    color: #333;
}

.footer-copy {
    margin: 0;
}
