.uk-child-width-1-1.uk-grid-small > div {
    display: flex;
}

.uk-child-width-1-1.uk-grid-small > div > article {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 2rem;
    background: #fff;
    border: 1px solid rgba(0, 66, 37, .12);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
}

.uk-child-width-1-1.uk-grid-small > div > article > .uk-article-title,
.uk-child-width-1-1.uk-grid-small > div > article > [property="text"] {
    padding-right: 1rem;
    padding-left: 1rem;
}

.uk-child-width-1-1.uk-grid-small > div > article > .uk-article-title {
    order: 1;
    margin-top: 1.25rem;
    font-size: 1.7rem;
    font-weight: 400;
}

.uk-child-width-1-1.uk-grid-small > div > article > [property="image"] {
    order: 0;
    width: 82%;
    margin-top: 0;
}

.uk-child-width-1-1.uk-grid-small > div > article > [property="image"] img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.uk-child-width-1-1.uk-grid-small > div > article > .fields-container {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.uk-child-width-1-1.uk-grid-small > div > article > .fields-container .maerke,
.uk-child-width-1-1.uk-grid-small > div > article > .fields-container .model,
.uk-child-width-1-1.uk-grid-small > div > article > .fields-container .variant,
.uk-child-width-1-1.uk-grid-small > div > article > .fields-container .oversigtsbillede {
    display: none;
}

.uk-child-width-1-1.uk-grid-small > div > article > .fields-container .pris {
    display: block;
    padding: .85rem 1rem;
    color: #fff;
    background: #004225;
    font-size: 1.35rem;
    white-space: nowrap;
}

.uk-child-width-1-1.uk-grid-small > div > article > .fields-container .pris .field-value::after {
    content: ' kr.';
}

.uk-child-width-1-1.uk-grid-small > div > article > [property="text"] {
    order: 2;
    margin-top: .5rem;
    font-size: 1rem;
}

.uk-child-width-1-1.uk-grid-small > div > article > .uk-list {
    display: none;
}

@media (max-width: 959px) {
    .uk-child-width-1-1.uk-grid-small > div > article > [property="image"] {
        width: 100%;
    }

    .uk-child-width-1-1.uk-grid-small > div > article > .fields-container {
        top: 1rem;
        right: 1rem;
    }

    .uk-child-width-1-1.uk-grid-small > div > article > .uk-article-title {
        font-size: 1.35rem;
    }
}

/* The same card treatment when the overview switches to three columns. */
div[class*="uk-width-expand"] > div[class*="uk-child-width-1-3"] > div {
    display: flex;
}

div[class*="uk-width-expand"] > div[class*="uk-child-width-1-3"] > div > article {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 1rem;
    background: #fff;
    border: 1px solid rgba(0, 66, 37, .12);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
}

div[class*="uk-width-expand"] > div[class*="uk-child-width-1-3"] > div > article > .uk-article-title {
    order: 1;
    margin: .75rem 0 0;
    padding: 0 .75rem;
    font-size: 1.05rem;
    line-height: 1.3;
    font-weight: 400;
}

div[class*="uk-width-expand"] > div[class*="uk-child-width-1-3"] > div > article > [property="image"] {
    order: 0;
    width: 100%;
    margin: 0;
}

div[class*="uk-width-expand"] > div[class*="uk-child-width-1-3"] > div > article > [property="image"] img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

div[class*="uk-width-expand"] > div[class*="uk-child-width-1-3"] > div > article > .fields-container {
    position: absolute;
    top: .5rem;
    right: .5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

div[class*="uk-width-expand"] > div[class*="uk-child-width-1-3"] > div > article > .fields-container .maerke,
div[class*="uk-width-expand"] > div[class*="uk-child-width-1-3"] > div > article > .fields-container .model,
div[class*="uk-width-expand"] > div[class*="uk-child-width-1-3"] > div > article > .fields-container .variant,
div[class*="uk-width-expand"] > div[class*="uk-child-width-1-3"] > div > article > .fields-container .oversigtsbillede {
    display: none;
}

div[class*="uk-width-expand"] > div[class*="uk-child-width-1-3"] > div > article > .fields-container .pris {
    display: block;
    padding: .45rem .55rem;
    color: #fff;
    background: #004225;
    font-size: .85rem;
    white-space: nowrap;
}

div[class*="uk-width-expand"] > div[class*="uk-child-width-1-3"] > div > article > .fields-container .pris .field-value::after {
    content: ' kr.';
}

div[class*="uk-width-expand"] > div[class*="uk-child-width-1-3"] > div > article > [property="text"],
div[class*="uk-width-expand"] > div[class*="uk-child-width-1-3"] > div > article > .uk-list {
    display: none;
}
