|
@@ -918,7 +918,9 @@ footer {
|
|
|
.site-main > article > *,
|
|
|
.site-main > .not-found > *,
|
|
|
.entry-content > *,
|
|
|
-.entry-content p,
|
|
|
+.entry-content-child,
|
|
|
+.wp-block-premium-content-container .wp-premium-content-logged-out-view > *,
|
|
|
+.wp-block-premium-content-container .wp-block-premium-content-subscriber-view > *,
|
|
|
[class*="inner-container"] > *,
|
|
|
.widget-area > * {
|
|
|
margin-top: 21.312px;
|
|
@@ -930,7 +932,9 @@ footer {
|
|
|
.site-main > article > *,
|
|
|
.site-main > .not-found > *,
|
|
|
.entry-content > *,
|
|
|
- .entry-content p,
|
|
|
+ .entry-content-child,
|
|
|
+ .wp-block-premium-content-container .wp-premium-content-logged-out-view > *,
|
|
|
+ .wp-block-premium-content-container .wp-block-premium-content-subscriber-view > *,
|
|
|
[class*="inner-container"] > *,
|
|
|
.widget-area > * {
|
|
|
margin-top: 32px;
|
|
@@ -942,7 +946,9 @@ footer {
|
|
|
.site-main > article > *:first-child,
|
|
|
.site-main > .not-found > *:first-child,
|
|
|
.entry-content > *:first-child,
|
|
|
-.entry-content p:first-child,
|
|
|
+.entry-content-child:first-child,
|
|
|
+.wp-block-premium-content-container .wp-premium-content-logged-out-view > :first-child,
|
|
|
+.wp-block-premium-content-container .wp-block-premium-content-subscriber-view > :first-child,
|
|
|
[class*="inner-container"] > *:first-child,
|
|
|
.widget-area > *:first-child {
|
|
|
margin-top: 0;
|
|
@@ -952,7 +958,9 @@ footer {
|
|
|
.site-main > article > *:last-child,
|
|
|
.site-main > .not-found > *:last-child,
|
|
|
.entry-content > *:last-child,
|
|
|
-.entry-content p:last-child,
|
|
|
+.entry-content-child:last-child,
|
|
|
+.wp-block-premium-content-container .wp-premium-content-logged-out-view > :last-child,
|
|
|
+.wp-block-premium-content-container .wp-block-premium-content-subscriber-view > :last-child,
|
|
|
[class*="inner-container"] > *:last-child,
|
|
|
.widget-area > *:last-child {
|
|
|
margin-bottom: 0;
|