/* Contenitore principale */
.gtc-thankyou-wrapper {
    max-width: 100%;
    padding: 1rem;
    border-radius: 2rem;
    background: #f0f2f5;
    box-shadow: -4px -4px 8px #ffffff, 4px 4px 8px #aeaec0;
    font-family: 'Poppins', sans-serif;
}

/* Titolo di ringraziamento */
.gtc-thankyou-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2.5rem;
    color: var(--template-fourthcolor);
    font-weight: 600;
}

/* Box con messaggio d’errore */
.gtc-thankyou-failed {
    padding: 2rem;
    border-radius: 1.5rem;
    background: #f0f2f5;
    box-shadow: inset -4px -4px 8px #ffffff, inset 4px 4px 8px #aeaec0;
    text-align: center;
    color: var(--template-maincolor);
    font-weight: 500;
    line-height: 1.5;
}

/* Riepilogo ordine */
.gtc-thankyou-summary {
    list-style: none;
    padding: 2rem;
    background: #f0f2f5;
    border-radius: 1.5rem;
    box-shadow: inset -4px -4px 8px #ffffff, inset 4px 4px 8px #aeaec0;
    margin: 2rem 0;
    font-size: 1rem;
    color: var(--template-tirdcolor);
}

.gtc-thankyou-summary li {
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* Pulsanti */
.gtc-button {
    display: inline-block;
    padding: 1rem;
    text-align: center;
    border-radius: 2rem;
    background: #f0f2f5;
    color: var(--template-fourthcolor);
    text-decoration: none;
    width: 100%;
    font-weight: 600;
    box-shadow: -4px -4px 8px #ffffff, 4px 4px 8px #aeaec0;
    transition: all 0.2s ease-in-out;
}

.gtc-button:hover {
    transform: scale(0.98);
    box-shadow: inset -4px -4px 8px #ffffff, inset 4px 4px 8px #aeaec0;
    color: var(--template-maincolor);
}

.woocommerce-bacs-bank-details h3 {
    text-align: center;
}

.woocommerce table.shop_table td>a {
    color: var(--template-fourthcolor);
}

.woocommerce ul.order_details {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;

}

.woocommerce ul.order_details li {
    padding: 1rem;
    margin: 0;
}

.gtc-thankyou-title,
.woocommerce-bacs-bank-details,
.wc-bacs-bank-details-heading,
.gtc-details-wrapper .woocommerce-order-details__title,
.gtc-details-wrapper .woocommerce-customer-details>h2 {
    border-radius: 2rem;
    text-align: center;
    width: 100%;
    box-shadow: inset -4px -4px 8px #ffffff, inset 4px 4px 8px #aeaec0;
    padding: 1rem;
    color: var(--template-maincolor);
}

.gtc-details-wrapper table,
.gtc-details-wrapper .woocommerce-customer-details>address {
    padding: 1rem;
    border-radius: 1rem !important;
    border: none !important;
    box-shadow: inset -4px -4px 8px #ffffff, inset 4px 4px 8px #aeaec0;
    color: var(--template-tirdcolor);
}


/* Area pulsanti dopo errore */
.gtc-thankyou-actions {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

/* Pulsante "torna alla home" */
.gtc-thankyou-home {
    text-align: center;
    margin-top: 3rem;
}