/* =====================================================
   WP OTL ELEMENTOR — Desconto Payment Widget
   ===================================================== */

.wp-otl-dp-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

/* -------------------------------------------------
   PIX Block
   ------------------------------------------------- */

.wp-otl-pix-block {
    background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 14px 16px;
    box-sizing: border-box;
}

.wp-otl-pix-row {
    display: flex;
    align-items: flex-start;
}

.wp-otl-pix-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2d2d2d;
    font-size: 22px;
    margin-right: 10px;
    flex-shrink: 0;
    line-height: 1;
}

.wp-otl-pix-icon svg {
    fill: currentColor;
    display: block;
}

.wp-otl-pix-content {
    flex: 1;
    min-width: 0;
}

.wp-otl-pix-price {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.wp-otl-pix-save {
    color: #666666;
    font-size: 13px;
    margin-top: 4px;
    line-height: 1.4;
}

/* -------------------------------------------------
   Installment
   ------------------------------------------------- */

.wp-otl-installment {
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
}

.wp-otl-installment strong {
    color: #1a1a1a;
    font-weight: 700;
}

/* -------------------------------------------------
   Social Proof
   ------------------------------------------------- */

.wp-otl-social-proof {
    display: flex;
    align-items: center;
    background-color: #1a1a1a;
    border-radius: 8px;
    padding: 14px 16px;
    box-sizing: border-box;
}

.wp-otl-social-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    min-width: 10px;
    background-color: #6ab04c;
    border-radius: 50%;
    margin-right: 10px;
    animation: wp-otl-pulse 2s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes wp-otl-pulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.55; }
}

.wp-otl-social-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.55;
}

.wp-otl-social-text > strong {
    color: #ffffff;
    font-weight: 700;
}

.wp-otl-social-highlight {
    color: #f0a500;
}

.wp-otl-social-highlight strong {
    font-weight: 700;
}

/* Select size state (variable products before choosing a variation) */
.wp-otl-select-size {
    color: #aaaaaa;
    font-style: italic;
}

.wp-otl-stock-info {
    display: inline;
}
