/* === CobblemonIslands theme === */

/* --- Background: warm sandy beach --- */
body {
  background-color: #FFF6DC;
  background-image:
    radial-gradient(circle at 20% 0%, rgba(31, 184, 196, 0.10), transparent 40%),
    radial-gradient(circle at 80% 100%, rgba(245, 200, 66, 0.12), transparent 45%);
  background-attachment: fixed;
}

/* --- Links (anywhere) --- */
a {
  color: #0E7A85;
}

a:hover {
  color: #1FB8C4;
}

/* --- Top menu / nav --- */
.c-menu {
  background-color: rgba(31, 184, 196, 0.12);
  border-bottom: 3px solid #F5C842;
}

/* --- Vote / support counter --- */
.c-support-counter button.m-supported,
.c-support-counter button:hover {
  color: #1FB8C4 !important;
}

.c-support-counter button.m-supported i.icon,
.c-support-counter button:hover i.icon {
  color: #1FB8C4 !important;
}

/* --- Idea list --- */
.c-idea-list .c-list-item .c-list-item-title:hover {
  color: #0E7A85;
}

/* --- Staff highlight (admins/mods stand out) --- */
.c-username.m-staff {
  color: #DC2626;
  font-weight: 700;
}

.c-avatar.m-staff {
  border-color: #DC2626;
}