/* =========================================================
   Уведомление менеджеру: комментарий выполнен
   ========================================================= */

.comment-done-manager-popup {
    position: fixed;
    left: 16px;
    top: 16px;
    width: 390px;
    max-width: calc(100vw - 32px);
    z-index: 2147483600;

    padding: 12px;
    border-radius: 16px;
    border: 2px solid #22c55e;
    border-left-width: 8px;
    background: #f0fdf4;
    color: #111827;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .28);
}

.comment-done-popup-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.comment-done-popup-head strong {
    color: #166534;
    font-size: 16px;
    font-weight: 900;
}

.comment-done-popup-head button {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    border: 1px solid #bbf7d0 !important;
    background: #ffffff !important;
    color: #166534 !important;
    font-size: 20px !important;
    line-height: 1 !important;
}

.comment-done-popup-body {
    display: grid;
    gap: 6px;
    font-size: 13px;
    line-height: 1.35;
}

.comment-done-popup-body b {
    color: #166534;
}

.comment-done-popup-text {
    padding: 8px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #bbf7d0;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.comment-done-popup-body button {
    width: 100%;
    min-height: 38px;
    margin-top: 4px;
    border: none;
    border-radius: 10px;
    background: #16a34a;
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
}

@media (max-width: 950px) {
    .comment-done-manager-popup {
        left: 8px;
        top: 8px;
        width: calc(100vw - 16px);
        max-width: calc(100vw - 16px);
    }
}
