/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.remedy-search-container{margin:2rem 0;padding:0;}.remedy-search-form{width:100%;max-width:800px;margin:0 auto;}.remedy-search-input-wrapper{position:relative;display:flex;align-items:center;background:#ffffff;border:2px solid #e5e7eb;border-radius:12px;padding:0;box-shadow:0 2px 4px rgba(0,0,0,0.05);transition:border-color 0.2s ease,box-shadow 0.2s ease;}.remedy-search-input-wrapper:focus-within{border-color:#009BC9;box-shadow:0 0 0 3px rgba(0,155,201,0.1);}.remedy-search-input{flex:1;width:100%;padding:16px 20px;border:none;border-radius:12px 0 0 12px;font-size:16px;color:#2D0C59;background:transparent;outline:none;font-family:inherit;}.remedy-search-input::placeholder{color:#9ca3af;}.remedy-search-button{padding:16px 20px;border:none;background:transparent;color:#009BC9;cursor:pointer;border-radius:0 12px 12px 0;display:flex;align-items:center;justify-content:center;transition:background-color 0.2s ease,color 0.2s ease;outline:none;}.remedy-search-button:hover,.remedy-search-button:focus{background:#f3f4f6;color:#007a9e;}.remedy-search-button svg{width:20px;height:20px;}.remedy-search-results{margin-top:2rem;padding:0;}.remedy-search-results-count{font-size:14px;color:#6b7280;margin-bottom:1.5rem;padding:0 4px;}.remedy-search-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1rem;}.remedy-search-card{background:#ffffff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all 0.2s ease;display:flex;flex-direction:column;box-shadow:0 2px 4px rgba(0,0,0,0.05);}.remedy-search-card:hover{border-color:#009BC9;box-shadow:0 4px 12px rgba(0,155,201,0.15);transform:translateY(-2px);}.remedy-search-card:focus{outline:3px solid rgba(0,155,201,0.3);outline-offset:2px;}.remedy-search-card__header{margin-bottom:1rem;}.remedy-search-card__title{font-size:18px;font-weight:600;color:#2D0C59;margin:0 0 0.5rem 0;line-height:1.4;}.remedy-search-card__title mark{background:#fef3c7;color:#92400e;padding:2px 4px;border-radius:3px;font-weight:700;}.remedy-search-card__category{display:inline-block;font-size:12px;font-weight:500;color:#009BC9;background:#e0f7fa;padding:4px 10px;border-radius:6px;text-transform:uppercase;letter-spacing:0.5px;}.remedy-search-card__category mark{background:#fef3c7;color:#92400e;padding:2px 4px;border-radius:3px;}.remedy-search-card__body{flex:1;margin-bottom:1rem;}.remedy-search-card__description{font-size:14px;color:#4b5563;line-height:1.6;margin:0;}.remedy-search-card__description mark{background:#fef3c7;color:#92400e;padding:2px 4px;border-radius:3px;font-weight:600;}.remedy-search-card__footer{margin-top:auto;padding-top:1rem;border-top:1px solid #e5e7eb;}.remedy-search-card__link-text{font-size:14px;font-weight:500;color:#009BC9;display:flex;align-items:center;gap:0.5rem;}.remedy-search-card:hover .remedy-search-card__link-text{color:#007a9e;}.remedy-search-no-results{text-align:center;padding:3rem 2rem;background:#f9fafb;border-radius:12px;border:2px dashed #e5e7eb;}.remedy-search-no-results p{margin:0.5rem 0;color:#6b7280;font-size:16px;}.remedy-search-no-results p strong{color:#2D0C59;font-weight:600;}.remedy-search-no-results__hint{font-size:14px !important;color:#9ca3af !important;margin-top:0.5rem !important;}@media (max-width:768px){.remedy-search-cards{grid-template-columns:1fr;gap:1rem;}.remedy-search-card{padding:1.25rem;}.remedy-search-input{font-size:16px;}}@media (max-width:480px){.remedy-search-container{margin:1.5rem 0;}.remedy-search-input-wrapper{border-radius:8px;}.remedy-search-input{padding:12px 16px;border-radius:8px 0 0 8px;}.remedy-search-button{padding:12px 16px;border-radius:0 8px 8px 0;}}
.remedy-search-page{padding:3rem 1rem;min-height:60vh;}.remedy-search-page__container{max-width:1200px;margin:0 auto;}.remedy-search-page__header{text-align:center;margin-bottom:3rem;}.remedy-search-page__title{font-size:2.5rem;font-weight:700;color:#2D0C59;margin:0 0 1rem 0;line-height:1.2;}.remedy-search-page__subtitle{font-size:1.125rem;color:#6b7280;margin:0;line-height:1.6;}@media (max-width:768px){.remedy-search-page{padding:2rem 1rem;}.remedy-search-page__title{font-size:2rem;}.remedy-search-page__subtitle{font-size:1rem;}}
#main-content{min-height:80vh;}.expected{padding-top:1.5rem;}.expected__wrap-width{width:100%;max-width:1500px;margin:0 auto;padding:0 24px;}.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%;}.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;}.expected__hero-image{width:100%;height:355px;object-fit:cover;border-radius:16px;}.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;}.expected__tabs--remedy .expected__tab{width:50%;}.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;}.expected a:focus{outline:2px solid #009bc9;outline-offset:2px;}@media (max-width:1600px){.expected__wrap-width{padding:0 20px;}}@media (max-width:1400px){.expected__wrap-width{padding:0 16px;}}@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;}.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);}.nav-card.open .nav-icon{transform:rotate(0deg);}.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-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{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{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{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%;}.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;}.about__refs{flex-direction:column;display:flex;}.about__ref{width:100% !important}}}.belgian-companies-section{margin-top:32px;background:#e6f7f9;border-radius:12px;padding:24px;display:block !important;}.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{line-height:1.6;color:var(--ink,#011640);}.oecd-content p{margin-bottom:16px;}.oecd-content p:last-child{margin-bottom:0;}.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{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{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{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:32px;}.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;}}.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-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{border:2px solid #006280;padding:20px;border-radius:20px;margin-top:24px;margin-bottom:20px;}.border-box--mt-20{margin-top:20px;}.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;}@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(1,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%}}
