body {
    font-family: "Inter", sans-serif;
}

.custom-container {
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.top-tabs {
    border-bottom: 1px solid #ddd;
    margin: 60px 0;
}

.top-tabs .nav-link {
    color: #666;
    font-size: 15px;
    padding: 14px 18px;
    border: none;
    background: transparent;
    position: relative;
    transition: 0.2s;
}

.top-tabs .nav-link:hover {
    color: #2a77ef;
}

.top-tabs .nav-link.active {
    color: #2a77ef;
    font-weight: 500;
    background: transparent;
}

.top-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #2a77ef;
}
