/* Start custom CSS for section, class: .elementor-element-b21c7af */.job-overview-section {
  font-family: "Inter", sans-serif;
  background: #f4f6f8;
  padding: 20px;
}

/* TOP BAR */
.job-overview-section .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.job-overview-section svg {
    width: 17px;
}
.job-overview-section .header-right button {
  border: 1px solid #d1d5db;
  background: white;
  padding: 6px 10px;
  border-radius: 6px;
  margin-left: 6px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.job-overview-section .top-bar h3 {
  margin: 0;
  font-size: 20px;
}

.job-overview-section .top-bar p {
  margin: 0;
  font-size: 12px;
  color: #6b7280;
}

.job-overview-section .btn-outline {
  border: 1px solid #d1d5db;
  padding: 6px 12px;
  background: #fff;
  border-radius: 6px;
}

.job-overview-section .btn-green {
  background: #16a34a;
  color: white;
  padding: 6px 14px;
  border-radius: 6px;
  border: none;
}

/* HEADER */
.job-overview-section .header-card {
  background: #eaf1ec;
  border: 1px solid #dfe5e1;
  border-radius: 10px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

/* LEFT */
.job-overview-section .posted {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 6px;
}

.job-overview-section .job-title {
  font-size: 26px;
  font-weight: 600;
  margin: 4px 0;
}

.job-overview-section .location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #374151;
  margin-bottom: 12px;
}

/* TABS */
.job-overview-section .tabs {
  display: flex;
  gap: 25px;
}

.job-overview-section .tabs button {
  background: none;
  border: none;
  font-size: 14px;
  color: #6b7280;
  padding-bottom: 6px;
  cursor: pointer;
}

.job-overview-section .tabs .active {
  color: #15803d;
  border-bottom: 2px solid #15803d;
}

/* RIGHT SIDE */
.job-overview-section .header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

/* 3 DOT MENU */
.job-overview-section .menu-dot {
  width: 34px;
  height: 34px;
  background: #f3f4f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* ACTION BUTTONS */
.job-overview-section .actions {
  display: flex;
  gap: 10px;
}

.job-overview-section .actions button {
  border: 1px solid #d1d5db;
  background: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

/* ICON SIZE */
.job-overview-section i {
  width: 16px;
  height: 16px;
}
/* MAIN CARD */
.job-overview-section .job-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 22px;
    margin-top: 12px;
}
.job-overview-section .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.job-overview-section .card, .job-overview-section .card:hover {
    background: #ffffff05;
    border: 1px solid #cdcdcd;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .15s;
    margin-top: 9px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
}
/* SECTION TITLE */
.job-overview-section .section-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* TEXT */
.job-overview-section .job-summary {
  font-size: 14px;
  color: #374151;
  line-height: 1.7;
}

/* SUBHEADINGS */
.job-overview-section .subheading {
  font-size: 15px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 10px;
}

/* LIST */
.job-overview-section ul {
  padding-left: 18px;
  margin: 0;
}

.job-overview-section ul li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #374151;
}

/* DIVIDER LINE */
.job-overview-section .divider {
  height: 1px;
  background: #e5e7eb;
  margin: 20px 0;
}

/* HASHTAGS */
.job-overview-section .hashtags {
  font-size: 13px;
  color: #15803d;
  line-height: 1.8;
}

/* SPECIFICATIONS */
.job-overview-section .specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 10px;
}

.job-overview-section .spec {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f9fafb;
  padding: 12px;
  border-radius: 8px;
}

.job-overview-section .spec i {
  width: 18px;
  height: 18px;
  color: #6b7280;
}

.job-overview-section .spec strong {
  display: block;
  font-size: 14px;
}

.job-overview-section .spec span {
  font-size: 12px;
  color: #6b7280;
}

/* SKILLS */
.job-overview-section .skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.job-overview-section .tag {
  background: #eef2f7;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
}

.job-overview-section .job-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 22px;
}

/* TITLES */
.section-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.subheading {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mini-title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}

/* TEXT */
.job-summary {
  font-size: 14px;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 12px;
}

/* LIST */
.bullet-list {
  padding-left: 18px;
  margin-bottom: 12px;
}

.bullet-list li {
  font-size: 14px;
  margin-bottom: 6px;
}

/* DIVIDER */
.divider {
  height: 1px;
  background: #e5e7eb;
  margin: 18px 0;
}

/* TAGS */
.hashtags {
  font-size: 13px;
  color: #15803d;
  line-height: 1.8;
}

/* SPECS */
.specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 30px;
}

.spec {
  display: flex;
  gap: 10px;
  align-items: center;
}

.spec i {
  width: 18px;
  height: 18px;
  color: #6b7280;
}

.spec strong {
  display: block;
  font-size: 14px;
}

.spec span {
  font-size: 12px;
  color: #6b7280;
}

/* SKILLS */
.skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  background: #eef2f7;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
}

/* PREFERRED */
.preferred p {
  font-size: 14px;
  margin-bottom: 6px;
}

/* JOB ACTIVITY */
.job-activity {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.job-activity strong {
  display: block;
  font-size: 14px;
}

.job-activity span {
  font-size: 12px;
  color: #6b7280;
}

/* ICON */
.job-overview-section i {
  width: 16px;
  height: 16px;
}

/* RIGHT */
.job-overview-section .buyer-top {
  display: flex;
  gap: 10px;
  align-items: center;
}

.job-overview-section .buyer-top img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

/* SMALL CARDS */
.job-overview-section .card.small {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* FILE */
.job-overview-section .file {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #eee;
}

/* ICON */
.job-overview-section i {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

/* MOBILE */
@media (max-width: 900px) {
  .job-overview-section .job-content {
    grid-template-columns: 1fr;
  }
}
.job-overview-section .right-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 14px;
}

/* TITLES */
.card-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.small-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* HEADER */
.buyer-header {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.job-overview-section1 .avatar {
    width: 48px;
    height: 48px !important;
    border-radius: 50% !important;
}

.job-overview-section1 .avatar.small {
    width: 40px;
    height: 40px !important;
}
.name {
  font-weight: 600;
  font-size: 14px;
}

.meta {
  font-size: 12px;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 4px;
}

.rating {
  font-size: 13px;
  color: #f59e0b;
}

/* VERIFIED */
.verified-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.verified-row span {
  display: flex;
  gap: 5px;
  align-items: center;
}

/* INFO */
.info-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 8px;
}

/* INSIGHT */
.insight-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.insight-row strong {
  display: block;
  font-size: 13px;
}

.insight-row span {
  font-size: 12px;
  color: #6b7280;
}

/* PROFILE BOX */
.profile-box {
  padding: 12px;
}

.profile-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile-top i {
  margin-left: auto;
}

.active {
  color: #16a34a;
  font-size: 12px;
}

/* FILE */
.file-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #eee;
}

.file-row strong {
  display: block;
  font-size: 13px;
}

.file-row span {
  font-size: 12px;
  color: #6b7280;
}

/* DIVIDER */
.divider {
  height: 1px;
  background: #e5e7eb;
  margin: 12px 0;
}

/* ICON */
.job-overview-section i {
  width: 16px;
  height: 16px;
}/* End custom CSS */