/* 고티처 사용자 교육 게시판 공통 스타일 */
.goteacher-edu-post {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #212529;
    max-width: 800px;
    margin: 0 auto;
}

.goteacher-edu-post * {
    box-sizing: border-box;
}

.goteacher-edu-post .article-title {
    color: #2B3467;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #EB455F;
}

.goteacher-edu-post .article-content {
    margin-top: 20px;
}

.goteacher-edu-post .section-title {
    color: #2B3467;
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0 15px;
    padding-left: 10px;
    border-left: 4px solid #EB455F;
}

.goteacher-edu-post .step-box {
    background-color: #f0f8ff;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 15px;
    border-left: 3px solid #2B3467;
}

.goteacher-edu-post .step-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.goteacher-edu-post .step-number {
    width: 28px;
    height: 28px;
    background-color: #EB455F;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 10px;
    flex-shrink: 0;
}

.goteacher-edu-post .step-title {
    color: #2B3467;
    font-weight: 600;
    font-size: 16px;
}

.goteacher-edu-post .tip-box,
.goteacher-edu-post .info-box {
    background-color: #f0f8ff;
    padding: 15px;
    border-radius: 6px;
    margin: 15px 0;
    border-left: 3px solid #2B3467;
}

.goteacher-edu-post .tip-title {
    color: #2B3467;
    font-weight: 600;
    margin-bottom: 8px;
}

.goteacher-edu-post ul,
.goteacher-edu-post ol {
    padding-left: 20px;
    margin: 10px 0;
}

.goteacher-edu-post li {
    margin-bottom: 5px;
}

.goteacher-edu-post strong {
    color: #2B3467;
}

.goteacher-edu-post em {
    color: #EB455F;
    font-style: normal;
    font-weight: 600;
}

.goteacher-edu-post hr {
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 25px 0;
}

@media (max-width: 768px) {
    .goteacher-edu-post .article-title {
        font-size: 20px;
    }
}
