/* Avisos B2B en carrito / ficha producto */

.ytsmed-cart-b2b {
    margin: 0 0 1rem;
    padding: 0.85rem 1rem;
    font-family: Montserrat, system-ui, sans-serif;
    background: #f0faf4;
    border: 1px solid #c5e8d4;
    border-left: 3px solid var(--ytsmed-green, #23a455);
    border-radius: 8px;
}

.ytsmed-cart-b2b__title {
    margin: 0 0 0.25rem;
    color: var(--ytsmed-green-dark, #1e8f4a);
    font-size: 0.92rem;
    font-weight: 700;
}

.ytsmed-cart-b2b__text {
    margin: 0 0 0.55rem;
    font-size: 0.84rem;
    line-height: 1.45;
    color: #444;
}

.ytsmed-cart-b2b__link {
    display: inline-block;
    color: #ffffff !important;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none !important;
    padding: 0.4rem 0.75rem;
    background: var(--ytsmed-green, #23a455);
    border-radius: 5px;
}

.ytsmed-cart-b2b__link:hover,
.ytsmed-cart-b2b__link:focus-visible {
    color: #ffffff !important;
    background: var(--ytsmed-green-dark, #1e8f4a);
    outline: none;
}

.ytsmed-product-b2b-line {
    margin: 0.65rem 0 0;
    padding: 0.55rem 0.65rem;
    font-family: Montserrat, system-ui, sans-serif;
    font-size: 0.82rem;
    line-height: 1.45;
    background: #f0faf4;
    border: 1px solid #c5e8d4;
    border-radius: 6px;
}

.ytsmed-product-b2b-line a {
    color: var(--ytsmed-green-dark, #1e8f4a);
    font-weight: 700;
    text-decoration: none;
}

.ytsmed-product-b2b-line a:hover,
.ytsmed-product-b2b-line a:focus-visible {
    text-decoration: underline;
    outline: none;
}

.single-product .ppcp-messages,
.single-product .ppcp-message,
.single-product #ppcp-messages,
.single-product .woocommerce-paypal-payments-message {
    display: none !important;
}
