.radiobuttonlist-common.tp-rbl {
    margin-top: 1rem;
}

.tp-list {
    border: 1px solid #e1e5eb;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.tp-row {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 110px 90px;
    align-items: center;
    column-gap: 1rem;
    padding: 0.875rem 1.125rem;
    margin: 0;
    cursor: pointer;
    background: #fff;
    border-top: 1px solid #eef0f3;
    transition: background-color .15s ease;
}

    .tp-row:first-child {
        border-top: none;
    }

    .tp-row:hover {
        background: #f7f9fb;
    }

    .tp-row:has(.tp-radio:checked) {
        background: #edf4ff;
        box-shadow: inset 4px 0 0 #2196F3;
    }

        .tp-row:has(.tp-radio:checked) .tp-name {
            color: #2196F3;
        }

        .tp-row:has(.tp-radio:checked) .tp-cell-price {
            color: #2196F3;
        }

/* Cabecera */
.tp-row-head {
    background: #fafbfc;
    color: #6b7280;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #e1e5eb;
    cursor: default;
}

    .tp-row-head:hover {
        background: #fafbfc;
    }

/* Celdas */
.tp-cell {
    min-width: 0;
}

.tp-cell-radio {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tp-radio {
    margin: 0;
    width: 18px;
    height: 18px;
    accent-color: #2196F3;
    cursor: pointer;
}

    .tp-radio:focus-visible {
        outline: 2px solid #2196F3;
        outline-offset: 2px;
        border-radius: 50%;
    }

.tp-cell-name {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.tp-name-line {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    min-width: 0;
}

.tp-name {
    font-weight: 700;
    font-size: 14.5px;
    color: #1a1f2b;
    line-height: 1.3;
}

.tp-desc {
    font-size: 12.5px;
    line-height: 1.45;
    color: #4a5160;
    margin: 0;
}

.tp-cell-cat {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    background: #f1f3f6;
    color: #6b7280;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    justify-self: start;
}

.tp-row-head .tp-cell-cat {
    display: block;
    padding: 0;
    background: transparent;
    text-align: left;
}

.tp-cell-price {
    font-weight: 700;
    font-size: 15px;
    color: #1a1f2b;
    text-align: right;
    white-space: nowrap;
}

    .tp-cell-price[data-free="true"],
    .tp-cell-price .tp-price-free {
        color: #2e7d32;
    }

.tp-badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.4;
    background: #eef0f3;
    color: #4a5160;
}

    .tp-badge[data-resaltar="Nueva"],
    .tp-badge[data-resaltar="nueva"] {
        background: #2196F3;
        color: #fff;
        padding: 3px 10px;
        letter-spacing: 0.05em;
        box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.18);
    }

    .tp-badge[data-resaltar="Más vendida"],
    .tp-badge[data-resaltar="Mas vendida"] {
        background: #FFE8C2;
        color: #b35e00;
        padding: 3px 10px;
        letter-spacing: 0.05em;
        box-shadow: 0 0 0 3px rgba(179, 94, 0, 0.18);
    }

/* Help "?" */
.tp-help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e69510;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    cursor: help;
    flex: 0 0 auto;
}

.tp-rbl .sc_help {
    position: static;
    right: auto;
    top: auto;
    display: inline-flex;
}

@media (max-width: 768px) {
    .tp-row {
        grid-template-columns: 24px minmax(0, 1fr) auto;
        column-gap: 0.75rem;
        padding: 0.75rem 0.9375rem;
    }

    .tp-cell-cat {
        display: none;
    }

    .tp-row-head .tp-cell-cat {
        display: none;
    }

    .tp-name {
        font-size: 14px;
    }

    .tp-desc {
        font-size: 12px;
    }

    .tp-cell-price {
        font-size: 14.5px;
    }
}

@media (max-width: 420px) {
    .tp-row {
        column-gap: 0.625rem;
        padding: 0.625rem 0.75rem;
    }
}

.accordion-content .tarjeta img {
    max-width: 240px;
    max-height: 220px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
