.deal-side-nav-group-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
    padding-left: 8px;
    color: #000000;
}

.deal-side-nav-link {
    border: 0;
    background: transparent;
    color: #334155;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    cursor: pointer;
}

.deal-side-nav-link.is-active {
    color: #2563eb;
}

.deal-sections-container {
    max-height: 100vh;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-right: 18px;
    position: relative;
}
