
.elms-33496 .elms-element.elms-element-2f8e8b1{--display:flex;}.article-container {
max-width: 850px;
margin: auto;
padding: 20px;
font-family: Arial, sans-serif;
line-height: 1.6;
background: #ffffff;
color: #222;
}
.intro-text {
font-size: 1.1rem;
background: #f8f9fa;
padding: 12px;
border-left: 4px solid #0073aa;
margin-bottom: 20px;
}
h2 {
margin-top: 30px;
color: #0073aa;
font-size: 1.3rem;
}
ul, ol {
margin-left: 20px;
}
.image-wrapper {
text-align: center;
margin: 30px 0;
}
.image-wrapper img {
max-width: 100%;
height: auto;
border-radius: 8px;
}
.image-caption {
font-size: 0.9rem;
color: #666;
margin-top: 8px;
}
.table-container {
overflow-x: auto;
}
table {
border-collapse: collapse;
width: 100%;
margin-top: 15px;
}
table th, table td {
border: 1px solid #ddd;
padding: 10px;
}
table th {
background: #0073aa;
color: #fff;
}
.conclusion {
margin-top: 25px;
font-weight: bold;
background: #f1f8ff;
padding: 12px;
border-left: 4px solid #0073aa;
}
@media (max-width: 600px) {
.intro-text {
font-size: 1rem;
}
h2 {
font-size: 1.1rem;
}
table th, table td {
font-size: 0.9rem;
padding: 8px;
}
}