
.transparent-on-top {
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}

.bottom-border--small {
  border-bottom: 1px solid rgb(var(--color-border));
}