/*
Theme Name: pdb studio
Template: astra
Author: pdb
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 1.1775133053
Updated: 2026-04-02 12:30:53

*/

/* Carosello Docenti in HP */
.pdb-docenti-carousel {
  width: 100%;
  position: relative;
}

.pdb-docenti-carousel__controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 18px;
}

.pdb-docenti-carousel__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ff0099;
  color: #ffffff;
  cursor: pointer;
  line-height: 1;
  aspect-ratio: 1 / 1;
  transition: background-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.pdb-docenti-carousel__arrow svg {
  width: 20px;
  height: 20px;
  display: block;
  overflow: visible;
}

.pdb-docenti-carousel__arrow:hover {
  background: #e10087;
}

.pdb-docenti-carousel__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.pdb-docenti-carousel__viewport {
  overflow: hidden;
}

.pdb-docenti-carousel__track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 8px 0 18px;
}

.pdb-docenti-carousel__track::-webkit-scrollbar {
  display: none;
}

.pdb-docenti-card {
  flex: 0 0 calc((100% - 72px) / 4);
  min-width: 0;
  background: #f8f9ff;
  border: 1px solid rgba(31, 35, 64, 0.06);
  border-radius: 28px;
  padding: 28px 24px 30px;
  text-align: center;
  box-shadow: none;
}

.pdb-docenti-card__media {
  width: 200px;
  height: 200px;
  margin: 0 auto 22px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.pdb-docenti-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 50%;
}

.pdb-docenti-card__name {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f275d;
}

.pdb-docenti-card__role {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ff0099;
}

.pdb-docenti-card__bio {
  font-size: 13px;
  line-height: 1.55;
  color: #334160;
}

.pdb-docenti-card__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  color: #2f3342;
  text-decoration: none;
}

.pdb-docenti-card__linkedin svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  display: block;
}

.pdb-docenti-card__linkedin:hover {
  color: #111827;
}

@media (max-width: 1200px) {
  .pdb-docenti-card {
    flex: 0 0 calc((100% - 48px) / 3);
  }

  .pdb-docenti-card__media {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 1024px) {
  .pdb-docenti-carousel {
    --pdb-docenti-edge-gap: 24px;
  }

  .pdb-docenti-carousel__controls {
    padding-right: 40px;
  }

  .pdb-docenti-carousel__viewport {
    overflow: visible;
    padding: 0;
  }

  .pdb-docenti-carousel__track {
    gap: 18px;
    overflow-x: auto;
    padding: 8px 0 18px;
  }

  .pdb-docenti-card {
    flex: 0 0 320px;
  }

  .pdb-docenti-card:first-child {
    margin-left: var(--pdb-docenti-edge-gap);
  }

  .pdb-docenti-card:last-child {
    margin-right: var(--pdb-docenti-edge-gap);
  }

  .pdb-docenti-carousel__arrow {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .pdb-docenti-carousel__arrow svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 767px) {
  .pdb-docenti-carousel {
    --pdb-docenti-edge-gap: 20px;
  }

  .pdb-docenti-carousel__controls {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 12px;
    padding-right: 40px;
  }

  .pdb-docenti-carousel__viewport {
    overflow: visible;
    padding: 0;
  }

  .pdb-docenti-carousel__track {
    gap: 16px;
    padding: 8px 0 18px;
  }

  .pdb-docenti-card {
    flex: 0 0 78vw;
    padding: 24px 20px 26px;
    border-radius: 24px;
  }

  .pdb-docenti-card:first-child {
    margin-left: var(--pdb-docenti-edge-gap);
  }

  .pdb-docenti-card:last-child {
    margin-right: var(--pdb-docenti-edge-gap);
  }

  .pdb-docenti-card__media {
    width: 180px;
    height: 180px;
    margin-bottom: 18px;
  }

  .pdb-docenti-card__name {
    font-size: 18px;
  }

  .pdb-docenti-card__bio {
    font-size: 14px;
  }
}
