
.wcsp-simulador-box {
    background: #f4f4f4;
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 20px;
    font-family: Arial, sans-serif;
}
.wcsp-simulador-box p {
    margin: 5px 0;
}
.wcsp-simulador-box strong {
    color: #333;
}

.wcsp-box-pix {
    display: flex;
    align-items: center;
    background: #f5f7f9;
    border: 1px solid #d9e1e7;
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}
.wcsp-pix-left svg {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    fill: #f37021;
}
.wcsp-pix-center {
    flex-grow: 1;
}
.wcsp-pix-valor {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.wcsp-pix-label {
    font-size: 13px;
    margin-left: 5px;
    color: #666;
}
.wcsp-pix-economia {
    font-size: 13px;
    color: #666;
}
.wcsp-pix-right .wcsp-pix-off {
    background: #f37021;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
}

.wcsp-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.wcsp-box-parcelas {
    background: #f5f7f9;
    border: 1px solid #d9e1e7;
    border-radius: 8px;
    padding: 10px 15px;
    flex: 1;
    min-width: 280px;
}
.wcsp-preco {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.wcsp-parcela-texto {
    font-size: 14px;
    margin: 4px 0;
    color: #555;
}
.wcsp-link-popup a {
    font-size: 13px;
    color: #0073aa;
    text-decoration: underline;
    cursor: pointer;
}
.wcsp-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.wcsp-popup-conteudo {
    background: white;
    margin: 10% auto;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 6px;
    position: relative;
}
.wcsp-fechar {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 20px;
    cursor: pointer;
}
