.category .elementor-post__read-more::before, .gh-page-posts .elementor-post__read-more::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url('/wp-content/uploads/2025/10/arrow-right.svg'); /* Replace with your icon URL */
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px; /* Set a fixed height or adjust as needed */
    margin-right: 0px;
    padding-bottom: .9rem;
  }

.category .elementor-widget-wp-widget-categories ul, .gh-page-posts .elementor-widget-wp-widget-categories ul {
	margin-top: -1rem;
}

.single-post h1 + figure img {
    /* your styles */
    border-radius: 50%;
}

.category .elementor-widget-post-navigation .post-navigation__prev--title {
	color: #09347A;
}

.single-post #commentform .submit {
	background-color: #08347A !important;
    color: #fff !important;
	font-size: 15px;
	border-radius: 4px !important;
    height: 52px !important;
    line-height: 1.8 !important;
    border: none !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
}