/* line 4, app/assets/stylesheets/debug.scss */
.body-development .debug {
  display: block;
}

/* line 9, app/assets/stylesheets/debug.scss */
.body-development #top-debug {
  display: block;
}

/* line 14, app/assets/stylesheets/debug.scss */
.body-development img[alt=""] {
  border: 5px dashed magenta !important;
}

/* line 18, app/assets/stylesheets/debug.scss */
.body-development img:not([alt]) {
  border: 5px dashed magenta !important;
}

/* line 22, app/assets/stylesheets/debug.scss */
.body-development .container, .body-development .lg\:container {
  /* border-left: 3px solid darkgreen; border-right: 3px solid darkgreen; */
}

/* line 29, app/assets/stylesheets/debug.scss */
.body-mobile .debug {
  display: none !important;
}

/* line 33, app/assets/stylesheets/debug.scss */
.body-mobile #top-debug {
  display: none !important;
}

/* line 41, app/assets/stylesheets/debug.scss */
.body-production .debug {
  display: none !important;
}

/* line 45, app/assets/stylesheets/debug.scss */
.body-production #top-debug {
  display: none;
}

/*
** DO NOT EDIT THIS FILE! All changes will be overwritten.
** edit the master in app/assets/stylesheets/themes/napaonline/templates/_core.scss,
** then run script/activate-theme napaonline
*/
/* line 2, ../../../../home/matt/.rvm/gems/ruby-3.3.1@canyonero7/gems/neat-1.6.0/app/assets/stylesheets/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
** app/assets/stylesheets/_core.scss
** installed by ./script/activate-theme napaonline
** at Tue Nov 18 11:25:34 AM PST 2025 on wendigo
*/
@media screen and (max-width: 700px) {
  /* line 53, app/assets/stylesheets/debug.scss */
  #top-debug {
    display: none !important;
  }
}

/* line 59, app/assets/stylesheets/debug.scss */
#livechat-full {
  display: none;
}

/* line 63, app/assets/stylesheets/debug.scss */
#livechat-full > * {
  opacity: 0.1 !important;
}

/* line 70, app/assets/stylesheets/debug.scss */
.debug {
  color: #333;
  background: #fdd;
  font-size: 90%;
}

/* line 87, app/assets/stylesheets/debug.scss */
.canon-mismatch {
  color: red !important;
}

/* line 91, app/assets/stylesheets/debug.scss */
.margin-debug {
  width: 200px;
  position: relative;
  left: 930px;
  color: darkred;
  height: 0;
  overflow: visible;
}

/* line 103, app/assets/stylesheets/debug.scss */
#container-header.search-visible #header-search {
  display: block !important;
  background: yellow !important;
}
