html,
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;
  vertical-align: baseline;
}

ol,
ul {
  list-style-type: none;
}

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

body {
  line-height: 1;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

input:focus {
  outline: 0;
}

input,
textarea {
  box-sizing: content-box;
}

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit] {
  overflow: visible;
  width: auto;
}

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

select[multiple] {
  vertical-align: top;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

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

body {
  max-width: 100%;
  min-height: 100%;
  background-image: url(../../img/noise-bg.png);
  background-repeat: repeat;
  padding: 0 30px;
}

@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/gilroy/Gilroy-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/gilroy/Gilroy-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/gilroy/Gilroy-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/gilroy/Gilroy-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/gilroy/Gilroy-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/gilroy/Gilroy-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/gilroy/Gilroy-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Italics */
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/gilroy/Gilroy-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/gilroy/Gilroy-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/gilroy/Gilroy-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/gilroy/Gilroy-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/gilroy/Gilroy-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/gilroy/Gilroy-ExtraBoldItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../../fonts/gilroy/Gilroy-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Gilroy", Arial, sans-serif;
}
body input,
body button {
  font-family: "Gilroy", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
}
body a {
  text-decoration: none;
  cursor: pointer;
}
body p {
  color: black;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: black;
}

:root {
  --primary-color: #303ab2;
  --primary-color-darker: #25308f;
  --page-bg-color: #ffffff;
  --card-bg-color: #ffffff;
  --card-content-bg-subtle: #f1fbff;
  --card-border-color: #e0e7ff;
  --input-border-color: #ddd;
  --editor-toolbar-bg: #f8fcff;
  --text-color: #1e293b;
  --text-color-muted: #4a5568;
  --text-color-on-primary: #ffffff;
  --card-shadow: 0 2px 5px rgba(48, 58, 178, 0.1);
  --input-focus-shadow: 0 0 0 2px rgba(48, 58, 178, 0.1);
  --border-radius: 8px;
  --button-radius: 6px;
  --input-radius: 5px;
  --font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
  --icon-button-hover-bg: #f1fbff;
  --leaderboard-avatar-size: 32px;
  --success-bg-color: #ecfdf5;
  --success-text-color: #10b981;
  --trophy-color: #f1fbff;
  --leaderboard-row-even-bg: #f9faff;
  /* New warning palette for expiring badge */
  --warning-bg: #fff7e6; /* light amber */
  --warning-text: #b45309; /* amber-700 */
  --warning-ring: rgba(245, 158, 11, 0.25); /* subtle inner ring */
  --exp-badge-bg: rgba(48, 58, 178, 0.06); /* tinted surface (Carbon6) */
  --exp-badge-text: #334155; /* slate-700 */
  --exp-badge-dot: #303ab2; /* Carbon6 primary */
  --exp-badge-ring: rgba(48, 58, 178, 0.25); /* ring pulse color */
}

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

body {
  margin: 0;
  font-family: var(--font-family);
  background-color: var(--page-bg-color);
  color: var(--text-color);
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  top: 0px !important;
  padding-bottom: 100px;
  min-height: 1000px;
}

html.translated-ltr body,
html.translated-rtl body {
  top: 0px !important;
}

.linkedin-preview-app {
  max-width: 1200px;
  margin: 0px auto;
  padding: 15px;
  position: relative;
}

.app-header {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  padding-top: 20px;
  min-height: 65px;
}

.app-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://www.carbon6.io/wp-content/uploads/2025/04/Honeycomb-Test-4-LARGE@4x-1.png");
  background-position: center;
  background-size: 70px 61px;
  background-repeat: repeat-x;
  opacity: 0.2;
  z-index: -2;
  pointer-events: none;
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
}

.app-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, var(--page-bg-color) 0.4%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, var(--page-bg-color) 98.39%);
  z-index: -1;
  pointer-events: none;
}

.app-header .title-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 33px;
}
@media (max-width: 991px) {
  .app-header .title-container {
    flex-direction: column;
    margin-top: 20px;
  }
}
.app-header .title-container .logo-wrap {
  margin-bottom: 5px;
  margin-top: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.app-header .title-container .logo-wrap p {
  color: #000000;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  line-height: 100%;
}
@media (max-width: 768px) {
  .app-header .title-container .logo-wrap p {
    font-size: 35px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .app-header .title-container .logo-wrap p {
    font-size: 30px;
  }
}
.app-header .title-container h1 {
  color: #303ab2;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 5.545px;
  line-height: 100%;
}
@media (max-width: 440px) {
  .app-header .title-container h1 {
    font-size: 28px;
  }
}
.app-header .title-container .line {
  width: 1px;
  height: 38px;
  margin: 0 25px;
  background-color: #000000;
}
@media (max-width: 991px) {
  .app-header .title-container .line {
    display: none;
  }
}

.app-header .title-svg {
  width: 35px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

.app-header .subheading {
  font-size: 1.2rem;
  color: var(--text-color);
  font-weight: 300;
  position: relative;
  z-index: 1;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .app-header .subheading {
    font-size: 17px;
  }
}

.app-header .subheading b {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.app-header .subheading .icon-bg-circle {
  background-color: var(--card-content-bg-subtle);
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  font-size: 1em;
  margin-right: 0;
}

.app-header .subheading .icon-bg-circle i {
  font-size: 0.9em;
  line-height: 1;
}

#custom_translate_ui_container {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 100;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #custom_translate_ui_container {
    top: 0px;
  }
}

.logo-switcher {
  position: relative;
}

.active-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 10px;
  background: transparent;
  transition: box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.active-logo:hover {
  box-shadow: 0 6px 14px rgba(17, 24, 39, 0.12);
  border-color: #d1d5db;
}

.active-logo .fa-chevron-down {
  transition: transform 0.18s ease;
}

.logo-switcher.open .active-logo .fa-chevron-down {
  transform: rotate(180deg);
}

/* Base hidden dropdown */
.logo-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 140px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(229, 231, 235, 0.9);
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.18);
  z-index: 1000;
  opacity: 0;
  transform: translateY(6px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.logo-switcher.open .logo-dropdown {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

/* Restore caret (triangle) pointing to the trigger, borderless with subtle shadow */
.logo-dropdown::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 18px;
  width: 12px;
  height: 12px;
  background: inherit;
  transform: rotate(45deg);
  border: none;
  display: block; /* override any previous display: none */
  filter: drop-shadow(0 2px 6px rgba(17, 24, 39, 0.12));
  z-index: 999; /* Ensure it's below the dropdown (1000) */
}

/* Caret as a sibling (behind the dropdown) */
.logo-dropdown::before {
  display: none !important;
}

.logo-switcher {
  position: relative;
}

.logo-switcher::after {
  content: "";
  position: absolute;
  top: calc(100% + 4px); /* sits just below the trigger, behind panel */
  left: 18px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: none;
  border-radius: 2px 0 0 0;
  filter: drop-shadow(0 2px 6px rgba(17, 24, 39, 0.12));
  z-index: 999; /* below dropdown (1000), above page */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease;
}

.logo-switcher.open::after {
  opacity: 1;
}

/* Options alignment and sizing */
.logo-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.14s ease, transform 0.12s ease;
}
.logo-option:first-of-type {
  margin-bottom: 10px;
}

.logo-option:hover {
  background: rgba(241, 245, 249, 0.9);
  transform: translateY(-1px);
}

.logo-option:active {
  transform: translateY(0);
}

.logo-option.selected {
  background: rgba(241, 245, 249, 0.9);
}

/* Icon sizing */
.logo-img {
  width: auto;
  height: 50px;
  display: block;
}

.logo-option img {
  width: auto;
  height: 50px;
  display: block;
}

/* Compensate SPS aspect ratio so it visually matches Carbon6 */
.logo-option[data-logo=sps] img,
#currentLogo[src*="sps-logo.svg"] {
  height: 58px;
}

/* Remove old hover-open rule if present (kept harmless if still defined elsewhere) */
/* .logo-switcher:hover .logo-dropdown { display: block; } */
.logo-option {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: background-color 0.3s;
  cursor: pointer;
}

.logo-option:hover {
  background-color: #f0f0f0;
}

.logo-option img {
  width: auto;
  height: 50px;
  margin-right: 10px;
}

/* Make SPS logo visually match Carbon6 by increasing its height */
.logo-option[data-logo=sps] img,
#currentLogo[src*="sps-logo.svg"] {
  height: 60px;
}

.logo-option[data-logo=sps] img {
  width: auto;
}

.logo-option span {
  display: none;
}

body.home.blog.wp-theme-ispwp .app-header .title-container h1 {
  color: #00aae5;
}
body.home.blog.wp-theme-ispwp .app-header .icon-bg-circle i {
  color: #00aae5;
}

.filter-controls-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: var(--card-bg-color);
  border-radius: var(--border-radius);
  box-shadow: var(--card-shadow);
  max-width: 1170px;
  margin: 0 auto 25px auto;
}
@media (max-width: 660px) {
  .filter-controls-container {
    flex-direction: column;
    justify-content: center;
  }
}

.search-wrapper {
  position: relative;
  flex-grow: 1;
  margin-right: 20px;
}
@media (max-width: 660px) {
  .search-wrapper {
    margin: 0;
  }
}

.search-wrapper i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
}

#searchInput {
  width: 100%;
  max-width: 83%;
  padding: 10px 15px 10px 40px;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  font-size: 1rem;
  font-family: var(--font-family);
}
@media (max-width: 660px) {
  #searchInput {
    max-width: 77%;
    font-size: 14px;
  }
}
#searchInput::-moz-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#searchInput::placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#searchInput:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: var(--input-focus-shadow);
}

#searchInput::-moz-placeholder {
  color: #9ca3af;
  opacity: 1; /* Firefox */
}

#searchInput::placeholder {
  color: #9ca3af;
  opacity: 1; /* Firefox */
}

.filter-buttons {
  display: flex;
  gap: 10px;
  margin-left: 60px;
}
@media (max-width: 660px) {
  .filter-buttons {
    margin: 20px 0 0 0;
  }
}

.filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: var(--button-radius);
  border: 1px solid transparent;
  cursor: pointer;
  background-color: transparent;
  color: var(--text-color-muted);
  transition: all 0.2s ease-in-out;
  width: 40px;
  justify-content: center;
}

.filter-btn span {
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease, margin-left 0.3s ease;
  white-space: nowrap;
  margin-left: 0;
}

.filter-btn.active {
  width: auto;
  padding: 10px 20px;
}

.filter-btn.active span {
  width: auto;
  margin-left: 8px;
}

.filter-btn:hover {
  background-color: var(--icon-button-hover-bg);
  color: var(--primary-color);
}

.filter-btn.active {
  background-color: var(--primary-color);
  color: var(--text-color-on-primary);
  border-color: var(--primary-color);
}

#noResults {
  width: 100%;
  max-width: 1170px;
  text-align: center;
  margin: 20px auto 0 auto;
  font-size: 500;
}

.blog-post-card.featured {
  position: relative !important;
}
.blog-post-card.featured::after {
  content: "Featured";
  background: #ffffff !important;
  position: absolute !important;
  top: 19px !important;
  left: -40px !important;
  transform: rotate(-45deg) !important;
  z-index: 1 !important;
  padding: 4px 30px !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  color: #303ab2 !important;
  background-color: #ffffff !important;
  border: 1px solid #e0e7ff !important;
  text-align: center !important;
  width: 150px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  letter-spacing: normal !important;
  filter: drop-shadow(0 0 8px rgba(48, 58, 178, 0.4));
}

#loginContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  margin: 30px auto;
  background-color: var(--card-bg-color);
  border-radius: var(--border-radius);
  box-shadow: var(--card-shadow);
  max-width: 400px;
}
#loginContainer.hidden {
  display: none;
}
#loginContainer p {
  color: var(--text-color-muted);
  font-size: 0.9rem;
  margin-bottom: 20px;
  font-weight: 500;
}

.linkedin-signin-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 500;
  color: #757575;
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  text-decoration: none;
}
.linkedin-signin-button:hover {
  background-color: #f8f9fa;
  border-color: #c6c6c6;
}
.linkedin-signin-button svg {
  margin-right: 12px;
  width: 18px;
  height: 18px;
}

.company-selection-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  margin: 30px auto;
  background-color: var(--card-bg-color);
  border-radius: var(--border-radius);
  box-shadow: var(--card-shadow);
  max-width: 500px;
}
.company-selection-container p {
  color: var(--text-color);
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
}
.company-selection-container .company-logos-container {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.company-selection-container .company-logo-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border: 2px solid transparent;
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0 2px 5px rgba(48, 58, 178, 0.1);
}
.company-selection-container .company-logo-option a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-selection-container .company-logo-option:hover {
  border-color: var(--primary-color);
  box-shadow: 0 4px 12px rgba(48, 58, 178, 0.15);
  transform: translateY(-2px);
}
.company-selection-container .company-logo-option img {
  width: auto;
  height: 60px;
  margin-bottom: 15px;
}
.company-selection-container .company-logo-option .company-name {
  font-weight: 600;
  color: var(--text-color);
  font-size: 1rem;
  text-align: center;
}/*# sourceMappingURL=main.css.map */