body {
    background-color: #f1f1f1;
    margin: 0;
    padding: 0;
}

.top-title {
    display: flex;
    flex-direction: row;
    place-content: center;
}

.top-title > div {
    display: flex;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 8px;
}

.section {
    margin: 15px;
    text-align: left;
}

.logo {
    max-height: 40px;
}

p {
    text-align: left;
    margin: 15px;
}

h1, h2, h3, h4 {
    margin-left: 15px;
    margin-right: 15px;
}

.left-right-margins {
    margin-left: 15px;
    margin-right: 15px;
}

.preview-img {
    border-radius: 2%;
    max-width: 100%;
}

.google-play-img {
    max-height: 50px;
    height: 50px;
}

.android-badge-parent {
    margin-top: 15px;
    text-align: center;
}

.badges {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.images-parent {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    width: 100%;
    gap: 10px;
    min-width: 0;
}

.images-parent img {
    max-width: max(200px, 100vw);
    max-height: max(400px, 70vh);
}

.social-networks {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

/** bluesky link **/

.bluesky-link {
    position: relative;
    font-weight: bold;
}

.bluesky-link span {
    vertical-align: top;
    margin-left: 20px;
    color: #1a1a1a;
}

.bluesky-link a {
    display: block;
    min-height: 20px;
    background-color: white;
    padding: 1px 12px 1px 12px;
    box-sizing: border-box;
    white-space: nowrap;
    border-radius: 9999px;
    font: normal normal normal 12px / 18px 'Helvetica Neue', Arial, sans-serif;
    color: white;
    text-decoration: none !important;
    border: solid 1px #bbb;
}

.bluesky-link a:visited {
    color: #111;
    text-decoration: none !important;
}

.bluesky-link img {
    position: absolute;
    top: 3px;
    margin-right: 5px;
    display: inline-block;
    height: 16px;
    width: 16px;
}

/* navigate to price by m2 */
.prix-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 280px;
    margin-left: 10px;
    margin-top: 20px;
    padding: 20px 24px;
    background: #f4f1ea;
    border: 1px solid #ddd6c5;
    border-radius: 8px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.prix-nav:hover {
    background: #ece6d8;
    border-color: #c9a227;
}

.prix-nav h2 {
    margin: 0;
    font-size: 16px;
    color: #1b2a41;
}

.prix-nav span {
    font-size: 18px;
    color: #c9a227;
    transition: transform 0.2s ease;
}

.prix-nav:hover span {
    transform: translateX(4px);
}
