.user-border-label > input {
  opacity: 0;
  position: absolute;
  width: 0;
}

.user-border-label > input + div {
  position: relative;
  cursor: pointer;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: linear-gradient(0deg, #fff, #fff), #ededed;
  border: 0.5px solid #828282;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  border-radius: 2px;
}

.user-border-label > input:checked + div {
  background: #555;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  border-radius: 1px;
  color: #fff;
}

.user-border-label > input:checked + div:hover {
  background: #555;
}

.user-border-label > input + div:hover {
  background: rgb(229 231 235);
}

.user-frame-label > input {
  opacity: 0;
  position: absolute;
  width: 0;
}

.user-frame-label > input + span {
  padding: 0.75rem;
  cursor: pointer;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
}

.user-frame-label > input:checked + span {
  background-color: #666;
  color: #fff;
}

.user-texture-label > input {
  opacity: 0;
  position: absolute;
  width: 0;
}

.user-texture-label > input + span {
  padding: 0.75rem;
  cursor: pointer;
  display: flex;
  border-radius: 2px;
  text-align: center;
}

.user-texture-label > input:checked + span {
  background-color: #666;
  color: #fff;
}

.user-columns-label > input {
  opacity: 0;
  position: absolute;
  width: 0;
}

.user-columns-label > input + .faux-gallery {
  background: #fff;
}

.user-columns-label > input:checked + .faux-gallery {
  background: #555;
}

.user-columns-label > input + .faux-gallery > div {
  background: #555;
}

.user-columns-label > input:checked + .faux-gallery > div {
  background: #fff;
}

.user-columns-label > input:checked + .faux-gallery > span {
  color: #fff;
}

.user-columns-label > input + div:hover {
  background: rgb(229 231 235);
}

.gallery-card {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
}

.background-selectors {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .background-selectors {
    width: 120px;
    height: 120px;
    overflow: hidden;
  }
}
