/* ===== comments-widget.css — umumiy "Izohlar" bloki uslubi ===== */
.cw{max-width:720px;margin:0 auto}

.cw__form{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}
.cw__form textarea{min-height:64px;max-height:160px;resize:vertical;padding:13px 15px;
  border:1.5px solid #E6ECF3;border-radius:14px;font:inherit;font-size:.95rem}
.cw__form textarea:focus{outline:none;border-color:#2563EB;box-shadow:0 0 0 4px rgba(37,99,235,.1)}
.cw__form .btn{align-self:flex-end}
.cw__note{text-align:center;color:#6B7A8D;font-size:.92rem;margin-bottom:18px}
.cw__note a{color:#2563EB;font-weight:700}

.cw__list{display:flex;flex-direction:column;gap:14px;margin-top:18px}
.cw__empty{text-align:center;color:#6B7A8D;padding:26px}
.cw__tbl-wrap{overflow-x:auto;margin-top:18px;border:1px solid #E6ECF3;border-radius:16px;box-shadow:0 10px 26px -20px rgba(10,37,64,.4)}
.cw__tbl{width:100%;border-collapse:collapse;background:#fff;min-width:480px}
.cw__tbl thead th{text-align:left;font-family:'Sora',sans-serif;font-weight:700;font-size:.76rem;letter-spacing:.05em;
  text-transform:uppercase;color:#6B7A8D;padding:13px 16px;background:#FAFCFE;border-bottom:1px solid #E6ECF3}
.cw__tbl tbody td{padding:13px 16px;border-bottom:1px solid #E6ECF3;font-size:.9rem;vertical-align:top}
.cw__tbl tbody tr:last-child td{border-bottom:none}
.cw__tbl tbody tr:hover{background:#F7FAFE}
.cw__tbl-name{font-family:'Sora',sans-serif;font-weight:700;color:#0F2238;white-space:nowrap}
.cw__tbl-date{color:#94A3B8;font-size:.82rem;white-space:nowrap}
.cw__tbl-text{color:#33485E;line-height:1.5;word-break:break-word}
@media(max-width:560px){.cw__form .btn{align-self:stretch}}