/* Version: 2026-03-19-v842 */
/*
 * 3D Models Page Styles
 *
 * Page-specific overrides for /3d/.
 * The masonry grid itself is in feature-masonry.css.
 */

h1 {
  text-align: center;
}

.wrapper.wrapper--3d {
  margin-top: 0;
}

.content--3d {
  width: 100%;
}

@supports (display: grid) {
  .wrapper--3d>* {
    width: auto;
    margin: 10px;
  }
}

