.post-display-title {
    min-width: 0;
    max-width: 100%;
    font-size: var(--post-display-title-font-size, inherit);
    font-weight: var(--post-display-title-font-weight, inherit);
    line-height: inherit;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.post-display-title-segment,
.post-display-title .type-title-number {
    font-size: inherit;
    font-weight: inherit;
}

.post-display-title-copy {
    min-width: 0;
}

.expert-item-title > .post-display-title {
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.expert-item-title > .post-display-title .post-display-title-copy {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.expert-item-title > .post-display-title > .post-display-title-segment {
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.expert-item-title > .post-display-title .post-early-public-badge {
    flex: 0 0 auto;
}

.post-early-public-badge {
    box-sizing: border-box;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 18px;
    margin-left: 4px;
    padding: 1px 6px;
    border: 1px solid #22c55e;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 11px;
    font-weight: 800;
    line-height: 14px;
    letter-spacing: 0;
    vertical-align: middle;
    white-space: nowrap;
}

.post-status-check {
    box-sizing: border-box;
    display: inline-flex;
    flex: 0 0 10px;
    align-items: center;
    justify-content: center;
    width: 10px;
    min-width: 10px;
    height: 10px;
    margin-left: 3px;
    border-radius: 999px;
    background: #16a34a;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7px;
    font-weight: 950;
    line-height: 1;
    box-shadow: 0 0 0 1px #ffffff;
}

@media (max-width: 480px) {
    .expert-item-title .post-early-public-badge {
        min-height: 16px;
        margin-left: 3px;
        padding: 0 4px;
        font-size: 10px;
        line-height: 14px;
    }

    .expert-item-title .post-status-check {
        flex-basis: 9px;
        width: 9px;
        min-width: 9px;
        height: 9px;
        margin-left: 2px;
        font-size: 6px;
    }
}

body.admin-body .post-display-title[style],
body.admin-body .post-display-title[style] :is(.post-display-title-issue, .post-display-title-segment, .type-title-number) {
    font-size: var(--post-display-title-font-size) !important;
    font-weight: var(--post-display-title-font-weight) !important;
}
