.entry-meta { font-size: 11px; letter-spacing: $letter-spacing__small; text-transform: uppercase; font-style: normal; line-height: 1.5; color: $color__entry-meta-color; display: inline-flex; flex-direction: row; width: 100%; flex-flow: wrap; .meta-icon { text-align: center; flex: 0 0 auto; font-size: 12px; margin-right: 4px; } .meta { position: relative; display: inline-flex; flex-wrap: wrap; align-items: flex-start; i { color: bastet-color(); } &:after { content: "-"; display: inline-block; padding: 0 10px; } &:last-child { &:after { content: none; } } } .icon { svg { width: 14px; height: 14px; display: inline-block; margin-right: 4px; fill: $color__entry-meta-color; } } a { color: inherit; &:hover { opacity: 0.5; } } }