/* ===== ANIME / MANGA CAROUSEL CARD ===== */
.ac-carousel {
  margin-top: 10px;
}

.ac-carousel-inner {
  width: 100%;
}

.ac-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
}

/* Reuse .car-btn from style.css — only define what's unique here */
.ac-card {
  display: flex;
  border: 2px solid #f0b030;
  background: #fff8e1;
  width: 100%;
  box-sizing: border-box;
}

.ac-cover {
  width: 160px;
  flex-shrink: 0;
  border-right: 2px solid #f0b030;
}

.ac-cover img {
  width: 160px;
  height: 230px;
  object-fit: contain;
  display: block;
  background: #fffde7;
}

.ac-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.ac-title-bar {
  padding: 6px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #cc6600;
  font-family: Tahoma, Verdana, sans-serif;
  border-bottom: 2px solid #f0b030;
  background: #fcd681;
  text-align: center;
}

.ac-body {
  padding: 8px 10px;
  flex: 1;
}

.ac-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.ac-stars {
  color: #f9b234;
  font-size: 13px;
  letter-spacing: 1px;
}

.ac-thoughts {
  font-size: 12px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

/* ===== STATUS BADGE (reused from card-status) ===== */
.card-status {
  margin: 0;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 4px;
  display: inline-block;
}