#overview .space-y-6 {
    font-size: 14px !important;
    color: #374151; 
    font-weight: 400;
    line-height: 1.65; 
    text-align: justify;
    word-break: break-word; 
    hyphens: auto;
    font-family: Helvetica, "Helvetica Neue", "Noto Sans", "Noto Sans SC", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", "Noto Sans Arabic", "Noto Sans Hebrew", "PingFang SC", "Hiragino Sans GB", "Apple SD Gothic Neo", "Segoe UI", Roboto, Arial, sans-serif;
}
#overview .space-y-6 p {
    margin-bottom: 0.5em; 
}
#overview .space-y-6 h1,
#overview .space-y-6 h2,
#overview .space-y-6 h3,
#overview .space-y-6 h4,
#overview .space-y-6 h5,
#overview .space-y-6 h6 {
    font-weight: 600;
    color: #1f2937; 
    margin: 1.4em 0 0.8em;
}
#overview .space-y-6 h1 { font-size: 18px; }
#overview .space-y-6 h2,
#overview .space-y-6 h3,
#overview .space-y-6 h4 { font-size: 16px; }
@media (min-width: 1024px) {
    #overview .space-y-6 { font-size: 14px; }
    #overview .space-y-6 h1 { font-size: 18px; }
    #overview .space-y-6 h2,
    #overview .space-y-6 h3,
    #overview .space-y-6 h4 { font-size: 16px; }
}
#overview .space-y-6 ul,
#overview .space-y-6 ol {
    margin-left: 1.75em;
    margin-bottom: 1.35em;
}
#overview .space-y-6 ul,
#overview .space-y-6 ol {
    list-style-type: disc;
}
#overview .space-y-6 li {
    margin-bottom: 0.4em; 
    padding-left: 0.5em; 
}
#overview .space-y-6 ul li::marker,
#overview .space-y-6 ol li::marker {
    color: #000000; 
    font-size: 1em;
}
#overview .space-y-6 a {
    color: #2563eb;
    text-decoration: underline;
}
#overview .space-y-6 a:hover {
    color: #1e40af; 
}
html[dir="rtl"] #overview .space-y-6 {
    direction: rtl;
    text-align: justify;
}
.scale-102 {
    transform: scale(1.02);
}
.group:hover .group-hover\:scale-102 {
    transform: scale(1.02);
} 