/* Kept separate from the remote-theme Sass build so GitHub Pages and local
   previews always apply the landing-page refinements consistently. */
.home-portrait img {
  box-sizing: border-box;
  border: 1px solid rgba(107, 187, 217, .8);
  box-shadow: 0 0 0 4px #000, 0 0 24px rgba(107, 187, 217, .18);
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 1.15rem 0 0;
}

.home-action {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .55rem .85rem;
  border: 1px solid #6bbbd9;
  color: #6bbbd9;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.home-action:hover,
.home-action:focus {
  background: #6bbbd9;
  color: #000;
  text-decoration: none;
}

.selected-venues {
  margin: .35rem 0 0;
  color: #6bbbd9;
  font-size: .9rem;
  line-height: 1.6;
}

.selected-venues span {
  margin-right: .65rem;
  color: inherit;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
