﻿.smaller-container {
    max-width: 770px;
}

.search-bar-container {
    padding: 2rem;
}

.goto-container {
    background: white;
    box-shadow: 0 -.1rem .25rem .1rem #F0F0F0;
    padding: 2rem;
}

.goto-container a {
    display: list-item;
    list-style-position: inside;
    padding: .33rem 0;
    font-size: .9em;
}

.goto-container a::marker {
    color: #C73E32;
    font-size: 1.2em;
}

.goto-container div:nth-child(-n+5) > a {
    border-bottom: 1px solid lightgrey;
}

@media (min-width: 576px) {
    .goto-container div:nth-child(5) > a {
        border-bottom: none;
    }
}

.medicine-results-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
    padding: 1.5rem;
}

.item-result, .medicine-result {
    text-decoration: none;
}

.item-result .caption {
    order: 1;
}

a.item-result::after {
    font-size: 0.875rem;
    padding-bottom: 0.25em;
    text-decoration: underline;
    color: black;
}

a.item-result[data-culture="NL"]::after {
    content: "http://www.apotheek.be" attr(href);
}

a.item-result[data-culture="FR"]::after {
    content: "http://www.pharmacie.be" attr(href);
}

.medicine-image-container {
    background: white;
    border-radius: 1rem;
    padding: .5rem;
    margin-right: 1rem;
    width: 80px;
    min-width: 80px;
    min-height: 80px;
    height: 80px;
}

.medicine-image {
    width: 100%;
    height: 100%;
    background: transparent url(../../img/spinner.gif) no-repeat scroll center center;
}

@media (min-width : 992px) {
    .search-bar-container, .goto-container {
        margin-left: -2rem;
        width: calc(100% + 4rem);
    }
}
