.v2-social-discussion {
    margin: 18px 0;
    padding: 16px;
    border: 1px solid #d9e0ec;
    border-radius: 14px;
    background: #fff;
}

.v2-social-discussion__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.v2-social-thread {
    border-top: 1px solid #e6ebf5;
    padding-top: 12px;
    margin-top: 12px;
}

.v2-social-thread:first-of-type {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.v2-social-replies {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.v2-social-reply {
    border: 1px solid #e6ebf5;
    border-radius: 10px;
    padding: 10px;
    background: #fbfdff;
}

.v2-social-reply__meta {
    font-size: 12px;
    color: #60708a;
    margin-bottom: 6px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.v2-social-reply__text {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    color: #1f2a3f;
}

.v2-social-reply__link {
    margin-top: 6px;
    display: inline-block;
    font-size: 12px;
}

.v2-social-reply__admin {
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
}

.v2-social-btn-danger {
    background: #fef1f1;
    border: 1px solid #e7a0a0;
    color: #8b1f1f;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 12px;
    cursor: pointer;
}

.v2-social-btn-danger:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.v2-social-follow-list {
    display: grid;
    gap: 10px;
}

.v2-social-follow-item {
    border: 1px solid #e6ebf5;
    border-radius: 10px;
    padding: 10px;
    background: #fbfdff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.v2-social-follow-meta {
    font-size: 13px;
    color: #60708a;
    margin-top: 4px;
}

.v2-social-follow-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.v2-social-follow-replies {
    width: 100%;
    margin-top: 6px;
}

.v2-social-follow-replies .v2-social-replies {
    margin-top: 0;
}

.v2-social-follow-awaiting {
    width: 100%;
    margin-top: 6px;
    font-size: 13px;
    color: #60708a;
}

.v2-social-load {
    color: #60708a;
    font-size: 13px;
    margin: 4px 0 0;
}

.v2-reco-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
}

.v2-reco-card {
    border: 1px solid #e6ebf5;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}

.v2-reco-title {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.35;
}

.v2-reco-meta {
    margin: 0;
    font-size: 12px;
    color: #60708a;
}

@media (max-width: 820px) {
    .v2-social-discussion__head {
        align-items: flex-start;
    }
}
