.encart-category {
  min-width: 307px;
  max-width: 307px;
  height: 550px;
  padding-right: 15px;
}
.encart-type-1 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 12px;
  background: linear-gradient(190deg, #ff973b 50%, #c68438 100%);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
}
.encart-type-1 .engagements-title {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.encart-type-1 .encart-item {
  display: flex;
  padding: 0.5rem 1rem;
}
.encart-type-1 .encart-item .encart-item-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 50px;
  height: 50px;
}
.encart-type-1 .encart-item .encart-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.encart-type-1 .encart-item .encart-item-text .encart-item-title {
  font-weight: 700;
  margin-bottom: 0;
  padding: 10px 10px 5px 10px;
  line-height: 1.2rem;
  text-align: left;
  color: #ffffff;
}
.encart-type-1 .encart-item .encart-item-text .encart-item-description {
  margin-bottom: 0;
  padding: 0 10px 10px 10px;
  line-height: 1.2rem;
  text-align: left;
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
.encart-type-2 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  gap: 1rem;
}
.encart-type-2 .encart-item {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  flex: 1;
  background: #ffffff;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.encart-type-2 .encart-item .encart-item-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex: 1;
  border-radius: 12px 12px 0 0;
}
.encart-type-2 .encart-item .encart-item-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  transition: color 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  min-height: 62px;
  line-height: 1.2rem;
}
.encart-type-2 .encart-item .encart-item-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.encart-type-2 .encart-item:hover {
  box-shadow: 0 0 20px 0 rgba(214, 61, 147, 0.25);
}
.encart-type-2 .encart-item:hover .encart-item-title {
  color: #ea73a7;
  transition: color 0.3s ease-out;
}
.encart-type-3 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  gap: 1rem;
}
.encart-type-3 .encart-item {
  border-radius: 12px;
  flex: 1;
  background: #ffffff;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
  display: flex;
}
.encart-type-3 .encart-item .encart-item-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 100px;
}
.encart-type-3 .encart-item .encart-item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.encart-type-3 .encart-item .encart-item-text .encart-item-title {
  font-weight: 700;
  margin-bottom: 0;
  padding: 10px 10px 5px 10px;
  line-height: 1.2rem;
  text-align: left;
}
.encart-type-3 .encart-item .encart-item-text .encart-item-promo {
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 10px 10px 10px;
  line-height: 1.2rem;
  text-align: left;
  color: #ea73a7;
}
.encart-type-3 .encart-item.nb-item-1 {
  flex-direction: column;
  min-height: 100%;
}
.encart-type-3 .encart-item.nb-item-1 .encart-item-img {
  background-size: cover;
  flex: 1;
  border-radius: 12px 12px 0 0;
  width: 100%;
}
.encart-type-3 .encart-item.nb-item-1 .encart-item-text {
  flex: unset;
}
.encart-type-3 .encart-item.nb-item-1 .encart-item-text .encart-item-title {
  text-align: center;
}
.encart-type-3 .encart-item.nb-item-1 .encart-item-text .encart-item-promo {
  text-align: center;
}
.encart-type-4 {
  height: 100%;
}
.encart-type-4 .encart-item {
  border-radius: 12px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.05);
  height: 100%;
}
.encart-type-4 .encart-item .encart-item-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
  border-radius: 12px;
}
