/*------------------------------------------------------------------------------ # Components > Post Terms ------------------------------------------------------------------------------*/ .post-terms { margin: 0; position: relative; clear: both; font-family: "Overpass Mono", monospace; } .post-terms a, .post-terms .term-type { font-size: 14px; text-decoration: none; display: inline-block; padding: 3px 15px; margin-right: 6px; border: 1px solid #e4e4e4; border-radius: 50px; } .post-terms .term-type { color: #ffffff; background: #000000; border-color: transparent; } .post-terms .term-type i { margin-top: 5px; } .post-terms a { margin: 0 4px 10px 0; } .post-terms a:hover, .post-terms a:focus, .post-terms a:active { color: #fff; border-color: transparent; } .post-terms a:last-child { margin-right: 0; }