.t3sg-style-chooser {
  margin-top: 12px;
}.t3sg-style-previews {
  display: grid;
  grid-template-columns: repeat(3, minmax(56px, 1fr));
  gap: 8px;
}.t3sg-style-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}.t3sg-style-card input[type="radio"] {
  margin: 0;
}.t3sg-style-preview {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
  background: #f2f2f2;
  display: block;
}.t3sg-style-preview.t3sg-style-bw {
  filter: grayscale(1);
}.t3sg-style-preview.t3sg-style-sepia {
  filter: sepia(1) saturate(0.8);
}.t3sg-style-label {
  font-size: 11px;
  line-height: 1.2;
}.t3sg-profile-current img {
  display: block;
  max-width: 100%;
  height: auto;
}.t3sg-profile-current img + img {
  display: none !important;
}#t3sg-profile-photo + img {
  display: none !important;
}
