/* Custom Background Colors for Comment Avatars */
.bg-pomegranate {
  background-color: #c0392b;
}

.bg-turqoise {
  background-color: #1abc9c;
}

.bg-alizarin {
  background-color: #e74c3c;
}

.bg-asbestos {
  background-color: #7f8c8d;
}

.bg-midnightblue {
  background-color: #2c3e50;
}

.bg-carrot {
  background-color: #e67e22;
}

.bg-belizehole {
  background-color: #2980b9;
}

.bg-wisteria {
  background-color: #8e44ad;
}

.bg-amethyst {
  background-color: #9b59b6;
}

/* Soft Pastel Colors - Cocok untuk icon-icon rumah tangga */
.bg-softmint {
  background-color: #a8e6cf;
}

.bg-softpeach {
  background-color: #ffd3b6;
}

.bg-softlavender {
  background-color: #e0bbf9;
}

.bg-softsky {
  background-color: #b5eadd;
}

.bg-softbutter {
  background-color: #fff4bd;
}

.bg-softrose {
  background-color: #ffb7b2;
}

/* =============================================================================
   GIF Protection — prevent right-click / long-press download
   ============================================================================= */
.gif-protected {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.gif-protected img {
  pointer-events: none;
  -webkit-user-drag: none;
}
