.img100 {
  max-width: 100%;
}

.img100.ipad {
  border: 1px solid #EEEEEE;
  padding: 0.2em;
}

.imad-b {
  margin-bottom: 1em;
}

h3 {
  margin-top: 2em !important;
}

/* Reduce excessive spacing for headings inside card headers */
.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.news .blog-loop-item {
  margin-bottom: 1em;
}

.play .blog-loop-item {
  margin-bottom: 0.6em;
}

.alert h3:first-child {
  margin-top: 0 !important;
}

/* Sidebar category styles */
.sidebar-category .sidebar-category-item {
  padding: 0.25rem 0.25rem;
}

.sidebar-category .sidebar-category-item .name {
  color: inherit;
}

/* Subtle, on-brand count pill */
.sidebar-category .category-count {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  min-width: 1.6em;
  text-align: center;
  background-color: rgba(28, 200, 138, 0.08); /* secondary color tint */
  color: var(--secondary-color);
  border: 1px solid rgba(28, 200, 138, 0.35);
}

/* Hover: keep count readable and emphasize row */
.sidebar-category .sidebar-category-item:hover .category-count {
  background-color: rgba(28, 200, 138, 0.12);
  border-color: rgba(28, 200, 138, 0.5);
}

/* Event search form sizing tweaks */
.event-search-form {
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.event-search-form .form-control {
  min-height: 2rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
}
.event-search-form .btn {
  padding: 0.25rem 0.6rem;
  font-size: 0.9rem;
}