/*
Theme Name: WPLess Theme
Theme URI: https://www.wpless.com
Description: WPLess Custom Theme
Author: WPLess
Author URI: https://www.wpless.com
Template: hello-elementor
Version: 1.0.0
Text Domain: wpless-theme
*/

/* Add your custom styles here */



.postcontent h2{
    font-size: 20px;
    font-weight: 600;
   display: block;
      background: #E5EEF6;
      color: #1F2937;
      padding: 0.2em 0.6em;
       border-radius: 3px;
       border-left: 6px solid #21759B;
      padding-left: 10px;
      line-height: 32px;
       width: fit-content; 
}

.postcontent h3{
     font-size: 20px;
    font-weight: 600;
   display: block;
      background: #E5EEF6;
      color: #1F2937;
      padding: 0.2em 0.6em;
       border-radius: 3px;
       border-left: 6px solid #21759B;
      padding-left: 10px;
      line-height: 32px;
       width: fit-content; 
}

.postcontent h4{
    font-size: 20px;
    font-weight: 600;
   display: block;
      background: #E5EEF6;
      color: #1F2937;
      padding: 0.2em 0.6em;
       border-radius: 3px;
       border-left: 6px solid #21759B;
      padding-left: 10px;
      line-height: 32px;
       width: fit-content; 
}

.postcontent ul {
  list-style: none; /* Remove default bullets */
  padding-left: 0rem;
  margin: 0.5em 0;
  font-family: 'Inter', sans-serif;
}

.postcontent ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.75em;
  font-size: 1rem;
  line-height: 1.6;
  color: #222; /* Near-black for content */
}

/* Custom bullet for main list */
.postcontent ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #21759B; /* WPLess blue */
  font-size: 1.2rem;
  line-height: 1;
  top: 0.2em;
}

/* Styling for nested lists */
.postcontent ul ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.postcontent ul ul li::before {
   content: '•';
  color: #21759B; /* WPLess blue */
  font-size: 1.2rem;
}


.postcontent blockquote {
  background-color: #FEFCE8; /* Soft yellow background */
  border-left: 4px solid rgb(234, 179, 8); /* Golden yellow border */
  padding: 1rem 1.25rem;
  margin: 1.5em 0;
  font-style: italic;
  color: #444;
  font-size: 1.05rem;
  line-height: 1.7;
  border-radius: 0.5rem; /* Optional: slightly rounded corners */
  font-family: 'Inter', sans-serif;
}

.postcontent p{
    margin: 0 !important;
    margin-bottom: 5px !important;
}