2026-01-29 20:57:17 +01:00
|
|
|
.card--impact {
|
2026-01-28 01:15:51 +01:00
|
|
|
|
2026-01-27 18:33:27 +01:00
|
|
|
container-type: inline-size;
|
|
|
|
|
container-name: impact;
|
2026-01-29 20:57:17 +01:00
|
|
|
border: var(--border-light);
|
|
|
|
|
margin-bottom: calc(var(--spacing)*1);
|
2026-02-09 13:50:20 +01:00
|
|
|
padding: var(--padding-inner);
|
2026-01-27 18:33:27 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: start;
|
|
|
|
|
justify-content: start;
|
|
|
|
|
gap: calc(var(--spacing)*0.25);
|
2026-01-28 01:03:42 +01:00
|
|
|
|
|
|
|
|
|
2026-01-06 15:43:31 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
@include hover-card-line();
|
|
|
|
|
@include figure-3-1();
|
|
|
|
|
@include pin();
|
2026-01-06 15:43:31 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
.title{
|
|
|
|
|
font-size: var(--fs-normal);
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
line-height: var(--leading-title);
|
|
|
|
|
padding-top: calc(var(--spacing)*0.5);
|
|
|
|
|
margin-right: 2ch;
|
|
|
|
|
}
|
2026-01-28 01:03:42 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
.date{
|
|
|
|
|
font-size: var(--fs-small);
|
|
|
|
|
margin-top: calc(var(--spacing)*1.5);
|
|
|
|
|
}
|
2026-01-28 01:03:42 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
.investigations{
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
list-style: none;
|
|
|
|
|
li{
|
|
|
|
|
font-size: var(--fs-small);
|
|
|
|
|
color: var(--color-txt-light);
|
|
|
|
|
a{
|
2026-01-29 20:57:17 +01:00
|
|
|
text-decoration: none;
|
2026-01-06 15:43:31 +01:00
|
|
|
}
|
2026-02-09 13:50:20 +01:00
|
|
|
a::before{
|
|
|
|
|
content: "↪ "
|
2026-01-29 20:57:17 +01:00
|
|
|
}
|
|
|
|
|
}
|
2026-02-09 13:50:20 +01:00
|
|
|
}
|
2026-01-29 20:57:17 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
.card--open-graph{
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: calc(var(--spacing)*0.5) 0;
|
|
|
|
|
}
|
2026-01-29 20:57:17 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
.pin{
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: var(--padding-inner);
|
|
|
|
|
right: var(--padding-inner);
|
|
|
|
|
|
|
|
|
|
}
|
2026-01-29 20:57:17 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
figure{
|
|
|
|
|
width: calc(100% + var(--padding-inner)*2);
|
|
|
|
|
position: relative;
|
|
|
|
|
left: calc(var(--padding-inner)*-1);
|
|
|
|
|
top: calc(var(--padding-inner)*-1);
|
|
|
|
|
}
|
2026-01-29 20:57:17 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
|
2026-01-29 20:57:17 +01:00
|
|
|
|
|
|
|
|
|
2026-01-27 18:33:27 +01:00
|
|
|
}
|
2026-01-06 15:43:31 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
// @container impact (width < 460px) {
|
|
|
|
|
// .card--impact__inner{
|
|
|
|
|
// display: block!important;
|
|
|
|
|
// padding-top: var(--padding-inner)!important;
|
|
|
|
|
// padding-bottom: calc(var(--padding-inner)*0.75)!important;
|
2026-01-29 20:57:17 +01:00
|
|
|
|
|
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
// .tag, .date{
|
|
|
|
|
// display: inline-flex;
|
|
|
|
|
// margin-right: 2ch;
|
|
|
|
|
// top: 0px!important;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .card--impact__inner > .content{
|
|
|
|
|
// margin-top: calc(var(--spacing)*0.75);
|
|
|
|
|
// margin-bottom: calc(var(--spacing)*0.25);
|
|
|
|
|
// padding-right: 0!important;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .card--open-graph{
|
|
|
|
|
// margin-top: calc(var(--spacing)*0.75);
|
|
|
|
|
// margin-bottom: calc(var(--spacing)*0.25);
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .investigations{
|
|
|
|
|
// margin-top: calc(var(--spacing)*0.25);
|
|
|
|
|
// margin-bottom: calc(var(--spacing)*0.25);
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .keywords-wrapper {
|
|
|
|
|
// margin-top: calc(var(--spacing)*1);
|
|
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
// .content,
|
|
|
|
|
// details {
|
|
|
|
|
// font-size: var(--fs-small) !important;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .date{
|
|
|
|
|
// font-size: var(--fs-xsmall) !important;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
// .btn--go-to {
|
|
|
|
|
// top: calc(var(--padding-inner)*1.25)!important;
|
|
|
|
|
// bottom: auto;
|
|
|
|
|
// right: calc(var(--padding-inner)*1.25)!important;
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// @media #{$x-small}{
|
|
|
|
|
// .card--impact__inner{
|
|
|
|
|
// display: block!important;
|
|
|
|
|
// padding-top: var(--padding-inner)!important;
|
|
|
|
|
// padding-bottom: calc(var(--padding-inner)*0.75)!important;
|
|
|
|
|
|
2026-01-29 20:57:17 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
// .tag, .date{
|
|
|
|
|
// display: inline-flex;
|
|
|
|
|
// margin-right: 2ch;
|
|
|
|
|
// top: 0px!important;
|
|
|
|
|
// }
|
2026-02-06 15:10:27 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
// .content{
|
|
|
|
|
// margin-top: calc(var(--spacing)*0.75);
|
|
|
|
|
// margin-bottom: calc(var(--spacing)*0.25);
|
|
|
|
|
// padding-right: 0!important;
|
|
|
|
|
// }
|
2026-01-28 01:03:42 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
// .card--open-graph{
|
|
|
|
|
// margin-top: calc(var(--spacing)*0.75);
|
|
|
|
|
// margin-bottom: calc(var(--spacing)*0.25);
|
|
|
|
|
// }
|
2026-01-28 01:03:42 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
// .investigations{
|
|
|
|
|
// margin-top: calc(var(--spacing)*0.25);
|
|
|
|
|
// margin-bottom: calc(var(--spacing)*0.25);
|
|
|
|
|
// }
|
2026-01-29 20:57:17 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
// .keywords-wrapper {
|
|
|
|
|
// margin-top: calc(var(--spacing)*1);
|
2026-01-29 20:57:17 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
// }
|
|
|
|
|
// .date,
|
|
|
|
|
// .content,
|
|
|
|
|
// details {
|
|
|
|
|
// font-size: 14px !important;
|
|
|
|
|
// }
|
2026-01-29 20:57:17 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
// .btn--go-to {
|
|
|
|
|
// top: calc(var(--padding-inner)*1.25)!important;
|
|
|
|
|
// bottom: auto;
|
|
|
|
|
// right: calc(var(--padding-inner)*1.25)!important;
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
2026-01-29 20:57:17 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
[data-template="impacts"] .page__content{
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: 1fr 1fr;
|
|
|
|
|
grid-gap: var(--padding-inner);
|
2026-01-29 20:57:17 +01:00
|
|
|
|
2026-02-09 13:50:20 +01:00
|
|
|
}
|