#shoppingMap_boothPopupContent .comment.pc-item {
    position: relative;
    margin: 14px 0 !important;
    padding: 14px 16px !important;
    border: 1px solid rgba(84, 76, 67, 0.86) !important;
    border-radius: 0 14px 14px 14px !important;
    background: rgba(50, 50, 50, 0.96) !important;
    color: #f2eee8 !important;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.32) !important;
    overflow: hidden !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .15s ease !important;
}

#shoppingMap_boothPopupContent .comment.pc-item::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    border: 1px solid rgba(253, 126, 20, 0);
    transition: border-color .2s ease;
}

#shoppingMap_boothPopupContent .comment.pc-item:hover {
    border-color: rgba(253, 126, 20, 0.52) !important;
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.42) !important;
    transform: translateY(-2px) !important;
}

#shoppingMap_boothPopupContent .comment.pc-item:hover::after {
    border-color: rgba(253, 126, 20, 0.22);
}

#shoppingMap_boothPopupContent .shop-comment-user-chip {
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    max-width: 100%;
    min-width: 0;
}

#shoppingMap_boothPopupContent .shop-comment-user-chip:hover,
#shoppingMap_boothPopupContent .shop-comment-user-chip:focus-visible {
    color: #ffb15f !important;
    font-weight: 700 !important;
}

#shoppingMap_boothPopupContent .comment.pc-item.depth-1 {
    margin-left: 16px !important;
    border-left: 3px solid rgba(253, 126, 20, 0.48) !important;
    background: linear-gradient(145deg, rgba(55, 52, 48, 0.96), rgba(45, 45, 45, 0.96)) !important;
}

#shoppingMap_boothPopupContent .comment.pc-item.depth-2,
#shoppingMap_boothPopupContent .comment.pc-item.depth-max {
    margin-left: 26px !important;
    border-left: 3px solid rgba(253, 126, 20, 0.5) !important;
    background: linear-gradient(145deg, rgba(58, 50, 43, 0.96), rgba(45, 43, 40, 0.96)) !important;
}

#shoppingMap_boothPopupContent .comment.pc-item.depth-1::before,
#shoppingMap_boothPopupContent .comment.pc-item.depth-2::before,
#shoppingMap_boothPopupContent .comment.pc-item.depth-max::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 20px;
    width: 20px;
    height: calc(100% - 20px);
    background: linear-gradient(to bottom, rgba(253, 126, 20, 0.2), rgba(255, 181, 92, 0.16));
    border-radius: 12px 0 0 12px;
    pointer-events: none;
}

#shoppingMap_boothPopupContent .comment.pc-item.depth-2::before,
#shoppingMap_boothPopupContent .comment.pc-item.depth-max::before {
    left: -22px;
    width: 22px;
    background: linear-gradient(to bottom, rgba(253, 126, 20, 0.2), rgba(249, 206, 116, 0.18));
}

#shoppingMap_boothPopupContent .comment.pc-item.depth-1::after,
#shoppingMap_boothPopupContent .comment.pc-item.depth-2::after,
#shoppingMap_boothPopupContent .comment.pc-item.depth-max::after {
    content: "";
    position: absolute;
    left: -9px;
    top: 16px;
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(255, 198, 125, 0.95) 0%, rgba(253, 126, 20, 0.85) 55%, rgba(253, 126, 20, 0) 100%);
    box-shadow: 0 0 12px rgba(253, 126, 20, 0.35);
    pointer-events: none;
}

#shoppingMap_boothPopupContent .comment.pc-item.depth-2::after,
#shoppingMap_boothPopupContent .comment.pc-item.depth-max::after {
    left: -11px;
    background: radial-gradient(circle at center, rgba(255, 214, 147, 0.95) 0%, rgba(255, 168, 92, 0.85) 55%, rgba(255, 168, 92, 0) 100%);
}

#shoppingMap_boothPopupContent .pc-meta-line {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-bottom: 6px !important;
    color: #c9c0b6 !important;
    font-size: 13px !important;
    flex-wrap: wrap !important;
}

#shoppingMap_boothPopupContent .pc-meta-author {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #f2e9df !important;
    font-weight: 600 !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    flex-wrap: wrap !important;
}

#shoppingMap_boothPopupContent .pc-author-name {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    min-width: 0 !important;
    color: inherit !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

#shoppingMap_boothPopupContent .pc-meta-right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    flex: 0 0 auto !important;
    flex-wrap: wrap !important;
}

#shoppingMap_boothPopupContent .pc-meta-time {
    color: inherit !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    opacity: 0.8 !important;
    white-space: nowrap !important;
}

#shoppingMap_boothPopupContent .pc-meta-report {
    display: inline-flex !important;
    align-items: center !important;
}

#shoppingMap_boothPopupContent .pc-meta-report .report-button,
#shoppingMap_boothPopupContent .pc-meta-report .shop-comment-report-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 5px 12px !important;
    border: 1px solid rgba(255, 119, 122, 0.45) !important;
    border-radius: 999px !important;
    background-color: rgba(255, 119, 122, 0.12) !important;
    color: #cc3537 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

#shoppingMap_boothPopupContent .pc-meta-report .report-button:hover,
#shoppingMap_boothPopupContent .pc-meta-report .report-button:focus,
#shoppingMap_boothPopupContent .pc-meta-report .shop-comment-report-button:hover,
#shoppingMap_boothPopupContent .pc-meta-report .shop-comment-report-button:focus {
    color: #ff6b6b !important;
    border-color: rgba(255, 107, 107, 0.65) !important;
    background-color: rgba(255, 107, 107, 0.18) !important;
}

#shoppingMap_boothPopupContent .pc-badge-hot {
    display: inline-flex !important;
    align-items: center !important;
    height: 20px !important;
    padding: 0 7px !important;
    border: 1px solid #7a5f2c !important;
    border-radius: 999px !important;
    background: rgba(255, 193, 7, 0.12) !important;
    color: #ffd56d !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

#shoppingMap_boothPopupContent .pc-text {
    margin: 4px 0 !important;
    color: #f1ece6 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

#shoppingMap_boothPopupContent .pc-text a,
#shoppingMap_boothPopupContent .pc-comment-link {
    color: #ffb260 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

#shoppingMap_boothPopupContent .pc-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 14px !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
}

#shoppingMap_boothPopupContent .comment-action-row {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    margin-top: 14px !important;
    flex-wrap: wrap !important;
}

#shoppingMap_boothPopupContent .comment-actions,
#shoppingMap_boothPopupContent .comment-likes,
#shoppingMap_boothPopupContent .comment-management-actions {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
    margin: 0 !important;
    flex-wrap: wrap !important;
}

#shoppingMap_boothPopupContent .comment-action-row .attach-button,
#shoppingMap_boothPopupContent .pc-actions .attach-button {
    margin: 0 !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    width: auto !important;
    min-width: 58px !important;
    max-width: none !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(92, 82, 70, 0.9) !important;
    border-radius: 999px !important;
    background: rgba(42, 42, 42, 0.96) !important;
    color: #e2d8ce !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    transform: none !important;
    transition: all .2s ease !important;
}

#shoppingMap_boothPopupContent .comment-action-row .attach-button:hover,
#shoppingMap_boothPopupContent .comment-action-row .attach-button:focus-visible,
#shoppingMap_boothPopupContent .pc-actions .attach-button:hover,
#shoppingMap_boothPopupContent .pc-actions .attach-button:focus-visible {
    border-color: #fd7e14 !important;
    background: rgba(64, 50, 38, 0.96) !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 2px rgba(253, 126, 20, 0.18) !important;
}

#shoppingMap_boothPopupContent .comment-action-row .attach-button i,
#shoppingMap_boothPopupContent .pc-actions .attach-button i {
    font-size: 12px !important;
    line-height: 1 !important;
    transition: transform .18s ease, color .18s ease !important;
}

#shoppingMap_boothPopupContent .comment-action-row .attach-button:hover i,
#shoppingMap_boothPopupContent .comment-action-row .attach-button:focus-visible i,
#shoppingMap_boothPopupContent .pc-actions .attach-button:hover i,
#shoppingMap_boothPopupContent .pc-actions .attach-button:focus-visible i {
    transform: translateY(-1px) !important;
}

#shoppingMap_boothPopupContent .pc-like,
#shoppingMap_boothPopupContent .pc-dislike {
    min-width: 58px !important;
    height: 32px !important;
    padding: 0 12px !important;
    gap: 5px !important;
    font-size: 13px !important;
}

#shoppingMap_boothPopupContent .comment-likes button.pc-like,
#shoppingMap_boothPopupContent .comment-likes button.pc-dislike {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 58px !important;
    max-width: none !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    padding: 0 12px !important;
    gap: 5px !important;
    border-radius: 999px !important;
    line-height: 1 !important;
}

#shoppingMap_boothPopupContent .pc-like i,
#shoppingMap_boothPopupContent .pc-dislike i {
    flex: 0 0 auto !important;
    width: 14px !important;
    font-size: 14px !important;
}

#shoppingMap_boothPopupContent .pc-reply {
    min-width: 58px !important;
    height: 32px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
}

#shoppingMap_boothPopupContent .pc-like:hover,
#shoppingMap_boothPopupContent .pc-like:focus-visible {
    border-color: #ff962f !important;
    color: #ff962f !important;
    box-shadow: 0 0 0 2px rgba(255, 150, 47, 0.25) !important;
}

#shoppingMap_boothPopupContent .pc-dislike:hover,
#shoppingMap_boothPopupContent .pc-dislike:focus-visible {
    border-color: #d61b3d !important;
    color: #ff4d5d !important;
    box-shadow: 0 0 0 2px rgba(214, 27, 61, 0.25) !important;
}

#shoppingMap_boothPopupContent .pc-like.is-on,
#shoppingMap_boothPopupContent .like-button.active {
    border-color: #ff962f !important;
    background: rgba(255, 150, 47, 0.22) !important;
    color: #ff962f !important;
    box-shadow: 0 0 0 2px rgba(255, 150, 47, 0.25) !important;
}

#shoppingMap_boothPopupContent .pc-dislike.is-on,
#shoppingMap_boothPopupContent .dislike-button.active {
    border-color: #d61b3d !important;
    background: rgba(214, 27, 61, 0.2) !important;
    color: #ff4d5d !important;
    box-shadow: 0 0 0 2px rgba(214, 27, 61, 0.25) !important;
}

#shoppingMap_boothPopupContent .pc-action-count {
    min-width: 16px !important;
    color: inherit !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-align: center !important;
}

#shoppingMap_boothPopupContent .comment-actions button.pc-reply,
#shoppingMap_boothPopupContent .comment-management-actions button.pc-edit,
#shoppingMap_boothPopupContent .comment-management-actions button.pc-delete {
    width: auto !important;
    min-width: 58px !important;
    max-width: none !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

#shoppingMap_boothPopupContent .reply-list {
    margin-top: 10px !important;
}

#shoppingMap_boothPopupContent .pc-reply-box {
    margin: 10px 0 2px !important;
    padding: 10px !important;
    border: 1px solid #564b40 !important;
    border-radius: 8px !important;
    background: #302d2a !important;
}

#shoppingMap_boothPopupContent .pc-reply-box h4 {
    margin: 0 0 7px !important;
    color: #ddd4cb !important;
    font-size: 13px !important;
}

#shoppingMap_boothPopupContent .pc-reply-text,
#shoppingMap_boothPopupContent .edit-textarea {
    width: 100% !important;
    min-height: 74px !important;
    padding: 10px 11px !important;
    border: 1px solid #68594b !important;
    border-radius: 7px !important;
    background: #242424 !important;
    color: #f2eee9 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    resize: vertical !important;
}

#shoppingMap_boothPopupContent .shop-comment-attachments.pc-attachments {
    margin-top: 9px !important;
}

#shoppingMap_boothPopupContent #commentList {
    max-height: none !important;
    overflow: visible !important;
    padding-right: 0 !important;
}

#shoppingMap_boothPopupContent #bestCommentList {
    max-height: none !important;
    overflow: visible !important;
}

#shoppingMap_boothPopupContent .shop-comment-reply-mode {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 10px;
    padding: 9px 11px;
    border: 1px solid rgba(253, 126, 20, 0.36);
    border-radius: 8px;
    background: rgba(253, 126, 20, 0.1);
    color: #ffe1c4;
    font-size: 13px;
    font-weight: 600;
}

#shoppingMap_boothPopupContent .shop-comment-reply-mode-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#shoppingMap_boothPopupContent .shop-comment-reply-cancel {
    flex: 0 0 auto;
    padding: 4px 9px;
    border: 1px solid rgba(255, 180, 94, 0.45);
    border-radius: 999px;
    background: rgba(42, 36, 31, 0.9);
    color: #f1dfcf;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

#shoppingMap_boothPopupContent .shop-comment-reply-cancel:hover,
#shoppingMap_boothPopupContent .shop-comment-reply-cancel:focus-visible {
    border-color: #fd7e14;
    color: #fff;
}

@media (max-width: 640px) {
    #shoppingMap_boothPopupContent .comment.pc-item.depth-1,
    #shoppingMap_boothPopupContent .comment.pc-item.depth-2,
    #shoppingMap_boothPopupContent .comment.pc-item.depth-max {
        margin-left: 10px !important;
    }

    #shoppingMap_boothPopupContent .pc-meta-line {
        align-items: flex-start !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        gap: 8px !important;
        flex-wrap: nowrap !important;
    }

    #shoppingMap_boothPopupContent .comment-header .comment-author-info,
    #shoppingMap_boothPopupContent .pc-meta-line .pc-meta-author {
        display: inline-flex !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        align-self: flex-start !important;
        flex: 1 1 auto !important;
        min-width: 0 !important;
        text-align: left !important;
    }

    #shoppingMap_boothPopupContent .comment-author-info .comment-author-name,
    #shoppingMap_boothPopupContent .pc-meta-author .pc-author-name {
        justify-content: flex-start !important;
        margin: 0 !important;
        width: auto !important;
        text-align: left !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
    }

    #shoppingMap_boothPopupContent .comment.pc-item.reply-comment .comment-author-name,
    #shoppingMap_boothPopupContent .comment.pc-item.depth-1 .comment-author-name,
    #shoppingMap_boothPopupContent .comment.pc-item.depth-2 .comment-author-name,
    #shoppingMap_boothPopupContent .comment.pc-item.depth-max .comment-author-name {
        font-size: 11px !important;
    }

    #shoppingMap_boothPopupContent .comment-author-name .shop-comment-author-badge {
        width: 16px !important;
        height: 16px !important;
    }

    #shoppingMap_boothPopupContent .comment-author-name .shop-comment-author-badge img {
        width: 16px !important;
        height: 16px !important;
    }

    #shoppingMap_boothPopupContent .comment.pc-item.reply-comment .shop-comment-author-badge,
    #shoppingMap_boothPopupContent .comment.pc-item.depth-1 .shop-comment-author-badge,
    #shoppingMap_boothPopupContent .comment.pc-item.depth-2 .shop-comment-author-badge,
    #shoppingMap_boothPopupContent .comment.pc-item.depth-max .shop-comment-author-badge,
    #shoppingMap_boothPopupContent .comment.pc-item.reply-comment .shop-comment-author-badge img,
    #shoppingMap_boothPopupContent .comment.pc-item.depth-1 .shop-comment-author-badge img,
    #shoppingMap_boothPopupContent .comment.pc-item.depth-2 .shop-comment-author-badge img,
    #shoppingMap_boothPopupContent .comment.pc-item.depth-max .shop-comment-author-badge img {
        width: 15px !important;
        height: 15px !important;
    }

    #shoppingMap_boothPopupContent .pc-meta-right {
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 4px !important;
        width: auto !important;
        margin-left: auto !important;
        flex: 0 0 auto !important;
        flex-wrap: nowrap !important;
    }

    #shoppingMap_boothPopupContent .pc-meta-time {
        font-size: 11px !important;
        line-height: 1.2 !important;
    }

    #shoppingMap_boothPopupContent .pc-meta-report .report-button,
    #shoppingMap_boothPopupContent .pc-meta-report .shop-comment-report-button {
        min-width: 48px !important;
        height: 24px !important;
        padding: 0 8px !important;
        gap: 3px !important;
        font-size: 11px !important;
        line-height: 1 !important;
    }

    #shoppingMap_boothPopupContent .pc-actions {
        flex-wrap: wrap !important;
        gap: 5px !important;
    }

    #shoppingMap_boothPopupContent .comment-action-row {
        gap: 5px !important;
    }

    #shoppingMap_boothPopupContent .comment-actions,
    #shoppingMap_boothPopupContent .comment-likes,
    #shoppingMap_boothPopupContent .comment-management-actions {
        gap: 5px !important;
    }

    #shoppingMap_boothPopupContent .comment-action-row .attach-button,
    #shoppingMap_boothPopupContent .pc-actions .attach-button,
    #shoppingMap_boothPopupContent .comment-likes button.pc-like,
    #shoppingMap_boothPopupContent .comment-likes button.pc-dislike,
    #shoppingMap_boothPopupContent .comment-actions button.pc-reply,
    #shoppingMap_boothPopupContent .comment-management-actions button.pc-edit,
    #shoppingMap_boothPopupContent .comment-management-actions button.pc-delete {
        min-width: 52px !important;
        height: 30px !important;
        min-height: 30px !important;
        max-height: 30px !important;
        padding: 0 9px !important;
        gap: 4px !important;
        font-size: 12px !important;
    }

    #shoppingMap_boothPopupContent .pc-like i,
    #shoppingMap_boothPopupContent .pc-dislike i {
        width: 13px !important;
        font-size: 13px !important;
    }

    #shoppingMap_boothPopupContent .pc-action-count {
        min-width: 13px !important;
        font-size: 12px !important;
    }

    #shoppingMap_boothPopupContent .shop-comment-reply-mode {
        align-items: flex-start;
        flex-direction: column;
    }
}
