/* Shared site styles (consolidated from 2RE02 and other 2refactory pages) */

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
  color: green;
}

a:hover {
  text-decoration: none;
  color: #2ee666;
}

h5 {
  font-weight: bold;
}

.hover:hover {
  cursor: pointer;
}

ul, ol {
  list-style-position: inside;
}

/* 2RE01 — hero image layout */
.series-hero-image {
  margin: 0;
}

.series-hero-image img {
  display: block;
  max-height: 85vh;
  width: 100%;
  object-fit: contain;
  background: #222;
  border-radius: 0.25rem;
}

.series-with-caption {
  margin: 0;
}

.series-caption {
  display: block;
  margin-top: 0.75rem;
  padding: 0.75rem 1rem 0.75rem 1.1rem;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.55;
  color: #5a6268;
  background: linear-gradient(90deg, rgba(40, 167, 69, 0.08) 0%, rgba(248, 249, 250, 0.95) 12%, #f1f3f5 100%);
  border-left: 4px solid #28a745;
  border-radius: 0 0.25rem 0.25rem 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* 2RE02 — carousel (Wallpaper Series, Reciprocating Nudes, etc.) */
.series-carousel .carousel-item img {
  max-height: 85vh;
  width: 100%;
  object-fit: contain;
  background: #222;
}

/* Prev/next beside the image — no overlay, no wide white hit strips */
.series-carousel .series-carousel-frame {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.series-carousel .series-carousel-frame .carousel-inner {
  flex: 1 1 auto;
  min-width: 0;
}

.series-carousel .carousel-control-prev,
.series-carousel .carousel-control-next {
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: auto;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  opacity: 1;
  color: inherit;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.series-carousel .carousel-control-prev:hover,
.series-carousel .carousel-control-next:hover,
.series-carousel .carousel-control-prev:focus,
.series-carousel .carousel-control-next:focus {
  color: inherit;
  border-color: rgba(0, 0, 0, 0.22);
  background-color: rgba(255, 255, 255, 0.65);
  outline: none;
}

/* Default Bootstrap icons are white; darken for light UI */
.series-carousel .carousel-control-prev-icon,
.series-carousel .carousel-control-next-icon {
  width: 1.1rem;
  height: 1.1rem;
  filter: brightness(0) opacity(0.38);
  transition: filter 0.15s ease;
}

.series-carousel .carousel-control-prev:hover .carousel-control-prev-icon,
.series-carousel .carousel-control-next:hover .carousel-control-next-icon,
.series-carousel .carousel-control-prev:focus .carousel-control-prev-icon,
.series-carousel .carousel-control-next:focus .carousel-control-next-icon {
  filter: brightness(0) opacity(0.75);
}

/* do_this_in_menu.html */
#app {
  border: dashed black 1px;
  width: 220px;
  padding: 20px;
}

#app > img {
  float: right;
  width: 55%;
}

#app > ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#app li {
  padding-left: 6px;
  border-radius: 5px;
  width: 70px;
}

#app li:hover {
  cursor: pointer;
  background-color: rgb(224, 224, 224);
}
