#info-bar {
  background: #293986;
  background-color: #293986;
}

.bar-item {
  color: rgb(255, 255, 255);
  /* color: black; */
}

.yats-variable-text:after {
  content: "Know of a story that needs to be reported? Pitch it to The Lone Star Standard.";
}

.form-selector-button-container {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.select-one-container .radio-container label {
  line-height: 1.4rem;
}

.select-one-container .radio-container strong {
  font-size: 1.2em;
}

.select-one-container .radio-container {
  margin-top: 10px;
}

.button {
  position: relative;
}

.button a {
  display: block; /* Make the <a> tag a block-level element */
  width: 100%; /* Ensure the <a> tag takes up the full width */
  height: 100%; /* Ensure the <a> tag takes up the full height */
  text-align: center; /* Center the text horizontally */
  line-height: 1.2; /* Adjust based on your button height to center text vertically */
  color: inherit; /* Inherit text color */
  text-decoration: none; /* Remove underline */
  position: absolute; /* Position the <a> absolutely within the button */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px; /* Inherit padding from the button */
  box-sizing: border-box; /* Include padding in width and height */
}

#select-one-click.button.form-selector-button.selected svg path {
  stroke: white;
  fill: white;
}

.instruction-content {
  font-size: 1rem;
}
