:root {
  --color-blue-light: #2867c6;
  --color-blue-dark: #112d51;
  --color-blue-light-text: #5a607a;
  --color-blue-light-bg: #eff5f9;
  --color-white: #fff;
  --color-grey-dark: #1a1b24;
  --color-grey-light: #fafafa;
  --color-grey-dark-text: #434343;
  --color-grey-mid: #666666;
  --border-grey: 1px solid #d7d7d7;
  --border-radius-10: 10px;
  --border-radius-5: 5px;
  --max-width: 1170px;
  --transition-main: 0.2s ease;
  --shadow-main: 0px 4px 6px 1px rgba(0, 0, 0, 0.15);
}

/* Feat IMG */
.cig--feat-careertools {
  background: url(../assets/cig-gov-talk-head.webp) center / cover no-repeat;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  min-height: 220px;
  width: auto;
}

@media only screen and (max-width: 768px) {
  /* Feat IMG */
  .cig--feat-careertools-mb {
    background: url(../assets/cig-gov-talk-head.webp) center / cover no-repeat;
  }
}

article.cig--blog-card-primary-wrapper {
  border-radius: 10px 10px 0 0;
  background-color: var(--color-white);
  box-shadow: var(--box-shadow-soft);
  max-width: 380px;
width: 380px;
}

ul.cig--blog-primary-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}

img.cig--blog-card-img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #a47e62, #fff) 1;
}

.cig--blog-content-wrapper {
  padding: 15px 30px 30px;
}
h3.cig--blog-card-heading {
  margin: 0 0 5px 0;
}
h3.cig--blog-card-heading a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  color: var(--color-blue-dark);
  transition: var(--transition-main);
}
h3.cig--blog-card-heading a:hover {
  color: var(--color-blue-light);
}

ul.cig--blog-meta-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 2px 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.cig--blog-meta-wrapper li {
  color: #969696;
}
ul.cig--blog-meta-wrapper li a {
  font-size: 12px;
  color: var(--color-blue-light-text);
  text-decoration: none;
  transition: var(--transition-main);
}
ul.cig--blog-meta-wrapper li a:hover {
  color: var(--color-grey-dark);
}

/* Line Clamp */
.cig--line-clamp-text{
  padding: 15px 0;
  margin: 15px 0;
  overflow: hidden;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
p.cig--blog-card-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4; 
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #383c44;
  line-height: 1.5em;
  font-size: 16px;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  article.cig--blog-card-primary-wrapper {
    max-width: 100%;
  }
  img.cig--blog-card-img {
    max-height: 330px;
  }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 425px) {
  img.cig--blog-card-img {
    max-height: 230px;
  }
}
