/******* Do not edit this file *******
Code Snippets Manager
Saved: Jul 22 2025 | 04:33:46 */
.top-nav:hover {
  cursor: pointer;
}
.button-borderinset-white:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
  pointer-events: none;
  border: 1px solid white;
  border-radius: 3px;
}
.button-borderinset-white-text-shadow:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
  pointer-events: none;
  border: 1px solid white;
  border-radius: 3px;
  text-shadow: 1px 1px 5px #0005;
}
.text-shadow {
  text-shadow: 1px 1px 3px #0005;
}
.image-borderinset-normal-white:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
  pointer-events: none;
  border: 1px solid white;
}
.image-borderinset-extraTop-white:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 30px;
  bottom: 15px;
  right: 15px;
  pointer-events: none;
  border: 1px solid white;
}
.image-borderinset-wide-white:after {
  content: "";
  position: absolute;
  left: 40px;
  top: 40px;
  bottom: 40px;
  right: 40px;
  pointer-events: none;
  border: 1px solid white;
}
@media (max-width: 768px) {
  .image-borderinset-wide-white:after {
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
  }
}
.button-borderinset-white:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
  pointer-events: none;
  border: 1px solid white;
}
