.shell .header__logo {
  height: calc(var(--header-height) - 2rem);
}

.shell .card {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.shell .card .card {
  box-shadow: none;
  border: none;
}

.shell-header {
  border-bottom: 1px solid #c5c5c5;
}

.shell nav {
  padding-top: 25px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
