
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}

.navbar .inner-container { position: relative; }
.btn-group .btn:first-child { margin-right: 20px; }
.ego-custom-gutter .g-5, .ego-custom-gutter .gx-5 { --bs-gutter-x: 5.5rem !important; }
.nav-tabs { align-items: center; justify-content: center; margin: 40px 0 !important; }
/* -- */

@media (max-width: 47.9em) {
	.ego-nav-button { display: none !important; }
}
@media (min-width: 48em) and (max-width: 61.9em) {
	.ego-nav-button { display: none !important; }
}
@media (min-width: 62em) { }
.pill-label {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid #b8975a;
  border-radius: 9999px;
  background: #1F1E1C;   /* ← add this */
  font-size: 0.85em;      /* optional */
  letter-spacing: 3.2px;  /* optional */
}
.icon-top {
  position: relative;
  top: -7px;
}