/*
 Theme Name: Boutique Stéphanie Disant
 Template: wpstream-wordpresstheme
*/

.horiz-flex {
    display: flex;
    align-items: center;
}

.post-purchase-instructions {
    background: #BEA6D0;
    width: fit-content;
    padding: 20px;
    border-radius: 10px;
}

.post-purchase-instructions>div:first-child p {
    color: white !important;
    font-size: 1.2em;
    max-width: 300px;
}

.post-purchase-instructions>div:first-child {
    border-right: 2px solid #fff;
}

.post-purchase-instructions>div:last-child {
    margin-left: 20px;
}

.post-purchase-instructions div p,
.signup-instructions p {
    margin: 0px;
}

.post-purchase-instructions .amount bdi {
    color: white;
    box-shadow: 0px 0px 6px 0px #00000000 !important;
    font-size: 2em;
    font-weight: 700;
}

.signup-instructions {
    background: white;
    padding: 20px;
    margin: 20px 0px 20px 0px;
    border-radius: 20px;
}

/*FORM*/

.modern-form {
    max-width: 600px;
    margin: 0 auto;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
    color: #444;
}

.form-group input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-group input:focus {
    border-color: #0073aa;
    box-shadow: 0 0 4px rgba(0, 115, 170, 0.3);
    outline: none;
}

.form-section-title {
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #0073aa;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-row .form-group {
    flex: 1;
}

.form-actions {
    text-align: right;
    margin-top: 20px;
}

.form-actions button {
    padding: 12px 24px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s;
}

.form-actions button:hover {
    background: #005f87;
}

.form-instructions {
    background: #532965;
    margin-bottom: 50px;
    padding: 60px;

}

.form-instructions>h3 {
    color: white !important;
    text-align: center;
}

.modern-form {
    background: white;
    padding: 30px;
    border-radius: 20px;
    margin-top: 40px;
}

.modern-form .form-actions button {
    background: #bea6d0;
}

/*Generate PDF*/
.block-generate-pdf {
    background: white;
    padding: 30px;
    margin-bottom: 40px;
}

#next-button {
    padding: 10px 20px;
    background: #532965;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.block-next-button {
    margin: auto;
    text-align: center;
    margin-bottom: 60px;
}

#next-button:hover {
    background: #bea7d1 !important;
    opacity: .9;
    text-decoration: none;
}

.priceFormation {
    display: flex;
    flex-direction: column-reverse;
}

.priceFormation ins {
    background: #fff9c000;
}

.priceFormation del {
    color: #f0f8ff00;
}

.priceFormation del bdi {
    text-decoration: line-through;
}