#lt-auth-expert-polina-taisiya-shakel{
  --lt-blue:#0077ff;
  --lt-blue-light:#eef8ff;
  --lt-text:#17212b;
  --lt-muted:#6b7682;
  --lt-line:rgba(23,33,43,.10);
  width:100%;
  margin:18px 0 30px;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}
#lt-auth-expert-polina-taisiya-shakel *{box-sizing:border-box;}
#lt-auth-expert-polina-taisiya-shakel .lt-ae-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
#lt-auth-expert-polina-taisiya-shakel .lt-ae-card{
  display:grid;grid-template-columns:64px minmax(0,1fr);gap:14px;align-items:center;
  padding:14px 16px;background:#fff;border:1px solid var(--lt-line);
  border-radius:16px;box-shadow:0 7px 22px rgba(23,33,43,.055);
}
#lt-auth-expert-polina-taisiya-shakel .lt-ae-card--expert{
  background:linear-gradient(135deg,var(--lt-blue-light),#fff 72%);
}
#lt-auth-expert-polina-taisiya-shakel .lt-ae-photo{width:64px;height:64px;border-radius:13px;overflow:hidden;}
#lt-auth-expert-polina-taisiya-shakel .lt-ae-photo img{width:100%;height:100%;object-fit:cover;display:block;}
#lt-auth-expert-polina-taisiya-shakel .lt-ae-kicker{
  margin-bottom:4px;color:var(--lt-muted);font-size:11px;font-weight:750;text-transform:uppercase;
}
#lt-auth-expert-polina-taisiya-shakel .lt-ae-name-line{display:flex;gap:5px;margin-bottom:5px;}
#lt-auth-expert-polina-taisiya-shakel .lt-ae-name-line a{
  color:var(--lt-blue);font-size:16px;font-weight:800;text-decoration:none;
}
#lt-auth-expert-polina-taisiya-shakel .lt-ae-arrow{color:var(--lt-blue);}
#lt-auth-expert-polina-taisiya-shakel .lt-ae-desc{
  margin:0;color:var(--lt-muted);font-size:12.5px;line-height:1.45;
}
@media(max-width:640px){
  #lt-auth-expert-polina-taisiya-shakel .lt-ae-row{grid-template-columns:1fr;}
  #lt-auth-expert-polina-taisiya-shakel .lt-ae-card{grid-template-columns:56px minmax(0,1fr);}
  #lt-auth-expert-polina-taisiya-shakel .lt-ae-photo{width:56px;height:56px;}
}
/* БАЗА */
.article-top-spb{
  max-width: 880px;
  margin: 40px auto;
  padding: 0 16px 40px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #0b1220;
  line-height: 1.7;
}

/* Lead */
.article-top-spb .lead{
  font-size: 17px;
  margin: 0 0 14px 0;
  color: #111827;
}

/* Сброс колонок от темы */
.article-top-spb,
.article-top-spb *{
  column-count: 1 !important;
  column-gap: 0 !important;
  columns: auto !important;
}

/* ОГЛАВЛЕНИЕ */
.lt-toc{
  margin: 18px 0 26px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}

.lt-toc-title{
  font-weight: 750;
  font-size: 15px;
  margin-bottom: 8px;
}

.lt-toc-list{
  margin: 0 !important;
  padding-left: 18px !important;
}

.lt-toc-list li{
  margin: 7px 0 !important;
}

.lt-toc-list a{
  color: #0b57d0;
  text-decoration: none;
  font-weight: 600;
}

.lt-toc-list a:hover{
  text-decoration: underline;
}

/* СЕКЦИИ */
.place-section{
  margin: 40px 0;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 26px;
  display: block !important;
  width: 100%;
  max-width: 100%;
  grid-column: 1 / -1;
}

.place-section:last-of-type{
  border-bottom: none;
}

.place-section h2{
  font-size: 24px;
  font-weight: 750;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}

.place-section h3{
  font-size: 20px;
  font-weight: 740;
  margin: 18px 0 10px;
  letter-spacing: -0.01em;
}

.place-section p{
  font-size: 17px;
  margin: 10px 0;
}

/* СПИСКИ (если появятся) */
.bul-list,
.num-list{
  margin: 10px 0 0 0;
  padding-left: 20px;
}

.bul-list li,
.num-list li{
  margin: 8px 0;
}

/* ФОТО */
.place-photo{
  margin: 12px 0 18px;
}

/* Обёртка 1600x1000 с тенями и скруглением */
.img-1600x1000{
  width: 100% !important;
  aspect-ratio: 1600 / 1000 !important;
  overflow: hidden !important;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06), 0 4px 10px rgba(0,0,0,0.04);
  background: #f4f6fa;
}

.img-1600x1000 > img{
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  display: block !important;
  aspect-ratio: 1600 / 1000 !important;
}

.place-photo figcaption{
  margin-top: 8px;
  font-size: 14px;
  color: #6b7280;
}

/* Сетка кнопок-экскурсий (2 в ряду) */
.spb-cards-grid{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px !important;
  margin-top: 16px !important;
}

.spb-card{
  display: flex;
  flex-direction: column;
  background:#fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  overflow: hidden;
  height: 100%;
}

a.spb-card-link{
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
  color: inherit !important;
}

.spb-card-media{
  height: 140px;
  background: #f3f4f6;
}

.spb-card-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.spb-card-body{
  display: flex;
  flex-direction: column;
  padding: 12px;
  flex-grow: 1;
}

.spb-card-title{
  font-size: 15px;
  font-weight: 750;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
  color: #0b1220;
}

.spb-card-desc{
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0,0,0,0.72);
  margin: 0 0 10px;
}

.spb-card-btn{
  margin-top: auto;
  display: inline-block !important;
  width: auto !important;
  padding: 10px 14px;
  border-radius: 12px;
  background-color: #2563eb !important;
  color: #ffffff !important;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none !important;
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
}

a.spb-card-link:hover .spb-card-btn,
a.spb-card-link:focus .spb-card-btn{
  background-color: #1d4ed8 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(37,99,235,0.30) !important;
}

a.spb-card-link:hover,
a.spb-card-link:active,
a.spb-card-link:focus{
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
}

/* АДАПТИВ */
@media (max-width: 900px){
  .spb-cards-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px){
  .article-top-spb{
    padding: 0 12px 32px;
  }
  .place-section h2{
    font-size: 20px;
  }
  .article-top-spb .lead,
  .place-section p{
    font-size: 16px;
  }
  .spb-cards-grid{
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}