:root {
  --br-surface: #ffffff;
  --br-surface-2: #f7faff;
  --br-border: #e6ecf5;
  --br-text: #1f2533;
  --br-blue: #4c8dff;
  --br-green: #1fc77a;
  --br-orange: #ff8a3d;
  --br-red: #ea445a;
  --br-accent: linear-gradient(90deg, var(--br-blue) 0%, var(--br-green) 100%);
  --br-radius: 16px;
}

h2 {
  font-size: inherit;
  font-weight: normal;
  margin-bottom: 0.75em;
}

.background-layer.awards .bg-layer__2 {
  left: 120px;
  bottom: 32px;
}

.question__bg-girl {
  width: 254px;
}

.reward__text {
  color: #005980;
}

.awards__table {
  border-collapse: collapse;
}
.awards__table tr {
  border-bottom: 1pt dotted #999;
}
.awards__table td {
  padding-right: 5px;
  text-align: left;
}
.awards__table td img {
  min-width: 0;
  vertical-align: middle;
}

.content__result-reward__result__caption {
  font-family: Pribambas, sans-serif;
  font-size: 32px;
  line-height: 39.36px;
  color: #33c5f3;
  position: relative;
  text-transform: uppercase;
  margin-left: 5px;
  margin-bottom: 0 !important;
}
.content__result-reward__result__caption::before {
  content: url(https://cdn.brainring.co.uk/public/images/graduation-hat_1.svg);
  position: relative;
  left: -10px;
}

.content__result-prizes__result__caption {
  min-width: 140px;
  font-family: Pribambas, sans-serif;
  font-size: 32px;
  line-height: 39.36px;
  color: #feaa3a;
  position: relative;
  text-transform: uppercase;
  margin-left: 5px;
  margin-bottom: 5px !important;
}
.content__result-prizes__result__caption::before {
  width: 23px;
  height: 30px;
  position: relative;
  display: inline-block;
  left: -10px;
  content: "";
  background-image: url(https://cdn.brainring.co.uk/public/images/goblet_1.svg);
  background-size: 25px 35px;
}

.news-content__instructions {
  margin-top: 18px;
  margin-bottom: 18px;
  background: linear-gradient(145deg, #f8faff, #fff);
  border: 1px solid rgba(47, 128, 237, 0.08);
  border-radius: 14px;
  padding: 6px 14px;
  box-shadow: 0 2px 12px rgba(47, 128, 237, 0.06);
}

.news-content__instructions__item {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  padding: 5px 0;
  border-bottom: 1px solid rgba(47, 128, 237, 0.06);
}
.news-content__instructions__item:last-child {
  border-bottom: none;
}

.news-content__instructions__icon {
  flex-shrink: 0;
  margin-top: 3px;
  margin-right: 12px;
  background: linear-gradient(135deg, #feaa3a, #f59e0b);
  border-radius: 8px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(251, 120, 0, 0.2);
}
.news-content__instructions__icon img {
  width: 14px;
  height: 14px;
}

.news-content__instructions__p {
  flex-wrap: wrap;
  line-height: 1.55;
}

.about-competition-content__p {
  line-height: 24px;
  margin-bottom: 14px;
}
