/* Korean-specific CSS overrides */
/* These styles apply only to Korean pages (ko/league.html and ko/standard.html) */

/* Increased separator margin for Korean text which requires more spacing */
div.separator {
    margin: 4px auto;
}

/* Adjusted star icon positioning for Korean pages */
.star-icon {
    top: 49px;
    right: -8px;
}

/* Mobile star icon for Korean pages */
@media (max-width: 768px) {
    .star-icon {
        width: 30px;
        height: auto;
        top: 36px;
        right: -px;
    }
}