body.public-mode.profile-social-feed-page .content-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.cm-social-profile {
    --cm-social-panel: #222331;
    --cm-social-panel-strong: #262736;
    --cm-social-line: rgba(255, 255, 255, 0.09);
    --cm-social-muted: #aeb8c8;
    display: grid;
    gap: 18px;
    min-width: 0;
}

.cm-social-profile-hero {
    overflow: hidden;
    border-bottom: 1px solid var(--cm-social-line);
    background: rgba(28, 29, 43, 0.82);
}

.cm-social-cover {
    position: relative;
    height: clamp(160px, 20vw, 240px);
    overflow: hidden;
    background:
        radial-gradient(circle at 24% 30%, rgba(255, 79, 154, 0.28), transparent 38%),
        linear-gradient(135deg, #322039, #171927 62%, #222c46);
}

.cm-social-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 52%, rgba(19, 20, 32, 0.76));
}

.cm-social-cover-form {
    position: absolute;
    right: 16px;
    bottom: 14px;
    z-index: 2;
    margin: 0;
}

.cm-social-cover-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 9px;
    background: rgba(20, 21, 32, 0.78);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 850;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.cm-social-cover-control:hover,
.cm-social-cover-control:focus-within {
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(20, 21, 32, 0.92);
}

.cm-social-cover-control svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cm-social-cover-control input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.cm-social-cover-form.is-uploading .cm-social-cover-control {
    opacity: 0.72;
    pointer-events: none;
}

.cm-social-cover-editor {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 16px;
    background: linear-gradient(180deg, rgba(12, 13, 22, 0.88), rgba(12, 13, 22, 0.64));
    color: #fff;
    backdrop-filter: blur(8px);
}

.cm-social-cover-editor[hidden] {
    display: none;
}

.cm-social-cover-editor-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 800;
}

.cm-social-cover-editor-hint > span {
    font-size: 1.25rem;
}

.cm-social-cover-editor-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cm-social-cover-editor-actions form {
    margin: 0;
}

.cm-social-cover-editor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin: 0;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    color: #fff;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 850;
    cursor: pointer;
}

.cm-social-cover-editor-button.secondary {
    background: rgba(255, 255, 255, 0.12);
}

.cm-social-cover-editor-button.primary {
    border-color: #2f80ed;
    background: #2f80ed;
}

.cm-social-cover-editor-button:hover,
.cm-social-cover-editor-button:focus-visible {
    filter: brightness(1.12);
}

.cm-social-cover.is-repositioning {
    cursor: ns-resize;
    touch-action: none;
    user-select: none;
}

.cm-social-cover.is-repositioning .cm-social-cover-form {
    opacity: 0;
    pointer-events: none;
}

.cm-social-cover.is-repositioning [data-profile-cover-image] {
    cursor: ns-resize;
    transition: none;
}

.cm-social-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 36%;
    filter: saturate(0.82) brightness(0.72);
    transform: scale(1.02);
}

.cm-social-identity-row {
    position: relative;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    align-items: end;
    gap: 18px;
    min-height: 88px;
    padding: 0 24px 16px;
}

.cm-social-avatar-shell {
    position: relative;
    width: 142px;
    height: 74px;
}

.cm-social-avatar {
    position: absolute;
    left: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    width: 142px;
    height: 142px;
    overflow: hidden;
    border: 5px solid #1b1c2a;
    border-radius: 50%;
    background: #303246;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 900;
}

.cm-social-avatar-form {
    position: absolute;
    right: -2px;
    bottom: 0;
    z-index: 3;
    margin: 0;
}

.cm-social-avatar-control {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 3px solid #1b1c2a;
    border-radius: 50%;
    background: #ffcf00;
    color: #181a24;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.32);
}

.cm-social-avatar-control:hover,
.cm-social-avatar-control:focus-within {
    background: #ffe05b;
    transform: translateY(-1px);
}

.cm-social-avatar-control svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cm-social-avatar-control input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.cm-social-avatar-form.is-uploading .cm-social-avatar-control {
    opacity: 0.72;
    pointer-events: none;
}

.cm-social-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-social-identity {
    align-self: center;
    min-width: 0;
}

.cm-social-identity h1 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.cm-social-identity p {
    margin: 5px 0 0;
    color: var(--cm-social-muted);
}

.cm-social-primary-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding-bottom: 4px;
}

.cm-social-primary-actions form {
    margin: 0;
}

.cm-social-bio {
    grid-column: 2 / -1;
    align-self: start;
    max-width: 780px;
    margin-top: -6px;
}

.cm-social-bio p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #d4dbe7;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cm-social-bio a {
    display: inline-block;
    margin-top: 4px;
    padding: 0;
    color: #aeb8c8;
    font-size: .84rem;
    font-weight: 850;
    text-decoration: none;
}

.cm-social-bio a:hover,
.cm-social-bio a:focus-visible {
    color: #fff;
    text-decoration: underline;
}

.cm-social-action,
.cm-social-primary-actions .swing-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid var(--cm-social-line);
    border-radius: 8px;
    background: #303246;
    color: #f5f7fb;
    font: inherit;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.cm-social-action.primary,
.cm-social-primary-actions .swing-action.follow {
    border-color: #3478f6;
    background: #3478f6;
}

.cm-social-action.gift {
    border-color: #ef3e89;
    background: #ef3e89;
}

.cm-social-action.tip {
    border-color: transparent;
    background: linear-gradient(135deg, #f97316, #ef4444);
}

.cm-social-action.plans {
    border-color: transparent;
    background: linear-gradient(135deg, #7c3aed, #2563eb);
}

.cm-social-action.more {
    background: #303246;
}

.cm-social-action.is-active {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .18);
}

.cm-social-action.is-disabled {
    opacity: .65;
    pointer-events: none;
}

.cm-social-more {
    position: relative;
}

.cm-social-more-popover {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 40;
    display: none;
    width: 174px;
    padding: 7px;
    border: 1px solid var(--cm-social-line);
    border-radius: 8px;
    background: #171927;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .42);
}

.cm-social-more.is-open .cm-social-more-popover {
    display: grid;
    gap: 2px;
}

.cm-social-menu-item {
    width: 100%;
    min-height: 36px;
    padding: 7px 10px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #d5dbea;
    font: inherit;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

.cm-social-menu-item:hover,
.cm-social-menu-item:focus-visible {
    background: rgba(255, 255, 255, .07);
}

.cm-social-menu-item.danger {
    color: #ff7487;
}

.cm-social-primary-actions .swing-like-circle {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--cm-social-line);
    border-radius: 50%;
    background: #303246;
    color: #ff4f9a;
    font-size: 1.25rem;
    cursor: pointer;
}

.cm-social-primary-actions .swing-like-circle.is-liked {
    color: #fff;
    background: #d62d74;
}

.cm-social-tabs {
    display: flex;
    gap: 4px;
    padding: 0 24px;
    border-top: 1px solid var(--cm-social-line);
}

.cm-social-tabs a {
    position: relative;
    min-width: 132px;
    padding: 15px 18px 13px;
    color: var(--cm-social-muted);
    font-weight: 850;
    text-align: center;
    text-decoration: none;
}

.cm-social-tabs a.active {
    color: #fff;
}

.cm-social-tabs a.active::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: -1px;
    left: 12px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: var(--accent, #ff4f9a);
}

.cm-social-profile-grid {
    display: grid;
    grid-template-columns: minmax(210px, 0.72fr) minmax(420px, 1.65fr) minmax(210px, 0.72fr);
    align-items: start;
    gap: 18px;
    min-width: 0;
}

.cm-social-profile-left,
.cm-social-profile-center,
.cm-social-profile-right {
    display: grid;
    align-content: start;
    gap: 16px;
    min-width: 0;
}

.cm-social-profile-left,
.cm-social-profile-right {
    position: sticky;
    top: 78px;
}

.cm-social-panel,
.cm-social-composer,
.cm-social-empty {
    padding: 18px;
    border: 1px solid var(--cm-social-line);
    border-radius: 10px;
    background: var(--cm-social-panel);
}

.cm-social-panel h2,
.cm-social-empty h2 {
    margin: 0 0 14px;
    font-size: 1.05rem;
}

.cm-social-panel p,
.cm-social-empty p {
    color: var(--cm-social-muted);
    line-height: 1.55;
}

.cm-social-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cm-social-mini-facts,
.cm-social-data-grid {
    margin: 0;
}

.cm-social-mini-facts > div,
.cm-social-data-grid > div {
    display: grid;
    gap: 4px;
    padding: 11px 0;
    border-top: 1px solid var(--cm-social-line);
}

.cm-social-mini-facts dt,
.cm-social-data-grid dt {
    color: var(--cm-social-muted);
    font-size: 0.78rem;
}

.cm-social-mini-facts dd,
.cm-social-data-grid dd {
    margin: 0;
    font-weight: 750;
}

.cm-social-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
}

.cm-social-photo-grid button {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 5px;
    background: #303246;
    cursor: zoom-in;
}

.cm-social-photo-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-social-composer {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
}

.cm-social-commerce-stage[hidden],
.cm-social-commerce-panel[hidden] {
    display: none;
}

.cm-social-commerce-stage,
.cm-social-commerce-panel {
    min-width: 0;
}

.cm-social-commerce-panel {
    display: grid;
    gap: 16px;
    padding: 18px;
    border: 1px solid var(--cm-social-line);
    border-radius: 10px;
    background: var(--cm-social-panel);
}

.cm-social-commerce-panel > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.cm-social-commerce-panel h2,
.cm-social-commerce-panel h3,
.cm-social-commerce-panel p {
    margin: 0;
}

.cm-social-commerce-panel p {
    margin-top: 5px;
    color: var(--cm-social-muted);
}

.cm-social-tip-form {
    display: grid;
    gap: 7px;
}

.cm-social-tip-form > label {
    font-weight: 850;
}

.cm-social-tip-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
}

.cm-social-tip-input {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid var(--cm-social-line);
    border-radius: 8px;
    background: #181a29;
}

.cm-social-tip-input input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-weight: 850;
}

.cm-social-tip-error {
    min-height: 18px;
    color: #ff8fa1;
    font-size: .82rem;
}

.cm-social-plan-grid {
    display: grid;
    gap: 10px;
}

.cm-social-plan-option {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--cm-social-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
}

.cm-social-plan-option h3 small {
    margin-left: 6px;
    color: #b9c9f4;
    font-size: .72rem;
}

.cm-social-plan-option > div:last-child {
    display: grid;
    justify-items: end;
    gap: 8px;
}

body.cm-social-modal-open {
    overflow: hidden;
}

.cm-social-modal[hidden] {
    display: none;
}

.cm-social-modal {
    position: fixed;
    inset: 0;
    z-index: 1700;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(8, 9, 16, .78);
}

.cm-social-modal-card {
    width: min(470px, 100%);
    max-height: min(760px, calc(100dvh - 32px));
    overflow: auto;
    border: 1px solid var(--cm-social-line);
    border-radius: 12px;
    background: #232433;
    color: #f4f7fb;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .5);
}

.cm-social-modal-card.cm-social-photo-library {
    width: min(760px, 100%);
}

.cm-social-photo-library-help {
    margin: 0;
    color: var(--cm-social-muted);
    font-size: 0.86rem;
}

.cm-social-photo-library-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-height: min(430px, 50dvh);
    overflow: auto;
    padding: 2px;
}

.cm-social-photo-library-item {
    position: relative;
    padding: 0;
    overflow: hidden;
    border: 3px solid transparent;
    border-radius: 9px;
    background: #171824;
    cursor: pointer;
    aspect-ratio: 1;
}

.cm-social-photo-library-item:hover,
.cm-social-photo-library-item:focus-visible {
    border-color: rgba(47, 128, 237, 0.55);
}

.cm-social-photo-library-item.is-selected {
    border-color: #2f80ed;
    box-shadow: 0 0 0 2px rgba(47, 128, 237, 0.25);
}

.cm-social-photo-library-item.is-restricted {
    opacity: 0.5;
    cursor: not-allowed;
}

.cm-social-photo-library-item.is-selected::after {
    content: "✓";
    position: absolute;
    top: 7px;
    right: 7px;
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #2f80ed;
    color: #fff;
    font-weight: 900;
}

.cm-social-photo-library-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-social-photo-library-item > span {
    position: absolute;
    right: 6px;
    bottom: 6px;
    left: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.cm-social-photo-library-item b {
    padding: 3px 6px;
    border-radius: 5px;
    background: rgba(14, 15, 24, 0.82);
    color: #fff;
    font-size: 0.65rem;
}

.cm-social-photo-library-empty {
    grid-column: 1 / -1;
    display: grid;
    justify-items: center;
    gap: 5px;
    padding: 34px 16px;
    border: 1px dashed var(--cm-social-line);
    border-radius: 9px;
    color: var(--cm-social-muted);
    text-align: center;
}

.cm-social-photo-library-upload {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    margin: 0;
}

.cm-social-photo-library-upload input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.cm-social-photo-library > footer form {
    margin: 0;
}

.cm-social-photo-library-progress {
    min-width: 0;
    margin: 0;
    padding: 8px 10px;
}

.cm-social-photo-library-progress strong,
.cm-social-photo-library-progress [data-upload-global-text] {
    font-size: 0.72rem;
}

.cm-social-modal-card > header,
.cm-social-modal-card > footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid var(--cm-social-line);
}

.cm-social-modal-card > footer {
    justify-content: flex-end;
    border-top: 1px solid var(--cm-social-line);
    border-bottom: 0;
}

.cm-social-modal-card h3 {
    margin: 0;
}

.cm-social-modal-card > header > button {
    border: 0;
    background: transparent;
    color: var(--cm-social-muted);
    font-size: 1.6rem;
    cursor: pointer;
}

.cm-social-modal-body {
    display: grid;
    gap: 12px;
    padding: 16px;
}

.cm-social-modal-body > label:not(.cm-social-check) {
    display: grid;
    gap: 7px;
}

.cm-social-modal textarea {
    width: 100%;
    min-height: 64px;
    padding: 10px;
    border: 1px solid var(--cm-social-line);
    border-radius: 8px;
    background: #34364a;
    color: #fff;
    font: inherit;
}

.cm-social-check {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 750;
}

.cm-social-gift-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.cm-social-gift-grid label {
    position: relative;
    cursor: pointer;
}

.cm-social-gift-grid input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cm-social-gift-grid label > span {
    display: grid;
    min-height: 94px;
    place-items: center;
    gap: 3px;
    padding: 9px;
    border: 1px solid var(--cm-social-line);
    border-radius: 8px;
    background: #303247;
    text-align: center;
}

.cm-social-gift-grid label b {
    font-size: 1.8rem;
}

.cm-social-gift-grid input:checked + span {
    border-color: #ff4f91;
    box-shadow: 0 0 0 2px rgba(255, 79, 145, .22);
}

.cm-social-composer textarea {
    width: 100%;
    min-height: 62px;
    resize: vertical;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-radius: 18px;
    outline: none;
    background: #181a29;
    color: #fff;
    font: inherit;
}

.cm-social-composer textarea:focus {
    border-color: rgba(52, 120, 246, 0.7);
}

.cm-social-composer-tools {
    grid-column: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid var(--cm-social-line);
}

.cm-social-composer-tools label,
.cm-social-composer-tools button {
    position: relative;
    min-height: 34px;
    padding: 7px 10px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: var(--cm-social-muted);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.cm-social-composer-tools label:hover {
    background: rgba(255, 255, 255, 0.06);
}

.cm-social-composer-tools label input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.cm-social-composer-tools button {
    margin-left: auto;
    padding-inline: 16px;
    background: #3478f6;
    color: #fff;
}

.cm-social-premium {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cm-social-price {
    width: 86px;
    min-height: 34px;
    padding: 6px 8px;
    border: 1px solid var(--cm-social-line);
    border-radius: 7px;
    background: #181a29;
    color: #fff;
}

.cm-social-posts {
    display: grid;
    gap: 16px;
}

.cm-social-posts .post-card {
    width: 100%;
    margin: 0;
}

.cm-social-posts .post-card-body p {
    white-space: normal;
}

.cm-social-profile-data {
    padding: 22px;
}

.cm-social-data-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
}

.cm-social-description {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--cm-social-line);
}

.cm-social-description:focus {
    outline: 0;
}

.cm-social-description:target {
    scroll-margin-top: 92px;
}

.cm-social-description h3 {
    margin: 0 0 8px;
}

.cm-social-popularity {
    height: 4px;
    margin: 16px 0 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.cm-social-popularity span {
    display: block;
    width: 34%;
    height: 100%;
    background: linear-gradient(90deg, #ff4f9a, #ff8f4f);
}

.cm-social-gift {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid var(--cm-social-line);
}

.cm-social-gift > span:first-child {
    font-size: 1.5rem;
}

@media (max-width: 1080px) {
    .cm-social-profile-grid {
        grid-template-columns: minmax(180px, .62fr) minmax(400px, 1.55fr) minmax(190px, .62fr);
    }
}

@media (max-width: 760px) {
    body.public-mode.profile-social-feed-page .public-shell {
        padding-inline: 0;
    }

    .cm-social-profile {
        gap: 10px;
    }

    .cm-social-cover {
        height: 150px;
    }

    .cm-social-cover-form {
        right: 10px;
        bottom: 10px;
    }

    .cm-social-cover-control {
        min-height: 38px;
        padding: 8px 11px;
        font-size: 0.76rem;
    }

    .cm-social-cover-editor {
        align-items: stretch;
        flex-direction: column;
        gap: 7px;
        padding: 8px 10px;
    }

    .cm-social-cover-editor-hint {
        justify-content: center;
        font-size: 0.75rem;
    }

    .cm-social-cover-editor-actions {
        justify-content: center;
    }

    .cm-social-cover-editor-button {
        min-height: 32px;
        padding: 6px 9px;
        font-size: 0.72rem;
    }

    .cm-social-photo-library-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .cm-social-identity-row {
        grid-template-columns: 92px minmax(0, 1fr);
        align-items: center;
        gap: 12px;
        padding: 0 16px 14px;
    }

    .cm-social-avatar-shell {
        width: 92px;
        height: 58px;
    }

    .cm-social-avatar {
        width: 92px;
        height: 92px;
        border-width: 4px;
        font-size: 1.8rem;
    }

    .cm-social-avatar-control {
        width: 32px;
        height: 32px;
        border-width: 2px;
    }

    .cm-social-avatar-control svg {
        width: 16px;
        height: 16px;
    }

    .cm-social-identity h1 {
        font-size: 1.3rem;
    }

    .cm-social-identity p {
        font-size: 0.82rem;
    }

    .cm-social-primary-actions {
        grid-column: 1 / -1;
        flex-wrap: nowrap;
        justify-content: stretch;
        overflow-x: auto;
        padding: 0;
    }

    .cm-social-bio {
        grid-column: 1 / -1;
        margin-top: 0;
    }

    .cm-social-bio p {
        -webkit-line-clamp: 2;
    }

    .cm-social-primary-actions > *,
    .cm-social-primary-actions > * > form,
    .cm-social-primary-actions .swing-action,
    .cm-social-primary-actions .cm-social-action {
        flex: 1 0 auto;
    }

    .cm-social-tabs {
        padding-inline: 8px;
    }

    .cm-social-tabs a {
        flex: 1;
        min-width: 0;
    }

    .cm-social-profile-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .cm-social-profile-left,
    .cm-social-profile-right {
        position: static;
        grid-column: auto;
        padding-inline: 12px;
    }

    .cm-social-profile-left {
        order: 2;
    }

    .cm-social-profile-center {
        order: 1;
    }

    .cm-social-profile-right {
        order: 3;
        grid-template-columns: 1fr;
    }

    .cm-social-composer,
    .cm-social-panel,
    .cm-social-empty,
    .cm-social-posts .post-card {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .cm-social-composer-tools {
        flex-wrap: wrap;
    }

    .cm-social-commerce-panel,
    .cm-social-plan-option,
    .cm-social-tip-row {
        grid-template-columns: 1fr;
    }

    .cm-social-plan-option > div:last-child {
        justify-items: stretch;
    }

    .cm-social-gift-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cm-social-data-grid {
        grid-template-columns: 1fr;
    }
}
