/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2025 | 15:21:17 */
/* 🎯 Mensagem de confirmação mais destacada */
.woocommerce-notice--success {
    background: #e9f9ef;
    color: #1b5e20;
    border-left: 5px solid #2ecc71;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Ícone antes do texto */
.woocommerce-notice--success:before {
    content: "✔";
    font-size: 22px;
    color: #27ae60;
}

/* 💳 Caixas e detalhes do pedido com layout mais clean */
.woocommerce-order-overview {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 15px;
    margin-top: 15px;
}

.woocommerce-order-overview li strong {
    color: #2271b1;
    font-weight: 600;
}

/* ✨ Melhor tipografia geral */
body .woocommerce {
    font-family: "Inter", "Roboto", sans-serif;
}

/* 🔘 Botões refinados */
.custom-action-buttons a {
    padding: 14px 32px;
    margin: 8px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

/* Botão cinza (Voltar Home) */
.custom-action-buttons a:first-child {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
}
.custom-action-buttons a:first-child:hover {
    background: #e2e2e2;
}

/* Botão azul (Ver assinatura) */
.custom-action-buttons a:last-child {
    background: #2271b1;
    color: #ffffff;
}
.custom-action-buttons a:last-child:hover {
    background: #1a5b90;
    transform: translateY(-2px);
}

/* 🧾 Melhorando títulos */
.woocommerce-order-details__title,
.woocommerce-column__title {
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #333;
}
