#map
{
    width: 100%;
    height: 70vh;
    background-color: black;
    border-radius: 2vh;
}

iframe
{
    width: 100%;
    height: 190px;
    border: none;
}

div.spacer
{
    height: 8vh;
}




.tiny
{
    font-size: 0.6em;
    margin: 0;
}

/* center, except on mobile */
.center
{
    text-align: center;
}

@media (max-width:768px)
{
    .center
    {
        text-align: left;
    }
}




article.dlc {
    height: fit-content;
}
article.dlc > div
{
    display: flex;
    background: linear-gradient(90deg, var(--pico-card-background-color) 40%, rgba(0, 0, 0, 0) 50%),
        url("https://gaming-cdn.com/images/products/13797/380x218/euro-truck-simulator-2-west-balkans-pc-mac-spiel-steam-cover.jpg?v=1710173812");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

article.dlc > div > div:nth-child(1)
{
    flex: 1 1 40%;
    padding: 2vh;
    color:
}

article.dlc > div > div:nth-child(1) p
{
    padding-top: 1vh;
    line-height: 1;
}

article.dlc > div > div:nth-child(1) button
{
    padding: 1vh;
}

article.dlc > div > div:nth-child(1) img
{
    width: 50%;
}

article.dlc > div > div:nth-child(2)
{
    flex: 1 1 60%;
}
