.flex-layout.faillissement_reference {
    padding-block: max(3rem, calc(3 * var(--su)));
}

.flex-layout.faillissement_reference .content-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    height: 100%;
    padding: max(1.5rem, calc(2.5 * var(--su)));
    outline: 1px solid var(--cbw-deep-pine-10);
	outline-offset: -1px;
}

.flex-layout.faillissement_reference .content-col .supportive-links {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}

.flex-layout.faillissement_reference .content-col .supportive-links .subtitle {
    font-size: var(--scaling-subscription);
    text-transform: uppercase;
    margin-bottom: max(1rem, calc(1 * var(--su)));
}

.flex-layout.faillissement_reference .content-col .supportive-links a {
    position: relative;
    display: flex;
    align-items: center;
    gap: max(.5rem, calc(.5 * var(--su)));
    text-decoration: none;
    padding-block: max(1rem, calc(1 * var(--su)));
    border-top: 1px solid var(--cbw-deep-pine-10);
}

.flex-layout.faillissement_reference .content-col .supportive-links a::after {
    content: '';
    display: inline-block;
    width: max(1.5rem, calc(2 * var(--su)));
    height: auto;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='28' height='28' rx='14' fill='%23F46526'/%3E%3Cmask id='mask0_574_3465' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='6' y='6' width='16' height='16'%3E%3Crect x='6' y='6' width='16' height='16' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_574_3465)'%3E%3Cpath d='M15.2303 17.769L14.5277 17.046L17.0738 14.4999H8.99951V13.4999H17.0738L14.5277 10.9537L15.2303 10.2307L18.9995 13.9999L15.2303 17.769Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");    border-radius: 50%;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transform-origin: center;
    flex-shrink: 0;
    transform: translate(0px, .1em);
}

.flex-layout.faillissement_reference .content-col .supportive-links a .material-symbols-outlined {
    font-size: max(1.25rem, calc(1.25 * var(--su)));
}

.flex-layout.faillissement_reference .content-col .supportive-links a .title {
    font-size: var(--scaling-body-m-medium);
    font-weight: 500;
}

.flex-layout.faillissement_reference .link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.flex-layout.faillissement_reference .posts-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-layout.faillissement_reference .faillissement-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.flex-layout.faillissement_reference .faillissement-list .cbw-info-content {
    font-size: var(--scaling-body-xs-medium);
}

.flex-layout.faillissement_reference .faillissement-list .cbw-info-content .top {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: start;
    gap: 1.5rem;
    margin-bottom:  max(1rem, calc(1 * var(--su)));
}

.flex-layout.faillissement_reference .faillissement-list .cbw-info-content .top .info-item {
    display: grid;
    align-items: start;
    grid-template-columns: max(1.25rem, calc(1.25 * var(--su))) 1fr;
    gap: .5rem;
}

.flex-layout.faillissement_reference .faillissement-list .cbw-info-content .top .info-item .data-icon {
    width: max(1.25rem, calc(1.25 * var(--su)));
    height: auto;
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 15.1602V13.9102H9.58333V15.1602H0ZM4.83646 10.8621L0.416667 6.44229L1.87813 4.93917L6.33958 9.35896L4.83646 10.8621ZM9.77563 5.92292L5.35583 1.46146L6.85896 0L11.2787 4.41979L9.77563 5.92292ZM13.7852 14.2467L3.19875 3.66021L4.07687 2.78208L14.6633 13.3685L13.7852 14.2467Z' fill='%2301261E'/%3E%3C/svg%3E%0A");
    transform: translate(0px, .2em);
}

.flex-layout.faillissement_reference .faillissement-list .cbw-info-content .top .info-item:first-child .data-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 15.1602V13.9102H9.58333V15.1602H0ZM4.83646 10.8621L0.416667 6.44229L1.87813 4.93917L6.33958 9.35896L4.83646 10.8621ZM9.77563 5.92292L5.35583 1.46146L6.85896 0L11.2787 4.41979L9.77563 5.92292ZM13.7852 14.2467L3.19875 3.66021L4.07687 2.78208L14.6633 13.3685L13.7852 14.2467Z' fill='%2301261E'/%3E%3C/svg%3E%0A");
}

.flex-layout.faillissement_reference .faillissement-list .cbw-info-content .top .info-item:nth-child(2) .data-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.18833 4.97833C3.61833 4.40847 3.33333 3.72125 3.33333 2.91667C3.33333 2.11222 3.61833 1.425 4.18833 0.854999C4.75833 0.284999 5.44556 0 6.25 0C7.05444 0 7.74167 0.284999 8.31167 0.854999C8.88167 1.425 9.16667 2.11222 9.16667 2.91667C9.16667 3.72125 8.88167 4.40847 8.31167 4.97833C7.74167 5.54833 7.05444 5.83333 6.25 5.83333C5.44556 5.83333 4.75833 5.54833 4.18833 4.97833ZM0 12.1796V10.3269C0 9.91882 0.110833 9.5409 0.3325 9.19312C0.554167 8.84535 0.850417 8.57799 1.22125 8.39104C2.04486 7.98729 2.87576 7.68444 3.71396 7.4825C4.55215 7.28056 5.3975 7.17958 6.25 7.17958C7.1025 7.17958 7.94785 7.28056 8.78604 7.4825C9.62424 7.68444 10.4551 7.98729 11.2787 8.39104C11.6496 8.57799 11.9458 8.84535 12.1675 9.19312C12.3892 9.5409 12.5 9.91882 12.5 10.3269V12.1796H0ZM1.25 10.9296H11.25V10.3269C11.25 10.1581 11.2011 10.0019 11.1033 9.85812C11.0056 9.71451 10.8728 9.59729 10.7052 9.50646C9.98715 9.15285 9.25507 8.88493 8.50896 8.70271C7.76271 8.52063 7.00972 8.42958 6.25 8.42958C5.49028 8.42958 4.73729 8.52063 3.99104 8.70271C3.24493 8.88493 2.51285 9.15285 1.79479 9.50646C1.62715 9.59729 1.49444 9.71451 1.39667 9.85812C1.29889 10.0019 1.25 10.1581 1.25 10.3269V10.9296ZM7.42708 4.09375C7.75347 3.76736 7.91667 3.375 7.91667 2.91667C7.91667 2.45833 7.75347 2.06597 7.42708 1.73958C7.10069 1.41319 6.70833 1.25 6.25 1.25C5.79167 1.25 5.39931 1.41319 5.07292 1.73958C4.74653 2.06597 4.58333 2.45833 4.58333 2.91667C4.58333 3.375 4.74653 3.76736 5.07292 4.09375C5.39931 4.42014 5.79167 4.58333 6.25 4.58333C6.70833 4.58333 7.10069 4.42014 7.42708 4.09375Z' fill='%2301261E'/%3E%3C/svg%3E%0A");
}

.flex-layout.faillissement_reference .faillissement-list .cbw-info-content .top .info-item .title {
    font-weight: 500;
}

.flex-layout.faillissement_reference .faillissement-list .cbw-info-content .cbw-button {
    margin-top: 1rem;
}


@media screen and (max-width: 992px) {

}

@media screen and (max-width: 767px) {

}
