.blog-core-content {
  overflow: hidden;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  flex-direction: row-reverse;
  gap: 27px;
  justify-content: center;
}

.core-article {
  position: relative;
  width: 70%;
  overflow: hidden;
}

.core-article-title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 17px;
  margin-bottom: 27px;
}

.cat-color-block {
  width: 100%;
  height: 0%;
  background: #257a3e;
  position: absolute;
  animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex;
}

.core-article-title h1 {
  color: #000;
  font-size: 31px;
  animation: mainFadeIn 2s forwards;
  animation-delay: 1.6s;
  opacity: 0;
  display: flex;
  align-items: baseline;
  position: relative;
}

.cat-color-dot {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: #257a3e;
  animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 2s;
  margin-left: 5px;
  margin-top: -14px;
  position: absolute;
  bottom: 14px;
  right: -14px;
}

@keyframes mainBlock {
  0% {
    height: 0%;
    bottom: 0;
  }
  50% {
    height: 100%;
    left: 0;
  }
  100% {
    height: 0;
    bottom: 100%;
  }
}

@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes popIn {
  0% {
    width: 0px;
    height: 0px;
    background: #257a3e;
    border: 0px solid #ddd;
    opacity: 0;
  }
  50% {
    width: 14px;
    height: 14px;
    background: #257a3e;
    opacity: 1;
    bottom: 46px;
  }
  65% {
    width: 8px;
    height: 8px;
    bottom: 0px;
    width: 17px;
  }
  80% {
    width: 14px;
    height: 14px;
    bottom: 21px;
  }
  100% {
    width: 8px;
    height: 8px;
    background: #257a3e;
    border: 0px solid #222;
    bottom: 14px;
  }
}

.core-article-img {
  width: 50%;
  height: 503px;
  margin: 0 17px 17px;
  float: left;
}

.core-article-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.core-article-txt {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 17px;
}

.core-article-order {
  display: flex;
  gap: 36px;
  justify-content: space-around;
  padding: 14px;
}

.cta-price {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #257a3e;
}

.core-article-info {
  display: flex;
  flex-direction: row-reverse;
  gap: 17px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}

.cai-author-icon,
.cai-data-icon {
  width: 27px;
  height: 27px;
  fill: #257a3e;
}

.cai-data,
.cai-author {
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: row-reverse;
}

.edge-panel {
  width: 23%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 27px;
}

.edge-panel-tags-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 5px;
  flex-direction: row-reverse;
}
.edge-panel-tags-list-tag {
  display: block;
  padding: 2px 14px;
  border: 2px solid #eeeeee;
  border-radius: 0px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #0f0d0e;
}

.edge-panel-tags-list-tag:hover {
  border-color: #257a3e;
}

.edge-panel-title {
  margin: 0;
  margin-bottom: 27px;
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: start;
}

.edge-panel-themes-list li {
  margin-top: 14px;
  padding-bottom: 5px;
  border-bottom: 2px solid #eeeeee;
}
.edge-panel-themes-list-theme {
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  position: relative;
}
.edge-panel-themes-list-theme:hover {
  color: #257a3e;
}
.edge-panel-themes-list-categories-count {
  font-size: 12px;
  color: #257a3e;
  vertical-align: super;
}

.edge-panel-themes-list {
  padding: 0 21px 0;
  display: flex;
  flex-direction: column;
}

.author-spotlight {
  background-color: #257a3e;
  padding: 27px;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: center;
  font-size: 12px;
  color: #f9f3f3;
}

.author-spotlight-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}

.author-spotlight-img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.author-spotlight-img::after {
  content: "";
  position: relative;
  z-index: -1;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: -118px;
  left: 5px;
  background-color: #000000;
}

.author-spotlight-name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: start;
}

.author-spotlight-txt {
  font-size: 12px;
  line-height: 1.5;
}

.caf-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  align-items: center;
  padding: 27px 36px;
}

.input-btn_container-group,
.textarea-btn_container-group {
  width: 100%;
  padding: 5px 5px 17px 5px;
  outline: 0;
  border: 2px solid rgba(105, 105, 105, 0.397);
  border-radius: 0px;
  color: grey;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: all 0.5s ease;
}

.input-btn_container-group:focus,
.textarea-btn_container-group:focus {
  border: 2px solid #257a3e;
}

.input-btn_container-group label,
.textarea-btn_container-group label {
  font-size: 16px;
  color: #353535;
}

@media (max-width: 992px) {
  .blog-core-content {
    flex-direction: column;
  }

  .core-article,
  .edge-panel {
    width: 100%;
  }

  .edge-panel {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .edge-panel-col {
    width: 43%;
  }

  .author-spotlight-img img,
  .author-spotlight-img {
    width: 83px;
    height: 83px;
  }

  .author-spotlight-img::after {
    width: 83px;
    height: 83px;
    top: -81px;
  }
}
