.blog-container {
  box-sizing: border-box;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px !important;
  color: #303030;
  display: block;
  margin: 30px auto;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  position: relative;
  overflow: hidden;

  --white-cl: #ffffff;
  --dk-gray: #808080;
  --lt-gray: #d8d8d8;
  --pallet-grn: #3d646c;
  --pallet-ylw: #ffb54a;
  --pallet-org: #f4704a;
  --pallet-red: #d41a4f;
  --pallet-prl: #5b0aad;
  --pallet-dbl: #270a91;
  --green: #01a603;
  --red: #d60101;
  --lt-org: rgb(254, 211, 200);
  --lt-grn: 115, 228, 0;
  --lt-prl: 226, 200, 254;
  --lt-ylw: 255, 211, 7;
}

.blog-container * {
  text-transform: none;
}

.blog-container section,
.blog-container header,
.blog-container img {
  padding: 0;
}

article a,
article a:hover,
article a:focus,
article a:visited {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}

.blog-header {
  position: relative;
  z-index: 10 !important;
}

.blog-post {
  display: block;
  max-width: 780px !important;
  /* margin: 0 10px; */
  position: relative;
}

.blog-post h1 {
  font-size: 32px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0 0 34px;
  line-height: 1.125;
  /* text-align: justify; */
}

.blog-post h2 {
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 32px;
  margin: 40px 0 24px !important;
  /* font-size: 22px;
    margin: 28px 0 12px; */
}

.blog-post h3 {
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.15px;
  line-height: 28px;
  margin: 28px 0 12px;
}

.blog-post p,
.blog-post ul {
  margin: 16px 0;
  /* line-height: 1.6; */
}

.blog-post ul {
  list-style: none;
  -webkit-margin-start: 18px;
  margin-inline-start: 18px;
  padding: 0;
  margin-left: 0;
}

.blog-post ul li {
  line-height: 28px !important;
  margin-bottom: 0 !important;
}

.blog-post ul li::before {
  content: "\2B25  ";
  /* color: #FFB54A; */
  color: var(--pallet-org);
  font-size: 16px;
  display: inline;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  -moz-text-align-last: start !important;
  text-align-last: start !important;
  margin-right: 5px;
  background: none;
  top: 0;
  left: 0;
}

.blog-post ul li li {
  margin-left: 30px !important;
}

.blog-post .border-corner-sqa {
  /* background-color: #FFB54A; */
  /* border: 4px dotted #FFB54A;
    border-right: none;
    border-left: none; */
  /* max-width: 400px; */
  height: 55px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  font-size: min(max(11px, 3vw), 18px);
  text-align: center;
  line-height: 50px;
  margin: auto;
  box-shadow: 0px 25px 0px -19px var(--white-cl),
    -25px 0px 0px -19px var(--white-cl), 0px -25px 0px -19px var(--white-cl),
    25px 0px 0px -19px var(--white-cl), 0 0 0 2px #e0e0e0;
  -webkit-animation: popCorner 0.5s infinite alternate ease-in-out;
  animation: popCorner 0.5s infinite alternate ease-in-out;
  /* animation: popCorner 0.5s infinite alternate ease-in-out, textColor 5s infinite alternate ease-in-out; */
}

.blog-post .link {
  text-decoration: none;
  /* color: #05809a; */
  color: #00b2b3;
  /* color: #d96e7d; */
  /* color: #003f9f; */
  border-bottom: 1px solid #00b2b3;
  /* border-bottom: 2px solid transparent; */
  transition: all 0.5s ease;
}

.blog-post .link:hover,
.blog-post .link:focus {
  opacity: 1;
  color: #00d6d6;
  /* color: #e88c93; */
  /* color: #006bc0; */
  border-bottom-color: #00d6d6;
  /* text-shadow: 0 0 2px #00d6d647; */
}

.blog-post .link:visited {
  color: #00b2b3;
  /* color: #d96e7d; */
}

.blog-post table {
  display: table !important;
  border-collapse: collapse;
  width: 90%;
  margin: auto;
}

.blog-post table ul {
  margin: auto 0;
}

.blog-post .table {
  /* display: table; */
  /* width: 90%; */
  /* border-collapse: collapse; */
  /* font-size: min(max(10px, 3vw), 17px); */
  /* font-size: 17px; */
  /* margin: auto; */
  flex-grow: 1;
  overflow: hidden;
}

.blog-post .table > * {
  color: inherit;
}

.blog-post .align-cm {
  text-align: center;
  vertical-align: middle;
}

.blog-post .table__head {
  background-color: #f2f2f2;
  font-weight: 600;
}

.blog-post .table__head,
.blog-post .table__cell {
  color: #303030;
  padding: 10px;
  position: relative;
}

.blog-post .table__title {
  margin: 15px auto;
}

.blog-published {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* border-bottom: 0.2rem solid var(--grey); */
  padding: 1rem 0;
  margin-bottom: 1.5rem;
}

.blog-published h5 {
  /* font-size: 1.5rem; */
  font-size: 1.2rem;
  /* font-style: italic; */
  font-weight: 400;
  color: var(--dark-grey) !important;
}

.blog-published h5 i {
  color: var(--grey);
  padding-right: 0.5rem;
}

.blog-published h5 span {
  color: var(--black);
}

.text-pe {
  display: block;
  /* color: var(--red); */
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  /* text-align: center; */
  text-align: end;
  margin-bottom: 0;
  margin-top: 40px;
  line-height: 0;
}

/* IMAGE */

.img-container {
  width: 100%;
  position: relative;
  /* max-width: 640px !important; */
  margin: auto !important;
}

.img-container img {
  border: none;
  width: 100% !important;
  margin: 5px 0 !important;
  display: block !important;
  border-radius: 5px;
  border: 1px solid #dddddd;
}

/* MARGINS */
.mg-b-18 {
  margin-bottom: 18px !important;
}

.mg-t-30 {
  margin-top: 30px !important;
}

.mg-b-30 {
  margin-bottom: 30px !important;
}

.mg-t-40 {
  margin-top: 40px !important;
}

.mg-b-40 {
  margin-bottom: 40px !important;
}

.mg-t-6 {
  margin-top: 6px !important;
}

.mg-b-6 {
  margin-bottom: 6px !important;
}

/* ------------------------ RESPONSIVENESS ------------------------- */

@media screen and (max-width: 539px) {
  .author-wrapper {
    width: 100%;
    /* margin-bottom: 25px; */
  }

  .author-container {
    margin-bottom: 0;
  }

  .cpy-container {
    margin-top: 0;
  }

  .blog-post .table__head,
  .blog-post .table__cell {
    padding: 5px;
  }
}

@media screen and (min-width: 540px) and (max-width: 1192px) {
  .author-wrapper {
    width: 46%;
  }
}

@media screen and (max-width: 767px) {
  .blog-container__header {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .banner {
    border-radius: 20px;
    padding: 20px;
  }

  .blog-container {
    max-width: 780px;
    padding: 0;
  }

  .blog-post h1 {
    font-size: 42px;
  }

  .blog-post h3 {
    margin: 28px 0 12px;
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (min-width: 992px) {
  .author-name,
  .author-role {
    font-size: 18px !important;
  }

  .blockquote-a {
    font-size: 22px;
  }

  .blog-container {
    font-size: 19px !important;
    line-height: 32px !important;
  }

  .blog-post h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: -0.5px;
    margin: 50px 0 24px !important;
  }

  .blog-post h3 {
    margin: 28px 0 12px;
    font-size: 24px;
    /* line-height: 32px; */
  }
}

@media screen and (min-width: 1500px) {
  .blog-post table {
    max-width: 950px;
  }
}
