/* What is expected of companies? page styles (mirrors news.css under expected__ namespace) */

#main-content {
  min-height: 80vh;
}

/* Section spacing to align with .news */
.expected { padding-top: 1.5rem; }

/* Wrap width */
.expected__wrap-width {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Flex rows/cols */
.expected__row { display: flex; gap: 20px; }
.expected__col { display: block; }
.expected__col--sidebar { width: 20%; }
.expected__col--main { width: 80%; }
.expected__col--full { width: 100%; }

/* Sidebar card */
.expected__card {
  height: 490px;
  background: #009bc9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	align-items: flex-start;
  padding: 40px;
  border-radius: 16px;
}
.expected__icon { width: 100px; height: 100px; padding-top: 10px; }
.expected__card-title { font-size: 25px; font-weight: 700; color: #ffffff; }

/* Hero image */
.expected__hero-image {
  width: 100%;
  height: 355px;
  object-fit: cover;
  border-radius: 16px;
}

/* Tabs */
.expected__tabs {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-top: 10px;
  margin-bottom: 24px;
}
.expected__tab {
  width: 368px;
  min-height: 120px;
  background: #009bc9;
  color: #ffffff;
  text-decoration: none;
  border-radius: 24px;
  padding:20px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
  text-align: center;
}
.expected__tab:hover,
.expected__tab:focus,
.expected__tab:active,
.expected__tab:visited { text-decoration: none; color: #ffffff; }
.expected__tab:hover,
.expected__tab:focus { background: #006280; }
.expected__tab.is-active,
.expected__tab[aria-selected="true"] { 
  background: #006280 !important; 
  color: #ffffff;
}

/* Remedy mechanisms page - tabs at 50% width */
.expected__tabs--remedy .expected__tab {
  width: 50%;
}

/* Views grid parity (if used on this page later) */
.expected-grid { display: block; margin-top: 30px; }
.expected-grid .views-view-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-items: stretch;
  align-items: start;
}
.expected-grid .views-view-grid .views-row { display: contents !important; }
.expected-grid .views-view-grid .views-col {
  float: none !important;
  width: auto !important;
  display: block !important;
  margin: 0;
  padding: 0;
}
.expected-grid .views-view-grid .clearfix::before,
.expected-grid .views-view-grid .clearfix::after { content: none !important; display: none !important; }
.expected-grid .news-card__image img,
.expected-grid .news-card img { width: 100%; height: 350px; object-fit: cover; border-radius: 16px; }
.expected-grid .news-card__meta,
.expected-grid .news-card__meta time { display: none; }
.expected-grid .pager,
.expected-grid .views-pager,
.expected-grid nav.pager { margin-top: 32px; }
.expected-grid h1,
.expected-grid h2,
.expected-grid h3 { font-size: 1.25rem; font-weight: 700; margin-top: 20px; }
.expected-grid p { color: #011640; margin-top: 8px; font-weight: 400; }
.expected-grid .news-card__excerpt em,
.expected-grid .news-card__excerpt strong { font-style: normal; font-weight: 400; }
.expected-grid .news-card__excerpt > div,
.expected-grid .news-card__excerpt p { display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* Focus styles */
.expected a:focus { outline: 2px solid #009bc9; outline-offset: 2px; }

/* Responsive breakpoints for laptops */
@media (max-width: 1600px) {
  .expected__wrap-width {
    padding: 0 20px;
  }
}

@media (max-width: 1400px) {
  .expected__wrap-width {
    padding: 0 16px;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .expected__wrap-width { width: 100%; margin: 0 auto; padding: 0 16px; }
  .expected__row { flex-direction: column; gap: 16px; }
  .expected__col--sidebar,
  .expected__col--main,
  .expected__col--full { width: 100%; }
  .expected__card { height: auto; padding: 24px; }
  .expected__icon { width: 72px; height: 72px; }
  .expected__hero-image { height: 220px; }
  .expected__tabs { flex-direction: column; gap: 12px; margin-bottom: 16px; }
  .expected__tab { width: 100%; }
  .expected__tabs--remedy .expected__tab { width: 100%; }
  .expected-grid .views-view-grid { grid-template-columns: 1fr; gap: 16px; }
}


.expected__card-list-title { font-size: 19px; font-weight: 700; color: #006280; padding: 0 40px 0 0;}

.content-links-list{ display: flex; flex-direction: column; gap: 10px; margin-bottom: 40px; }

.expected-intro{
  text-align: center;
  background: #E5F5F9;
  padding: 20px;
  color: #006280;
  border-radius: 20px;
  font-weight: 500;
}

.expected-intro a {
  color: #000000;
  text-decoration: underline;
}

.expected-intro-green {
  background: #E5F5F9;
  color: #000000;
  text-align: left;
  font-weight: normal;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 20px;
}

.expected-intro-green.margin-top-24 {
  margin-top: 24px;
}

.expected-intro-green h4 {
  color: #000000 !important;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
}

.expected-intro-green p {
  margin-bottom: 8px;
  color: #000000;
}

.expected-intro-green p.no-margin-bottom {
  margin-bottom: 0;
  margin-top: 0;
}

.expected-intro-green a {
  color: #000000;
  text-decoration: underline;
}

.expected-intro-green ul {
  text-align: left;
  margin-top: 16px;
  font-weight: normal;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
}

.expected-intro-blue {
  background: #E5F5F9;
  color: #000000;
  text-align: left;
  font-weight: normal;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 20px;
}

.expected-intro-blue.margin-top-24 {
  margin-top: 24px;
}


.expected-intro-blue h4 {
  color: #000000 !important;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
}

.expected-intro-blue p {
  margin-bottom: 8px;
  color: #000000;
}

.expected-intro-blue p.no-margin-bottom {
  margin-bottom: 0;
  margin-top: 0;
}

.expected-intro-blue a {
  color: #000000;
  text-decoration: underline;
}

.expected-intro-blue ul {
  text-align: left;
  margin-top: 16px;
  font-weight: normal;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
}
#expected-sections{
  margin-top: 25px;
}

/* Navigation Card */
.nav-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 32px;
  margin-left: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  text-decoration: none;
  color: inherit;
}

.nav-card-header {
  display: flex;
  align-items: center;
}

.nav-card:hover .nav-card-header {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.nav-card-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
}

.nav-card.open .nav-card-content {
  max-height: 50000px;
  padding: 32px;
}

.nav-icon {
  transition: transform 0.3s ease;
}

.nav-icon {
  transition: transform 0.3s ease;
    transform: rotate(90deg); /* Point left when closed */
}

.nav-card.open .nav-icon {
  transform: rotate(0deg); /* Point down when open */
}

.nav-icon-section {
  background: #009BC9;
  display: flex;
  margin: 10px;
  border-radius: 20px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  flex: 0 0 auto;
  min-width: 30px;
}

.nav-icon {
  width: 40px;
  height: 40px;
  color: white;
}

.nav-icon svg {
  width: 100%;
  height: 100%;
}

.nav-text-section {
  background: white;
  display: flex;
  align-items: center;
  padding: 20px 24px;
  flex: 1;
}

.nav-text {
  color: #006280;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 500;
}

/* UNGP Content Styles */
.ungp-intro {
  margin-bottom: 32px;
  line-height: 1.6;
  color: var(--ink, #011640);
}

.pillars-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.pillar-card {
  background: #e6f7f9;
  border-radius: 12px;
  overflow: hidden;
}

.pillar-header {
  background: #006280;
  color: white;
  min-height: 100px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
  border-radius: 12px;
  padding: 25px;
  font-weight: 600;
  font-size: 16px;
}

.pillar-content {
  padding: 20px;
  line-height: 1.6;
  background: #E5F5F9;
  color: var(--ink, #011640);
}

.framework-intro {
  margin-bottom: 24px;
  line-height: 1.6;
  color: var(--ink, #011640);
}

.framework-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}

.framework-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #e6f7f9;
  border-radius: 12px;
  padding: 20px;
}

.framework-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #009BC9;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
}

.framework-text {
  line-height: 1.6;
  color: var(--ink, #011640);
}

.framework-text .highlight {
  color: #009BC9;
  font-weight: 600;
}

.framework-ref {
  display: flex;
  align-items: center;
  gap: 16px;
}

.framework-section .framework-ref-text {
  font-size: 16px;
  color: #011640;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.framework-section .framework-ref-text u {
  text-decoration: underline;
  text-decoration-color: #009BC9;
  text-underline-offset: 3px;
}

.ungp-conclusion {
  line-height: 1.6;
  color: var(--ink, #011640);
}

/* Useful Tools Section */
.useful-tools {
  margin-top: 32px;
  margin-bottom: 32px;
  background: #e6f7f9;
  border-radius: 12px;
  padding: 24px;
}

.useful-tools-heading {
  color: #009BC9;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
}

.useful-tools-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.useful-tools-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.useful-tools-item:last-child {
  margin-bottom: 0;
}

.useful-tools-icon {
  width: 25px;
  height: 25px;
  color: #10a6b7;
  background-color: #006280;
  flex-shrink: 0;
  margin-top: 2px;
  border-radius: 100%;
}

.useful-tools-icon svg {
  width: 100%;
  height: 100%;
  padding: 5px;
    color: white;
}

.ref-number-1,
.ref-number-2,
.ref-number-3,
.ref-number-4,
.ref-number-5,
.ref-number-6 {
  width: 32px;
  height: 32px;
  color: white;
  background-color: #006280;
  flex-shrink: 0;
  margin-top: 0;
  border-radius: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}


.ref-number-1,
.ref-number-2,
.ref-number-3,
.ref-number-4,
.ref-number-5,
.ref-number-6 h3{
  margin: 0;
}

.framework-ref .ref-number-1,
.framework-ref .ref-number-2,
.framework-ref .ref-number-3,
.framework-ref .ref-number-4,
.framework-ref .ref-number-5,
.framework-ref .ref-number-6 {
  width: 35px;
  height: 35px;
}

.ref-number-1 span,
.ref-number-2 span,
.ref-number-3 span,
.ref-number-4 span,
.ref-number-5 span,
.ref-number-6 span {
  color: white;
  font-weight: 700;
  font-size: 18px;
}

.framework-ref .ref-number-1 span,
.framework-ref .ref-number-2 span,
.framework-ref .ref-number-3 span,
.framework-ref .ref-number-4 span,
.framework-ref .ref-number-5 span,
.framework-ref .ref-number-6 span {
  font-size: 20px;
}

.useful-tools-link {
  font-weight: 500;
  color: var(--ink, #011640);
  text-decoration: none;
  line-height: 1.6;
  transition: color 0.2s ease;
  word-break: break-word;
  overflow-wrap: break-word;
}

.useful-tools-link:hover {
  color: #009BC9;
  text-decoration: underline;
}

/* Human Rights Recognized Section */
.human-rights-recognized {
  margin-top: 32px;
  line-height: 1.6;
  color: var(--ink, #011640);
}

.human-rights-recognized-heading {
  color: #009BC9;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

.human-rights-sources {
  margin: 16px 0;
  padding-left: 24px;
  line-height: 1.8;
}

.human-rights-sources li {
  color: var(--ink, #011640);
}

.human-rights-sources li:last-child {
  margin-bottom: 0;
}

/* Human Rights Cards Section */
.human-rights-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
  align-items: start;
}

.human-rights-card {
  background: #e6f7f9;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  border-radius: 20px;
  flex-direction: column;
  height: auto;
}

.human-rights-card-title {
  font-weight: 700;
  font-size: 16px;
  color: var(--ink, #011640);
  margin-bottom: 12px;
  line-height: 1.4;
}

.human-rights-card-content {
  color: var(--ink, #011640);
  line-height: 1.6;
  margin-bottom: 20px;
}

.human-rights-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #006280;
  text-decoration: none;
  width: 50%;
  font-weight: 500;
  padding: 10px 16px;
  background: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
  transition: all 0.2s ease;
  margin-top: auto;
}

.human-rights-card-link:hover {
  background: #009BC9;
  color: white;
}

.human-rights-card-link-icon {
  width: 16px;
  height: 16px;
  color: currentColor;
}

.human-rights-card-link-icon svg {
  width: 100%;
  height: 100%;
}

/* General Content Cards - reusable card layout */
.content-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
  align-items: stretch;
}

.content-card {
  background: #e6f7f9;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content-card-content {
  color: var(--ink, #011640);
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .human-rights-cards,
  .content-cards {
    grid-template-columns: 1fr;
  }
  .pillars-section,
  .framework-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .content-cards {
    gap: 16px;
    margin-top: 24px;
  }
  .content-card {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .content-cards {
    gap: 12px;
    margin-top: 20px;
  }
  .content-card {
    padding: 16px;
    border-radius: 16px;
  }
  .content-card-content {
    font-size: 0.95em;
    line-height: 1.5;
  }
}

/* Belgian Companies Section */
.belgian-companies-section {
  margin-top: 32px;
  background: #e6f7f9;
  border-radius: 12px;
  padding: 24px;
  display: block !important;
}

/* Make belgian-companies-section visible even when parent section is hidden */
.expected-section[hidden] .belgian-companies-section {
  display: block !important;
  visibility: visible !important;
}

.belgian-companies-heading {
  color: var(--ink, #011640);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 0;
}

.belgian-companies-section p {
  color: var(--ink, #011640);
  line-height: 1.6;
  margin: 0;
}

/* OECD Content Styles */
.oecd-content {
  line-height: 1.6;
  color: var(--ink, #011640);
}

.oecd-content p {
  margin-bottom: 16px;
}

.oecd-content p:last-child {
  margin-bottom: 0;
}

/* Regional Content Styles */
.regional-content {
  line-height: 1.6;
  color: var(--ink, #011640);
}

.regional-content p {
  margin-bottom: 16px;
}

.regional-content p:last-child {
  margin-bottom: 0;
}

.regional-content h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  color: var(--ink, #011640);
  font-weight: 700;
}

/* CSDDD Content Styles */
.csddd-content {
  line-height: 1.6;
  color: var(--ink, #011640);
}

.csddd-content p {
  margin-bottom: 16px;
}

.csddd-content p:last-child {
  margin-bottom: 0;
}

.csddd-content h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 25px;
  color: #009BC9;
  font-weight: 500;
}

.content-wrapper h3{
  color: #009BC9;
}

.content-wrapper h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  color: #009BC9;
  font-weight: 500;
}

.content-wrapper a,
.content-wrapper p a,
.content-wrapper li a,
.expected-section a,
.expected-section p a,
.expected-section li a {
  font-weight: 400;
  word-break: break-all;
  overflow-wrap: break-word;
}

.content-heading-wrapper h3{
  color: #009BC9;
}

.content-heading-wrapper h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  color: #009BC9;
  font-weight: 500;
}

.content-heading-wrapper a,
.content-heading-wrapper p a,
.content-heading-wrapper li a {
  font-weight: 400;
  word-break: break-all;
  overflow-wrap: break-word;
}

.expected-intro-green p {
  margin-top: 0;
}

.mediation-heading {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 22px;
  color: #009BC9;
  font-weight: 500;
}


/* Broader EU Content Styles */
.broader-eu-content {
  line-height: 1.6;
  color: var(--ink, #011640);
}

.broader-eu-content p {
  margin-bottom: 16px;
}

.broader-eu-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .nav-card-header {
    flex-direction: row;
  }
	.belgian-companies-heading{
	font-size: 20px;
	}
	.csddd-content h4{
	font-size: 20px;
	}
  .nav-icon-section {
    min-width: 60px;
    padding: 16px 20px;
  }
  .nav-text-section {
    padding: 16px 20px;
  }
  .nav-text {
    font-size: 20px;
  }
  .nav-card.open .nav-card-content {
    padding: 20px;
  }
  .belgian-companies-section {
    padding: 20px;
  }
}
.title{
  color: #009BC9
}

.title-inside{
  color: #009BC9;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 500;
}
.sub-heading{
  margin-top: 0px;
  font-style: italic;
}

.info-container{
  background: #009BC9;
  display: flex;
  gap: 20px;
  width: 50%;
  padding: 20px;
  border-radius: 20px;
  align-items: center;
}
.multiple-card-container{
  display: flex;
  gap: 20px;
}
.heading-info{
  color: white;
  font-size: 20px;
}
.expected-section{
  margin-bottom: 25px;
}
.about__refs { display: flex; gap: 24px; padding: 48px 0; }
.about__ref { 
  width: 33.3333%; 
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
a.about__ref {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about__ref:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.about__ref img { width: 100%; height: auto; display: block; border-radius: 12px; max-height: 220px; object-fit: contain; }
.about__ref-text { font-size: 20px; padding-top: 8px; margin: 0; color: inherit; }
p.about__ref-text {
  padding-top: 0px;
}

.img-size{
  width: 80px !important  ; height:80px !important;
}
.accordion-title{
  font-size: 25px;
}
.content-link-item{
  color: #006280 !important;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: margin-left 0.2s ease;
}
.expect__hero-image{
  width: 7px;
  height: 14px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.content-link-item:hover .expect__hero-image,
.content-link-item[aria-selected="true"] .expect__hero-image{
  opacity: 1;
}
.content-link-item:hover,
.content-link-item[aria-selected="true"]{
  margin-left: 10px;
  color: #009BC9 !important;
}

/* Document Cards Container */
.document-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 32px;
}

/* Document Link Card */
.document-card {
  display: flex;
  background: #e6f7f9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  text-decoration: none;
  color: inherit;
}

.document-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.document-icon-section {
  background: #006280;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  flex: 0 0 auto;
  min-width: 100px;
}

.document-icon {
  width: 48px;
  height: 48px;
  color: white;
}

.document-icon svg {
  width: 100%;
  height: 100%;
}

.document-text-section {
  background: #e6f7f9;
  display: flex;
  align-items: center;
  padding: 20px 24px;
  flex: 1;
}

.document-text {
  color: #006280;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 768px) {
  .document-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .document-card {
    flex-direction: column;
  }
  .document-icon-section {
    min-width: auto;
    padding: 16px;
  }
  .document-text-section {
    padding: 16px 20px;
  }
}

/* Remedy mechanisms page - heading styles */
.content-heading {
  font-size: 1.05em;
  margin-bottom: 16px;
}
h4.content-heading.content-heading--top-0{
  font-weight: 400;
}

.content-heading--top-0 {
  margin-top: 0;
}

.content-heading--top-24 {
  margin-top: 24px;
}

.content-heading--top-30 {
  margin-top: 30px;
}

.content-heading--blue {
  color: #006280;
}

/* List styles */
.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.list-unstyled--nested {
  list-style: none;
  padding-left: 20px;
  margin-top: 8px;
}

.list-unstyled--mb {
  margin-bottom: 16px;
}

/* Border box styles */
.border-box {
  border: 2px solid #006280;
  padding: 20px;
  border-radius: 20px;
  margin-top: 24px;
  margin-bottom: 20px;
}

.border-box--mt-20 {
  margin-top: 20px;
}

/* Paragraph styles */
.para-mt-20 {
  margin-top: 20px;
}

.para-mb-0 {
  margin-bottom: 0;
}

.para-mb-16 {
  margin-bottom: 16px;
}

.para-italic {
  font-style: italic;
  margin-top: 0;
  margin-bottom: 0;
}

.list-unstyled--mt-16 {
  margin-top: 16px;
}

.content-heading--top-24-only {
  font-size: 1.05em;
  margin-top: 24px;
}

.border-box--mt-30 {
  margin-top: 30px;
}

.toolbox-columns-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.toolbox-columns.toolbox-columns-grid {
  display: flex;
  flex-direction: column;
}

.toolbox-column-item {
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, opacity 0.2s ease;
	display: flex;
    gap: 10px;
    margin: 10px 0;
}



.toolbox-column-item:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.toolbox-column-item h3 {
  font-weight: 400;
  margin: 0;
  color: inherit;
}

.toolbox-column-item p {
  margin-top: 0;
  color: var(--ink, #011640);
  line-height: 1.6;
}

.toolbox-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #009BC9;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 16px;
  flex-shrink: 0;
}

/* Mobile responsiveness for toolbox-columns (with inline styles) */
@media (max-width: 1024px) {
  .toolbox-columns {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .toolbox-columns {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
	grid-template-columns: repeat(3, 1fr) !important;
    margin-top: 24px !important;
  }
  .toolbox-column-item {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  .toolbox-column-item img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 640px) {
	.title-inside{
		font-size: 28px;
	}
  .toolbox-columns {
    gap: 12px !important;
	grid-template-columns: repeat(3, 1fr) !important;
    margin-top: 20px !important;
  }
  .toolbox-column-item h3 {
    font-size: 0.95em;
  }
  .toolbox-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-bottom: 12px;
  }
	.useful-tools-item {
    flex-wrap: wrap;
  }
  .useful-tools-link {
    flex: 1;
    min-width: 0;
  }
}

.link-blue {
  color: #006280;
}

.list-item-indent {
  margin-left: 20px;
}
.human-rights-cards { display: flex; gap: 20px; } 
.human-rights-cards > div { flex: 1; display: flex; flex-direction: column; gap: 20px; } 
@media (max-width: 768px) { .human-rights-cards { flex-direction: column; } .human-rights-card-link{width : 55%}}