:root {
    --oca-tpl-main-price-color: #0f766e;
    --oca-tpl-active-row-bg: #f0fbf4;
    --oca-tpl-active-price-color: #15803d;
}

.oca-tpl-pricing .oca-tpl-tier-table {
    margin: 0;
}

.oca-tpl-pricing .oca-tpl-tier-row th,
.oca-tpl-pricing .oca-tpl-tier-row td {
    transition: color .2s ease, background-color .2s ease;
}

.oca-tpl-pricing .oca-tpl-tier-row.is-active th,
.oca-tpl-pricing .oca-tpl-tier-row.is-active td {
    background: var(--oca-tpl-active-row-bg);
}

.oca-tpl-pricing .oca-tpl-tier-row.is-active .oca-tpl-tier-price {
    color: var(--oca-tpl-active-price-color);
    font-weight: 700;
}

.summary .price.oca-tpl-main-price-live,
.summary p.price.oca-tpl-main-price-live {
    color: var(--oca-tpl-main-price-color);
}

table .oca-tpl-legacy-active td:last-child,
table .oca-tpl-legacy-active th:last-child {
    color: var(--oca-tpl-active-price-color) !important;
    font-weight: 700;
}
