#pcp-site-header .pcp-styles-menu .pcp-style-icon {
  display: flex; align-items: center; justify-content: center;
  background: #196b65; color: #fff; border: 0; border-radius: 50%;
}
#pcp-site-header .pcp-styles-menu .pcp-style-icon svg {
  display: block; width: 32px; height: 32px; fill: none; stroke: currentColor;
}
#pcp-site-header .pcp-styles-menu .pcp-style-icon::after { content: none; }
@media (max-width: 1023px) {
  #pcp-site-header .pcp-styles-menu .pcp-style-icon svg { width: 28px; height: 28px; }
}
