.profile-content-tabs {
    width: 100%;
    margin-top: 22px;
    position: relative;
}

.profile-content-tabs .company-profile-tabs__list {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scrollbar-width: none;
    border-bottom: 1px solid #e5e6e8;
}

.profile-content-tabs .company-profile-tabs__list::-webkit-scrollbar { display: none; }

.profile-content-tabs .company-profile-tabs__item {
    padding: 0 0 12px;
    display: inline-flex;
    align-items: center;
    position: relative;
    border: 0;
    background: none;
    color: #7b7d81;
    text-decoration: none;
    font: 600 14px/1.3 Inter, sans-serif;
    white-space: nowrap;
    cursor: pointer;
}

.profile-content-tabs .company-profile-tabs__item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: transparent;
}

.profile-content-tabs .company-profile-tabs__item.is-active { color: #202124; }
.profile-content-tabs .company-profile-tabs__item.is-active::after { background: #202124; }

.profile-content-tabs {
    margin-top: 22px;
}

.profile-blog-block {
    margin-top: 20px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    scroll-margin-top: 110px;
    font-family: Inter, sans-serif;
}

.profile-blog-block__header {
    margin-bottom: 20px;
}

.profile-blog-block__header h2 {
    margin: 0 0 30px;
    padding: 0;
    color: #404145;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.profile-blog-block__nav {
    text-align: left;
}

.profile-blog-block__nav .freelancer-portfolio-nav-elem {
    min-width: 140px;
    margin: 5px;
    padding: 8px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0062ff;
    border-radius: 8px;
    color: #0062ff;
    background: #e2f3ff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.profile-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.profile-blog-card {
    min-width: 0;
    padding: 14px;
    display: block;
    border: 1px solid #ececef;
    border-radius: 13px;
    color: inherit;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease;
}

.profile-blog-card:hover {
    color: inherit;
    border-color: #d8dadd;
    transform: translateY(-2px);
}

.profile-blog-card > img {
    width: 100%;
    height: 130px;
    margin-bottom: 12px;
    display: block;
    border-radius: 9px;
    object-fit: cover;
}

.profile-blog-card > span {
    color: #29955d;
    font-size: 11px;
    font-weight: 700;
}

.profile-blog-card h3 {
    margin: 6px 0;
    color: #252629;
    font-size: 16px;
    line-height: 1.25;
}

.profile-blog-card p {
    margin: 0;
    color: #76787d;
    font-size: 12px;
    line-height: 1.45;
}

.profile-blog-empty {
    grid-column: 1 / -1;
    padding: 32px;
    border: 1px dashed #dfe1e4;
    border-radius: 12px;
    text-align: center;
}

.profile-blog-empty p {
    margin: 5px 0 0;
    color: #85878b;
    font-size: 13px;
}

.profile-blog-block__more {
    margin-top: 16px;
    display: inline-block;
    color: #55585d;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 760px) {
    .profile-blog-block { padding: 0; }
    .profile-blog-block__nav .freelancer-portfolio-nav-elem { margin-left: 0; }
    .profile-blog-grid { grid-template-columns: 1fr; }
}
