demo-container { display: block; border: 2px solid rgb(189, 189, 189); padding: 35px 10px 30px; border-radius: 4px; width: 250px; height: fit-content; }
demo-object { display: block; background-color: rgb(224, 255, 253); flex-direction: row; justify-content: space-between; text-align: center; }
inline-inline { box-shadow: rgb(255, 0, 0) 8px 8px 10px 0px, rgb(0, 0, 255) -5px -5px 5px 0px, rgb(255, 255, 0) 5px 5px 15px 0px; background-image: linear-gradient(to right bottom, rgb(255, 255, 0), rgb(0, 128, 0)); line-height: 45px; }
.element {box-decoration-break: clone;}
