@charset "UTF-8";

.ck-content {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    letter-spacing: 0.12em;
    line-height: 2;
}

.ck-content > * {
    margin: 0;
}

.ck-content > * + * {
    margin-top: 24px;
    margin-bottom: 24px;
}

.ck-content > .ck-empty-line,
.ck-content > .ck-empty-line + * {
    margin-top: 8px;
}

.ck-content h2,
.ck-content h3,
.ck-content h4 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    color: #323232;
    letter-spacing: 0.12em;
}

.ck-content h2 {
    font-size: 24px;
}

.ck-content h3 {
    font-size: 20px;
}

.ck-content h4 {
    font-size: 18px;
}

.ck-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ck-content a {
    color: #935b2c;
    text-decoration: underline;
}

.ck-content ul,
.ck-content ol {
    padding-left: 1.5em;
}

.ck-content li {
    margin-bottom: 4px;
}

.ck-content blockquote {
    border-left: 3px solid #935b2c;
    padding-left: 16px;
    color: #555;
}

.ck-content table {
    width: 100%;
    border-collapse: collapse;
}

.ck-content hr {
    border: none;
    border-top: 1px solid #cecece;
}

.ck-content iframe {
    max-width: 100%;
}

@media (max-width: 768px) {
    .ck-content > * + * {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .ck-content {
        font-size: 14px;
        line-height: 2;
    }

    .ck-content h3 {
        font-size: 18px;
    }

    .ck-content h4 {
        font-size: 16px;
    }
}
