.cq-orgc-btn {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 16px; border: 1px solid var(--cq-green, #12836a); border-radius: 22px;
    background: #fff; color: var(--cq-green, #12836a);
    font-size: 14px; font-weight: 600; cursor: pointer; white-space: nowrap;
}
.cq-orgc-btn:hover { background: var(--cq-green, #12836a); color: #fff; }
.cq-orgc-btn svg { width: 16px; height: 16px; }

.cq-orgc-mask {
    position: fixed; inset: 0; z-index: 100000;
    background: rgba(0, 0, 0, .45);
    display: flex; align-items: center; justify-content: center; padding: 16px;
}
.cq-orgc-modal {
    width: 460px; max-width: 100%; background: #fff; border-radius: 14px; padding: 22px;
    font-family: inherit; color: #222;
}
.cq-orgc-modal h3 { margin: 0 0 6px; font-size: 18px; }
.cq-orgc-modal p.cq-orgc-hint { margin: 0 0 16px; font-size: 13px; color: #777; line-height: 1.5; }
.cq-orgc-key {
    width: 100%; box-sizing: border-box; height: 46px; padding: 0 14px;
    border: 1px solid #ccc; border-radius: 9px; font-size: 18px; letter-spacing: 2px;
    text-transform: uppercase; text-align: center; font-weight: 700;
}
.cq-orgc-key:focus { border-color: var(--cq-green, #12836a); outline: none; }
.cq-orgc-msg { min-height: 18px; margin: 12px 0 4px; font-size: 13.5px; }
.cq-orgc-msg--err { color: #c0392b; }
.cq-orgc-msg--ok { color: var(--cq-green, #12836a); }
.cq-orgc-foot { display: flex; justify-content: flex-end; gap: 10px; margin-top: 14px; }
.cq-orgc-foot button { height: 42px; padding: 0 22px; border-radius: 9px; font-size: 14px; cursor: pointer; }
.cq-orgc-cancel { border: 1px solid #ccc; background: #fff; color: #444; }
.cq-orgc-ok { border: 0; background: var(--cq-green, #12836a); color: #fff; font-weight: 600; }
.cq-orgc-ok[disabled] { opacity: .6; cursor: default; }

.cq-orgc-card { position: relative; }
.cq-orgc-attach {
    position: absolute; top: 10px; left: 10px; z-index: 5;
    width: 36px; height: 36px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    border: 0; background: var(--cq-green, #12836a); color: #fff;
    font-size: 15px; cursor: pointer; box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
}
.cq-orgc-attach:hover { filter: brightness(1.08); }
.cq-orgc-attach svg { width: 17px; height: 17px; }
.cq-orgc-attach.is-up { background: #fff; color: var(--cq-green, #12836a); }
.cq-orgc-attach.is-pending { background: #f2f2f2; color: #888; cursor: default; }
.cq-orgc-attach .cq-orgc-tick { font-style: normal; font-weight: 700; }

.cq-orgc-mine { font-size: 13.5px; color: #333; line-height: 1.5; }
.cq-orgc-mine b { color: var(--cq-green, #12836a); }

.cq-orgc-org-title { font-size: 18px; font-weight: 700; margin: 4px 0 12px; }
.cq-orgc-queue {
    border: 1px solid var(--cq-green, #12836a); border-radius: 10px;
    padding: 14px 16px; margin-bottom: 20px; background: #f4faf8;
}
.cq-orgc-queue-title { font-weight: 700; font-size: 15px; margin-bottom: 10px; color: var(--cq-green, #12836a); }
.cq-orgc-queue-item { display: flex; align-items: center; gap: 12px; padding: 7px 0; border-top: 1px solid #e2eee9; }
.cq-orgc-queue-item:first-of-type { border-top: 0; }
.cq-orgc-queue-item a { flex: 1; color: #222; text-decoration: none; font-size: 14px; }
.cq-orgc-queue-item a:hover { color: var(--cq-green, #12836a); }
.cq-orgc-queue-act { display: flex; gap: 8px; }
.cq-orgc-duyet {
    height: 32px; padding: 0 14px; border-radius: 7px; font-size: 13px; cursor: pointer;
    border: 0; background: var(--cq-green, #12836a); color: #fff; font-weight: 600;
}
.cq-orgc-duyet--bo { background: #fff; color: #c0392b; border: 1px solid #ddd; font-weight: 400; }
.cq-orgc-duyet[disabled] { opacity: .5; cursor: default; }

