/*
Theme Name: Open Spaces
Description: Custom WordPress theme for Open Spaces recruitment website.
Author: DanZ Digital Designs Limited
Version: 3.1
Text Domain: open-spaces-v2
*/

/* ==========================================================================
   Open Spaces Theme
   Modernised legacy-compatible stylesheet
   ========================================================================== */

:root {
  --os-green: #66cc66;
  --os-green-dark: #2f7d32;
  --os-green-deep: #256329;
  --os-green-soft: #edf9ed;
  --os-black: #111827;
  --os-text: #374151;
  --os-muted: #6b7280;
  --os-border: #dfe6df;
  --os-border-strong: #c9d9c9;
  --os-bg: #ffffff;
  --os-panel: #f7faf7;
  --os-footer: #2f3b2f;
  --os-radius-sm: 6px;
  --os-radius-md: 10px;
  --os-radius-lg: 14px;
  --os-shadow-sm: 0 3px 12px rgba(0, 0, 0, 0.06);
  --os-shadow-md: 0 8px 22px rgba(0, 0, 0, 0.08);
  --os-wrapper: 980px;
  --os-focus: 0 0 0 3px rgba(102, 204, 102, 0.38);
}

/* ==========================================================================
   Reset and base
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  min-height: 100%;
  background: var(--os-bg);
  color: var(--os-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

img,
picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
summary,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

.content ul,
.job ul,
.sector ul,
.entry-content ul {
  list-style: disc;
  padding-left: 1.25rem;
}

.content ol,
.job ol,
.sector ol,
.entry-content ol {
  list-style: decimal;
  padding-left: 1.25rem;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

p {
  margin: 0 0 1rem;
  line-height: 1.55;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.75rem;
  color: var(--os-black);
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
}

h2 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

h3 {
  font-size: 1.2rem;
}

hr {
  width: 100%;
  height: 3px;
  margin: 1.5rem 0;
  border: 0;
  background: var(--os-green);
}

a {
  color: var(--os-green-dark);
  text-decoration: none;
  text-underline-offset: 3px;
}

a:hover,
a:focus {
  color: var(--os-green-deep);
  text-decoration: underline;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 0;
  box-shadow: var(--os-focus);
}

.screen-reader-text,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.wrapper {
  width: min(100% - 30px, var(--os-wrapper));
  margin-inline: auto;
}

#container {
  width: 100%;
  min-width: 0;
  margin: 0 auto 30px;
  background: #fff;
}

#container-footer {
  width: 100%;
  min-height: 13px;
  background: var(--os-panel);
}

#header {
  width: 100%;
  min-width: 0;
  padding: 14px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(247, 250, 247, 0.92)),
    url(images/header_bg.png) center center repeat-y #cdcdcd;
}

#page {
  width: 100%;
  min-width: 0;
  padding: 0 0 28px;
  background:
    linear-gradient(180deg, #fff 0%, #fff 72%, #f7faf7 100%),
    url(images/content_bg.png) repeat-x center bottom #fff;
}

#left-col,
#left-col-sector {
  float: left;
  width: 645px;
  max-width: 100%;
  margin-top: 16px;
}

#left-col-sector {
  width: 600px;
  margin-right: 45px;
  margin-bottom: 20px;
}

#right-col,
#sidebar,
#sector-sidebar {
  float: right;
  width: 283px;
  max-width: 100%;
  margin-top: 16px;
}

#sidebar,
#sector-sidebar {
  margin-right: 15px;
}

#sector-sidebar h1 {
  margin-top: 15px;
}

/* ==========================================================================
   Header and navigation
   ========================================================================== */

#logo {
  float: left;
  margin: 0 0 12px 15px;
}

#contactimg {
  float: right;
  margin: 0 30px 12px 15px;
}

#nav {
  clear: both;
  width: 100%;
  margin-top: 14px;
}

#nav span {
  display: block;
  width: 100%;
  border-top: 1px solid #ccc;
}

#nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
}

#nav ul li {
  position: relative;
  flex: 1 1 150px;
  min-width: 140px;
  text-align: center;
}

#nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 14px;
  background: var(--os-green);
  color: #fff;
  border-radius: var(--os-radius-sm);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
}

#nav ul li.active > a,
#nav ul li.current-menu-item > a,
#nav ul li.current_page_item > a,
#nav ul li:hover > a,
#nav ul li:focus-within > a {
  background: #fff;
  color: var(--os-black);
  box-shadow: inset 0 0 0 2px var(--os-green);
}

#nav ul li ul {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 9999;
  display: none;
  width: 220px;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--os-border);
  border-radius: var(--os-radius-md);
  box-shadow: var(--os-shadow-md);
}

#nav ul li:hover > ul,
#nav ul li:focus-within > ul {
  display: block;
}

#nav ul li ul li {
  width: 100%;
  min-width: 0;
  text-align: left;
}

#nav ul li ul li a {
  justify-content: flex-start;
  min-height: 42px;
  background: transparent;
  color: var(--os-text);
  box-shadow: none;
}

#nav ul li ul li a:hover,
#nav ul li ul li a:focus {
  background: var(--os-green-soft);
  color: var(--os-green-dark);
}

/* Avoid hiding compliance-related plugin controls by default. */
.hi-cookie-power {
  visibility: visible;
}

/* ==========================================================================
   Homepage sections
   ========================================================================== */

#slideshow {
  float: left;
  max-width: 100%;
}

.slide {
  display: none;
  max-width: calc(100% - 10px);
  margin: 5px 0 0 5px;
  padding: 0;
}

.slide.active {
  display: block;
}

#header-img {
  max-width: calc(100% - 10px);
  margin: 5px 0 0 5px;
}

#slider-buttons {
  float: right;
  display: flex;
  gap: 5px;
  margin: 10px 20px 10px 0;
}

.button {
  width: 20px;
  height: 20px;
  background: var(--os-border);
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
}

.button.active {
  width: 22px;
  height: 22px;
  background: var(--os-green);
  border-color: var(--os-green-dark);
}

#services {
  float: left;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  width: 670px;
  max-width: 100%;
}

.service {
  min-height: 136px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--os-border);
  border-left: 5px solid var(--os-green);
  border-radius: var(--os-radius-md);
  box-shadow: var(--os-shadow-sm);
  font-size: 0.92rem;
  line-height: 1.45;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.service:hover,
.service:focus-within {
  border-left-color: var(--os-green-dark);
  box-shadow: var(--os-shadow-md);
  transform: translateY(-1px);
}

.service h2 {
  display: flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 10px;
  padding-bottom: 8px;
  color: var(--os-black);
  border-bottom: 3px solid var(--os-green);
  font-size: 1.05rem;
}

.service span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.service p {
  margin-bottom: 0;
}

.service p a {
  font-weight: 700;
}

#it {
  background-image: url(images/it.png);
}

#gis {
  background-image: url(images/gis.png);
}

#it-inf {
  background-image: url(images/it-inf.png);
}

#itsm {
  background-image: url(images/itsm.png);
}

#enterprise {
  background-image: url(images/enterprise.png);
}

#pm {
  background-image: url(images/pm.png);
}

/* ==========================================================================
   Sidebar
   ========================================================================== */

#sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 0.9rem;
}

.sidebar-title {
  margin: 0 0 12px;
  text-align: center;
}

.sidebar-title img,
#sidebar h1 img {
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
}

.sidebar-header,
.sidebar-footer {
  display: none;
}

.sidebar-j-body {
  width: 100%;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--os-border);
  border-radius: var(--os-radius-md);
  box-shadow: var(--os-shadow-sm);
}

.sidebar-item {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dotted var(--os-border-strong);
}

.sidebar-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#sidebar h2 {
  margin: 0 0 6px;
  color: var(--os-black);
  font-size: 1rem;
  line-height: 1.3;
}

#sidebar h2 a {
  color: var(--os-black);
  font-weight: 700;
}

#sidebar h2 a:hover,
#sidebar h2 a:focus {
  color: var(--os-green-dark);
}

#sidebar p,
#sidebar span {
  display: block;
  width: 100%;
}

.job-meta,
.meta {
  color: var(--os-muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.job-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.job-btn img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.18s ease;
}

.job-btn:hover img,
.job-btn:focus img {
  opacity: 0.88;
}

/* ==========================================================================
   Search sidebar and filters
   ========================================================================== */

#searchjobs {
  margin-top: 6px;
}

#sectors,
#roles {
  font-size: 1rem;
}

#roles {
  margin-bottom: 20px;
}

#sectors li,
#roles li {
  margin-top: 4px;
}

#search-header {
  display: block;
  margin-top: 30px;
}

#search-sidebar {
  width: 100%;
}

#search-sidebar input[type="text"],
#search-sidebar select,
#search-sidebar label {
  width: 100%;
  margin: 0 0 8px;
}

#search-sidebar input[type="submit"],
#search-sidebar input[type="image"] {
  margin-top: 10px;
}

#search-filters {
  float: left;
  width: min(100%, 890px);
  min-height: 130px;
  margin: 10px 0 20px 45px;
  padding: 20px;
  background: var(--os-green-dark);
  border-radius: var(--os-radius-md);
  color: #fff;
}

#search-filters label {
  color: #fff;
}

fieldset {
  min-width: 0;
  margin: 0 0 1rem;
}

legend {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 0.5rem;
  overflow: visible;
  color: inherit;
  font-weight: 700;
  clip: auto;
  white-space: normal;
}

label {
  display: block;
  width: 100%;
  margin-bottom: 0.35rem;
  color: var(--os-black);
  font-weight: 700;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
input[type="file"],
select,
textarea {
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  background: #fff;
  color: var(--os-text);
  border: 1px solid #b7c4b7;
  border-radius: var(--os-radius-sm);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
  border-color: var(--os-green-dark);
}

img.captcha,
.reqtxt,
.emailreqtxt {
  float: left;
  margin-left: 10px;
}

/* ==========================================================================
   Content blocks
   ========================================================================== */

h1#search-results {
  float: none;
  width: auto;
  margin: 10px 0 16px;
  color: var(--os-black);
  text-shadow: none;
}

.content {
  float: left;
  width: 890px;
  max-width: 100%;
  margin: 15px 40px;
}

.content-header,
.content-footer,
.job .job-content-header,
.job .job-content-footer,
.sector .sector-content-header,
.sector .sector-content-footer {
  display: none;
}

.content-body,
.job .job-content-body,
.sector .sector-content-body {
  width: 100%;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--os-border);
  border-radius: var(--os-radius-md);
  box-shadow: var(--os-shadow-sm);
}

.content-body ul {
  margin: 0 0 1rem;
}

.job,
.content.job {
  float: left;
  width: 645px;
  max-width: 100%;
  margin: 10px 10px 10px 0;
  font-size: 0.95rem;
}

.content.job {
  width: 644px;
}

.job h1,
.content h1,
.sector h1 {
  margin-bottom: 15px;
  text-shadow: none;
}

.job h2,
.content h2,
.sector h2,
.job h3,
.content h3,
.sector h3 {
  color: var(--os-green-dark);
}

.job-details {
  float: left;
  width: 575px;
  max-width: 100%;
  padding-right: 15px;
  margin-right: 30px;
}

.job .job-details {
  width: 430px;
  margin-right: 0;
}

.content.single .job-details {
  border-right: 3px dotted var(--os-border-strong);
}

.content.job h1 {
  font-size: 1.35rem;
}

.job .job-actions {
  float: right;
  width: 160px;
  margin-top: 20px;
}

.job-details ul,
.job-details ol,
.job-details .jobinfo {
  width: 100%;
}

.job-details .jobinfo {
  padding-left: 0;
  list-style: none;
}

.job-details ul li,
.job-details .jobinfo li {
  max-width: 100%;
  line-height: 1.45;
}

.job-details .jobinfo li {
  min-height: 32px;
  padding: 7px 10px;
  border-bottom: 1px solid var(--os-border);
}

.job-details .jobinfo li.odd {
  background: var(--os-green-dark);
  color: #fff;
  border-radius: var(--os-radius-sm);
}

span#back {
  display: block;
  width: 100%;
  margin-top: 1rem;
}

.content-column {
  float: left;
  width: 200px;
  margin: 25px 50px;
}

.content-column li {
  margin: 2px 0;
}

.sectorhead h1 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.sectorhead h2 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
}

.sectorhead ul {
  margin-left: 1.25rem;
  list-style: disc;
}

.sectorhead p {
  padding: 5px 0;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.smallgreenbtn,
.greenbtn,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  background: var(--os-green);
  color: #fff;
  border: 0;
  border-radius: var(--os-radius-sm);
  box-shadow: none;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-shadow: none;
  text-decoration: none;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.smallgreenbtn {
  width: auto;
  min-width: 125px;
  font-size: 0.95rem;
}

.greenbtn,
input[type="submit"] {
  width: auto;
  min-width: 181px;
  font-size: 1rem;
}

.smallgreenbtn:hover,
.smallgreenbtn:focus,
.greenbtn:hover,
.greenbtn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: var(--os-green-dark);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.more {
  float: right;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
  text-shadow: none;
}

.paginate {
  float: left;
  width: 100%;
  max-width: 860px;
  min-height: 46px;
  margin: 20px 0 0 15px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid var(--os-border);
  border-radius: var(--os-radius-md);
}

.more a,
.paginate a {
  color: var(--os-green-dark);
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
  float: left;
  width: 100%;
  margin: 15px 0;
  padding: 24px 0;
  background: var(--os-footer);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  text-shadow: none;
}

#footer a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-col {
  float: left;
  margin-bottom: 24px;
}

#footer-col1,
#footer-col2 {
  width: 315px;
  margin-left: 15px;
}

#footer-col3 {
  float: right;
  width: 283px;
}

.footer-col h1 {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 8px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.footer-col p {
  line-height: 1.45;
}

#credits {
  clear: both;
  width: 100%;
  min-height: 50px;
  margin-top: 0;
  padding: 15px;
  color: var(--os-muted);
  font-size: 0.8rem;
  text-align: center;
}

#credits p,
#credits img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

/* ==========================================================================
   UK Jobs page
   Compatible with the improved UK Jobs PHP template
   ========================================================================== */

.jobs-layout {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  width: 100%;
}

.jobs-layout #left-col.jobs-page-v2 {
  float: none;
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  margin-top: 16px;
}

.jobs-layout .jobs-sidebar {
  float: none;
  flex: 0 0 283px;
  width: 283px;
  min-width: 0;
  margin-top: 16px;
}

.jobs-page-v2 {
  color: var(--os-text);
  font-size: 0.95rem;
}

.jobs-page-v2 a {
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.jobs-page-v2 .jobs-page-header {
  width: 100%;
  margin: 0 0 18px;
  padding: 24px;
  background: linear-gradient(135deg, #ffffff 0%, var(--os-panel) 100%);
  border: 1px solid var(--os-border);
  border-left: 6px solid var(--os-green);
  border-radius: var(--os-radius-md);
  box-shadow: var(--os-shadow-sm);
}

.jobs-page-v2 .jobs-eyebrow {
  margin: 0 0 6px;
  color: var(--os-green-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.jobs-page-v2 h1#search-results {
  margin: 0 0 8px;
  color: var(--os-black);
  font-size: clamp(1.65rem, 3vw, 2rem);
  line-height: 1.15;
}

.jobs-page-v2 .jobs-intro,
.jobs-page-v2 .jobs-count {
  max-width: 64ch;
  margin: 0;
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.55;
}

.jobs-page-v2 .jobs-count {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  padding: 6px 11px;
  background: var(--os-green-soft);
  color: var(--os-green-dark);
  border: 1px solid #c9edc9;
  border-radius: 999px;
  font-weight: 700;
}

.jobs-page-v2 .jobs-list {
  display: grid;
  gap: 16px;
  width: 100%;
}

.jobs-page-v2 .job-card {
  float: none;
  width: 100%;
  margin: 0;
}

.jobs-page-v2 .job-card .job-content-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 20px;
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--os-border);
  border-left: 6px solid var(--os-green);
  border-radius: var(--os-radius-md);
  box-shadow: var(--os-shadow-sm);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.jobs-page-v2 .job-card:hover .job-content-body,
.jobs-page-v2 .job-card:focus-within .job-content-body {
  border-color: #c9edc9;
  border-left-color: var(--os-green-dark);
  box-shadow: var(--os-shadow-md);
  transform: translateY(-1px);
}

.jobs-page-v2 .job-card .job-details {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.jobs-page-v2 .job-card-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 10px;
}

.jobs-page-v2 .job-sector-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  background: var(--os-green-soft);
  color: var(--os-green-dark);
  border: 1px solid #c9edc9;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

.jobs-page-v2 .job-posted-date {
  color: var(--os-muted);
  font-size: 0.78rem;
  line-height: 1.3;
}

.jobs-page-v2 .job-title {
  margin: 0 0 9px;
  color: var(--os-black);
  font-size: 1.25rem;
  line-height: 1.25;
}

.jobs-page-v2 .job-title a {
  color: var(--os-black);
  text-decoration: none;
}

.jobs-page-v2 .job-title a:hover,
.jobs-page-v2 .job-title a:focus {
  color: var(--os-green-dark);
  text-decoration: underline;
}

.jobs-page-v2 .job-summary {
  margin: 0 0 15px;
  color: #4b5563;
  line-height: 1.55;
}

.jobs-page-v2 .job-meta-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.jobs-page-v2 .job-meta-item {
  min-width: 0;
  line-height: 1.35;
}

.jobs-page-v2 .job-meta-label {
  display: block;
  margin-bottom: 2px;
  color: var(--os-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.jobs-page-v2 .job-meta-value {
  display: block;
  color: #1f2937;
  font-size: 0.88rem;
  overflow-wrap: anywhere;
}

.jobs-page-v2 .job-card .job-actions {
  float: none;
  width: auto;
  min-width: 0;
  margin: 4px 0 0;
}

.jobs-page-v2 .job-primary-action,
.jobs-page-v2 .job-share summary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin: 0 0 9px;
  padding: 11px 12px;
  background: var(--os-green);
  color: #fff;
  border: 0;
  border-radius: var(--os-radius-sm);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.jobs-page-v2 .job-primary-action:hover,
.jobs-page-v2 .job-primary-action:focus,
.jobs-page-v2 .job-share summary:hover,
.jobs-page-v2 .job-share summary:focus {
  background: var(--os-green-dark);
  color: #fff;
  text-decoration: none;
}

.jobs-page-v2 .job-share {
  position: relative;
}

.jobs-page-v2 .job-share summary {
  background: #4b5563;
  list-style: none;
}

.jobs-page-v2 .job-share summary::-webkit-details-marker {
  display: none;
}

.jobs-page-v2 .job-share[open] summary {
  background: #374151;
}

.jobs-page-v2 .job-share ul {
  position: absolute;
  right: 0;
  z-index: 20;
  width: 180px;
  margin: 0;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--os-border);
  border-radius: var(--os-radius-md);
  box-shadow: var(--os-shadow-md);
}

.jobs-page-v2 .job-share li {
  margin: 0;
}

.jobs-page-v2 .job-share a {
  display: block;
  padding: 9px 10px;
  color: var(--os-text);
  border-radius: var(--os-radius-sm);
  text-decoration: none;
}

.jobs-page-v2 .job-share a:hover,
.jobs-page-v2 .job-share a:focus {
  background: #f3f4f6;
  color: var(--os-black);
  text-decoration: none;
}

.jobs-page-v2 .jobs-pagination {
  width: 100%;
  margin: 20px 0 18px;
}

.jobs-page-v2 .jobs-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jobs-page-v2 .jobs-pagination .page-numbers li {
  margin: 0;
}

.jobs-page-v2 .jobs-pagination a,
.jobs-page-v2 .jobs-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 6px 12px;
  background: #fff;
  color: var(--os-text);
  border: 1px solid var(--os-border);
  border-radius: var(--os-radius-sm);
  text-decoration: none;
}

.jobs-page-v2 .jobs-pagination a:hover,
.jobs-page-v2 .jobs-pagination a:focus {
  border-color: var(--os-green);
  color: var(--os-green-dark);
  text-decoration: none;
}

.jobs-page-v2 .jobs-pagination .current {
  background: var(--os-green);
  color: #fff;
  border-color: var(--os-green);
  font-weight: 700;
}

.jobs-page-v2 .no-jobs-found {
  width: 100%;
  padding: 24px;
  background: var(--os-panel);
  border: 1px solid var(--os-border);
  border-left: 6px solid var(--os-green);
  border-radius: var(--os-radius-md);
}

.jobs-page-v2 .no-jobs-found h2 {
  margin-top: 0;
  color: var(--os-black);
}

/* ==========================================================================
   Utility classes
   ========================================================================== */

.success {
  color: var(--os-green-dark);
}

.green {
  color: var(--os-green-dark);
}

.bold {
  font-weight: 700;
}

.left {
  float: left;
}

.right {
  float: right;
}

.listright {
  float: right;
  padding-right: 30px;
}

.jobs {
  width: 20px;
}

#plusone-div {
  float: left;
}

.socialLinks,
.socailLinks {
  margin: 6px 0 10px 14px;
}

#clocks .auto-style1 {
  text-align: center;
}

.auto-style2 {
  margin-right: 0;
}

.lightbox-content {
  width: 250px;
  height: 150px;
  border-radius: var(--os-radius-sm);
}

/* ==========================================================================
   Responsive behaviour
   ========================================================================== */

@media screen and (max-width: 980px) {
  .wrapper {
    width: min(100% - 24px, var(--os-wrapper));
  }

  #services,
  #left-col,
  #left-col-sector,
  .content,
  .job,
  .content.job,
  #footer,
  h1#search-results,
  .paginate {
    max-width: 100%;
  }

  .content {
    margin-inline: 15px;
  }

  #footer {
    width: 100%;
  }

  #footer-col1,
  #footer-col2,
  #footer-col3 {
    width: calc(33.333% - 20px);
    margin-left: 15px;
  }

  #footer-col3 {
    float: left;
  }
}

@media screen and (max-width: 900px) {
  .jobs-layout {
    display: block;
  }

  .jobs-layout #left-col.jobs-page-v2,
  .jobs-layout .jobs-sidebar {
    float: none;
    width: auto;
    max-width: 100%;
    margin-inline: 15px;
  }

  .jobs-layout .jobs-sidebar {
    margin-top: 24px;
  }
}

@media screen and (max-width: 760px) {
  body {
    font-size: 15px;
  }

  #logo,
  #contactimg,
  #slideshow,
  #services,
  #sidebar,
  #sector-sidebar,
  #left-col,
  #left-col-sector,
  .content,
  .job,
  .content.job,
  #footer,
  .footer-col,
  #footer-col1,
  #footer-col2,
  #footer-col3,
  .job-details,
  .job .job-details,
  .job .job-actions,
  .left,
  .right,
  .listright,
  #search-header,
  #search-sidebar,
  #search-filters,
  .paginate,
  h1#search-results {
    float: none;
    width: auto;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  #logo,
  #contactimg {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #nav ul {
    display: block;
  }

  #nav ul li {
    width: auto;
    min-width: 0;
    margin: 0 15px 6px;
  }

  #nav ul li ul {
    position: static;
    display: block;
    width: auto;
    margin-top: 4px;
    box-shadow: none;
  }

  #services {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 15px;
  }

  .service {
    min-height: 0;
    margin-inline: 0;
    padding: 16px;
  }

  .content-body,
  .job .job-content-body,
  .sector .sector-content-body {
    padding: 16px;
  }

  .content.single .job-details {
    border-right: 0;
    padding-right: 0;
  }

  .job-details .jobinfo li {
    min-height: 0;
    white-space: normal;
  }

  #search-filters {
    min-height: 0;
    padding: 16px;
  }

  input[type="submit"],
  .greenbtn,
  .smallgreenbtn {
    width: 100%;
    max-width: 100%;
  }

  #credits {
    height: auto;
    margin-top: 0;
    padding: 15px;
  }

  .jobs-page-v2 .jobs-page-header,
  .jobs-page-v2 .job-card,
  .jobs-page-v2 .jobs-pagination,
  .jobs-page-v2 .no-jobs-found {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .jobs-page-v2 .jobs-page-header,
  .jobs-page-v2 .job-card .job-content-body,
  .jobs-page-v2 .no-jobs-found {
    padding: 16px;
    border-radius: var(--os-radius-md);
  }

  .jobs-page-v2 .job-card .job-content-body {
    display: block;
  }

  .jobs-page-v2 .job-meta-list {
    grid-template-columns: 1fr;
  }

  .jobs-page-v2 .job-card .job-actions {
    width: 100%;
    margin-top: 16px;
  }

  .jobs-page-v2 .job-share ul {
    position: static;
    width: 100%;
    box-shadow: none;
  }
}

@media screen and (max-width: 480px) {
  .wrapper {
    width: min(100% - 20px, var(--os-wrapper));
  }

  .jobs-page-v2 h1#search-results {
    font-size: 1.55rem;
  }

  .jobs-page-v2 .jobs-count {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms;
    animation-duration: 0.001ms;
    animation-iteration-count: 1;
  }
}