/* Base Fullscreen reset map layout mappings */
html, body, #app-container {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#mapDiv {
  height: 100%;
  width: 100%;
  position: relative;
}

/* Custom layout placement positions for modern expandable web components */
#expandGallery { position: absolute; top: 15px; right: 15px; z-index: 10; }
#expandLayerList { position: absolute; top: 70px; right: 15px; z-index: 10; }
#expandLegend { position: absolute; top: 125px; right: 15px; z-index: 10; }

/* Custom styling for your permanent map legend panel */
.esri-ui-bottom-right .esri-legend {
  max-height: 280px;
  width: 240px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Clean up extra spacing inside the native widget list */
.esri-legend__service {
  padding: 8px 12px;
}

/* Custom inline HTML dropdown filter formatting matching original component style definitions */
.custom-filter-widget {
  background-color: #fff;
  padding: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  font-family: 'Avenir Next', Helvetica, Arial, sans-serif;
}

.custom-filter-widget label {
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #323232;
}

.custom-filter-widget select {
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
}