/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/fr-speakers-list/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.fr-speakers-list {
  --padding-container-vertical-top: 24px;
  --padding-container-vertical-bottom: 24px;
}
@media (max-width: 768px) {
  .fr-speakers-list {
    --padding-container-vertical-top: 48px;
    --padding-container-vertical-bottom: 24px;
  }
}
.fr-speakers-list__content {
  padding: var(--padding-container-vertical-top) 0 var(--padding-container-vertical-bottom);
}
.fr-speakers-list__title {
  margin-bottom: 4.8rem;
}
.fr-speakers-list__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.fr-speakers-list__grid > * {
  flex: 0 0 calc(25% - 4rem);
}
@media (max-width: 770px) {
  .fr-speakers-list__grid > * {
    flex: 1 0 calc(25% - 4rem);
  }
}
.fr-speakers-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 2rem;
}
@media (max-width: 770px) {
  .fr-speakers-list__item {
    padding: 1.5rem;
  }
}
.fr-speakers-list__image-container {
  width: 130px;
  height: 130px;
  margin: 0 auto 2rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #f8f9fa;
}
@media (max-width: 770px) {
  .fr-speakers-list__image-container {
    width: 150px;
    height: 150px;
    margin-bottom: 1.5rem;
  }
}
.fr-speakers-list__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fr-speakers-list__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border: 2px dashed #ddd;
  border-radius: 50%;
}
.fr-speakers-list__placeholder-content {
  padding: 20px;
  text-align: center;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.fr-speakers-list__placeholder-text {
  margin: 0;
  color: #666;
  font-style: italic;
  font-size: 1.2rem;
}
.fr-speakers-list__content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fr-speakers-list__speaker-title {
  font-size: 2rem;
  font-weight: 600;
  color: #012D6F;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media (max-width: 770px) {
  .fr-speakers-list__speaker-title {
    font-size: 1.8rem;
  }
}
.fr-speakers-list__speaker-description {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 770px) {
  .fr-speakers-list__speaker-description {
    font-size: 1.3rem;
  }
}
.fr-speakers-list__empty {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.fr-speakers-list__empty-content {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  background-color: #f8f9fa;
  max-width: 400px;
}
.fr-speakers-list__empty-text {
  margin: 0;
  color: #666;
  font-style: italic;
}

/*# sourceMappingURL=style-index.css.map*/