a.lunar_navigation {
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 20px;
  text-decoration: none;
  color: white;
  background-color: #e8830c;
  transition: all 0.6s;
  
  &:hover {
    background-color:  #F7C610; //#D8812D;
    cursor: pointer;
  }
  
  &.axis {
    font-size: 0.75em;
    background-color: #e64d22;
    
    &:hover {
      background-color: #96000E;
    }
  }

  &.subscribe {
    font-size: 24px;
    padding: 10px 20px;
  }
}

.button_daily_card {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 7px;

  a.lunar_navigation {
    margin-bottom: 16px;
    padding: 5px 14px;
  }

  a.lunar_navigation:has(.spade_logo) {
    line-height: 0;
    padding: 2px;
  }
}

.lower_navigation {
  margin-top: 9px;
  text-align: center;
  font-family: 'Abel';
  font-size: 19px;
  color: bisque;
  
  a {
    text-decoration: none;
    color: bisque;
    
    border: 2px solid #b76228;
    border-radius: 11px;
    padding: 9px;
    background-color: #b76228;
    opacity: 0.9;
    
    margin-left: -17px;
  }
}
