:root {
  --jr-border-color: #f2f2f2;
}

/* Custom for Job listing */
.com_jreviews.mn-jobs #t4-main-body {
  z-index: 100;
}

.item-page {
  max-width: 100% !important;
}



/* Category list */


.jrCardRating {
  margin-left: auto;
}

.jr-card-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}

@media (min-width: 992px) {
  .jr-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.jrOrdering select, .jrOrdering select[size] {
  max-width: 160px;
  padding: 8px 32px 8px 16px !important;
}

.jr-card {
  border: 1px solid var(--jr-border-color);
  border-radius: 16px;
  transition: all 0.25s ease-in-out;
}

.jr-card:hover {
  border: 1px solid var(--t4-primary);
  box-shadow: 0 0 9px rgba(0,0,0,0.1);
}

.jr-card-inner {
  height: 100%;
  padding: 2rem;
}

.jrCardContent {
  height: 100%;
}

.jrCardContentInner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.jrCardButtons {
  margin-top: auto;
}

/* Title */
.jrCardTitle h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}

.jrCardTitle h3 a {
  color: var(--body-text-color);
}

.jrCardTitle h3 a:hover,
.jrCardTitle h3 a:focus,
.jrCardTitle h3 a:active {
  color: var(--body-link-hover-color);
}

/* Meta */
.jr-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: .875rem;
  opacity: .85;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.jr-meta > div,
.jr-meta .jr-card-date {
  display: flex;
  align-items: center;
  gap: .5rem;
}

/* Actions */
.jrListingActions {
  margin-top: 2rem;
}

.jrListings .jrListingActions .jrButton {
  margin-bottom: 0;
}

.jr-job-salery {
  display: flex;
  align-items: end;
  margin-top: 1rem;
  line-height: 1;
  gap: .5rem;
}

.jr-job-salery strong {
  color: var(--t4-primary);
  font-size: 1.25rem;
  font-weight: 600;
}

.jr-job-salery span {
  display: inline-block;
  font-size: .875rem;
  opacity: .85;
  margin-bottom: 4px;
}


/* JOB DETAIL
--------------------------------------------- */
/* Pathway */
.jrPathway {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.jrPathway li:last-child {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
}

.jr-page-detail .jr-job-content {
  position: relative;
}

.jr-page-detail .jrStatusIndicators {
  position: absolute;
  right: 1rem;
  top: 3rem;
}

/* Job title */
.jrStyles > .row {
  --t4-gutter-x: 3rem;
}

.jr-page-detail .contentheading,
.jrListingDetail h1.contentheading {
  font-size: var(--h1-font-size);
  font-weight: 600;
  margin: 1.5rem 0 .5rem;
}

.jrListingDetail .jrListingInfoContainer {
  padding-top: 1rem;
  margin-bottom: 2rem;
}

.jrListingDetail .jrListingInfo {
  display: flex;
  align-items: center;
  margin: 0 0 1.5rem;
  padding: 0;
}

.jrListingInfo .jrOverallRatings {
  margin-top: 0;
}




#userReviews {
}

.jrHeading {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  padding-bottom: 1rem;
}

.jrHeading [class^="jrIcon"]::before {
  font-size: 24px;
}

.jrReviewSummary .jrButton {
  padding: 8px 16px !important;
}

.jrReviewSummaryInfo {
  font-size: .875rem;
  opacity: .85;
}

.jrRoundedPanel {
  padding-bottom: 1.5rem;
}

/* Job detail typography */
.jrListingFulltext h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}

.jrListingFulltext ul {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  list-style: none;
  margin: 0;
  padding: 0 0 0 1rem;
}

.jrListingFulltext ul li {
  padding-left: 1.25rem;
  position: relative;
}

.jrListingFulltext ul li::before {
  background: #ccc;
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  height: 7px;
  width: 7px;
}

.jrListingFulltext table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5rem;
  width: 100%;
}

.jrListingFulltext table td {
  border: 1px solid #ddd;
  padding: 6px 16px;
}

.jrListingFulltext table td p {
  margin-bottom: .5rem;
}

.jrListingFulltext table td p:last-child {
  margin-bottom: 0;
}

.jrHeading [class^="jrIcon"] {
  height: auto;
  width: auto;
}

/* SUBMIT FORM */
.jrListingCreateHelp ul {
  font-size: .875rem;
}

.jr-form-listing-fields {
  border: 1px solid var(--jr-border-color);
  border-radius: 1rem;
  box-shadow: none;
}