/*
Theme Name: SastraPro Child
Theme URI:
Description: Child theme untuk SastraPro. Modifikasi tema tanpa mengubah file parent.
Author:
Author URI:
Template: sastrapro
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sastrapro-child
*/

/* ==========================================================================
   Custom CSS
   ========================================================================== */

/* Counter */
h3.counter, h2.counter {
  counter-reset: chapter; 
}

h3.counter::before, h2.counter::before {
  content: "#"counter(chapter) ". ";
  display: inline;
}

h3.counter, h2.counter {
  counter-increment: chapter;
  counter-reset: section; 
  color: #333;
}
h3.hastag::before, h2.hastag::before {
  content: "#" " ";
  display: inline;
	color:#4285F4;
}
h3.counter1::before {
    content: "#"counter(chapter1) ". ";
    display: inline;
}

h3.counter1 {
    counter-increment: chapter1;
    counter-reset: section;
    color: #333;
}
h3.counter2::before {
    content: "#"counter(chapter2) ". ";
    display: inline;
}

h3.counter2 {
    counter-increment: chapter2;
    counter-reset: section;
    color: #333;
}

h3.counter3::before {
    content: "#"counter(chapter3) ". ";
    display: inline;
}

h3.counter3 {
    counter-increment: chapter3;
    counter-reset: section;
    color: #333;
}

/* Image List Style */
.single-post__content li img {
    margin: 10px 0;
}

.single-post__content img {
    border: 1px solid #eeeeee;
    border-radius: 5px !important;
}