diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss
index 47975263a5120eed4adccba2d2877f3933f7b61d..646c99b35600e5db82367e788b2550860bfa3cbb 100644
--- a/_sass/custom/custom.scss
+++ b/_sass/custom/custom.scss
@@ -93,6 +93,15 @@ summary {
   }
 }
 
+.inline-icon {
+  background-color: #f5f6fa;
+  border-radius: 4px;
+  height: 1.5em;
+  margin-bottom: -0.4em;
+  padding: 0.4em;
+  vertical-align: baseline;
+}
+
 [style*="--aspect-ratio"] > :first-child {
   width: 100%;
 }