/* Persisted box colors, shared by the creator and the received gift. */
.c-24 { --theme-color-strong: #b9487a; --theme-color-light: #ffe1ee; --box-dark: #60213e; }
.c-25 { --theme-color-strong: #8052b2; --theme-color-light: #eee1ff; --box-dark: #3f2859; }
.c-26 { --theme-color-strong: #25806b; --theme-color-light: #d9f3e9; --box-dark: #174c40; }
.s-24, .s-25, .s-26 { display: none; }
.c-24 .s-24, .c-25 .s-25, .c-26 .s-26 { display: initial; }
.p-2 .sp-0, .p-0 .sp-2, .p-1 .sp-2, .p-0 .sp-1 { display: none; }
:is(.c-24, .c-25, .c-26) .color-rose { color: var(--theme-color-strong); }
:is(.c-24, .c-25, .c-26) :is(.button-bottom, .bg-strong-color) { background: var(--theme-color-strong); }
:is(.c-24, .c-25, .c-26) :is(.image-container, .bg-color-container) { background: var(--theme-color-light); }
:is(.c-24, .c-25, .c-26) :is(.bg-color-container.dark, .bg-color-container-dark) { background: var(--box-dark); }
