html:lang(fr), html:lang(en), html:lang(es) {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
html:lang(ko) {
font-family: "Malgun Gothic", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, sans-serif;
}
html:lang(zh-CN), html:lang(zh) {
font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", -apple-system, BlinkMacSystemFont, sans-serif;
} .ls-article-wrapper {
color: #334155;
line-height: 1.85;
font-size: 16px;
word-break: break-word;
}
.ls-article-wrapper p {
margin: 0 0 1.5em;
} .ls-table-wrapper {
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin: 1.8em 0 2.2em;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
border: 1px solid #cbd5e1;
background-color: #ffffff;
}
.ls-table {
width: 100%;
border-collapse: collapse !important;
margin: 0;
font-size: 14.5px;
line-height: 1.6;
}
.ls-table th {
background-color: #f1f5f9;
color: #0f172a;
font-weight: 700;
padding: 12px 16px;
border: 1px solid #cbd5e1 !important;
text-align: left;
white-space: nowrap;
}
.ls-table td {
padding: 12px 16px;
border: 1px solid #cbd5e1 !important;
color: #334155;
vertical-align: top;
}
.ls-table .td-foreign {
font-weight: 600;
color: #1e3a8a;
user-select: all;
-webkit-user-select: all;
}
.ls-table .td-pronun {
color: #64748b;
font-size: 13px;
}
.ls-table tr:nth-child(even) td {
background-color: #f8fafc;
} .ls-dialogue-container {
display: flex;
flex-direction: column;
gap: 16px;
margin: 2em 0;
background-color: #f8fafc;
padding: 20px;
border-radius: 12px;
border: 1px solid #e2e8f0;
}
.ls-dialogue-item {
display: flex;
align-items: flex-start;
gap: 12px;
}
.ls-dialogue-item.speaker-b {
flex-direction: row-reverse;
}
.ls-avatar {
width: 44px;
height: 44px;
border-radius: 50%;
background-color: #2563eb;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 14px;
flex-shrink: 0;
box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
}
.ls-dialogue-item.speaker-b .ls-avatar {
background-color: #059669;
box-shadow: 0 2px 4px rgba(5, 150, 105, 0.2);
}
.ls-balloon {
max-width: 80%;
padding: 12px 16px;
border-radius: 12px;
background-color: #ffffff;
border: 1px solid #cbd5e1;
position: relative;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}
.ls-balloon-text {
font-weight: 600;
color: #0f172a;
margin: 0 0 4px;
font-size: 15px;
}
.ls-trans-ja {
font-size: 13.5px;
color: #64748b;
margin: 0;
line-height: 1.5;
} .ls-point-box {
background-color: #f0fdf4;
border: 1px solid #bbf7d0;
border-left: 5px solid #16a34a;
border-radius: 8px;
padding: 18px 20px;
margin: 1.8em 0;
}
.ls-point-box.info {
background-color: #eff6ff;
border-color: #bfdbfe;
border-left-color: #2563eb;
}
.ls-point-title {
font-weight: 700;
color: #166534;
margin: 0 0 8px;
font-size: 16px;
display: flex;
align-items: center;
gap: 8px;
}
.ls-point-box.info .ls-point-title {
color: #1e40af;
} .ls-rescue-box {
background-color: #fef2f2;
border: 1px solid #fecaca;
border-left: 5px solid #dc2626;
border-radius: 8px;
padding: 18px 20px;
margin: 1.8em 0;
}
.ls-rescue-title {
font-weight: 700;
color: #991b1b;
margin: 0 0 10px;
font-size: 16px;
display: flex;
align-items: center;
gap: 8px;
}
.ls-rescue-list {
margin: 0;
padding-left: 20px;
color: #374151;
}
.ls-rescue-list li {
margin-bottom: 6px;
} .ls-step-card {
border: 1px solid #e2e8f0;
border-radius: 10px;
padding: 16px 20px;
margin: 1.5em 0;
background-color: #ffffff;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}
.ls-step-header {
font-weight: 700;
color: #1e3a8a;
font-size: 15.5px;
margin-bottom: 8px;
display: flex;
align-items: center;
gap: 8px;
} @media screen and (max-width: 768px) {
.ls-article-wrapper {
font-size: 15px;
line-height: 1.75;
}
.ls-table th, .ls-table td {
padding: 10px 12px;
font-size: 13.5px;
}
.ls-balloon {
max-width: 88%;
}
.ls-dialogue-container {
padding: 14px;
gap: 12px;
}
} .ls-article-wrapper a.cta-button, 
.entry-content a.cta-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 12px 24px;
font-weight: 700;
border-radius: 8px;
text-decoration: none !important;
touch-action: manipulation;
}