/*
 * Autovybava.sk – zrušenie starej úpravy bloku "Nami OTESTOVANÉ!"
 * Blok zostane na svojom prirodzenom mieste v produktovom popise,
 * bez zeleného palca a bez automatického presúvania.
 */

.av-product-description .tested-block,
#pobo-all-content .tested-block {
    order: initial !important;
    position: static !important;
    inset: auto !important;
    float: none !important;
    clear: both !important;
    transform: none !important;

    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;

    margin: 36px 0 !important;
    padding: 26px 28px !important;

    border: 1px solid #e3e8ed !important;
    border-radius: 11px !important;
    background: #ffffff !important;
    background-image: none !important;
}

/* Zrušenie palca alebo inej ikony pridanej cez CSS. */
.av-product-description .tested-block::before,
.av-product-description .tested-block::after,
.av-product-description .tested-block__badge::before,
.av-product-description .tested-block__badge::after,
#pobo-all-content .tested-block::before,
#pobo-all-content .tested-block::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    background-image: none !important;
}

/* Normálne zarovnanie vnútorného obsahu. */
.av-product-description .tested-block__badge {
    display: inline-block !important;
    margin: 0 0 12px !important;
    padding: 7px 12px !important;
    border-radius: 999px !important;
    background: #eef5fb !important;
    color: #1e5e92 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
}

.av-product-description .tested-block h2 {
    margin: 0 0 12px !important;
}

.av-product-description .tested-block p:last-child {
    margin-bottom: 0 !important;
}
