

.open-thread-public__header {
    padding: 24px 16px 8px;
}

.open-thread-public__header-banner {
    margin: 0 0 12px;
}

.open-thread-public__header-banner-img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
    border-radius: 4px;
}

.open-thread-public__title {
    font-size: 29px;
    margin: 0 0 9px;
}

.open-thread-public__provider {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}

.open-thread-public__purpose {
    margin: 16px 6px 24px;
    line-height: 1.9;
    background-color: #FFF;
    font-size: 16px;
    padding: 10px;
    border-radius: 19px;
    box-shadow: 0px 5px 7px 2px rgba(0, 0, 0, 0.08);
}

.open-thread-public__purpose p {
    font-size: 17px;
}

.open-thread-public__post {
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 12px;
    background: #ffffff;
    border: 1px solid #ddd;
    overflow: visible;
}

.open-thread-public__posts {
    overflow: visible;
}

.open-thread-public__post-branch {
    overflow: visible;
    margin-bottom: 35px;
}

.open-thread-public__post-branch--day-gap {
    padding-top: 32px;
}

.open-thread-public__post-replies > .open-thread-public__post-branch {
    margin-bottom: 10px;
}

.open-thread-public__post-replies > .open-thread-public__post-branch:last-child {
    margin-bottom: 0;
}

.open-thread-public__post-branch > .open-thread-public__post {
    margin-bottom: 0;
}

.open-thread-public__post-replies {
    margin-top: -3px;
    padding-top: 14px;
    margin-left: 2px;
    padding-left: 9px;
    border-left: 2px solid #b1b8c3ad;
    overflow: visible;
    border-radius: 0px 0px 0px 14px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.open-thread-public__post-replies--flat-all {
    margin-top: 16px;
    padding-top: 16px;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    border-top: 2px solid #b1b8c3ad;
    border-radius: 0;
}

.open-thread-public__post-replies--flat-all > .open-thread-public__post {
    margin-bottom: 10px;
}

.open-thread-public__post-replies--flat-all > .open-thread-public__post:last-child {
    margin-bottom: 0;
}

.open-thread-public__post--thread-reply {
    padding: 10px 12px;
    border-color: #dde0e6;
}

.open-thread-public__post-head {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 16px;
    margin-bottom: 8px;
}

.open-thread-public__post-head--has-avatar {
    align-items: flex-start;
    gap: 10px 12px;
}

.open-thread-public__post-avatar-wrap {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}

.open-thread-public__post-avatar-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    background: #e8e8e8;
}

.open-thread-public__post--thread-reply .open-thread-public__post-avatar-wrap {
    width: 20px;
    height: 20px;
}

.open-thread-public__post--thread-reply .open-thread-public__post-avatar-img {
    width: 20px;
    height: 20px;
}

.open-thread-public__post-head-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 16px;
}

.open-thread-public__post-actions-wrap {
    position: relative;
    flex-shrink: 0;
    margin-left: auto;
    align-self: flex-start;
}

.open-thread-public__post-menu-btn {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #555;
    font-size: 22px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}

.open-thread-public__post-menu-btn:active {
    background: #eee;
}

.open-thread-public__post-actions {
    display: none;
    position: absolute;
    right: 0;
    top: 34px;
    min-width: 150px;
    background: #fff;
    border: 1px solid #d8d8e6;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(20, 20, 40, 0.18);
    padding: 6px;
    z-index: 1000;
    white-space: nowrap;
}

.open-thread-public__post-actions.is-open {
    display: block;
}

.open-thread-public__post-actions a {
    display: block;
    padding: 10px 12px;
    color: #333;
    text-decoration: none;
    border-radius: 7px;
    font-size: 14px;
    line-height: 1.3;
    border: none;
    background: transparent;
    box-sizing: border-box;
}

.open-thread-public__post-actions a:hover {
    background: #f3f5ff;
}

.open-thread-public__post-actions a.open-thread-public__post-pin {
    color: #7b6300;
}

.open-thread-public__pinned-wrap {
    margin: 10px 0 14px;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ead9a6;
    background: #fff9e8;
    position: -webkit-sticky;
    position: sticky;
    top: 8px;
    z-index: 20;
}

@media (max-width: 767px) {
    .open-thread-public__pinned-wrap {
        top: 0;
        margin-top: 6px;
    }
}

.open-thread-public__pinned-head {
    font-weight: bold;
    margin-bottom: 6px;
}

.open-thread-public__pinned-unpin {
    float: right;
    font-size: 12px;
    font-weight: normal;
}

.open-thread-public__pinned-preview {
    color: #333;
    line-height: 1.6;
}

.open-thread-public__pinned-full {
    margin-top: 6px;
}

.open-thread-public__pinned-toggle-js {
    margin-left: 6px;
    font-size: 12px;
}

.open-thread-public__post-delete {
    border-color: #e0b8b8;
    background: #fff8f8;
    color: #a33;
}

.open-thread-public__post-edit:hover,
.open-thread-public__post-delete:hover {
    filter: brightness(0.96);
}

.open-thread-public__post-edit:active,
.open-thread-public__post-delete:active {
    filter: brightness(0.92);
}

.open-thread-public__post-name {
    font-weight: bold;
}

.open-thread-public__badge {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 7px;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1.35;
    vertical-align: middle;
    border: 1px solid transparent;
}

.open-thread-public__badge--owner {
    background: #fff8e1;
    color: #8d6e00;
    border-color: #f0d47a;
}

.open-thread-public__badge--plan {
    background: #eef6ff;
    color: #1f5faa;
    border-color: #bfd8ff;
}

.open-thread-public__post-head > .open-thread-public__post-time {
    flex-shrink: 0;
    align-self: flex-start;
    margin-left: auto;
    text-align: right;
}

.open-thread-public__post-head--has-menu > .open-thread-public__post-time {
    margin-left: 0;
}

.open-thread-public__post-time {
    color: #666;
    font-size: 15px;
    line-height: 1.35;
    white-space: nowrap;
}

.open-thread-public__post.open-thread-public__post--age-now {
    background: #8f5bff;
    border-left: 6px solid #5c1fff;
    box-shadow:
        0 0 0 1px rgba(92, 31, 255, 0.15),
        0 8px 24px rgba(92, 31, 255, 0.22);
}
.open-thread-public__post.open-thread-public__post--age-5m {
    background: #a678ff;
    border-left: 6px solid #6a2cff;
}
.open-thread-public__post.open-thread-public__post--age-30m {
    background: #bc95ff;
    border-left: 6px solid #7a3dff;
}
.open-thread-public__post.open-thread-public__post--age-1h {
    background: #ceb0ff;
    border-left: 5px solid #8a52ff;
}
.open-thread-public__post.open-thread-public__post--age-3h {
    background: #dcc8ff;
    border-left: 5px solid #9c69ff;
}
.open-thread-public__post.open-thread-public__post--age-6h {
    background: #e7dbff;
    border-left: 4px solid #af86ff;
}
.open-thread-public__post.open-thread-public__post--age-12h {
    background: #efe8ff;
    border-left: 4px solid #c2a6ff;
}
.open-thread-public__post.open-thread-public__post--age-24h {
    background: #f5f1ff;
    border-left: 3px solid #d0bcff;
}
.open-thread-public__post.open-thread-public__post--age-2d {
    background: #faf8ff;
    border-left: 3px solid #ddd2ff;
}
.open-thread-public__post.open-thread-public__post--age-3d {
    background: #ffffff;
    border-left: 3px solid #ebe4ff;
}
.open-thread-public__post.open-thread-public__post--age-1w {
    background: #ffffff;
    border-left: 2px solid #f1edff;
}
.open-thread-public__post.open-thread-public__post--age-older {
    background: #ffffff;
    border-left: 2px solid #f6f4ff;
}

.open-thread-public__post--age-now .open-thread-public__post-time {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}
.open-thread-public__post--age-5m .open-thread-public__post-time {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}
.open-thread-public__post--age-30m .open-thread-public__post-time {
    color: #f8f4ff;
    font-size: 15px;
    font-weight: 700;
}
.open-thread-public__post--age-1h .open-thread-public__post-time {
    color: #3d1a8e;
    font-size: 15px;
    font-weight: 600;
}
.open-thread-public__post--age-3h .open-thread-public__post-time {
    color: #4a2a9e;
    font-size: 15px;
    font-weight: 600;
}
.open-thread-public__post--age-6h .open-thread-public__post-time {
    color: #5c4fb0;
    font-size: 15px;
    font-weight: 600;
}
.open-thread-public__post--age-12h .open-thread-public__post-time {
    color: #6558b5;
    font-size: 15px;
    font-weight: 500;
}
.open-thread-public__post--age-24h .open-thread-public__post-time {
    color: #6e61ba;
    font-size: 15px;
    font-weight: 500;
}
.open-thread-public__post--age-2d .open-thread-public__post-time {
    color: #7468bd;
    font-size: 15px;
    font-weight: 500;
}
.open-thread-public__post--age-3d .open-thread-public__post-time {
    color: #888;
    font-size: 15px;
    font-weight: 400;
}
.open-thread-public__post--age-1w .open-thread-public__post-time {
    color: #999;
    font-size: 15px;
    font-weight: 400;
}
.open-thread-public__post--age-older .open-thread-public__post-time {
    color: #aaa;
    font-size: 15px;
    font-weight: 400;
}

.open-thread-public__post-like-people {
    font-size: 13px;
}

.open-thread-public__post-like-wrap a {
    border: 1px solid #d1d1d1;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 6px;
}

.open-thread-public__post-like--done {
    cursor: default;
    color: #666;
}

.open-thread-public__post-engage {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
    min-width: 0;
    overflow: visible;
}

.open-thread-public__post-reactions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    max-width: 100%;
    overflow: visible;
}

.open-thread-public__reaction-palette-toggle {
    border: 1px solid #d1d1d1;
    font-size: 12px;
    line-height: 1.2;
    padding: 2px 8px;
    border-radius: 6px;
    background: #fff;
    color: #444;
    cursor: pointer;
    margin-right: 4px;
    white-space: nowrap;
}

.open-thread-public__reaction-palette {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 100%;
    margin-bottom: 4px;
    z-index: 9999;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    box-sizing: border-box;
}

.open-thread-public__reaction-palette-item {
    border: none;
    background: #f5f5f5;
    border-radius: 8px;
    font-size: 28px;
    line-height: 1.1;
    padding: 6px 4px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    margin: 2px;
}

.open-thread-public__reaction-palette-item:active {
    background: #e8e8e8;
}

.open-thread-public__reaction-chip {
    border: 1px solid #d8d8d8;
    background: #fafafa;
    border-radius: 14px;
    padding: 2px 10px 2px 8px;
    font-size: 13px;
    line-height: 1.35;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.open-thread-public__reaction-chip--mine {
    background: #e8f4fc;
    border-color: #8ecae6;
}

.open-thread-public__reaction-chip-emoji {
    font-size: 28px;
    line-height: 1;
}

.open-thread-public__reaction-chip-count {
    font-size: 12px;
    color: #555;
}

.open-thread-public__post-reply {
    display: inline-block;
    line-height: 1.25;
    padding: 2px 7px;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid #ccd3ff;
    background: #fff;
    color: #444;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 11px;
    color: #437bbb;
    height: 21px;
}

.open-thread-public__post-reply-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    margin-top: 10px;
    padding-top: 6px;
    border-top: 1px solid #eaeaea;
    overflow: visible;
}

.open-thread-public__post-reply-foot--time-only {
    justify-content: flex-end;
}

.open-thread-public__post-reply-foot-end {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: auto;
}

.open-thread-public__reply-to {
    margin: 4px 0 8px;
    padding: 6px 10px;
    font-size: 14px;
    color: #555;
    background: #f7f7f7;
    border-left: 3px solid #d0d0d0;
    border-radius: 4px;
}

.open-thread-public__reply-to-label {
    font-weight: bold;
    margin-right: 4px;
}

.open-thread-public__reply-to-link {
    color: #1565c0;
    text-decoration: underline;
}

.open-thread-public__reply-to-snip {
    color: #777;
}

.open-thread-public__reply-target {
    margin: 6px 0 8px;
    padding: 7px 10px;
    color: #4a4a4a;
    background: #eef6ff;
    border: 1px solid #bfd8ff;
    border-radius: 6px;
}

.open-thread-public__reply-target-label {
    font-weight: bold;
}

.open-thread-public__reply-target-cancel {
    margin-left: 8px;
    border: none;
    background: transparent;
    color: #1f5faa;
    text-decoration: underline;
    cursor: pointer;
}

.open-thread-public__post-image {
    margin: 8px 0;
    text-align: center;
}

.open-thread-public__post-img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.open-thread-public__post-image-swiper {
    width: 100%;
    padding-bottom: 28px;
}

.open-thread-public__post-image-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.open-thread-public__post-image-swiper .open-thread-public__post-img {
    max-height: 30vh;
    object-fit: contain;
}

.open-thread-public__post-image-swiper .swiper-button-prev,
.open-thread-public__post-image-swiper .swiper-button-next {
    color: #333;
    width: 30px;
    height: 30px;
}

.open-thread-public__post-image-swiper .swiper-button-prev:after,
.open-thread-public__post-image-swiper .swiper-button-next:after {
    font-size: 18px;
}

.open-thread-public__post-image-swiper .swiper-pagination-bullet-active {
    background: #333;
}

.open-thread-public__post-body {
    margin-top: 8px;
}

.open-thread-public__post-body p {
    font-size: 17px;
}

.open-thread-public__post-link {
    word-break: break-all;
    color: #0645ad;
    text-decoration: underline;
}

.open-thread-public__post-link:hover {
    text-decoration: underline;
}

.open-thread-public__post-inline-image-wrap {
    display: block;
    margin: 10px 0;
}

.open-thread-public__post-inline-img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    vertical-align: middle;
}

.open-thread-public__post-link-wrap {
    display: block;
    margin: 6px 0 10px;
}

.open-thread-public__link-preview {
    margin-top: 8px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
    color: inherit;
    text-decoration: none;
}

.open-thread-public__link-preview:hover {
    text-decoration: none;
    background: #fafafa;
}

.open-thread-public__link-preview-image-wrap {
    display: block;
    flex: 0 0 96px;
    width: 96px;
    max-width: 96px;
    overflow: hidden;
    border-radius: 6px;
}

.open-thread-public__link-preview-image {
    display: block;
    width: 96px !important;
    height: 96px !important;
    max-width: 96px !important;
    object-fit: cover;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .open-thread-public__link-preview-image-wrap {
        flex: 0 0 72px;
        width: 72px;
        max-width: 72px;
    }

    .open-thread-public__link-preview-image {
        width: 72px !important;
        height: 72px !important;
        max-width: 72px !important;
    }
}

.open-thread-public__link-preview-body {
    display: block;
    min-width: 0;
    flex: 1 1 auto;
}

.open-thread-public__link-preview-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    line-height: 1.4;
    margin: 0 0 4px;
    word-break: break-word;
}

.open-thread-public__link-preview-desc {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 5px;
    word-break: break-word;
}

.open-thread-public__link-preview-site {
    display: block;
    font-size: 11px;
    color: #888;
}

.open-thread-public__form {
    margin-top: 84px;
    padding: 11px 8px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.open-thread-public__actor-identity {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 2px 0 10px;
}

.open-thread-public__actor-avatar-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    background: #e8e8e8;
}

.open-thread-public__actor-avatar-fallback {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d0d0d0;
    background: #fff;
    font-size: 18px;
    line-height: 1;
}

.open-thread-public__actor-identity-name {
    font-weight: bold;
    color: #333;
}

.open-thread-public__post-as-wrap {
    margin: 0 0 10px;
    padding: 8px 0 0;
    border-top: 1px solid #eee;
}

.open-thread-public__post-as-label {
    display: block;
    margin: 0 0 4px;
    font-size: 14px;
    color: #555;
}

.open-thread-public__post-as-select {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 6px 8px;
    font-size: 15px;
    border: 1px solid #c5c5c5;
    border-radius: 6px;
    background: #fff;
}

.open-thread-public__textarea {
    width: 100%;
    border-radius: 8px;
    max-width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    margin: 8px 0;
    padding: 7px;
    border: 1px solid #c5c5c5;
}

.open-thread-public__guest-name-label {
    display: block;
    margin: 0 0 4px;
    font-size: 17px;
    color: #333;
}

.open-thread-public__guest-name {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 8px 0;
    padding: 8px 10px;
    font-size: 17px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.open-thread-public__notify-settings {
    margin: 16px 0 0;
    padding: 12px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fafafa;
}

.open-thread-public__notify-settings--fixed {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 5px 38px 5px 11px;
    border: none;
    border-top: 1px solid #e0e0e0;
    border-radius: 0;
    background-color: #ffc107;
    z-index: 10050;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
    max-height: 50vh;
    overflow-y: auto;
}

.open-thread-public__notify-close-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    line-height: 1;
    color: #555;
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 4px;
}
.open-thread-public__notify-close-btn:hover {
    background-color: rgba(0,0,0,0.08);
}

.open-thread-public__notify-mini-btn {
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ffc107;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    cursor: pointer;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.open-thread-public__notify-mini-btn:hover {
    background-color: #ffca28;
}

@media (min-width: 768px) {
    .open-thread-public__notify-settings--fixed {
        position: fixed !important;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 16px 25px;
        border: none;
        border-top: 1px solid #e0e0e0;
        border-radius: 0;
        background-color: #ffc107;
        z-index: 10050;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
        max-height: 50vh;
        overflow-y: auto;
    }
}

.open-thread-public__notify-fixed-spacer {
    height: 160px;
}

.open-thread-public__notify-settings-heading {
    /* margin: 0 0 6px; */
    font-size: 19px;
    font-weight: bold;
    color: #333;
    padding: 0;
}

.open-thread-public__notify-icon {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    vertical-align: middle;
}

.open-thread-public__notify-settings-note {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.45;
    color: #666;
}

.open-thread-public__notify-checkbox-wrap {
    margin: 0;
    background-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
}

.open-thread-public__notify-checkbox-label {
    display: block;
    font-size: 17px;
    color: #444;
    margin-bottom: 4px;
}

.open-thread-public__notify-frequency {
    width: fit-content;
    max-width: 100%;
    margin-top: 0px;
    margin-left: 11px;
    padding: 3px 7px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
}

.open-thread-public__notify-save-msg {
    margin: 6px 0 0;
    color: #c62828;
}

.open-thread-public__guest-feature-notice {
    margin: 6px 0 0;
    padding: 7px 12px;
    border-radius: 10px;
    background-color: #f7c0c0;
    color: #777;
}

.open-thread-public__customer-avatar-setting {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fafafa;
}

.open-thread-public__actor-avatar--clickable {
    cursor: pointer;
}

.open-thread-public__avatar-dialog {
    position: fixed;
    inset: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.open-thread-public__avatar-dialog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
}

.open-thread-public__avatar-dialog-panel {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 420px;
    margin: 60px auto 0;
    padding: 16px 18px 18px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-height: calc(100vh - 80px);
    overflow: auto;
}

.open-thread-public__avatar-dialog-close {
    position: absolute;
    top: 6px;
    right: 8px;
    background: transparent;
    border: 0;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #555;
    padding: 4px 8px;
}

.open-thread-public__avatar-dialog-close:hover {
    color: #000;
}

.open-thread-public__customer-avatar-heading {
    font-weight: bold;
    margin: 0 0 8px;
    color: #333;
}

.open-thread-public__customer-avatar-preview {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.open-thread-public__customer-avatar-form {
    margin-top: 4px;
}

.open-thread-public__customer-avatar-remove {
    margin: 8px 0 10px;
}

.open-thread-public__file {
    margin: 9px 0;
    background-color: #d5d5d5;
    padding: 10px;
}

.open-thread-public__images-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 9px 0 4px;
}

.open-thread-public__images-picker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.open-thread-public__file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.open-thread-public__images-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 8px;
    border: 1px solid #c8c8c8;
    background: #f5f5f5;
    color: #555;
    cursor: pointer;
}

.open-thread-public__images-icon:hover {
    background: #ebebeb;
    border-color: #aaa;
}

.open-thread-public__images-icon svg {
    display: block;
}

.open-thread-public__images-count {
    font-size: 0.85rem;
    color: #666;
    white-space: nowrap;
}

.open-thread-public__images-row .open-thread-public__submit-slot {
    margin: 0;
}

.open-thread-public__file-hint {
    color: #888;
    margin: 0 0 8px;
}

.open-thread-public__file-hint--picker {
    font-size: 0.8rem;
    margin: 0 0 8px;
}

.open-thread-public__submit-slot {
    display: flex;
    justify-content: flex-end;
}

/* ?E??????E?????????E .background / .fore_ground_color ?????? */
.open-thread-public__submit {
    padding: 7px 53px;
    border-radius: 15px;
    border: none;
    background-color: #333;
    color: #fff;
}

.open-thread-public__submit--disabled,
.open-thread-public__submit[disabled] {
    background-color: #b5b5b5 !important;
    border-color: #b5b5b5 !important;
    color: #fff !important;
    cursor: not-allowed;
}

button.bt.b1.open-thread-public__inline-save {
    padding: 3px 27px;
    margin: 1px 10px;
    border: 1px solid #b5b5b5;
    background-color: #333;
    color: #fff;
    border-radius: 14px;
}

button.open-thread-public__inline-cancel {
    padding: 3px 27px;
    margin: 1px 10px;
    border: 1px solid #b5b5b5;
    background-color: #d9d9d9;
    color: #151515;
    border-radius: 14px;
}

.open-thread-public__inline-reply-form {
    margin: 6px 8px 12px;
    padding: 8px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background-color: #fafafa;
}

.open-thread-public__inline-reply-textarea {
    width: 100%;
    box-sizing: border-box;
}

.open-thread-public__inline-reply-actions {
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.open-thread-public__inline-reply-actions .open-thread-public__images-picker--compact .open-thread-public__images-icon {
    width: 28px;
    height: 28px;
}

.open-thread-public__inline-reply-actions .open-thread-public__images-count {
    font-size: 0.75rem;
}

button.open-thread-public__inline-reply-submit,
button.open-thread-public__inline-reply-cancel {
    display: inline-block;
    font-size: 13px;
    line-height: 1.3;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
}

button.open-thread-public__inline-reply-submit {
    border: 1px solid #ccd3ff;
    background: #2b7fc2;
    padding: 4px 13px;
    color: #ffffff;
    border-radius: 8px;
    margin-left: auto;
    font-weight: 600;
}

button.open-thread-public__inline-reply-cancel {
    border: 1px solid #ffb7b7;
    background: #fff;
    color: #bc0000;
    padding: 4px 13px;
    border-radius: 6px;
}

button.open-thread-public__inline-reply-submit:hover {
    background: #3569a8;
}

button.open-thread-public__inline-reply-cancel:hover {
    background: #ffebee;
}

button.open-thread-public__inline-reply-submit:active {
    background: #2d5a90;
}

button.open-thread-public__inline-reply-cancel:active {
    background: #ffcdd2;
}

button.open-thread-public__inline-reply-submit[disabled],
button.open-thread-public__inline-reply-cancel[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

.open-thread-public__denied {
    padding: 32px 16px;
    text-align: center;
    color: #c00;
}

.open-thread-public__denied.open-thread-public__post-denied,
.open-thread-public__denied.open-thread-public__denied--alert {
    margin-top: 12px;
    padding: 16px 18px;
    text-align: center;
    font-size: 20px;
    color: #8b1a1a;
    background: #fff5f5;
    border: 2px solid #e0a0a0;
    border-radius: 8px;
    font-weight: bold;
    line-height: 1.55;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}

.open-thread-public__denied.open-thread-public__post-denied p,
.open-thread-public__denied.open-thread-public__denied--alert p {
    margin: 0;
}

.open-thread-public__post-limit-msg {
    margin-top: 16px;
    padding: 10px 12px;
    color: #555;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.open-thread-public__post-limit-msg p {
    margin: 0;
}

.open-thread-public__preview-toggle-wrap {
    margin: 12px 0 10px;
    padding: 10px 12px;
    line-height: 1.55;
    color: #444;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.open-thread-public__posts-reload-bar {
    margin: 0 0 10px;
    text-align: right;
}

.open-thread-public__posts-reload-btn {
    display: inline-block;
    padding: 6px 14px;
    font-size: 0.88rem;
    font-weight: bold;
    color: #1565c0;
    background: #fff;
    border: 1px solid #c5d4e8;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    margin: 10px;
}

.open-thread-public__posts-reload-btn:hover {
    background: #f0f6ff;
}

.open-thread-public__posts-reload-btn--busy {
    opacity: 0.6;
    pointer-events: none;
}

.open-thread-public__preview-note {
    margin: 0 0 6px;
    display: inline;
}

.open-thread-public__full-toggle {
    display: inline-block;
    margin-left: 6px;
    font-weight: bold;
    color: #1565c0;
    text-decoration: underline;
}

.open-thread-public__load-more--busy {
    opacity: 0.6;
    pointer-events: none;
}

.open-thread-public__login-notice {
    margin: 16px 0 8px;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.open-thread-public__login-notice p {
    margin: 0;
}

.open-thread-public__register {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
}

.open-thread-public__register-heading {
    margin: 0 0 12px;
    font-size: 18px;
    text-align: center;
}

.open-thread-public__register-mm {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.open-thread-public__register-mm-checkbox {
    width: 22px;
    height: 22px;
    margin: 2px 0 0;
    flex-shrink: 0;
}

.open-thread-public__auth-button-wrap {
    display: block;
}

.open-thread-public__flash--auth-form {
    margin: 0 0 10px;
    padding: 10px 12px;
    text-align: left;
}

.open-thread-public__auth-loading {
    margin: 8px 0;
    padding: 14px 20px;
    text-align: center;
    color: #475569;
}

.open-thread-public__private-preview-spacer {
    height: 52px;
}

.open-thread-public__private-preview-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10050;
    margin: 0;
    padding: 12px 16px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    background: #c00;
    color: #fff;
    line-height: 1.55;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.open-thread-public__private-preview-notice p {
    margin: 0;
}

.open-thread-public__flash {
    margin: 12px 16px;
    padding: 12px;
    border-radius: 8px;
    line-height: 1.5;
}

.open-thread-public__flash--error {
    border: 1px solid #c00;
    background: #fff5f5;
    color: #900;
}

.open-thread-public__flash--system {
    border: 1px solid #060;
    background: #f3fff3;
    color: #060;
}

.open-thread-public__flash--post-form {
    margin: 10px 0 0;
}

.open-thread-public__dev-logout {
    margin: 8px 16px 12px;
    text-align: right;
}

.open-thread-public__dev-logout-link {
    color: #666;
    text-decoration: underline;
}

.open-thread-public__empty {
    color: #888;
}

.open-thread-public__back-to-list {
    max-width: 960px;
    margin: 27px auto;
    padding: 8px 16px 0;
    font-size: 18px;
}

.open-thread-public__back-to-list a {
    text-decoration: none;
}
.open-thread-public__back-to-list--mobile {
    max-width: none;
    padding: 8px 10px 0;
    background: #efefef;
}

.open-thread-public__back-to-list-link {
    color: #246;
    text-decoration: underline;
}

.open-thread-public__index-lead {
    max-width: 960px;
    margin: 0 auto;
    padding: 4px 16px 12px;
    color: #555;
    line-height: 1.5;
}

.open-thread-public__index-lead--mobile {
    max-width: none;
    padding: 8px 10px 10px;
    background: #efefef;
}

.open-thread-public__index-count {
    color: #666;
    white-space: nowrap;
}

.open-thread-public__index-section .content {
    padding-bottom: 24px;
}

.open-thread-public__index-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.open-thread-public__index-li {
    border-bottom: 1px solid #e8e8e8;
    padding: 14px 0;
}

.open-thread-public__index-li:last-child {
    border-bottom: none;
}

.open-thread-public__index-link {
    font-weight: 600;
    color: #1a4d8c;
    text-decoration: none;
}

.open-thread-public__index-link:hover {
    text-decoration: underline;
}

.open-thread-public__index-row-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin-top: 6px;
    color: #666;
}

.open-thread-public__index-visibility {
    color: #555;
}

.open-thread-public__index-last {
    color: #666;
}

.open-thread-public__index-cards {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.open-thread-public__index-section:not(.open-thread-public__index-section--mobile) .open-thread-public__index-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding-top: 4px;
}

.open-thread-public__index-section--mobile .open-thread-public__index-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0 4px 12px;
}

.open-thread-public__index-card {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 12px;
    border: 1px solid #e0e4ea;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.open-thread-public__index-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.open-thread-public__index-card-link:hover .open-thread-public__index-card-name {
    color: #1a4d8c;
}

.open-thread-public__index-card-banner {
    height: 350px;
    background: #e8ebf0;
    overflow: hidden;
}

.open-thread-public__index-card-banner--empty {
    min-height: 72px;
    background: #e8ebf0;
}

.open-thread-public__index-card-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    vertical-align: bottom;
}

.open-thread-public__index-card-body {
    padding: 12px 14px 14px;
}

.open-thread-public__index-card-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    color: #222;
    margin-bottom: 8px;
}

.open-thread-public__index-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    font-size: 0.82rem;
    color: #555;
    align-items: center;
}

.open-thread-public__index-card-chip {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: #f0f2f6;
    border: 1px solid #e2e5ec;
    color: #444;
    font-size: 14px;
}

.open-thread-public__index-card-chip--time {
    background: #fff;
    border-color: #d8d8d8;
}

.open-thread-public__index-card-chip--visibility {
    background: #eef6ff;
    border-color: #c5d8f0;
    color: #1f5faa;
}

.open-thread-public__index-section--mobile .open-thread-public__index-ul {
    padding: 0 4px;
}

.open-thread-public__global-index {
    width: 100%;
    max-width: none;
    margin: 32px 0 48px;
    padding: 28px 16px 36px;
    box-sizing: border-box;
    background: #e3f2fd;
    border-top: 1px solid #e8eaed;
}

.open-thread-public__global-index-title {
    max-width: 1080px;
    margin: 0 auto 20px;
    font-size: 28px;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
}

.open-thread-public__global-index .open_threads_public_cards {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.open-thread-public__global-index .open_threads_public_cards .card {
    width: calc((100% - 32px) / 3);
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.15s;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

.open-thread-public__global-index .open_threads_public_cards .card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    text-decoration: none;
}

.open-thread-public__global-index .open_threads_public_cards .card .thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #f4f4f4;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.open-thread-public__global-index .open_threads_public_cards .card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.open-thread-public__global-index .open_threads_public_cards .card .thumb .no_image {
    color: #aaa;
    font-size: 12px;
}

.open-thread-public__global-index .open_threads_public_cards .card .body {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.open-thread-public__global-index .open_threads_public_cards .card .title {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.4;
    color: #222;
    word-break: break-all;
}

.open-thread-public__global-index .open_threads_public_cards .card .card-owner {
    display: flex;
    align-items: center;
    gap: 8px;
}

.open-thread-public__global-index .open_threads_public_cards .card .card-owner__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #eee;
}

.open-thread-public__global-index .open_threads_public_cards .card .card-owner__name {
    font-size: 15px;
    line-height: 1.35;
    color: #444;
    word-break: break-all;
}

.open-thread-public__global-index .open_threads_public_cards .card .card-notify-count {
    font-size: 15px;
    color: #666;
}

.open-thread-public__global-index .open_threads_public_cards .card .summary {
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    word-break: break-word;
}

/* layouts/qr_code?E????????E??????????E?E*/
.qrcode_sahre_area {
    padding: 11px 0 10px;
    background-color: #fff;
    margin: 0;
    border-top: 1px solid #e8eaed;
    box-shadow: none;
}

.qrcode_sahre_area p {
    font-size: 13pt;
    text-align: center;
    margin: 29px 10px;
}

.qrcode_sahre_area p.image_area {
    margin: 10px 10px 35px;
    text-align: center;
}

.qrcode_sahre_area p.image_area img {
    width: 160px;
}

.sns_icons {
    display: flex;
    justify-content: center;
}

.sns_icon_l {
    margin: 0 10px 0 0;
    border-radius: 5px;
    overflow: hidden;
}

.url_message {
    text-align: center;
    margin-top: 8px;
    color: #060;
}
