    @import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

    :root {
      --primary-blue: #204042;
      --tertiary-orange: #F19937;
      --white: #fff;
      --color-grey: #AFAEAE;
      --color-secondary: #FBFBFB;
      --color-lightwhite: #FEFEFE;

    }
.is-style-post-terms-1 a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  /*color: inherit;*/
  background-color: transparent;
  color: var(--tertiary-orange);
  border:1px solid var(--tertiary-orange);
}
.is-style-post-terms-1 a:first-child {
    position: relative;
  padding-left: 36px; /* space for icon */
  color: var(--tertiary-orange);
  border: 1px solid var(--tertiary-orange);
  background-color: transparent;
}
.is-style-post-terms-1 a:not(:first-child) {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.is-style-post-terms-1 a:first-child::before {
    content: ""; /* REQUIRED */
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;  /* REQUIRED */
  height: 18px; /* REQUIRED */
  background-image: url('https://dev.narrative.asia/wp-content/uploads/2026/02/industry-Icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.title_tag {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.title_tag a {
  pointer-events: none;
  text-decoration: underline;
  color: #fff;
}
.tag_style a {
  text-decoration: none !important;
  color: #fff !important; 
  font-size: 34px;          
}

@media (max-width: 1023px) {
}


@media (min-width: 1800px) {
}

/* Mobile */
@media (max-width: 767px) {
}