.mpswoo-box {
    max-width: 540px;
    margin: 24px auto;
    padding: 28px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    font-family: inherit;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.mpswoo-precio {
    font-size: 1.25em;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.mpswoo-label {
    color: #666;
    margin-right: 6px;
}

.mpswoo-amount,
.mpswoo-amount-final {
    font-weight: 700;
    color: #222;
}

.mpswoo-section {
    margin-bottom: 20px;
}

.mpswoo-section-title {
    display: block;
    font-weight: 600;
    font-size: 0.95em;
    color: #444;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mpswoo-cupon-row {
    display: flex;
    gap: 8px;
}

.mpswoo-cupon-input {
    flex: 1;
    padding: 9px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 0.95em;
}

.mpswoo-cupon-btn {
    padding: 9px 18px;
    background: #555;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    white-space: nowrap;
}

.mpswoo-cupon-btn:hover { background: #333; }
.mpswoo-cupon-btn:disabled { background: #999; cursor: not-allowed; }

.mpswoo-cupon-msg {
    display: block;
    font-size: 0.88em;
    margin-top: 6px;
    min-height: 1.2em;
}

.mpswoo-precio-final {
    background: #f0f9f0;
    border: 1px solid #b2d8b2;
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.mpswoo-datos {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mpswoo-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.mpswoo-datos label {
    display: block;
    font-size: 0.85em;
    color: #555;
    margin-bottom: 4px;
    font-weight: 500;
}

.mpswoo-datos input,
.mpswoo-datos select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 0.95em;
    box-sizing: border-box;
    background: #fff;
}

.mpswoo-datos input:focus,
.mpswoo-datos select:focus {
    outline: none;
    border-color: #009ee3;
    box-shadow: 0 0 0 2px rgba(0,158,227,0.15);
}

.mpswoo-btn-suscribir {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    background: #009ee3;
    color: #fff;
    border: none;
    border-radius: 7px;
    font-size: 1.05em;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    letter-spacing: 0.02em;
}

.mpswoo-btn-suscribir:hover { background: #007ab8; }
.mpswoo-btn-suscribir:disabled { background: #aaa; cursor: not-allowed; }

.mpswoo-loading {
    text-align: center;
    margin-top: 14px;
    color: #666;
    font-style: italic;
    font-size: 0.95em;
}

.mpswoo-error {
    margin-top: 12px;
    padding: 10px 14px;
    background: #fff0f0;
    border: 1px solid #f5c6c6;
    border-radius: 5px;
    font-size: 0.9em;
    color: #c0392b;
}

@media ( max-width: 480px ) {
    .mpswoo-row-2 { grid-template-columns: 1fr; }
    .mpswoo-box { padding: 18px; }
}
