/* CSP Safe Styles to replace inline style attributes */
.noscript-warning {
  color: #f00;
  padding: 10px;
}

.no-artworks-placeholder {
  width: 100%;
  text-align: center;
  padding: 60px 0;
  color: #999;
  font-size: 1.1rem;
  background: #f9f9f9;
  border-radius: 12px;
  border: 1px dashed #ddd;
  margin: 20px 0;
}

.no-artworks-icon {
  width: 24px;
  opacity: 0.5;
  margin-bottom: 8px;
  filter: grayscale(1);
}

.d-none {
  display: none !important;
}
