/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.1
Template: pro

*/

.acf-editor-wrap iframe {
    height: 150px !important;
}

.fm-content h2,
.fm-content h2 *,
.fm-content h3,
.fm-content h3 *,
.fm-content h4,
.fm-content h4 *{
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}

.fm-content h2,
.fm-content h2 *{
  font-size: 2rem;
}

.fm-content h3,
.fm-content h3 *{
  font-size: 1.8rem;
}

.fm-content h4,
.fm-content h4 *{
  font-size: 1.5rem;
}
.fm-content ul {
  list-style: none;
  padding-left: 0; /* Optional: adjust as needed */
}

.fm-content ul li {
  position: relative;
  padding-left: 27px; /* Space for bullet */
}

.fm-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px; /* Adjust vertically */
  width: 16px; /* Adjust based on your image size */
  height: 16px;
  background-image: url('/wp-content/uploads/2025/10/custom-bullet.png');
  background-size: contain;
  background-repeat: no-repeat;
}


@media screen and (max-width: 767px) {
  .fm-content h2,
	.fm-content h2 *{
    font-size: 2rem;
  }
  
  .fm-content h3,
	.fm-content h3 *{
    font-size: 1.5rem;
  }
  
  .fm-content h4,
	.fm-content h4 *{
    font-size: 1.25rem;
  }
}