.navbar-brand img,
.navbar-brand svg {
  height: 150px;
  width: auto;
}

a.navbar-brand img {
  height: 150px !important;
  width: auto !important;
  max-height: none !important;
}

.shotlist-grid {
    margin-top: 30px;
}
.shot-item {
    background: #1a1a1a;
    color: #eee;
    border: 1px solid #333 !important;
    transition: transform 0.2s;
}
.shot-item:hover {
    transform: scale(1.02);
    border-color: #007bff !important;
}
.shot-item img {
    border-bottom: 1px solid #333;
}
.shot-item strong {
    color: #ffc107; /* Gold for timestamps */
}
