.publications-tabs-block {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.publications-tabs-container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .publications-tabs-container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .publications-tabs-container {
        padding: 0 2rem;
    }
}

.tabs-wrapper {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.tab-button {
    padding: 1rem 0.5rem;
    margin: 0 0.5rem;
    border: none;
    background: transparent;
    border-bottom: 2px solid transparent;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-button:first-child {
    margin-left: 0;
}

.tab-button:last-child {
    margin-right: 0;
}

.tab-button.active {
    font-weight: 600;
}