/*
Meta:
Title: Confirmation de commande
Slug: confirmation
Type: page
Status: publish
MenuOrder: 13
Lang: fr
Template: template-fpp-pages.php
NoIndex: true
*/

.fpp-confirmation {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--fpp-body);
    background: var(--fpp-bg);
}

.fpp-flow-body {
    max-width: 760px;
    margin: 0 auto;
    padding: 56px 24px 72px;
}

.fpp-flow-links {
    text-align: center;
    margin-top: 28px;
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.fpp-btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.fpp-btn--primary { background: var(--fpp-primary); color: #fff; }
.fpp-btn--primary:hover { background: var(--fpp-primary-hover); }
.fpp-btn--outline { background: transparent; color: var(--fpp-primary); border: 2px solid var(--fpp-primary); }
.fpp-btn--outline:hover { background: var(--fpp-surface); }
