.oki-subnav .nav-link {
    color: var(--primary-color, #00796b);
}

.oki-subnav .nav-link.active {
    background-color: var(--primary-color, #00796b);
}

.oki-limit-box {
    max-width: 28rem;
}

.oki-limit-outer {
    border: 2px solid var(--primary-color, #00796b);
    border-radius: 0.5rem;
    padding: 1.25rem;
    background: #fff;
}

.oki-limit-inner {
    border: 2px dashed #6c757d;
    border-radius: 0.375rem;
    padding: 1rem;
    margin-top: 0.5rem;
    background: #f8f9fa;
}

.oki-flow li {
    padding-left: 0.5rem;
    border-left: 3px solid var(--primary-color, #00796b);
}

.oki-chart-wrap {
    position: relative;
    height: 320px;
    max-width: 100%;
}

@media (min-width: 768px) {
    .oki-chart-wrap {
        height: 380px;
    }
}

.oki-compare-table th[scope="row"] {
    background-color: #f8f9fa;
    font-weight: 600;
    width: 28%;
}
