.jobs-filters {
  border: 1px solid #f0e9ef;
  border-radius: 16px;
}

.active-filters .badge {
  font-weight: 500;
}

.section-title {
  font-weight: 700;
}

.required-star {
  color: #dc3545;
}

.preserve-line-breaks {
  white-space: pre-line;
}

.job-main-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
}

.job-inline-meta span {
  white-space: nowrap;
}

.job-logo-wrap {
  width: 72px;
  height: 72px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.job-logo-wrap-list {
  width: 72px;
  height: 72px;
}

.job-logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 14px;
}

.job-logo-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: #f7f0f5;
  color: #b88aa8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.job-logo-wrap-detail {
  width: 96px;
  height: 96px;
}

.job-logo-image-detail {
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .job-inline-meta span {
    white-space: normal;
  }
}

.job-card,
.featured-job-card {
  border: 1px solid #f0e9ef;
  border-radius: 16px;
  transition: all 0.25s ease;
}

.job-card-linkable {
  cursor: pointer;
}

.job-card:hover,
.featured-job-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.featured-job-card {
  border-width: 2px;
}

.premium-job {
  border-color: rgba(232, 15, 136, 0.55) !important;
  background: linear-gradient(180deg, rgba(232, 15, 136, 0.05), #fff);
}

.pagination .page-item.active .page-link {
  background-color: #e80f88;
  border-color: #e80f88;
}

.pagination .page-link {
  color: #e80f88;
}

.job-detail-shell {
  background: linear-gradient(180deg, #fff, #fff7fc);
}

@media (max-width: 575.98px) {
  .job-logo-wrap {
    width: 60px;
    height: 60px;
  }

  .job-logo-wrap-list {
    width: 60px;
    height: 60px;
  }

  .job-logo-wrap-detail {
    width: 80px;
    height: 80px;
  }
}

.job-detail-header {
  border-bottom: 1px solid #f3e5ee;
  padding-bottom: 0.75rem;
}

.job-detail-meta-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid #f0e9ef;
  border-radius: 12px;
  background: #fff;
  padding: 0.7rem 0.8rem;
  color: #5f5a68;
  font-size: 0.95rem;
}

.job-detail-meta-item i {
  color: #e80f88;
}

.job-detail-block {
  border: 1px solid #f3e5ee;
  border-radius: 12px;
  background: #fff;
  padding: 1rem;
}

.job-detail-block h5 {
  font-size: 1.04rem;
  margin-bottom: 0.7rem;
}

.jobs-image-preview-wrap {
  width: 140px;
  height: 140px;
  border-radius: 14px;
  overflow: hidden;
  background: #f7f0f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobs-image-preview {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 14px;
  display: block;
}

.jobs-image-edit-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.jobs-image-edit-input-col {
  flex: 1 1 auto;
  min-width: 0;
}

.jobs-image-edit-preview-col {
  flex: 0 0 auto;
}

@media (max-width: 767.98px) {
  .jobs-image-edit-row {
    flex-direction: column;
  }
}
