
/* ─ Карточка организатора ─ */
.at3org-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;margin-bottom:14px;box-shadow:0 1px 6px rgba(0,0,0,.07)}
.at3org-card-head{display:flex;align-items:center;gap:12px;padding:14px 16px;background:linear-gradient(135deg,#1a3a5c,#2563a8)}
.at3org-card-logo{width:46px;height:46px;border-radius:9px;object-fit:contain;background:#fff;flex-shrink:0;padding:4px}
.at3org-card-logo-ph{width:46px;height:46px;border-radius:9px;background:rgba(255,255,255,.18);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:22px}
.at3org-card-info{flex:1;min-width:0}
.at3org-card-sup{font-size:10px;letter-spacing:.8px;text-transform:uppercase;color:rgba(255,255,255,.6);font-weight:600;margin-bottom:2px}
.at3org-card-name{font-size:14px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.at3org-card-name-link{font-size:14px;font-weight:700;color:#fff!important;text-decoration:none!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;transition:opacity .15s}
.at3org-card-name-link:hover{opacity:.85;text-decoration:underline!important}
.at3org-card-rating{display:flex;align-items:center;margin-top:4px;font-size:12px}
.at3org-card-star{color:#fbbf24;font-weight:700}
.at3org-card-revs{color:rgba(255,255,255,.7)}
.at3org-card-body{padding:14px 16px}
.at3org-org-desc{font-size:13px;color:#6b7280;line-height:1.5;margin-bottom:12px}
.at3org-org-address{display:flex;gap:6px;align-items:flex-start;font-size:12px;color:#6b7280;padding-bottom:11px;margin-bottom:11px;border-bottom:1px solid #f0f0f0}
/* ─ Кнопки контактов ─ */
.at3org-btns{display:flex;flex-direction:column;gap:7px}
.at3org-btn{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:9px;font-size:13px;font-weight:600;text-decoration:none!important;transition:opacity .18s,transform .1s}
.at3org-btn:hover{opacity:.88;transform:translateY(-1px)}
.at3org-btn svg{flex-shrink:0}
.at3org-btn-tx{display:flex;flex-direction:column}
.at3org-btn-t{font-weight:700;font-size:13px;line-height:1.2}
.at3org-btn-s{font-size:11px;font-weight:400;opacity:.8;line-height:1.2;margin-top:1px}
.at3org-btn--phone{background:#22c55e;color:#fff}
.at3org-btn--tg{background:#29b6f6;color:#fff}
.at3org-btn--max{background:linear-gradient(135deg,#3a86ff,#8338ec);color:#fff}
.at3org-btn--tggroup{background:#0088cc;color:#fff}
.at3org-btn--vk{background:#0077ff;color:#fff}
.at3org-btn--site{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}
/* ─ Режим «Прямые контакты» — скрываем всё ненужное ─ */
body.at3org-direct .bk-main-card,
body.at3org-direct .bk-urgency,
body.at3org-direct #at3-book-form,
body.at3org-direct .bk-trust,
body.at3org-direct .ti-btn-book,
body.at3org-direct .mob-bk-bar,
body.at3org-direct .bk-modal-ov,
body.at3org-direct .ti-btns,
body.at3org-direct .bk-contacts,
body.at3org-direct .bk-cnt-btns,
body.at3org-direct .float-btns .float-phone,
body.at3org-direct .float-btns .float-tg,
body.at3org-direct .float-btns .float-max,
body.at3org-direct .bk-org-block{display:none!important}
/* ─ Скрываем наши отзывы при наличии Яндекс iframe (независимо от режима) ─ */
body.at3org-has-ya .revs-section{display:none!important}
