/* Estilos base para la lista de nacimiento pública */
.brm-public-registry {
    background: #fff;
    border-radius: 8px;
}
.brm-public-registry .products {
    list-style: none;
    margin: 0;
    padding: 0;
}
.brm-public-registry .product {
    margin-bottom: 30px;
}

.brm-public-registry .brm-product-short-description {
    margin: 0.75rem 0;
    color: #4a4a4a;
    font-size: 0.95rem;
    line-height: 1.5;
}

.woocommerce-checkout .brm-checkout-registry-notice {
    margin-bottom: 1.25rem;
}

.brm-registry-checkout .brm-message-to-parents textarea {
    width: 100%;
    min-height: 6rem;
}
