/* WRAP de PATCH */ .wrap_patch { background-color: #dce6ef; box-shadow: 0 0 3px 2px #00000017; } div.wrap_patch { border: 1px solid #bcc1c900; padding: 0.5em 1em 0 1.5em; margin: 0 0 0.5em 0; border-radius: 0.5em 0; } span.wrap_patch { display: inline-flex; gap: 0.3em; padding: 0 0.3em; } .wrap_patch:before { content: " "; background-image: url(/_media/media/patch.png); background-position: center; background-repeat: no-repeat; background-size: 105%; display: inline-block; border-radius: 50%; border: 1px solid #AAB; } div.wrap_patch:before { width: 24px; height: 24px; position: absolute; transform: translate(-2.2em, -0.9em); } span.wrap_patch:before { width: 16px; height: 16px; }