.rcp-promotional__main {
  position: relative;
}

.rcp-promotional__main .grid-row {
  display: flex;
  max-width: 1440px;
  width: 100%;
  padding: 64px 0;
  flex-direction: column;
  align-items: center;
  gap: 46px;
  margin: 0 auto;
}

.rcp-promotional__main::before {
  content: '';
  background: url('../../images/background-light-blue.svg');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.rcp-promotional__main::after {
  content: '';
  background: url('../../images/background-blue.svg');
  background-repeat: no-repeat;
  width: 389px;
  height: 594px;
  right: 0;
  bottom: -280px;
  position: absolute;
  z-index: -1;
}

.rcp-promotional__main--wrapper {
  border-radius: 8px;
  border: 1px solid var(--brand-grey-ultralight);
  background: var(--brand-white);
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.08);

  padding: 40px 113px 0 113px;
}

.rcp-promotional__locked-message {
  display: flex;
  flex-direction: column;
  gap: 2rem;

  padding-bottom: 40px;
}

.rcp-promotional__links {
  display: flex;
  padding-bottom: 80px;
  flex-direction: column;
  align-items: center;
  gap: 29px;
  align-self: stretch;



}

.rcp-promotional__links-title {
  display: flex;
  padding-bottom: 20px ;
  flex-direction: column;
  align-self: stretch;
}

.rcp-promotional__links-title p {
  color: var(--color-primary--9);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */

  margin: 6px 0;
}

.rcp-promotional__links-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 588px;
  justify-content: center;
  align-items: center;
  gap: 16px;

  margin: 0 auto;
}

.rcp-promotional__link {
  display: flex;
  padding: 0 16px 16px 16px;
  flex-direction: column;
  align-items: flex-end;
  align-self: stretch;

  border-radius: 1px;
  background: #FFF;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);

  width: 100%;
  max-width: 185px;
}

.rcp-promotional__link .rcp-promotional__link-image:not(:has(img))::before {
  content: '';
  display: block;
  width: 153px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: ease all 300ms;
}

.rcp-promotional__link--first .rcp-promotional__link-image:not(:has(img))::before {
  background-image: url('../../images/rcp-promotional/minitere_sante.svg');
}

.rcp-promotional__link--second .rcp-promotional__link-image:not(:has(img))::before {
  background-image: url('../../images/rcp-promotional/vidal.svg');
}

.rcp-promotional__link--third .rcp-promotional__link-image:not(:has(img))::before {
  background-image: url('../../images/rcp-promotional/claude_bernard.svg');
}

.rcp-promotional__link-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  color: #262728;
  text-overflow: ellipsis;
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.rcp-promotional__link-btn {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ECF8FD;
  background-image: url('../../images/rcp-promotional/arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  transition: ease all 300ms;
}



.rcp-promotional__link:hover .rcp-promotional__link-btn {
  background-image: url('../../images/arrow-right-primary-slider-white.svg');
  background-color: var(--color-primary--7);
}
