2026-01-19 22:14:03 +01:00
|
|
|
|
|
|
|
|
#section__content{
|
|
|
|
|
|
2026-01-20 21:31:42 +01:00
|
|
|
h1, h2, h3 {
|
|
|
|
|
&::before{
|
|
|
|
|
content: attr(data-counter);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4, h5, h6{
|
|
|
|
|
&::before{
|
|
|
|
|
content: attr(data-counter) ". ";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-19 22:14:03 +01:00
|
|
|
|
2026-01-20 19:05:58 +01:00
|
|
|
h1, h2, h3 , h4{
|
2026-01-19 22:14:03 +01:00
|
|
|
break-inside: avoid;
|
|
|
|
|
break-after: avoid;
|
2026-01-20 21:12:05 +01:00
|
|
|
text-wrap: balance;
|
2026-01-19 22:14:03 +01:00
|
|
|
|
|
|
|
|
/* hack for avoiding break-after */
|
|
|
|
|
margin-bottom: calc(var(--baseline)*-3);
|
|
|
|
|
&::after{
|
|
|
|
|
content: '';
|
|
|
|
|
display: block;
|
|
|
|
|
height: calc(var(--baseline)*3);
|
2026-01-20 19:05:58 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h5, h6 {
|
|
|
|
|
break-inside: avoid;
|
|
|
|
|
break-after: avoid;
|
2026-01-20 21:12:05 +01:00
|
|
|
text-wrap: balance;
|
2026-01-20 19:05:58 +01:00
|
|
|
|
|
|
|
|
/* hack for avoiding break-after */
|
|
|
|
|
margin-bottom: calc(var(--baseline)*-2);
|
|
|
|
|
&::after{
|
|
|
|
|
content: '';
|
|
|
|
|
display: block;
|
|
|
|
|
height: calc(var(--baseline)*2);
|
2026-01-19 22:14:03 +01:00
|
|
|
// background-color: rgba(255, 255, 0, 0.595);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h1 + ol + p,
|
|
|
|
|
h2 + ol + p,
|
|
|
|
|
h3 + ol + p,
|
|
|
|
|
h4 + ol + p,
|
|
|
|
|
h5 + ol + p,
|
|
|
|
|
h6 + ol + p{
|
|
|
|
|
text-indent: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-20 21:14:47 +01:00
|
|
|
|
2026-01-19 22:14:03 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h2{
|
|
|
|
|
font-family: var(--font-title);
|
2026-01-19 23:14:58 +01:00
|
|
|
font-size: 1.1rem;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
text-transform: uppercase;
|
2026-01-19 22:14:03 +01:00
|
|
|
line-height: calc(var(--baseline)*1.2);
|
|
|
|
|
position: relative;
|
2026-01-19 23:14:58 +01:00
|
|
|
margin-top: calc(var(--baseline)*1 + 6px);
|
2026-01-19 22:14:03 +01:00
|
|
|
padding-bottom: calc(var(--baseline)*1);
|
2026-01-19 23:14:58 +01:00
|
|
|
padding-right: 2ch;
|
2026-01-19 22:14:03 +01:00
|
|
|
&::before{
|
2026-01-19 23:37:32 +01:00
|
|
|
display: block;
|
|
|
|
|
font-size: var(--fs-num);
|
|
|
|
|
padding-left: var(--indent);
|
2026-01-19 22:14:03 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-19 23:14:58 +01:00
|
|
|
|
|
|
|
|
|
2026-01-19 22:14:03 +01:00
|
|
|
h3{
|
2026-01-19 23:14:58 +01:00
|
|
|
font-family: var(--font-title);
|
|
|
|
|
font-weight: 500;
|
2026-01-19 22:14:03 +01:00
|
|
|
font-size: 1rem;
|
|
|
|
|
line-height: calc(var(--baseline)*1);
|
|
|
|
|
|
2026-01-19 23:37:32 +01:00
|
|
|
// padding-left: var(--indent);
|
2026-01-19 23:14:58 +01:00
|
|
|
padding-right: calc(var(--indent)*2);
|
2026-01-19 22:14:03 +01:00
|
|
|
position: relative;
|
2026-01-19 23:14:58 +01:00
|
|
|
margin-top: calc(var(--baseline)*1 + 4px);
|
|
|
|
|
padding-bottom: calc(var(--baseline)*0.75);
|
2026-01-19 22:14:03 +01:00
|
|
|
&::before{
|
2026-01-19 23:37:32 +01:00
|
|
|
display: block;
|
|
|
|
|
font-size: var(--fs-num);
|
|
|
|
|
padding-left: var(--indent);
|
|
|
|
|
// position: absolute;
|
|
|
|
|
// left: 0;
|
2026-01-19 22:14:03 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4{
|
2026-01-19 23:14:58 +01:00
|
|
|
font-family: var(--font-title);
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 0.9rem;
|
2026-01-19 22:14:03 +01:00
|
|
|
line-height: calc(var(--baseline)*1);
|
2026-01-19 23:14:58 +01:00
|
|
|
padding-left: calc(var(--indent)*1);
|
|
|
|
|
padding-right: calc(var(--indent)*2);
|
2026-01-19 22:14:03 +01:00
|
|
|
position: relative;
|
2026-01-19 23:14:58 +01:00
|
|
|
margin-top: calc(var(--baseline)*1 + 4px);
|
|
|
|
|
padding-bottom: calc(var(--baseline)*0.75);
|
2026-01-20 19:05:58 +01:00
|
|
|
text-decoration: underline 1px #cfcfcf;
|
|
|
|
|
text-underline-offset: 3px;
|
2026-01-19 22:14:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2026-01-19 23:14:58 +01:00
|
|
|
h5{
|
|
|
|
|
font-family: var(--font-title);
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 0.8rem;
|
2026-01-19 22:14:03 +01:00
|
|
|
line-height: calc(var(--baseline)*1);
|
2026-01-19 23:14:58 +01:00
|
|
|
padding-left: calc(var(--indent)*1);
|
|
|
|
|
// padding-right: calc(var(--indent)*2);
|
2026-01-19 22:14:03 +01:00
|
|
|
position: relative;
|
2026-01-19 23:14:58 +01:00
|
|
|
margin-top: calc(var(--baseline)*1 + 4px);
|
|
|
|
|
padding-bottom: calc(var(--baseline)*0.25);
|
2026-01-19 22:14:03 +01:00
|
|
|
}
|
|
|
|
|
|
2026-01-20 19:05:58 +01:00
|
|
|
h6{
|
|
|
|
|
font-family: var(--font-title);
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
margin-top: calc(var(--baseline)*0.5);
|
|
|
|
|
padding-bottom: calc(var(--baseline)*0.25);
|
|
|
|
|
color: #666;
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-19 23:14:58 +01:00
|
|
|
|
2026-01-19 22:14:03 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[data-id="section__content"][data-split-from] > :first-child {
|
|
|
|
|
margin-top: 0;
|
2026-01-20 21:14:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1{
|
|
|
|
|
font-family: var(--font-title);
|
|
|
|
|
font-size: 1.4rem;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
line-height: calc(var(--baseline)*1.4);
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: relative;
|
|
|
|
|
margin-top: calc(var(--baseline)*2 - 3px);
|
|
|
|
|
padding-bottom: calc(var(--baseline)*1);
|
|
|
|
|
padding-left: 1ch;
|
|
|
|
|
padding-right: 1ch;
|
|
|
|
|
&::before{
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: var(--fs-num);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
section h1:first-of-type{
|
|
|
|
|
margin-top: 3px!important;
|
|
|
|
|
}
|