@charset "UTF-8";

/*
Theme Name: Icon Star
Theme URI: https://icon-infotech.net
Author: Mohammad Jewel
Author URI: https://facebook.com/jewelmm9
Description: This is a starter theme for running basic website with supported theme options.
Tested up to: 6.0.0
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iconStarter
Tags: one-column, accessibility-ready, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/
:root {
  --c-block: #fafafa;
}
.icon-heading span {
  background: var(--c-block);
}
.comment-area {
  background: #e9efef;
  border-radius: 10px;
}
.news-carousel {
  max-height: 350px;
}
.post-item .cat_name {
  background: var(--h-color);
}
.news-carousel .post-title {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.post-next a:hover .icon-box,
.post-previous a:hover .icon-box {
  background: #c41351;
  color: #fff;
}
h2 {
  font-size: 25px !important;
  font-family: "Roboto", sans-serif;
}
h3 {
  font-size: 22px !important;
  font-family: "Roboto", sans-serif;
}
h4 {
  font-size: 18px !important;
  font-family: "Roboto", sans-serif;
}
h5,
h6 {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif;
}
.content ul {
  margin: 15px 0;
}
.content ul li {
  margin-left: 30px;
  list-style: disc;
}
.blog_content a {
  color: #c41351;
}
.blog_content a:hover {
  text-decoration: underline;
}
.blog_content table, .blog_content th, .blog_content td {
  border: 1px solid;
}
.content .post-title{
  font-size: 16px !important;
}
.fnt-sm .post-title {
    line-height: 35px !important;
}