.yh-network-follow-group {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.yh-network-follow-button,
.yh-network-follow-disabled {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid var(--yh-line, #e6e4df);
    border-radius: 6px;
    background: #fff;
    padding: 10px 18px;
    color: var(--yh-ink, #161817) !important;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
}

.yh-network-follow-button.is-following {
    border-color: #bdd8cf;
    background: #eef7f3;
    color: var(--yh-green, #174f43) !important;
}

.yh-network-follow-button:disabled {
    opacity: .65;
    cursor: wait;
}

.yh-network-follow-disabled {
    opacity: .55;
    cursor: not-allowed;
}

.yh-network-follow-count {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 4px;
    color: var(--yh-muted, #56636a);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.yh-network-follow-count strong {
    color: var(--yh-ink, #161817);
    font-weight: 850;
}

.yh-network {
    width: min(1120px, calc(100% - 32px));
    margin: 38px auto 60px;
    color: #16312c;
}

.yh-network-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    padding: 30px;
    border: 1px solid #dce7e3;
    border-radius: 22px;
    background: #f7fbf9;
}

.yh-network-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #55716a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.yh-network-head h1,
.yh-network-card h2,
.yh-network-empty-state h2 {
    margin: 0;
    color: #173f35;
}

.yh-network-head h1 {
    font-size: clamp(30px, 5vw, 46px);
    line-height: 1.05;
}

.yh-network-head p {
    max-width: 680px;
    margin: 12px 0 0;
    color: #5b6f6a;
    font-size: 16px;
    line-height: 1.65;
}

.yh-network-stat {
    flex: 0 0 auto;
    min-width: 150px;
    padding: 16px 18px;
    border: 1px solid #d7e4df;
    border-radius: 16px;
    background: #fff;
    text-align: center;
}

.yh-network-stat strong {
    display: block;
    color: #155748;
    font-size: 30px;
    line-height: 1;
}

.yh-network-stat span {
    display: block;
    margin-top: 7px;
    color: #667a74;
    font-size: 12px;
    font-weight: 700;
}

.yh-network-tabs {
    display: flex;
    gap: 8px;
    margin: 20px 0;
    padding: 5px;
    border: 1px solid #dce6e3;
    border-radius: 14px;
    background: #fff;
}

.yh-network-tabs a {
    padding: 10px 15px;
    border-radius: 10px;
    color: #52655f;
    font-weight: 800;
    text-decoration: none;
}

.yh-network-tabs a.is-active {
    background: #155748;
    color: #fff;
}

.yh-network-feed {
    display: grid;
    gap: 18px;
}

.yh-network-card {
    overflow: hidden;
    border: 1px solid #dce5e2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(25, 67, 57, .05);
}

.yh-network-card-meta,
.yh-network-card-body,
.yh-network-card-actions {
    padding-left: 22px;
    padding-right: 22px;
}

.yh-network-card-meta {
    padding-top: 20px;
    padding-bottom: 14px;
}

.yh-network-company {
    display: block;
    color: #155748 !important;
    font-size: 15px;
    font-weight: 850;
    text-decoration: none !important;
}

.yh-network-card-meta span {
    display: block;
    margin-top: 4px;
    color: #778984;
    font-size: 12px;
}

.yh-network-image {
    display: block;
    background: #f3f6f5;
}

.yh-network-image img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.yh-network-card-body {
    padding-top: 20px;
    padding-bottom: 16px;
}

.yh-network-card h2 {
    font-size: 22px;
    line-height: 1.3;
}

.yh-network-card h2 a {
    color: inherit;
    text-decoration: none;
}

.yh-network-card-body p {
    margin: 10px 0 0;
    color: #5f716c;
    line-height: 1.65;
}

.yh-network-card-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 14px;
    padding-bottom: 18px;
    border-top: 1px solid #edf1ef;
}

.yh-network-card-actions > a {
    color: #155748;
    font-weight: 800;
    text-decoration: none;
}

.yh-network-like-button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid #d7e1de;
    border-radius: 999px;
    background: #fff;
    color: #47615a;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.yh-network-like-button.is-liked {
    border-color: #b9d6cb;
    background: #eef7f3;
    color: #155748;
}

.yh-network-like-button > span:first-child {
    font-size: 20px;
    line-height: 1;
}

.yh-network-like-button:disabled {
    opacity: .65;
    cursor: wait;
}

.yh-network-empty-state,
.yh-network-login,
.yh-network-empty {
    padding: 34px;
    border: 1px dashed #cddbd6;
    border-radius: 18px;
    background: #fbfdfc;
}

.yh-network-empty-state p,
.yh-network-login p,
.yh-network-empty p {
    margin: 10px 0 0;
    color: #667a74;
}

.yh-network-login > a {
    display: inline-flex;
    margin-top: 16px;
    padding: 11px 17px;
    border-radius: 10px;
    background: #155748;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
}

@media (max-width: 720px) {
    body.yh-v1-single .yh-v1-hero-actions {
        flex-wrap: wrap;
        align-items: center;
    }

    body.yh-v1-single .yh-v1-hero-actions > .yh-network-follow-group {
        width: 100%;
        flex: 0 0 100%;
    }

    body.yh-v1-single .yh-network-follow-button,
    body.yh-v1-single .yh-network-follow-disabled {
        min-height: 44px;
        border-radius: 6px;
        padding: 10px 18px;
    }

    .yh-network {
        width: min(100% - 20px, 1120px);
        margin-top: 20px;
    }

    .yh-network-head {
        align-items: stretch;
        flex-direction: column;
        padding: 22px;
    }

    .yh-network-stat {
        min-width: 0;
        text-align: left;
    }

    .yh-network-tabs {
        overflow-x: auto;
    }

    .yh-network-card-meta,
    .yh-network-card-body,
    .yh-network-card-actions {
        padding-left: 16px;
        padding-right: 16px;
    }

    .yh-network-card-actions {
        align-items: flex-start;
    }
}

@media (max-width: 420px) {
    body.yh-v1-single .yh-v1-hero-actions > button,
    body.yh-v1-single .yh-v1-hero-actions > a {
        flex: 1 1 calc(50% - 5px);
        justify-content: center;
        padding-left: 12px;
        padding-right: 12px;
    }

    body.yh-v1-single .yh-network-follow-group {
        justify-content: space-between;
    }

    body.yh-v1-single .yh-network-follow-button,
    body.yh-v1-single .yh-network-follow-disabled {
        flex: 1 1 auto;
    }
}
/* Sektör Gündemi: takip edilen firmalar filtresi */
.yhsg-filters .yh-network-following-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.yhsg-filters .yh-network-following-filter span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 19px;
    height: 19px;
    padding: 0 6px;
    border-radius: 999px;
    background: #eef4f1;
    color: #47615a;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.yhsg-filters .yh-network-following-filter.is-active span {
    background: rgba(255,255,255,.18);
    color: #fff;
}

@media (max-width: 760px) {
    .yhsg-filters .yh-network-following-filter {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}


/* Takip edilen firma görünümü */
.yh-network-follow-button.is-following:not(:disabled):hover .yh-network-follow-label,
.yh-network-follow-button.is-following:not(:disabled):focus-visible .yh-network-follow-label {
    font-size: 0;
}

.yh-network-follow-button.is-following:not(:disabled):hover .yh-network-follow-label::after,
.yh-network-follow-button.is-following:not(:disabled):focus-visible .yh-network-follow-label::after {
    content: attr(data-hover-label);
    font-size: 14px;
    line-height: 1.2;
}

.yh-network-follow-button.is-following:not(:disabled):hover,
.yh-network-follow-button.is-following:not(:disabled):focus-visible {
    border-color: #d7b8b8;
    background: #fff7f7;
    color: #7a2f2f !important;
}

.yh-network-following-companies {
    margin-top: 18px;
    margin-bottom: 8px;
    padding: 18px 20px;
    box-sizing: border-box;
    border: 1px solid #dce7e3;
    border-radius: 16px;
    background: #f8fbfa;
}

.yh-network-following-companies-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.yh-network-following-companies-head > div > span {
    display: block;
    margin-bottom: 4px;
    color: #176653;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .11em;
}

.yh-network-following-companies-head h2 {
    margin: 0;
    color: #172124;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.yh-network-following-total {
    flex: 0 0 auto;
    color: #56636a;
    font-size: 12px;
    font-weight: 750;
}

.yh-network-following-company-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.yh-network-following-company {
    display: inline-flex;
    min-width: 0;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #d6e2de;
    border-radius: 10px;
    background: #fff;
}

.yh-network-following-company-link {
    display: flex;
    min-width: 170px;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    padding: 9px 12px;
    color: #172124 !important;
    text-decoration: none !important;
}

.yh-network-following-company-name {
    overflow: hidden;
    max-width: 240px;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yh-network-following-company-link > span:last-child {
    color: #687873;
    font-size: 9.5px;
    font-weight: 650;
}

.yh-network-following-company-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-left: 1px solid #e1e9e6;
    background: #fff;
    padding: 0 12px;
    color: #775050;
    font-family: inherit;
    font-size: 10.5px;
    font-weight: 750;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
}

.yh-network-following-company-remove:hover,
.yh-network-following-company-remove:focus-visible {
    background: #fff6f6;
    color: #7a2f2f;
}

.yh-network-following-company-remove:disabled {
    opacity: .6;
    cursor: wait;
}

.yh-network-following-empty {
    margin: 0;
    color: #667a74;
    font-size: 12.5px;
    line-height: 1.55;
}

@media (max-width: 760px) {
    .yh-network-following-companies {
        width: min(100% - 28px, 1280px);
        margin-top: 12px;
        padding: 15px;
    }

    .yh-network-following-companies-head {
        align-items: flex-start;
    }

    .yh-network-following-company-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 3px;
        scrollbar-width: none;
    }

    .yh-network-following-company-list::-webkit-scrollbar {
        display: none;
    }

    .yh-network-following-company {
        flex: 0 0 auto;
    }

    .yh-network-following-company-link {
        min-width: 155px;
    }

    .yh-network-following-company-name {
        max-width: 190px;
    }
}


.yh-network-followed-count {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 4px;
    position: relative;
    padding-left: 11px;
    color: var(--yh-muted, #56636a);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.yh-network-followed-count::before {
    position: absolute;
    left: 0;
    color: #a6b1ad;
    content: "·";
}

.yh-network-followed-count strong {
    color: var(--yh-ink, #161817);
    font-weight: 850;
}

.yh-network-reactions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    box-sizing: border-box;
}

.yhsg-card > .yh-network-reactions,
.yhsg-profile-publications-grid article > .yh-network-reactions {
    margin-top: auto;
    border-top: 1px solid #edf1ef;
    padding: 11px 13px 13px;
}

body.yhsg-single-page .yhsg-single-wrap > .yh-network-reactions-single {
    width: min(100%, 1040px);
    margin: 26px auto 0;
    padding: 16px 0 0;
    border-top: 1px solid #dce6e3;
}

body.yhsg-single-page .yhsg-single-wrap > .yh-network-reactions-single .yh-network-reaction {
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 12.5px !important;
}

body.yhsg-single-page .yhsg-single-wrap > .yh-network-reactions-single .yh-network-reaction > span {
    font-size: 17px;
}

body.yhsg-single-page .yhsg-single-wrap > .yh-network-reactions-single .yh-network-reaction > em {
    min-width: 20px;
    padding: 3px 6px;
    font-size: 10px;
}

@media (max-width: 760px) {
    body.yhsg-single-page .yhsg-single-wrap > .yh-network-reactions-single {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        width: 100%;
        margin-top: 18px;
        padding-top: 14px;
    }

    body.yhsg-single-page .yhsg-single-wrap > .yh-network-reactions-single .yh-network-reaction {
        width: 100%;
        justify-content: flex-start;
    }
}

.yh-network-reaction {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-sizing: border-box;
    border: 1px solid #dbe4e1;
    border-radius: 999px;
    background: #fff;
    padding: 6px 10px;
    color: #40554f !important;
    font-family: inherit;
    font-size: 10.5px !important;
    font-weight: 750;
    line-height: 1.15;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
}

.yh-network-reaction > span {
    font-size: 14px;
    line-height: 1;
}

.yh-network-reaction > b {
    font: inherit;
}

.yh-network-reaction > em {
    min-width: 16px;
    border-radius: 999px;
    background: #f1f5f3;
    padding: 2px 5px;
    color: #62726d;
    font-size: 9px;
    font-style: normal;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
}

.yh-network-reaction:hover,
.yh-network-reaction:focus-visible,
.yh-network-reaction.is-active,
.yh-network-reaction.is-liked {
    border-color: #bcd6cd;
    background: #eef7f3;
    color: #155748 !important;
}

.yh-network-reaction:disabled {
    opacity: .6;
    cursor: wait;
}

.yhsg-filters .yh-network-notification-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.yhsg-filters .yh-network-notification-filter span {
    display: inline-flex;
    min-width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eef4f1;
    padding: 0 6px;
    color: #47615a;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.yhsg-filters .yh-network-notification-filter.is-active span {
    background: rgba(255,255,255,.18);
    color: #fff;
}

.yh-network-notifications {
    box-sizing: border-box;
    margin-top: 18px;
    margin-bottom: 38px;
    border: 1px solid #dce7e3;
    border-radius: 18px;
    background: #f8fbfa;
    padding: 22px;
}

.yh-network-notifications-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.yh-network-notifications-head > div > span {
    display: block;
    margin-bottom: 5px;
    color: #176653;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .11em;
}

.yh-network-notifications-head h2 {
    margin: 0;
    color: #172124;
    font-size: 24px;
    font-weight: 650;
    line-height: 1.2;
}

.yh-network-notifications-head p {
    margin: 7px 0 0;
    color: #687873;
    font-size: 12px;
    line-height: 1.55;
}

.yh-network-notifications-head button,
.yh-network-notification > button {
    border: 1px solid #d7e2de;
    border-radius: 8px;
    background: #fff;
    padding: 8px 10px;
    color: #52645f;
    font-family: inherit;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

.yh-network-notification-list {
    display: grid;
    gap: 8px;
}

.yh-network-notification {
    display: grid;
    align-items: center;
    gap: 10px;
    border: 1px solid #e1e8e5;
    border-radius: 11px;
    background: #fff;
    padding: 12px 13px;
    grid-template-columns: 8px minmax(0,1fr) auto;
}

.yh-network-notification.is-unread {
    border-color: #bcd6cd;
    background: #f4faf7;
}

.yh-network-notification-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c8d1ce;
}

.yh-network-notification.is-unread .yh-network-notification-dot {
    background: #176653;
}

.yh-network-notification > a {
    display: grid;
    gap: 3px;
    color: #172124 !important;
    text-decoration: none !important;
}

.yh-network-notification > a strong {
    font-size: 12px;
    font-weight: 750;
    line-height: 1.4;
}

.yh-network-notification > a small {
    color: #788782;
    font-size: 9.5px;
}

.yh-network-notification-empty {
    display: grid;
    gap: 5px;
    border: 1px dashed #cfdcd7;
    border-radius: 11px;
    padding: 18px;
    color: #667a74;
    font-size: 12px;
}

.yh-network-notification-empty strong {
    color: #172124;
}

.yh-network-nav-badge {
    display: inline-flex;
    min-width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    padding: 0 5px;
    color: inherit;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
}

.yh-v1-nav .yh-network-dashboard-link span {
    min-width: 0;
}

.yh-v1-nav .yh-network-dashboard-link span small {
    display: block;
    margin-top: 2px;
    opacity: .72;
    font-size: 9px;
}

@media (max-width: 760px) {
    .yhsg-filters .yh-network-notification-filter {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    body.yh-v1-single .yh-network-follow-group {
        flex-wrap: wrap;
    }

    body.yh-v1-single .yh-network-follow-count,
    body.yh-v1-single .yh-network-followed-count {
        min-height: 30px;
    }

    .yh-network-reactions {
        gap: 6px;
    }

    .yh-network-reaction {
        min-height: 36px;
        flex: 1 1 auto;
        padding: 7px 9px;
        white-space: normal;
    }

    .yh-network-notifications {
        width: calc(100% - 28px);
        margin-top: 12px;
        padding: 16px;
    }

    .yh-network-notifications-head {
        flex-direction: column;
    }

    .yh-network-notification {
        grid-template-columns: 8px minmax(0,1fr);
    }

    .yh-network-notification > button {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 430px) {
    .yh-network-reaction {
        flex: 1 1 100%;
        justify-content: flex-start;
    }

    body.yh-v1-single .yh-network-followed-count {
        padding-left: 0;
    }

    body.yh-v1-single .yh-network-followed-count::before {
        display: none;
    }
}



@media (max-width: 720px) {
    body.yh-v1-single .yh-v1-hero-actions {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 8px;
    }

    body.yh-v1-single .yh-v1-hero-actions > a,
    body.yh-v1-single .yh-v1-hero-actions > button {
        min-width: 0;
        flex: 1 1 calc(50% - 4px);
        justify-content: center;
        box-sizing: border-box;
    }

    body.yh-v1-single .yh-v1-hero-actions > .yh-network-follow-group {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        align-items: center;
        gap: 8px;
        box-sizing: border-box;
    }

    body.yh-v1-single .yh-network-follow-button,
    body.yh-v1-single .yh-network-follow-disabled {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    body.yh-v1-single .yh-network-follow-count,
    body.yh-v1-single .yh-network-followed-count {
        min-width: 0;
        min-height: 44px;
        padding-left: 0;
        font-size: 12px;
    }

    body.yh-v1-single .yh-network-followed-count::before {
        display: none;
    }
}

@media (max-width: 480px) {
    body.yh-v1-single .yh-v1-hero-actions > .yh-network-follow-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px 8px;
    }

    body.yh-v1-single .yh-network-follow-button,
    body.yh-v1-single .yh-network-follow-disabled {
        grid-column: 1 / -1;
    }

    body.yh-v1-single .yh-network-follow-count,
    body.yh-v1-single .yh-network-followed-count {
        min-height: 28px;
        justify-content: center;
        white-space: nowrap;
        font-size: 11.5px;
    }
}



@media (max-width: 760px) {
    .yh-v1-hero-actions.yh-network-has-follow {
        width: 100% !important;
        max-width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        align-items: stretch !important;
        gap: 8px !important;
        box-sizing: border-box !important;
    }

    .yh-v1-hero-actions.yh-network-has-follow > a,
    .yh-v1-hero-actions.yh-network-has-follow > button {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 52px !important;
        margin: 0 !important;
        padding: 10px 12px !important;
        justify-content: center !important;
        text-align: center !important;
        box-sizing: border-box !important;
        white-space: normal !important;
    }

    .yh-v1-hero-actions.yh-network-has-follow > .yh-network-follow-group {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 6px 8px !important;
        align-items: center !important;
        box-sizing: border-box !important;
    }

    .yh-v1-hero-actions.yh-network-has-follow .yh-network-follow-button,
    .yh-v1-hero-actions.yh-network-has-follow .yh-network-follow-disabled {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        min-height: 48px !important;
        margin: 0 !important;
        padding: 10px 12px !important;
        box-sizing: border-box !important;
        justify-content: center !important;
    }

    .yh-v1-hero-actions.yh-network-has-follow .yh-network-follow-count,
    .yh-v1-hero-actions.yh-network-has-follow .yh-network-followed-count {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        min-height: 28px !important;
        margin: 0 !important;
        padding: 0 !important;
        justify-content: center !important;
        text-align: center !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
        white-space: normal !important;
        box-sizing: border-box !important;
    }

    .yh-v1-hero-actions.yh-network-has-follow .yh-network-followed-count::before {
        display: none !important;
    }
}

@media (max-width: 380px) {
    .yh-v1-hero-actions.yh-network-has-follow {
        grid-template-columns: 1fr !important;
    }

    .yh-v1-hero-actions.yh-network-has-follow > .yh-network-follow-group {
        grid-column: 1 !important;
    }
}


@media (min-width: 761px) {
    .yh-v1-hero-actions.yh-network-has-follow {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 10px !important;
    }

    .yh-v1-hero-actions.yh-network-has-follow > .yh-network-follow-group {
        display: inline-grid !important;
        grid-template-columns: auto auto auto !important;
        align-items: stretch !important;
        gap: 0 !important;
        min-width: 0 !important;
        min-height: 46px !important;
        margin: 0 !important;
        overflow: hidden !important;
        border: 1px solid #d7e2de !important;
        border-radius: 8px !important;
        background: rgba(255, 255, 255, .88) !important;
        box-sizing: border-box !important;
        box-shadow: 0 1px 0 rgba(22, 79, 67, .03) !important;
    }

    .yh-v1-hero-actions.yh-network-has-follow .yh-network-follow-button,
    .yh-v1-hero-actions.yh-network-has-follow .yh-network-follow-disabled {
        min-height: 44px !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        padding: 0 17px !important;
        box-shadow: none !important;
    }

    .yh-v1-hero-actions.yh-network-has-follow .yh-network-follow-button:hover,
    .yh-v1-hero-actions.yh-network-has-follow .yh-network-follow-button:focus-visible {
        background: #f4f8f6 !important;
    }

    .yh-v1-hero-actions.yh-network-has-follow .yh-network-follow-button.is-following {
        background: #eef7f3 !important;
    }

    .yh-v1-hero-actions.yh-network-has-follow .yh-network-follow-button.is-following:not(:disabled):hover,
    .yh-v1-hero-actions.yh-network-has-follow .yh-network-follow-button.is-following:not(:disabled):focus-visible {
        background: #fff7f7 !important;
    }

    .yh-v1-hero-actions.yh-network-has-follow .yh-network-follow-count,
    .yh-v1-hero-actions.yh-network-has-follow .yh-network-followed-count {
        min-height: 44px !important;
        margin: 0 !important;
        padding: 0 13px !important;
        border-left: 1px solid #e2e9e6 !important;
        background: rgba(248, 251, 250, .92) !important;
        color: #5c6b66 !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        box-sizing: border-box !important;
    }

    .yh-v1-hero-actions.yh-network-has-follow .yh-network-follow-count strong,
    .yh-v1-hero-actions.yh-network-has-follow .yh-network-followed-count strong {
        color: #173f35 !important;
        font-weight: 850 !important;
    }

    .yh-v1-hero-actions.yh-network-has-follow .yh-network-followed-count {
        position: static !important;
    }

    .yh-v1-hero-actions.yh-network-has-follow .yh-network-followed-count::before {
        display: none !important;
    }
}

/* 0.3.10 | Lansman öncesinde sıfır etkileşim sayaçlarını göstermeyin. */
.yh-network-like-count.is-zero,.yh-network-interest-count.is-zero{display:none!important;}
