/* === Game landing pages === */

#cards.game-landing-page {
    display: flex !important;
    justify-content: center;
}

#cards.game-landing-page .card {
    max-width: 360px;
    width: 100%;
}

#cards.game-landing-page .card p.other-games {
    text-align: center;
    margin-top: 0.25cm;
}

/* === Tagline below header === */

p.tagline {
    text-align: center;
    margin: 0.5cm 0;
}

/* === Game icon images: natural size, centered === */

#cards div.card div.card-content img.natural {
    align-self: center;
}

/* === Push hint text to bottom of card === */

#cards div.card div.card-content {
    display: flex;
    flex-direction: column;
}

#cards div.card div.card-content p.call-to-action {
    margin-top: auto;
    padding-top: 0.5cm;
    text-align: center;
    font-size: 0.9em;
    color: #666666;
}

/* === Blog post teaser paragraph === */

article p.teaser {
    font-style: italic;
    font-size: 0.9em;
    color: #888888;
}

/* === Blog index: date styling === */

article p.date {
    font-size: 0.9em;
    font-style: italic;
    color: #888888;
}

#cards div.card div.card-content p.date {
    font-size: 0.9em;
    font-style: italic;
    color: #888888;
    margin-top: -0.4cm;
}

/* === App store badge lists === */

ul.app-stores {
    list-style: none;
    padding: 0;
    margin: 0.25cm 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

ul.app-stores li {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

span.store-name {
    font-size: 0.65em;
    color: #666666;
    margin-top: 2px;
    text-align: center;
}

ul.app-stores img {
    width: 48px;
    height: 48px;
    display: block;
}

/* === index.html: center download buttons in cards === */

#cards div.card ul.actions {
    justify-content: center;
}

/* === download.html === */

#download-page-title {
    text-align: center;
    max-width: 9cm;
    margin-left: auto;
    margin-right: auto;
}

#download-game-icon {
    display: none;
    max-width: 128px;
    margin: 0.15cm auto 0.5cm;
}

#download-game-description {
    text-align: center;
    max-width: 8cm;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5cm;
    font-size: 0.9em;
    color: #666666;
}

#download-store-links {
    max-width: 10cm;
    margin: 0.75cm auto;
}

p.platform-note {
    margin-top: 0.75cm;
    margin-bottom: 0;
    font-size: 0.9em;
    color: #666666;
}

/* === Avatar example images in blog posts === */

ul.examples {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.25cm;
    padding: 0;
    margin: 0 0 0.75cm 0;
}

ul.examples li {
    margin: 0;
    padding: 0;
}
