/* Estilos compactos para el método de pago de suscripciones en Checkout Blocks */

.wc-block-components-radio-control__option .wc-mp-subs-gateway-content {
    padding: 8px 0 0 0;
}

.wc-mp-subs-gateway-content p {
    margin: 0;
    padding: 8px 12px;
    background: #f8f9ff;
    border-left: 3px solid #667eea;
    border-radius: 4px;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.wc-block-components-radio-control__option-checked .wc-mp-subs-gateway-content p {
    background: #e8ebff;
    border-left-color: #5568d3;
    color: #333;
}

/* Label del método de pago - más compacto */
.wc-block-components-radio-control__label {
    font-size: 14px;
}

.wc-block-components-radio-control__label span {
    font-weight: 600;
    color: #333;
}

/* Reducir espacio entre opciones */
.wc-block-components-radio-control__option {
    margin-bottom: 8px !important;
}
