/*
 * Theme Name:  Suman Child
 * Theme URI:   https://digitb.com/
 * Description: Suman Child Theme
 * Author:      DigitB
 * Author URI:  https://digitb.com/
 * Template:    suman
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
.recent-post1.wp-block-latest-posts.wp-block-latest-posts__list li {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0px 15px 0px;
}
.recent-post1.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
  border-bottom: 0px;
}
.responsive-image {
    max-width: 100%; /* Ensures the image scales down if needed */
    height: auto; /* Maintains the aspect ratio */
    display: block; /* Removes any extra space below the image */
}
.cs-hero .cs-entry__thumbnail .cs-overlay-background::after {
  background: rgba(22, 22, 22, 0.6) !important;
}
.elementor-2144 .elementor-element.elementor-element-4809850 .cs-entry__title {
  color: #ffd32c;
}
.cs-entry__comments-toggle {
    display: none !important;
}
