/* BLOG STYLES */

.feature_steps_column {
    display:flex;
    gap: 10px;
    flex-direction: column;
}

.leftcolumn { 
  float: left;
  width: 75%;
}

.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

.blogimg {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.blogimg_wrapper {
  border-radius: 8px;
  overflow: hidden;
}


[data-article="type1"] h2,
[data-article="type1"] h2 a {
  font-size: 24px !important;
}

[data-article="type1"] .blogimg {
  min-height:200px;
}

[data-article="type2"] .blogimg {
  min-height:100px;
}

[data-article="type2"] h2 {
  font-size: 17px;
}

[data-article="type3"] {
    width: 100%;
    height: auto;
}

[data-article="type3"] img {
  width: 100%;
  height: auto;
}

[data-article="type4"] h2 {
  font-size: 19px;
}

[data-article="type5"] {
  min-width: 290px;
}

[data-article="type5"] h2 {
  font-size: 19px;
}

[data-article="type5"].flex-child {
  margin-right: 10px;
}

.blog_card h2 {
    font-size: 18px;
}

.blog_card h5 {
  font-size: 15px;
}

.blog_card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  flex-direction: column;
}

.blog_card_micro {
    display: flex;
    justify-content: flex-start;
    gap: 2px;
    flex-direction: column;
    margin-top: 10px;
}

.blog_row:after {
  content: "";
  display: table;
  clear: both;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

.flex-container-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-child {
  flex: 1;
} 

.flex-child-2 {
  flex: 2;
}

.flex-child:first-child {
  margin-right: 20px;
} 
.other_ainfo {
  margin-top: 10px;
  font-size: 14px;
}

.small_title {
  margin-top: 10px;
  font-size: 14px !important;
  color: #515769 !important;
  line-height: 1;
  font-weight: 800;
}


.other_articles {
  margin: 50px 0px;
}


@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn { 
    width: 100%;
    padding: 0;
  }

  .flex-container {
    flex-direction: column;
  }
}


.badge {
  display: inline-block;
  background-color: #ffeb3b; /* bright yellow */
  color: #333; /* readable text on yellow */
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25em 0.5em;
  border-radius: 9999px; /* pill shape */
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}