.hiq-article-puffs__container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
@media screen and (max-width: 64em) {
    .hiq-article-puffs__container {
        flex-wrap: wrap;
    }
}
.hiq-article-puff__image {
    height: 12.5rem;
    width: 100%;
    background-size: cover;
}
.hiq-article-puff__wrapper {
    padding: 1.875rem;
    min-height: 11.875rem;
}
@media screen and (max-width: 64em) {
    .hiq-article-puff__wrapper {
        min-height: 8.75rem;
    }
}
.hiq-article-puff__header {
    margin-bottom: 0.5rem;
    color: #313131;
    font-size: 1.25rem;
    line-height: 1.625rem;
    word-break: break-word;
}
.hiq-article-puff__preamble {
    color: #313131;
    font-size: 1rem;
    line-height: 1.5rem;
    word-break: break-word;
}
.hiq-article-puff__date {
    color: #313131;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 1rem;
}
.hiq-article-puff__link {
    position: relative;
    text-decoration: none;
    display: block;
}
.hiq-article-puff__link:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.hiq-article-puff__label {
    position: absolute;
    top: 9rem;
    left: 0;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0 1.25rem;
    z-index: 2;
    background: #018291;
}
.hiq-article-puff__label:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1.5rem;
    border-color: #018291;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.5625rem;
    border-right-width: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 1.25rem;
    border-bottom-width: 1.25rem;
}
@media screen and (max-width: 39.9375em) {
    .hiq-article-puff__label:after {
        display: none;
    }
}
.hiq-article-puff__button {
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 39.9375em) {
    .hiq-article-puff__button {
        justify-content: unset;
        word-break: break-word;
    }
}
.hiq-article-puff__container {
    width: 100%;
    max-width: calc(33.3% - 20px);
    margin: 1.25rem 1.25rem 0 0;
    position: relative;
    transition: ease-in-out 0.3s;
    box-shadow: 0 2px 20px #00000033;
}
.hiq-article-puff__container:focus-within {
    outline: none;
    box-shadow: 0 2px 20px #00000033;
}
.hiq-article-list__container {
   width: 100%;
   max-width: calc(33.3% - 20px);
   margin: 1.25rem 1.25rem 0 0;
   position: relative;
   transition: ease-in-out 0.3s;
}


/* Vertical list with news- and blog items */ 

.list-vert {
   list-style: none;
   margin: 0;
   padding: 0;
}
.list-vert li {
   padding: 1rem;
   border-top: 1px solid #ECEAE4;
   transition: ease-in-out 0.3s;
   transition: ease-in-out 0.3s;
}
.list-vert li:focus-within,
.list-vert li:focus,
.list-vert li:hover{
   box-shadow: 0px 2px 20px 0px rgba(51, 51, 51, 0.20);
}
.list-vert__link {
   text-decoration: none;
}
.list-vert__heading {
   font-size: 1rem;
   margin-bottom: 0.5rem;
   font-size: 400;
}
.list-vert .hiq-article-puff__date {
   margin-bottom: 0;
}


@media screen and (max-width: 64em) {
    .hiq-article-puff__container,
    .hiq-article-list__container{
        margin-left: 0;
        flex-basis: 100%;
        max-width: unset;
    }
}
.hiq-article-puff__container:hover {
    transition: ease-in-out 0.3s;
    box-shadow: 0 0 4px #00000033;
    transform: translate(0, 2px);
}
.hiq-article-puffs__container .hiq-article-puff__container:first-child {
    margin-left: 0;
}
.hiq-article-puffs__container:last-child hiq-article-puff__container {
    margin-right: 0;
}
.hiq-link-button__decoration {
    margin-right: 1.25rem;
}
@media screen and (max-width: 64em) {
    .hiq-link-button__decoration {
        margin-right: 0;
    }
}
