.single .full-header {
  background: #FFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.10);
}
/* Container thanh Filter & Search */
.filter-bar-td {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 15px;
}

/* Ô tìm kiếm */
.search-form-td i {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
}
.search-form-td input {
    padding-left: 40px;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: none;
}

/* Các nút Filter Taxonomy */
.filter-tabs-td {
    white-space: nowrap;
}
.btn-filter-td {
    background-color: #f3f4f6;
    color: #4b5563;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    border: none;
    transition: all 0.3s ease;
}
.btn-filter-td:hover, .btn-filter-td.active {
    background-color: #5b45ff; /* Màu tím/xanh của nút active */
    color: #fff;
}

/* Thẻ Job Card */
.itemm-cv {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 24px;
    transition: box-shadow 0.3s ease;
}
.itemm-cv:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Badge Taxonomy trong thẻ */
.badge-td {
    display: inline-block;
    background-color: #f5f3ff;
    color: #5b45ff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 16px;
}

/* Tiêu đề công việc */
.itemm-cv-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 20px;
    line-height: 1.4;
}

/* Thông tin địa điểm, lương */
.meta-td li {
    color: #4b5563;
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.meta-td li i {
    width: 20px;
    color: #6b7280;
    margin-right: 8px;
}

/* Nút Xem chi tiết */
.more-td {
    border: 1px solid #5b45ff;
    color: #5b45ff;
    padding: 10px 0;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}
.more-td:hover {
    background-color: #5b45ff;
    color: #fff;
    text-decoration: none;
}
/**/
/* --- PHẦN HEADER CHI TIẾT --- */
.job-title-main {
    font-size: 32px;
    color: #0f172a;
    line-height: 1.3;
}
.job-meta-top{
  gap: 24px;
}
.job-meta-top li {
    font-size: 15px;
    font-weight: 500;
    color: #4b5563;
    display: flex;
    align-items: center;
}
.job-meta-top li i {
    color: #5b45ff;
    margin-right: 8px;
    font-size: 16px;
}

/* --- CỘT TRÁI: KHUNG NỘI DUNG --- */
.job-content-box {
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

/* Tự động style cho các thẻ H2, H3 (như: Mô tả, Yêu cầu...) soạn trong WordPress */
.the-content-wrapper h2,
.the-content-wrapper h3,
.the-content-wrapper h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 24px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0; /* Đường kẻ ngang phân cách */
}

/* Bỏ khoảng cách trên cho tiêu đề đầu tiên */
.the-content-wrapper h2:first-child,
.the-content-wrapper h3:first-child {
    margin-top: 0;
}

.the-content-wrapper p, 
.the-content-wrapper li {
    font-size: 15px;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 16px;
}
.the-content-wrapper ul {
    padding-left: 20px;
}

/* --- CỘT PHẢI: KHUNG THÔNG TIN CHUNG --- */
.job-sidebar-box {
  border-radius: 12px;
  background: rgba(84, 66, 250, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.sidebar-title {
    font-size: 20px;
    color: #0f172a;
}

/* Icon box trong sidebar */
.info-item .icon-box {
    width: 40px;
    height: 40px;
    background-color: #eef0ff; /* Nền icon màu tím nhạt */
    color: #5b45ff;            /* Icon màu tím đậm */
    border-radius: 8px;
    font-size: 18px;
    flex-shrink: 0;
}

/* Text trong sidebar */
.info-item .text-box span {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.5px;
}
.info-item .text-box strong {
    font-size: 15px;
    font-weight: 500;
    color: #0f172a;
    display: block;
    line-height: 1.4;
}

.dinhkem-cv {
  border-radius: 6px;
  border: 1px dashed #D5D7DC;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 15px;
  cursor: pointer;
  color: #43474E;
  font-size: 14px;
}
.single-td-form .dinhkem-cv label{
  margin-bottom: 0;
  font-size: 14px;
}
.single-td-form .dinhkem-cv p{
  margin-bottom: 0;
  /*color: rgba(0, 0, 0, 0.20);*/
}
.single-td-form .input-file {
  display: none;
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  .job-title-main {
    font-size: 22px;
  }
  .job-meta-top{
    gap: 10px;
  }
  .job-meta-top li {
    font-size: 12px;
  }
}