@include BLOCK {
.html-content {
font-size: 0.875rem;
color: var(--text-black);
font-weight: 400;
}
.sese-cat h2.sese-h2 {
font-size: 20px;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 16px 0;
padding-bottom: 10px;
border-bottom: 3px solid #40AD40;
display: inline-block;
}
.sese-cat h2.sese-h2b {
font-size: 18px;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 10px 0;
padding-bottom: 8px;
border-bottom: 2px solid #e8e8e8;
display: block;
}
.sese-cat h3.sese-h3 {
font-size: 13px;
font-weight: 700;
color: #40AD40;
margin: 0 0 12px 0;
text-transform: uppercase;
letter-spacing: 0.4px;
}
.sese-cat h4.sese-h4 {
font-size: 14px;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 8px 0;
}
.sese-cat p {
font-size: 14px;
color: #444;
margin: 0 0 20px 0;
line-height: 1.7;
}
.sese-cat ul {
margin: 0 0 24px 0;
padding-left: 20px;
font-size: 14px;
color: #444;
}
.sese-cat ul li {
margin-bottom: 6px;
line-height: 1.6;
}
.sese-table {
width: 100%;
border-collapse: collapse;
font-size: 13.5px;
}
.sese-table thead tr {
background: #40AD40;
color: #fff;
}
.sese-table thead th {
padding: 11px 14px;
text-align: left;
font-weight: 600;
}
.sese-table tbody tr:nth-child(odd) {
background: #fff;
}
.sese-table tbody tr:nth-child(even) {
background: #f8fdf8;
}
.sese-table tbody td {
padding: 10px 14px;
border-bottom: 1px solid #eee;
color: #555;
vertical-align: top;
}
.sese-table tbody td:first-child {
font-weight: 600;
color: #1a1a1a;
white-space: nowrap;
}
.sese-table-wrap {
overflow-x: auto;
margin-bottom: 28px;
}
.sese-faq {
border: 1px solid #e5e5e5;
border-radius: 8px;
overflow: hidden;
margin-bottom: 10px;
}
.sese-faq-q {
background: #f8fdf8;
padding: 13px 16px;
font-weight: 600;
font-size: 14px;
color: #1a1a1a;
border-left: 4px solid #40AD40;
line-height: 1.5;
}
.sese-faq-a {
padding: 13px 16px;
font-size: 14px;
color: #555;
background: #fff;
line-height: 1.7;
}
}