/* Island — clean dark forum, light brand accent only (not a site clone) */
@import url("../../black/theme/stylesheet.css");

:root {
  --island-gold: #f5c878;
  --island-gold-dim: rgba(245, 200, 120, 0.14);
  --island-text: #e1d7cb;
  --island-muted: #b8a898;
  --island-line: rgba(139, 90, 43, 0.35);
}

/* Soft gold accents — keep Black layout intact */
a:hover,
a.forumtitle:hover,
a.topictitle:hover,
.navbar a:hover,
.navlinks a:hover,
.breadcrumbs a:hover {
  color: var(--island-gold) !important;
}

h2,
h3,
.forabg .header,
.forumbg .header,
.stat-block h3 {
  color: var(--island-gold) !important;
}

.button:hover,
a.button:hover,
button.button:hover {
  border-color: var(--island-gold) !important;
  background: var(--island-gold-dim) !important;
}

.pagination li.active span,
.pagination .active span,
mark {
  background: var(--island-gold) !important;
  color: #1a1208 !important;
}

li.row:hover {
  background: var(--island-gold-dim) !important;
}

#logo img {
  max-height: 52px;
  width: auto;
  height: auto;
}

/* Logo only — hide sitename / description text under it */
#site-description .sitename,
#site-description > p:not(.skiplink) {
  display: none !important;
}
