
.container {
    max-width: 800px;
    margin-inline: auto;
}

.sunsettooltip::before {
  width: 150px;
  text-wrap: auto;
}


#sloped:checked ~ #wallHeight {
    display: none;
}

#combinedWallsHeader {
    background: #0172ad;
    color: white;
    font-weight: bold;
}


body {
  background: #202124;
}
h1 {
  color: #FFF;
}
.sunsettooltip {
  display: inline-block;
  margin-left: 10px;
  background: #FAD403;
  line-height: 1;
  border-radius: 50%;
  padding: 0;
}

.disclaimer {
  margin-top: 20px;
  padding: 0 10px;
}

.calculate-button {
  background: #FAD403;
  border: none;
  color: #202124;
  font-weight: 700;
}

.calculate-button:hover {
  background: #E17538;
}

.disclaimer p {
  color: #FFF;
  font-size: 14px;
}

.sunsettooltip__no-style {
  background: none !important;
  border-radius: none !important;
}

.add-wall-button {
  border: 1px solid #444;
  padding: 10px 15px;
  color: #202124;;
  border-radius: 4px !important;
}

.add-wall-button:hover {
  background: #FAD403 !important;
  border-color: #FAD403 !important;
}

.tips__summary {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.5em;

}

.tips__summary p, .tips__summary ul {
  color: #45494F;
}

.tips__summary a {
  font-weight: 700;
  text-decoration: underline;
  color: #000;
}

.tips__summary a:hover {
  text-decoration: none;
}

.tips__summary p:last-of-type {
  margin-bottom: 0;
}

details summary {
  line-height: 1rem;
  padding: 15px 10px;
  border: 1px solid #DDD;
  border-radius: 6px;
  color: #45494F;
}

details summary:hover {
  background: #f5f7f9;
}

details summary strong {
  color: #171717;
}

.tips {
  font-size: 15px;
}

.req__label {
  font-size: 13px;
  line-height: 1;
}

.req__star {
  color: red;
  font-weight: 700;
  font-style: normal;
}

[data-tooltip]::before {
  background: #FAD403;
  color: #202124;
}

[data-tooltip]::after, [data-tooltip][data-placement="top"]::after { 
  color:  #FAD403;;
}

.topnav a {
  color: white;
}

.topnav {
  background-color: #202124;
  padding: 15px 30px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  font-size: 15px;
  border-bottom: 1px solid #45494F;
}

.topnav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.nav-background {
  background-color: #FAD403;
  padding-top: 25px;
}

.nav-background__wrapper {
  max-width: 1170px;
  max-width: 0 auto;
}

.elementor-icon-list-icon {
  color: #FAD403;
}

.elementor-icon-list-icon svg {
  width: 19px;
}
