.update_layout {
    padding-block: max(1.5rem, calc(1.5 * var(--su)));
    color: var(--zwart);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: max(2rem, calc(2 * var(--su)));
}

.update_layout .post-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1.2533 !important;
}

.update_layout h3.title {
    text-transform: none;
    font-size: max(1.375rem, calc(1.375 * var(--su)));
    margin-bottom: max(.75rem, calc(.75 * var(--su)));
}

.update_layout .introduction {
    font-size: var(--desktop-body-md);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.update_layout .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: max(.25rem, calc(.25 * var(--su)));
    font-size: var(--desktop-body-md);
    margin-top: auto;
}

.update_layout .type {
    font-weight: 700;
}

.update_layout .info .divider {
    display: block;
    flex-shrink: 0; flex-grow: 0;
    width: max(.25rem, calc(.25 * var(--su)));
    background-color: currentColor;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
}

.update_layout .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: max(1.875rem, calc(1.875 * var(--su)));
    aspect-ratio: 1;
    background-color: var(--knalpaars);
}

.update_layout .icon::after {
    content: '';
    width: max(1rem, calc(1 * var(--su)));
    aspect-ratio: 1.32;
    background-color: var(--botergeel);
    --mask-url: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1375 -5.49012e-05L16.335 6.1912L10.1375 12.3824L8.54621 10.7532L11.9707 7.3287L-3.96125e-05 7.32869L-3.94136e-05 5.05369L11.9707 5.0537L8.54621 1.62919L10.1375 -5.49012e-05Z' fill='%23FFFC9C'/%3E%3C/svg%3E%0A");
    mask: var(--mask-url) no-repeat center / contain;
    -webkit-mask: var(--mask-url) no-repeat center / contain;
}
