/* DrawerChat Icon System - Clean SVGs */

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

.icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/* Logo - Briefs/Underwear */
.icon-logo {
  width: 1.2em;
  height: 1.2em;
}
.icon-logo svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Chat bubble */
.icon-chat svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* Camera */
.icon-camera svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* Key/Login */
.icon-key svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* Question/Help */
.icon-help svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* Account/User */
.icon-account svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* Album/Photos */
.icon-album svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* Close X */
.icon-close svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* Plus */
.icon-plus svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* Trust tier icons */
.icon-tier {
  width: 1em;
  height: 1em;
}

/* 18+ badge */
.icon-adult {
  font-weight: 700;
  font-size: 0.9em;
  border: 2px solid currentColor;
  border-radius: 4px;
  padding: 2px 4px;
  line-height: 1;
}
