.grb-media-carousel__viewer360 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #081722;
  touch-action: none;
  user-select: none;
  -webkit-user-drag: none;
}

.grb-media-carousel__viewer360-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.grb-media-carousel__viewer360-stage .pnlm-container {
  width: 100%;
  height: 100%;
  background-color: #081722;
}

.grb-media-carousel__viewer360-stage .pnlm-load-box,
.grb-media-carousel__viewer360-stage .pnlm-info-box,
.grb-media-carousel__viewer360-stage .pnlm-about-msg {
  display: none !important;
}

.grb-media-carousel__viewer360 .pnlm-controls-container {
  top: 10px;
  left: 10px;
}

.grb-media-carousel__viewer360 .pnlm-zoom-controls {
  margin-top: 0;
}

.grb-media-carousel__viewer360-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  color: var(--grb-branco, #ffffff);
  background: linear-gradient(135deg, rgba(8, 23, 34, 0.92), rgba(11, 32, 48, 0.88));
  font-size: 0.95rem;
  text-align: center;
  z-index: 2;
}

.grb-media-carousel__badge--360 {
  top: 0.9rem;
  right: 0.9rem;
  left: auto;
  pointer-events: none;
  z-index: 2;
}

.grb-media-carousel__button {
  appearance: none;
  cursor: pointer;
}

.grb-media-carousel__button.is-active {
  background: var(--grb-azul-claro);
  border-color: rgba(0, 46, 77, 0.2);
}

.grb-media-carousel__viewer360.is-loaded .grb-media-carousel__viewer360-fallback {
  opacity: 0;
  pointer-events: none;
}

.grb-media-carousel__viewer360.is-error .grb-media-carousel__viewer360-fallback {
  background: linear-gradient(135deg, rgba(92, 24, 24, 0.96), rgba(49, 13, 13, 0.9));
}
