.stickeo-personalization { display: grid; gap: 24px; width: 100%; margin: 0 0 28px; color: #111; }
.stickeo-personalization fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
.stickeo-personalization legend, .stickeo-personalization__field > label { display: block; margin: 0 0 10px; font-size: 15px; font-weight: 700; line-height: 1.35; }
.stickeo-color-palette__swatches { display: flex; flex-wrap: wrap; gap: 9px; }
.stickeo-color-swatch { position: relative; display: block; cursor: pointer; }
.stickeo-color-swatch input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.stickeo-color-swatch__sample { display: block; box-sizing: border-box; width: 35px; height: 35px; border: 1px solid rgba(17, 17, 17, .14); border-radius: 50%; background: var(--stickeo-color); transition: box-shadow .15s ease; }
.stickeo-color-swatch input:checked + .stickeo-color-swatch__sample { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #111; }
.stickeo-color-swatch input:focus-visible + .stickeo-color-swatch__sample { outline: 3px solid #f5c400; outline-offset: 3px; }
.stickeo-color-palette__selection { min-height: 20px; margin: 10px 0 0; font-size: 13px; color: #565656; }
.stickeo-personalization__tiles { display: flex; flex-wrap: wrap; gap: 10px; }
.stickeo-personalization__tile { position: relative; flex: 1 1 150px; cursor: pointer; }
.stickeo-personalization__tile input { position: absolute; opacity: 0; }
.stickeo-personalization__tile span { display: flex; min-height: 46px; align-items: center; justify-content: center; box-sizing: border-box; padding: 10px 16px; border: 1px solid #dedede; border-radius: 10px; background: #fff; font-weight: 650; text-align: center; transition: border-color .15s ease, background .15s ease, box-shadow .15s ease; }
.stickeo-personalization__tile input:checked + span { border-color: #111; background: #fff9d8; box-shadow: inset 0 0 0 1px #111; }
.stickeo-personalization__tile input:focus-visible + span { outline: 3px solid #f5c400; outline-offset: 2px; }
.stickeo-personalization__group[data-stickeo-option="application"] .stickeo-personalization__tile input:checked + span { border-color: #f7b500; background: #fff9d8; box-shadow: none; }
.stickeo-personalization__field input[type="text"], .stickeo-personalization__field textarea { display: block; width: 100%; max-width: 100%; box-sizing: border-box; padding: 12px 14px; border: 1px solid #d8d8d8; border-radius: 10px; background: #fff; color: #111; font: inherit; box-shadow: none; }
.stickeo-personalization__field textarea { min-height: 110px; resize: vertical; }
.stickeo-personalization__field input:focus, .stickeo-personalization__field textarea:focus { border-color: #111; outline: 2px solid #f5c400; outline-offset: 1px; }
.stickeo-personalization .has-error legend, .stickeo-personalization .has-error > label { color: #b42318; }
.stickeo-personalization .has-error input[type="text"], .stickeo-personalization .has-error textarea { border-color: #b42318; }
@media (max-width: 480px) { .stickeo-personalization { gap: 20px; } .stickeo-color-swatch__sample { width: 32px; height: 32px; } .stickeo-color-palette__swatches { gap: 8px; } .stickeo-personalization__tile { flex-basis: calc(50% - 5px); } }

.stickeo-personalization__tile-wrap { position: relative; flex: 1 1 150px; }
.stickeo-personalization__tile-wrap .stickeo-personalization__tile { display: block; }
.stickeo-personalization__tile-wrap--info .stickeo-personalization__tile > span { padding-left: 32px; padding-right: 32px; }
.stickeo-personalization__tile-wrap > .stickeo-info { position: absolute; top: 2px; right: 2px; }
@media (max-width: 480px) { .stickeo-personalization__tile-wrap { flex-basis: calc(50% - 5px); } }
