2026-02-07 15:59:34 +01:00
|
|
|
.card--article-small {
|
2026-01-06 17:14:32 +01:00
|
|
|
|
|
|
|
|
@include grid-content();
|
2026-02-07 15:59:34 +01:00
|
|
|
|
2026-01-29 20:57:17 +01:00
|
|
|
padding-top: calc(var(--spacing)*0.5);
|
2026-01-22 16:42:01 +01:00
|
|
|
padding-bottom: calc(var(--spacing)*0.5);
|
|
|
|
|
|
2026-01-29 20:57:17 +01:00
|
|
|
border-bottom: var(--border-light);
|
2026-02-07 15:59:34 +01:00
|
|
|
|
|
|
|
|
&:first-of-type {
|
2026-01-22 16:42:01 +01:00
|
|
|
border-top: var(--border-light);
|
|
|
|
|
}
|
2026-02-07 15:59:34 +01:00
|
|
|
|
2026-01-29 20:57:17 +01:00
|
|
|
&.has-link {
|
|
|
|
|
@include hover-card-line();
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-25 22:25:08 +01:00
|
|
|
@include figure-16-9();
|
2026-01-29 20:57:17 +01:00
|
|
|
|
2026-02-07 15:59:34 +01:00
|
|
|
figure {
|
|
|
|
|
@media #{$x-small} {
|
|
|
|
|
margin-left: 0px;
|
|
|
|
|
}
|
2026-01-29 20:57:17 +01:00
|
|
|
}
|
|
|
|
|
|
2026-02-03 08:24:43 +01:00
|
|
|
|
2026-02-07 15:59:34 +01:00
|
|
|
.content {
|
2026-01-06 15:43:31 +01:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
padding-top: calc(var(--spacing)*0.25);
|
2026-01-25 22:25:08 +01:00
|
|
|
padding-right: calc(var(--padding-inner)*3);
|
2026-01-06 15:43:31 +01:00
|
|
|
}
|
|
|
|
|
|
2026-02-07 15:59:34 +01:00
|
|
|
.title {
|
2026-02-06 15:10:27 +01:00
|
|
|
font-weight: 500;
|
2026-02-03 08:24:43 +01:00
|
|
|
font-size: var(--fs-small);
|
2026-02-07 15:59:34 +01:00
|
|
|
margin-bottom: 0.25em;
|
2026-02-03 08:24:43 +01:00
|
|
|
text-wrap: balance;
|
2026-01-22 16:42:01 +01:00
|
|
|
max-width: 42ch;
|
2026-01-27 22:24:47 +01:00
|
|
|
text-transform: uppercase;
|
2026-02-07 15:59:34 +01:00
|
|
|
line-height: var(--leading-title);
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
}
|
|
|
|
|
|
2026-02-07 15:59:34 +01:00
|
|
|
time {
|
2026-01-06 15:43:31 +01:00
|
|
|
flex-grow: 1;
|
|
|
|
|
color: var(--color-txt-light);
|
|
|
|
|
}
|
2026-01-29 20:57:17 +01:00
|
|
|
|
2026-02-07 15:59:34 +01:00
|
|
|
.description {
|
|
|
|
|
@include clamp(2);
|
2026-01-29 20:57:17 +01:00
|
|
|
margin-bottom: calc(var(--spacing)*0.75);
|
2026-02-03 08:24:43 +01:00
|
|
|
margin-top: calc(var(--spacing)*0.25);
|
2026-01-06 15:43:31 +01:00
|
|
|
}
|
|
|
|
|
|
2026-02-07 15:59:34 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
|
2026-01-25 22:25:08 +01:00
|
|
|
@include btn--go-to();
|
2026-01-28 01:15:51 +01:00
|
|
|
@include hover-card-line();
|
2026-01-25 22:25:08 +01:00
|
|
|
|
2026-02-07 15:59:34 +01:00
|
|
|
.keywords {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media #{$medium} {
|
|
|
|
|
.title {
|
2026-01-06 15:43:31 +01:00
|
|
|
font-size: var(--fs-normal);
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2026-02-07 15:59:34 +01:00
|
|
|
@media #{$x-small} {
|
2026-01-29 20:57:17 +01:00
|
|
|
|
2026-02-07 15:59:34 +01:00
|
|
|
.content {
|
|
|
|
|
display: contents;
|
2026-01-06 15:43:31 +01:00
|
|
|
}
|
2026-02-07 15:59:34 +01:00
|
|
|
|
|
|
|
|
.title {
|
2026-01-06 15:43:31 +01:00
|
|
|
font-size: var(--fs-small);
|
2026-02-07 15:59:34 +01:00
|
|
|
padding-top: calc(var(--spacing)*0.25);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
figure {
|
|
|
|
|
grid-row: 1/3;
|
2026-01-06 15:43:31 +01:00
|
|
|
}
|
2026-01-29 20:57:17 +01:00
|
|
|
|
2026-02-07 15:59:34 +01:00
|
|
|
.description {
|
|
|
|
|
grid-column: span 2;
|
2026-01-06 15:43:31 +01:00
|
|
|
}
|
2026-02-07 15:59:34 +01:00
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
}
|
|
|
|
|
|
2026-02-07 15:59:34 +01:00
|
|
|
|
|
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
|
|
|
|
|
}
|