.tc-breadcrumbs {
    width: 100%;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
}

.tc-breadcrumbs ol {
    display: flex;
    align-items: center;
    width: min(100% - 32px, 1280px);
    min-height: 42px;
    margin: 0 auto;
    padding: 8px 0;
    list-style: none;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.35;
}

.tc-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.tc-breadcrumbs li + li::before {
    margin: 0 9px;
    color: #9ca3af;
    content: "/";
}

.tc-breadcrumbs a {
    color: #0f766e;
    font-weight: 650;
    text-decoration: none;
}

.tc-breadcrumbs a:hover {
    text-decoration: underline;
}

.tc-breadcrumbs [aria-current="page"] {
    overflow: hidden;
    color: #374151;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tc-breadcrumbs--overlay {
    position: absolute;
    z-index: 3;
    top: 80px;
    left: 0;
    border-bottom: 0;
    background: transparent;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.7);
}

.tc-alarm-hero > .tc-breadcrumbs--overlay {
    top: 0;
}

.tc-breadcrumbs--overlay ol {
    color: #fff;
}

.tc-breadcrumbs--overlay a,
.tc-breadcrumbs--overlay [aria-current="page"] {
    color: #fff;
}

.tc-breadcrumbs--overlay li + li::before {
    color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 640px) {
    .tc-breadcrumbs ol {
        width: min(100% - 24px, 1280px);
        min-height: 38px;
        font-size: 12px;
    }
}
