/* Блог-пост Aqsha24 — поверх tech.css */
.post-author{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:22px}
.post-author__ava{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#9269f5,#7339ff);color:#fff;display:grid;place-items:center;font-weight:700;font-size:16px;flex:0 0 auto}
.post-author__id{display:flex;flex-direction:column;line-height:1.3}
.post-author__id b{font-size:16px;color:var(--c-text)}
.post-author__id span{font-size:15px;color:var(--c-text-2)}
.post-author__dt{font-size:14px;color:var(--c-text-2);margin-left:auto}
@media(max-width:560px){.post-author__dt{margin-left:0;flex-basis:100%}}

.post-body{max-width:760px}
.post-body .toc{background:var(--c-soft,#f7f8fc);border:1px solid var(--c-border,#eaeaea);border-radius:14px;padding:18px 22px;margin:0 0 30px}
.post-body .toc strong{display:block;font-size:16px;margin-bottom:8px;color:var(--c-text)}
.post-body .toc ol{margin:0;padding-left:1.2em}
.post-body .toc li{font-size:16px;margin:4px 0}
.post-body table{width:100%;border-collapse:collapse;margin:0 0 1.3em;font-size:16px}
.post-body th,.post-body td{border:1px solid var(--c-border,#eaeaea);padding:10px 12px;text-align:left;vertical-align:top}
.post-body th{background:var(--c-soft,#f7f8fc);font-weight:600}

.post-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;
  background:linear-gradient(120deg,#f4f5fd,#f4f6ff);border:1px solid #e4e6f5;border-radius:18px;padding:22px 26px;margin:34px 0 10px}
.post-cta b{display:block;font-size:18px;color:var(--c-text)}
.post-cta span{font-size:16px;color:var(--c-text-2)}
.post-back{margin-top:26px;font-size:16px}
.post-back a{color:var(--c-primary,#7339ff);font-weight:600;text-decoration:none}
.post-back a:hover{text-decoration:underline}
