2025-12-13 11:43:27 +02:00
|
|
|
.component.inline-title {
|
2025-12-13 11:08:34 +02:00
|
|
|
contain: none;
|
2025-12-13 11:37:56 +02:00
|
|
|
}
|
|
|
|
|
|
2025-12-13 11:43:27 +02:00
|
|
|
.inline-title {
|
2025-12-13 11:26:42 +02:00
|
|
|
padding-bottom: 2em;
|
2025-12-13 11:08:34 +02:00
|
|
|
padding-inline-start: 24px;
|
2025-12-13 11:43:27 +02:00
|
|
|
|
|
|
|
|
& > .inline-title-row {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2025-12-13 11:34:29 +02:00
|
|
|
|
2025-12-13 11:37:56 +02:00
|
|
|
&.hidden {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-13 11:34:29 +02:00
|
|
|
.note-icon-widget {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
2025-12-13 11:08:34 +02:00
|
|
|
}
|
2025-12-13 11:49:05 +02:00
|
|
|
|
|
|
|
|
body.prefers-centered-content .inline-title {
|
|
|
|
|
margin-inline: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title-details {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 0.25em;
|
|
|
|
|
margin: 0;
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
|
|
|
|
|
span.value {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
}
|
|
|
|
|
}
|