.pan-objects-page .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.pan-objects-page header.py-3,
.pan-objects-page footer.row {
  display: none;
}

.pan-objects {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #0f1218;
  color: #f4f1ea;
}

.pan-objects__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding: 0.85rem 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pan-objects__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.pan-objects__back,
.pan-objects__open {
  color: #e6cf8f;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.pan-objects__back:hover,
.pan-objects__open:hover {
  color: #fff;
}

.pan-objects__frame {
  flex: 1 1 auto;
  min-height: calc(100vh - 58px);
  background: #000;
}

.pan-objects__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 58px);
  border: 0;
}
