/*
 Theme Name:   JNews Child
 Template:     jnews
 Description:  Child theme for JNews
 Author:       Your Name
 Version:      1.0
*/

/* You can add your custom CSS below */

/* Custom quote css start */
.wp-block-quote.is-style-fullybooked-quote {
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 60px;
  line-height: 1.6;
  position: relative;
  background: rgba(237, 237, 237, 0.2); /* transparent light grey */
  text-rendering: optimizeLegibility;
}

.wp-block-quote.is-style-fullybooked-quote::before {
  content: "\201C"; /* opening quote mark */
  color: #3bd482;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: 1;
  font-family: Georgia, serif;
}

.wp-block-quote.is-style-fullybooked-quote::after {
  content: "\201D"; /* closing quote mark */
  color: #3bd482;
  font-size: 3em;
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 1;
  font-family: Georgia, serif;
  pointer-events: none;
}
/* Custom quote css end */

/* Only prefix when the post actually has an updated date */
.single-post.has-updated-date .jeg_post_meta .jeg_meta_date::before {
  content: "Updated on";
}

/* Don't show the prefix inside sidebars/widgets */
.single-post .widget .jeg_meta_date::before {
  content: none !important;
}
