.bspm-packages {
    --bspm-blue: #216eb2;
    --bspm-ink: #153451;
    --bspm-orange: #a84b00;
    clear: both;
    width: fit-content;
    max-width: 100%;
    margin: 10px 0;
    text-align: left;
    font-family: inherit;
}
.bspm-packages, .bspm-packages * { box-sizing: border-box; }
.bspm-packages .bspm-card {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 400px;
    margin: 0 0 6px;
    padding: 8px;
    border: 1px solid #d8e5f0;
    border-left: 3px solid #f28c28;
    border-radius: 8px;
    background: #f5f9fd;
    box-shadow: none;
}
.bspm-packages .bspm-card__image {
    display: block;
    flex: 0 0 64px;
    width: 64px;
    overflow: hidden;
    border-radius: 8px;
    line-height: 0;
    background: #fff;
}
.bspm-packages .bspm-card__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    margin: 0;
    border: 0;
}
.bspm-packages .bspm-card__body { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.bspm-packages .bspm-card__name {
    margin: 0;
    color: var(--bspm-ink);
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: normal;
    text-transform: none;
    overflow-wrap: anywhere;
}
.bspm-packages .bspm-card__name a { color: inherit; text-decoration: none; }
.bspm-packages .bspm-card__name a:hover { text-decoration: underline; }
.bspm-packages .bspm-card__pricing {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 6px;
    margin: 0;
    line-height: 1.4;
}
.bspm-packages .bspm-card__price { color: var(--bspm-ink); font-size: 16px; font-weight: 700; }
.bspm-packages .bspm-card__price del { color: #697785; font-size: 13px; font-weight: 400; opacity: 1; margin-right: 5px; }
.bspm-packages .bspm-card__price ins { color: inherit; background: transparent; text-decoration: none; }
.bspm-packages .bspm-card__discount {
    display: inline-block;
    border-radius: 5px;
    padding: 3px 6px;
    color: var(--bspm-orange);
    background: #ffeddb;
    font-size: 11px;
    font-weight: 800;
}
.bspm-packages a.bspm-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 32px;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid var(--bspm-blue);
    border-radius: 5px;
    background: var(--bspm-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: normal;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    white-space: normal;
    box-shadow: none;
}
.bspm-packages a.bspm-card__button:hover { background: #19568d; border-color: #19568d; color: #fff; }
.bspm-packages a:focus-visible { outline: 3px solid #a84b00; outline-offset: 3px; }
@media (max-width: 480px) {
    .bspm-packages .bspm-card { gap: 8px; padding: 8px; }
    .bspm-packages .bspm-card__image { width: 64px; flex-basis: 64px; }
    .bspm-packages a.bspm-card__button { min-height: 44px; }
}

/* Only the gap before the description in BordaStock's inspected UX layout.
 * Preserve all 1.0.1 card styles and the contents of both product columns.
 * Normal flow keeps the description below the taller column without overlap.
 */
body.single-product .custom-product-page.ux-layout-13120 > .section > .section-content > .row:has(.product-title-container) > .col {
    padding-bottom: 4px;
}
body.single-product .custom-product-page.ux-layout-13120 .col-inner:has(> .woocommerce-tabs) > p:has(+ .woocommerce-tabs) {
    margin-bottom: 0;
}
