/* Заглушки внешних встраиваний (карта, видео) — festa-mebel.ru, 11.08.2026 */
.embed-stub{ display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px;
  background:#f4f2ef; border:1px solid #e3ded6; border-radius:10px; padding:24px 20px; text-align:center;
  color:#333; font-size:15px; line-height:1.45; min-height:180px; width:100%; box-sizing:border-box; }
.embed-stub p{ margin:0; max-width:540px; }
.embed-stub button{ font:inherit; padding:10px 26px; border:0; border-radius:6px; background:#b8860b;
  color:#fff; cursor:pointer; }
.embed-stub button:hover{ opacity:.9; }