.gradient-blog {
  background: hsla(202, 82%, 60%, 1);
  background: linear-gradient(
    135deg,
    hsla(202, 82%, 60%, 1) 8%,
    hsla(205, 84%, 32%, 1) 78%
  );
  background: -moz-linear-gradient(
    135deg,
    hsla(202, 82%, 60%, 1) 8%,
    hsla(205, 84%, 32%, 1) 78%
  );
  background: -webkit-linear-gradient(
    135deg,
    hsla(202, 82%, 60%, 1) 8%,
    hsla(205, 84%, 32%, 1) 78%
  );
}

.social-media {
  gap: 10px;
}

.social-media div {
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
}

.social-media .facebook-icon {
  background: #3061c7;
}
.social-media .twitter-icon {
  background: #000000;
}
.social-media .linkedin-icon {
  background: #008df3;
}
.social-media .whatsapp-icon {
  background: #22c15d;
}

.social-media i {
  color: #fff;
  font-size: 17px;
}

.share-text {
  font-size: 19px;
  font-weight: 600;
  color: var(--primary-color);
  font-family: Oswald;
}

.indicator-text {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Oswald;
}

.divider.recent-post {
  width: 30%;
  margin: 15px 0;
}

.section-blog-space {
  max-width: 1400px;
}

.container-section-generic.blog {
  width: 95%;
}

.carmel-logo-post {
  width: 42%;
  transition: 600ms ease-in-out;
  max-width: 240px;
}

.carmel-logo-post:hover {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .carmel-logo-post {
    width: auto;
    height: 300px;
    max-width: none;
  }

  .recent-post img {
    height: 25vw;
  }
}

.social-media-icon {
  cursor: pointer;
}

.sumary-content p {
  margin-bottom: 0;
  cursor: pointer;
}

.sumary-content p span,
.sumary-content p:hover {
  color: var(--primary-color);
}

#post-container > * {
  margin: 0 !important;
  padding: 0 !important;
}

#post-container h1,
#post-container h2,
#post-container h3 {
  font-family: Oswald;
  padding-top: 0;
  margin-top: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: black;
}

#post-container h1 {
  font-size: 44px;
}

#post-container h2 {
  font-size: 24px;
  font-weight: 700;
}

#post-container h3 {
  font-size: 20px;
  font-weight: 600;
}

#post-container .simple-image {
  width: 100%;
  margin: 30px 0;
}

.notice-item-introduction .text-container {
  position: relative;
}

.notice-item-introduction .notice-date {
  font-size: 16px;
  color: #4a4a4a;
  transform: translateY(-20px);
  display: inline-block;
}

.notice-item-introduction .notice-desc {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

#post-container .ce-paragraph {
  margin-top: 20px;
  color: #4a4a4a;
}

#post-container .simple-image img,
.notice-item-introduction img {
  border-radius: 2px;
  box-shadow: 0 0 10px 1px #0000000e;
}

.notice-item-introduction img {
  margin: 0 0 30px 0;
}

#post-container .simple-image[size-image="lg"] img {
  width: 100%;
}

#post-container .simple-image[size-image="md"] img {
  width: 75%;
}

#post-container .simple-image[size-image="sm"] img {
  width: 55%;
}

#post-container .cdx-block {
  padding: 0 !important;
}

#post-container .cdx-list__item {
  margin-left: 30px;
  margin-top: 10px;
}

.notice-item-horizontal {
  width: 100%;
  height: 100px;
  background: #f1f2f4;
  margin-bottom: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.notice-item-horizontal.preview {
  max-width: 400px;
}

.notice-item-horizontal img {
  height: 100%;
  width: 35%;
}

.notice-item-horizontal .text-container {
  padding: 5px 10px;
  overflow: hidden;
  width: 65%;
  text-overflow: ellipsis;
  height: 100%;
}

.notice-item-horizontal .notice-name {
  font-family: Oswald;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  text-overflow: ellipsis;
}

.notice-item-horizontal .notice-date {
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
}

.notice-item-horizontal .notice-desc {
  font-size: 14px;
}

.notice-item-introduction {
  width: 100%;
}

.notice-item-introduction img {
  width: 100%;
}
