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;
}

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

.reg__title {
  font-weight: 700;
}
.reg__list {
  width: 100%;
  gap: 1rem;

  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: 10px;
  margin-bottom: 0.5rem;
  font-weight: normal;
  background-color: #313131;
  border-left: 3px solid #e60505;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reg__item-light {
  background-color: #e4e4e4;
}

#fb-70 b {
  font-weight: 700;
}

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

.comment {
  margin-top: 32px;
  width: 100%;
  max-width: 751px;
}

.comment-line {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2rem;

  border-bottom: 1px solid white;
}
.comment__img-wrap {
  display: flex;
  justify-content: center;
  padding: 10px;
  background: url("/img/icons-light/pixel.png") #231f20 0% 0% /
    62.00000047683716px 62.00000047683716px repeat;
}
.comment__img-wrap-light {
  background: url("/img/icons-light/pixel.png") lightgray 0% 0% /
    62.00000047683716px 62.00000047683716px repeat;
}
.comment__img {
  width: 100%;
  max-width: 283px;
}
.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;
  margin-bottom: 4px;
}
.comment-textarea {
  width: 100%;
  padding: 0.5rem 1rem 2rem 0.5rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  background-color: #313131;
}
.textarea-light {
  background-color: #e4e4e4;
}
.comment-textarea:focus {
  border: none;
}

.block-info-line {
  display: flex;
  flex-direction: column;
  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(255, 255, 255, 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%;
  }
}
.block-avatar img {
  width: 50px;
}
.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;
}

ul {
  margin: 1.5rem 0;
}

li {
  margin-bottom: 0.75rem;
}

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

.comment-textarea {
  width: 100%;
  min-height: 120px;
  max-height: 350px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 8px;
  resize: none;
  overflow: auto;
  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;
}
