.right-strip {
    display: none;
}

.left-strip {
    display: none;
}

main {
    margin-left: 0;
    margin-right: 0;
}

.date-range {
    display: flex;
    flex-direction: column;
  }

  #menu ul {
    flex-direction: column; /* Stack vertically on very small screens */
    align-items: center;
  }
  
  #menu li {
    margin: 2px 0;
    width: 80%;
  }
  
  #menu a {
    text-align: center;
    padding: 10px;
    padding: 12px 1vw;
  }

  #menu li.nav-item button {
    text-align: center;
    padding: 12px 1vw;
    display: block;
    width: 100%;
    border: none; /* Remove default button border */
    background: transparent; /* Match the transparent background of links */
    font-weight: 500; /* Match the font weight of links */
    border-radius: 5px; /* Match the border-radius of links */
    transition: background 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s; /* Match transitions */
  }