body {
  margin: 0;
  font-family: sans-serif;
  text-align: center;
  background-color: #f4f4f4;
}

.compass-container {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 40px auto 20px;
}

.compass-background {
  width: 100%;
  height: 100%;
}

.needle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  pointer-events: none;
}

.selector {
  margin-bottom: 20px;
}

.selector select {
  background-color: #fff8f0;
  border: 2px solid #f57c00;
  border-radius: 8px;
  max-width: 90%;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.1em;
  padding: 0.5em 1em;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.brewery-highlight {
  width: 100%;
  font-weight: bold;
  margin: 0.3em auto;
  max-width: 90%;
  font-size: 1em;
  color: #333;
  text-align: center;
}

.arrow-down {
  font-size: 1.5em;
  margin: 0.3em 0;
  color: #f57c00;
}

.debug-info {
  font-size: 12px;
  line-height: 0.1;
  margin-top: 4.5em;
}
