/* nkey profile panels - scoped under .nkey-profile */

/* activity 탭에서 소스 블록 숨김 (중복 방지) */
.nkey-profile .page-content[data-nkey="1"][data-tab="activity"] #nkey-activity-source {
    display: none !important;
}

/* grid에서 feed 컬럼을 오른쪽 끝으로 밀기 */
.nkey-profile .ui.grid > .column.nkey-feed-col {
    margin-left: auto !important;
}

/* row 안에서 컬럼이 컨텐츠 때문에 폭을 강제로 늘리지 못하게 */
.nkey-profile .ui.grid > .row > .column {
    min-width: 0 !important;
}

/* Pinned 내부의 search/input이 최소폭으로 그리드를 깨는 걸 방지 */
.nkey-profile #nkey-mount-pinned .ui.search,
.nkey-profile #nkey-mount-pinned input,
.nkey-profile #nkey-mount-pinned .ui.input {
    max-width: 100% !important;
}
