/* u9996u9875u6837u5f0f */

/* u53d1u5e03u6309u94ae */
.publish-btn {
    position: fixed;
    right: 20px;
    bottom: 70px;
    width: 50px;
    height: 50px;
    background-color: #07c160;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.publish-btn svg {
    fill: #fff;
}

/* u6d88u606fu5217u8868 */
.message-list {
    margin-bottom: 20px;
}

.message-item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px;
}

.message-content {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    word-break: break-all;
    cursor: pointer;
    padding: 5px 0;
    transition: all 0.2s ease;
}

.message-content:hover {
    color: #07c160;
}

.message-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #999;
}

.message-actions {
    display: flex;
    align-items: center;
}

.message-actions span {
    margin-left: 10px;
    cursor: pointer;
}

.action-share {
    color: #07c160;
}

.action-delete {
    color: #ff4d4f;
}

/* u7a7au5217u8868 */
.empty-list {
    text-align: center;
    padding: 50px 0;
    color: #999;
}

.empty-icon {
    margin-bottom: 15px;
}

.empty-icon svg {
    fill: #ddd;
}

/* u5206u4eabu5f39u7a97 */
.share-link-container {
    display: flex;
    margin-top: 15px;
}

.share-link-container .form-control {
    flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.copy-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* 投诉和退款按钮 */
.action-btn {
    position: fixed;
    right: 20px;
    width: 100px;
    height: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 99;
    color: #fff;
    font-size: 14px;
}

.complaint-btn {
    bottom: 130px;
    background-color: #07c160;
}

.refund-btn {
    bottom: 170px;
    background-color: #07c160;
}
