/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Дочірня тема для Hello Elementor
 Author:       Taras
 Author URI:   https://example.com/
 Template:     hello-elementor
 Version:      1.0.0
*/

body {
font-family: "Igra Sans", Sans-serif !important;
}

.single .ternopil-news , .single .ukraine-news {
	margin-top: 100px;
	margin-bottom: 100px;
}

.page-content > p > img.alignleft {
  max-width: 50%;
  height: auto;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-content ul {
  padding-left: 20px;
  margin-top: 0;
}

.page-content ul li {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
}

@media (max-width: 768px) {
  .page-content > p > img.alignleft {
    float: none;
    display: block;
    max-width: 100%;
    margin: 0 auto 20px auto;
  }
}


img.post-featured-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}


	.single .site-main img {
		display: block !important;
	}
  
  .single .site-main h6 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .single .site-main h3,
  .single .site-main h4,
  .single .site-main h5,
  .single .site-main h2,
  .single .site-main h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 130%;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .single .site-main h1 {
    font-size: 32px;
  }
  .single .site-main h3 {
    font-size: 28px;
  }
  
  .single .site-main h4 {
    font-size: 26px;
  }
  
  .single .site-main h5 {
    font-size: 24px;
  }
  
  .single .site-main p {
    font-weight: 500;
    font-size: 18px;
    color: #354052;
    margin-top: 20px;
  }

  .single .site-main p a {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.7);
  }
  .single .site-main ol {
    list-style-type: decimal;
  }
  
  .single .site-main ul {
    list-style-type: disc;
  }
  
  .single .site-main ul,
  .single .site-main ol {
    padding-left: 19px;
  }
  
  .single .site-main li {
    font-size: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
    color: rgba(0, 0, 0, 0.7);
    padding-top: 5px;
    padding-bottom: 5px;
  }
  

@media(max-width: 568px) {
  .single .site-main p {
    font-size: 14px;
  }
}