html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
.card-_Onuv > a:focus-visible svg,
.card-_Onuv > button:focus-visible svg {
  background-color: rgba(60, 60, 60, 0.7);
}
.navigation__navLink-JkSdI.horizontalNav-K6bCr a:focus-visible {
  border: 2px solid #353535;
  border-radius: 24px;
  margin: -2px;
}
.navigation__navLink-JkSdI.horizontalNav-K6bCr a:focus-visible a {
  -webkit-text-decoration: underline #353535;
  text-decoration: underline #353535;
}
.navigation__navLink-JkSdI.blackAndWhite-Jj5BV a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.navigation__navLink-JkSdI.blackAndWhite-Jj5BV a:focus-visible a {
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}
.filter .checkbox:focus:not(:focus-visible) {
  outline: none;
}
.outlined-hTmi5:focus-visible {
  outline: 2px solid #353535;
}
.filled-sh27F:focus-visible {
  background-color: #004c71;
  outline: 2px solid #e00;
}
.iconButton-ahDec.enabled-tNwNO:focus-visible svg {
  background-color: #e7e7e7;
  border: 2px solid #060606;
}
.iconButton-ahDec.dark-jYADk.enabled-tNwNO:focus-visible svg {
  background-color: gray;
}
.iconButton-ahDec.background-A5qe6.enabled-tNwNO:focus-visible svg {
  background-color: #e7e7e7;
  border: 2px solid #060606;
}
.labelledIconButton-DJXCN.horizontalNav-vNOyy:focus-visible span,
.labelledIconButton-DJXCN:focus-visible span {
  font-family: Radio Canada;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.labelledIconButton-DJXCN:focus-visible {
  border: 2px solid #353535;
  margin: -2px;
}
.labelledIconButton-DJXCN.blackAndWhite-yKULD:focus-visible {
  border: 2px solid #fff;
  margin: -2px;
}
.chip-EZdDN:focus-visible {
  border: 2px solid #000;
}
:export {
  white: #fff;
  black: #000;
  cyan100: #eaf9fa;
  cyan200: #b2e9ec;
  cyan300: #6dd5da;
  cyan400: #35c5cc;
  cyan500: #20bfc7;
  cyan600: #1dadb4;
  cyan700: #157d82;
  cyan800: #105f63;
  cyan900: #072729;
  blue100: #e7f2f7;
  blue200: #a7cfe3;
  blue300: #58a4c9;
  blue400: #1881b5;
  blue500: #0074ad;
  blue600: #00699d;
  blue700: #004c71;
  blue800: #003a56;
  blue900: #001824;
  yellow100: #fff9e8;
  yellow200: #ffeaad;
  yellow300: #ffd764;
  yellow400: #ffc829;
  yellow500: #ffc212;
  yellow600: #e7b010;
  yellow700: #a77f0c;
  yellow800: #806109;
  yellow900: #352804;
  red100: #fde7e7;
  red200: #f9a7a7;
  red300: #f45858;
  red400: #f01818;
  red500: #e00;
  red600: #d70000;
  red700: #9c0000;
  red800: #700;
  red900: #310000;
  orange100: #fef1eb;
  orange200: #fbcdb8;
  orange300: #f7a077;
  orange400: #f37c44;
  orange500: #f26e30;
  orange600: #db642b;
  orange700: #9f481f;
  orange800: #793718;
  orange900: #32170a;
  neutral10: #fdfdfd;
  neutral20: #f9f9f9;
  neutral30: #e7e7e7;
  neutral40: #cacaca;
  neutral50: #a7a7a7;
  neutral60: gray;
  neutral70: #585858;
  neutral80: #353535;
  neutral90: #181818;
  neutral100: #060606;
}

@media (max-width: 640px) {
  .block-info textarea {
    width: 90%;
  }
}

.reg {
  max-width: 751px;
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 30px;
}
.reg__title {
  font-weight: 700;
}
.reg__list {
  width: 100%;
  gap: 1rem;
  font-size: var(--title-size);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.reg__list-container {
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.reg__item {
  font-size: 1.1rem;
  line-height: 30px;
  padding: 5px;
  margin-bottom: 0.5rem;
  font-weight: normal;
  background: #e4e4e4;
  border-left: 3px solid #e60505;
  border-radius: 6px;
}
#fb-70 b {
  font-weight: 700;
}
.reg__item a {
  color: #3061ff;
  font-weight: 700;
}
.reg__item a:hover {
  color: #1e4ff0;
}

/*=============COMMENTS==============*/

.comment {
  margin-top: 2rem;
  margin-bottom: -20px;
  width: 100%;
  max-width: 751px;
}

.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  font-family: var(--guardian-medium);
}

.comment-line:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin: 5px 0px;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.204);
  padding-bottom: 0.5rem;
}
.comment-block:nth-child(1) {
  border-bottom: none;
}
.block-avatar {
  margin-right: 1rem;
}
.block-info {
  width: 100%;
}
.block-info-comment {
  width: 100%;
}
.block-info-comment__name {
  font-weight: 700;
  color: #3b5998;
}
.block-info textarea {
  width: 100%;
  padding: 0.5rem 1rem 2rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.21);
}

.block-info textarea:focus {
  border: none;
}

.block-info-line {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  white-space: nowrap;
}
.block-info-answer-flex {
  width: 100%;
  display: flex;
  margin-top: 1.5rem;
}
.block-info-answer-flex img {
  width: 100%;
}
.block-info-line__date {
  color: rgba(0, 0, 0, 0.44);
}

.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  color: #00acee;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
}

.block-info-line__like_item a {
  color: #3b5998;
}

@media (max-width: 640px) {
  .block-info textarea {
    width: 90%;
  }
}

.formulier {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 20px;
  max-width: 500px;
  margin: 25px auto;
}
h2,
h3 {
  font-weight: 600;
  line-height: 1.3;
  color: #1a202c;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}

ul {
  margin: 1.5rem 0;
  padding-left: 1rem;
}

li {
  margin-bottom: 0.75rem;
}

/* Links */
a {
  color: #2563eb;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  position: relative;
}

.close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.hidden {
  display: none;
}

.comment-textarea {
  width: 100%;
  min-height: 120px;
  max-height: 350px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  resize: none;
  overflow: auto;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.comment-textarea:focus {
  border-color: #007aff;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.1);
  outline: none;
}
