/* HALAMAN CAREER */
.career .ctm-section-title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}

.career .ctm-section-title h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #602255;
}

.career .career-item {
  background-color: var(--surface-color);
  padding: 40px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.career .career-item h3 {
  color: color-mix(in srgb, var(--heading-color), transparent 20%);
  font-weight: 600;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid
    color-mix(in srgb, var(--heading-color), transparent 90%);
  transition: 0.3s;
}

.career .career-item .date {
  line-height: 14px;
  font-size: 16px;
  margin-top: -12px;
}

.career .career-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: -5px;
}

.career .career-item button {
  border: 2px solid color-mix(in srgb, var(--heading-color), transparent 20%);
  border-radius: 5px;
  padding: 15px 10px;
}

.career .career-item .readmore {
  display: inline-block;
  width: 100%;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: color-mix(in srgb, var(--heading-color), transparent 20%);
  text-align: left;
  text-decoration: none;
}

.career .career-item:hover .icon i {
  color: var(--heading-color);
}

.career .career-item:hover .icon:before {
  background: var(--accent-color);
}

.career .career-item:hover h3 {
  border-color: var(--accent-color);
  color: var(--heading-color);
}

.career .career-item:hover .readmore {
  color: var(--accent-color);
}

.detail-career .ctm-section-title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}

.detail-career .ctm-section-title h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #602255;
}

.detail-career .entry .entry-meta {
  margin-bottom: 15px;
  color: #9c847b;
  /* color: red; */
}

.detail-career .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.detail-career .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.detail-career .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
