/* В том же стиле, что .poster-footer на afisha-idel-yashen-apr2026.html */
.site-hosting-block {
  margin-top: 1.25rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: none;
  padding: 1.1rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(26, 48, 32, 0.14);
  background: linear-gradient(135deg, #e8ede6 0%, #dfe8e0 100%);
  font-size: clamp(0.9rem, 3vw, 0.98rem);
  color: #0f1f14;
  box-sizing: border-box;
}

.site-hosting-block--dark {
  border-color: rgba(200, 212, 200, 0.2);
  background: linear-gradient(135deg, #1e2a22 0%, #152018 100%);
  color: rgba(242, 241, 234, 0.92);
}

.site-hosting-credit {
  margin: 0;
  padding: 0;
  line-height: 1.65;
  text-align: center;
  overflow-wrap: anywhere;
  border: none;
}

.site-hosting-credit a {
  color: #1a3020;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 48, 32, 0.35);
}

.site-hosting-credit a:hover {
  border-bottom-color: #1a3020;
}

.site-hosting-credit--dark a {
  color: #c8dcc9;
  border-bottom-color: rgba(200, 220, 200, 0.45);
}

.site-hosting-credit--dark a:hover {
  color: #e8ede6;
  border-bottom-color: rgba(232, 237, 230, 0.55);
}
