        .unstyled-link {
            color: inherit; /* Inherit color from parent */
            text-decoration: none; /* Remove underline */
            cursor: pointer; /* Show pointer cursor */
        }

        .unstyled-link:hover,
        .unstyled-link:focus,
        .unstyled-link:active,
        .unstyled-link:visited {
            color: inherit; /* Ensure no color change on interaction */
            text-decoration: none; /* Ensure no underline on interaction */
            outline: none; /* Remove focus outline */
        }

@media screen and (max-width: 1000px) {
    .mnone {
        display: none !important;
    }
}

@media screen and (min-width: 1000px) {
    .myes {
        display: none !important;
    }

}

/* height classes */
@media (max-height: 699px) {
  .hide-if-short-700 {
    display: none !important;
  }
}