/* FF Klarna Express – Layout */

#klarna-express-container {
    width: 100%;
    max-width: 510px;
    margin: 18px auto 12px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Klarna-Inhalt sauber zentrieren */
#klarna-express-container > * {
    width: 100%;
    max-width: 100%;
}

/* etwas Abstand zum PayPal-Bereich */
#klarna-express-container + * {
    margin-top: 10px;
}

/* falls der Klarna-Container in einem Wrapper sitzt */
.ff-klarna-express-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 18px;
    margin-bottom: 10px;
}

/* Mobile */
@media (max-width: 767px) {
    #klarna-express-container,
    .ff-klarna-express-wrapper {
        max-width: 100%;
        margin-top: 14px;
        margin-bottom: 10px;
    }
}