/*$box-shadow: (*/
/**/ /*"sm": 0 0 0.375rem 0 rgba(46, 38, 61, 0.18), //*/
/**/ /*"md": 0 0 0.625rem 0 rgba(46, 38, 61, 0.2), //*/
/**/ /*"lg": 0 0 1rem 0 rgba(46, 38, 61, 0.22) //
);*/
/*
1 colore bottone
2 bordo/hover
3 testo
*/
/*$box-shadow: (*/
/**/ /*"sm": 0 0 0.375rem 0 rgba(46, 38, 61, 0.18), //*/
/**/ /*"md": 0 0 0.625rem 0 rgba(46, 38, 61, 0.2), //*/
/**/ /*"lg": 0 0 1rem 0 rgba(46, 38, 61, 0.22) //
);*/
/*
1 colore bottone
2 bordo/hover
3 testo
*/
.detail-navbar {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 10010;
}
.detail-navbar > .btn {
  flex-grow: 1;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}
.detail-navbar > .btn i {
  font-size: 1.1em;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .detail-navbar > .btn:has(i) font,
  .detail-navbar > .btn:has(i) span,
  .detail-navbar > .btn:has(i) p,
  .detail-navbar > .btn:has(i) .btn__text,
  .detail-navbar > .btn:has(i) .btn__label {
    display: none;
  }
}

/*# sourceMappingURL=navbarDetail.css.map */
