/* Exceprt rules for single post only */

.single-post {
  .wp-block-post-excerpt p {
    margin: 0 !important;
    padding: 0 !important;
  }
}