/* Minimal custom styling for Andreas Dueren site - Monospace Version */

/* Keep original monospace theme, minimal customization */

/* Logo styling */
.logo-cell {
  padding-right: 2ch !important;
}

.logo {
  width: 80px;
  height: 80px;
  display: block;
}

/* Sunset/inactive project styling */
.sunset-row {
  opacity: 0.7;
}

.sunset-row a {
  text-decoration: line-through;
}

.sunset-row td:last-child {
  font-weight: 600;
  text-transform: uppercase;
}

/* Mobile optimizations */
@media (max-width: 768px) {
  .logo {
    width: 60px;
    height: 60px;
  }
}