/* Banner lề xám bên phải khung bài — không chia cột, không hẹp chữ */
.giasy-news-layout {
  display: block !important;
}
html.storefront-root .news-article-content,
html.storefront-root .news-article-content.max-w-none {
  max-width: 100% !important;
  width: 100% !important;
}
html.storefront-root [class*="max-w-[42rem]"] {
  max-width: 100% !important;
  width: 100% !important;
}
.giasy-news-sidebar-banner,
.giasy-news-sidebar-dock {
  box-sizing: border-box;
}
.giasy-news-sidebar-banner-img {
  width: 300px;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
  border-radius: 12px;
  display: block;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.giasy-news-sidebar-dock {
  display: none;
}
@media (min-width: 1500px) {
  .giasy-news-sidebar-dock.giasy-news-sidebar-banner,
  aside.giasy-news-sidebar-dock {
    display: block;
    position: fixed;
    width: 300px;
    max-width: calc(100vw - 40px);
    z-index: 25;
    pointer-events: auto;
  }
}
.news-sidebar-banner-admin-card {
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
  background: rgba(15, 23, 42, 0.35);
}
.news-sidebar-banner-admin-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: #f8fafc;
}
.news-sidebar-banner-admin-card p.hint {
  margin: 0 0 12px;
  font-size: 12px;
  color: #fde68a;
}
.news-sidebar-banner-admin-card img.preview {
  max-width: 300px;
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
}
.news-sidebar-banner-admin-card [data-nsb-drop] {
  border: 2px dashed #64748b;
  border-radius: 10px;
  padding: 18px 12px;
  text-align: center;
  color: #cbd5e1;
  cursor: pointer;
  margin: 8px 0 12px;
}
.news-sidebar-banner-admin-card [data-nsb-drop].drag {
  border-color: #22d3ee;
  background: rgba(34, 211, 238, 0.08);
}
