.bastet-single-content .entry-content { p:last-child, .wp-block-audio:last-child, .wp-block-button:last-child, .wp-block-code:last-child, .wp-block-embed:last-child, .wp-block-file:last-child, .wp-block-image:last-child, .wp-block-gallery:last-child, .wp-block-media-text:last-child, .wp-block-preformatted:last-child, .wp-block-pullquote:last-child, .wp-block-quote:last-child, .wp-block-seperator:last-child, .wp-block-video:last-child, .wp-block-archives:last-child, .wp-block-calendar:last-child, .wp-block-categories:last-child, .wp-block-latest-comments:last-child, .wp-block-latest-posts:last-child, .wp-block-search:last-child, .wp-block-tag-cloud:last-child { margin-bottom: 0; } } .wp-block-categories-list,.wp-block-categories__list, .wp-block-archives-list, .wp-block-latest-posts__list { li { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding-bottom: 10px; margin-bottom: 10px; position: relative; font-size: 12px; a { font-size: 16px; margin-right: 10px; text-decoration: none; } ul, .children { flex: 0 0 100%; margin-bottom: 0; } &:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; opacity: 0.1; background-color: currentColor; } &:last-child { &:after { display: none; } padding-bottom: 0; margin-bottom: 0; } } } .wp-block-categories-list.aligncenter li { justify-content: center; align-items: center; } .wp-block-media-text__content .has-large-font-size { font-size: 1.25em; line-height: 1.4; } .wp-block-latest-comments, .widget_recent_entries, .wp-block-latest-posts, .widget_recent_comments{ a { color: var(--heading-color); font-weight: normal; text-decoration: underline; line-height: 1.5; } } .feature-box-icon { margin-bottom: 34px; svg { width: 50px; height: 50px; } }