/* 转发至雪球 modal 样式 */
.modal.modal-forward {
    border-radius: 12px;
    border: none;
    width: 520px;
}

.modal.modal-forward .modal-wrap {
    border-radius: 12px;
    overflow: hidden;
}

.modal.modal-forward .modal-title {
    background: #fff;
    border-bottom: none;
    padding: 24px 24px 16px 32px;
    border-radius: 12px 12px 0 0;
    position: relative;
}

.modal.modal-forward .modal-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.modal.modal-forward .close {
    color: #999;
    width: 12px;
    height: 12px;
    font-size: 16px;
    right: 28px;
    top: 31px;
}

.modal.modal-forward .close:hover {
    opacity: 1;
}

.modal.modal-forward .modal-content {
    padding: 0 24px 24px 32px;
    background: #fff;
    border-radius: 0 0 12px 12px;
    position: relative;
}

.modal.modal-forward .editor-comment .editor-textarea textarea {
    height: 180px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 12px 12px 60px 12px;
    background-color: #F7F8FA;
    resize: none;
    box-sizing: border-box;
}

.modal.modal-forward .editor-comment .editor-textarea textarea:focus {
    outline: none;
    border-color: #3B82F6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    background-color: #fff;
}

/* 底部控制栏布局 */
.modal.modal-forward .editor-comment .editor-ctrl {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    height: 36px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}

.modal.modal-forward .editor-comment .editor-ctrl .extra {
    display: flex;
    gap: 8px;
    align-items: center;
}

.modal.modal-forward .editor-comment .editor-ctrl .extra .editor-emotion,
.modal.modal-forward .editor-comment .editor-ctrl .extra .editor-stock {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.modal.modal-forward .editor-comment .editor-ctrl .extra .editor-emotion img,
.modal.modal-forward .editor-comment .editor-ctrl .extra .editor-stock img {
    width: 20px;
    height: 20px;
}

/* 隐藏不需要的元素 */
.modal.modal-forward .editor-comment .editor-ctrl .extra .word-count,
.modal.modal-forward .editor-comment .editor-ctrl .extra label,
.modal.modal-forward .editor-comment .editor-ctrl .submit .cancel,
.modal.modal-forward .editor-comment .editor-ctrl .submit .pay-submit {
    display: none;
}

.modal.modal-forward .editor-comment .editor-ctrl .submit {
    height: 32px;
}

/* 发布按钮样式 */
.modal.modal-forward .editor-comment .editor-ctrl .submit button.status-submit {
    width: 74px;
    background: #1576E8;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    z-index: 9999999;
    margin: 0;
}

.modal.modal-forward .editor-comment .editor-ctrl .submit button.status-submit:hover {
    background: #2563EB;
}

.modal.modal-forward .editor-comment .editor-ctrl .submit button.status-submit.disabled {
    background: #9CA3AF;
    cursor: not-allowed;
}
