.oxton-categories-links-phares {
  margin:5rem 0;
}

.oxton-categories-links-phares__header {
  margin-bottom: 35px;
  text-align: center;
}

.oxton-categories-links-phares__title {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0%;
    margin: 0 0 24px;
}
.oxton-categories-links-phares__text {
    max-width: 100%;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
}

.oxton-categories-links-phares__text-short,
.oxton-categories-links-phares__text-full {
  display: inline-block;
}

.oxton-categories-links-phares__text.is-collapsed .oxton-categories-links-phares__text-full {
  display: none;
}

.oxton-categories-links-phares__text:not(.is-collapsed) .oxton-categories-links-phares__text-short {
  display: none;
}

.oxton-categories-links-phares__toggle {
  margin-top: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  text-decoration: underline;
  display: inline-block;
}
.oxton-categories-links-phares__toggle:hover,
.oxton-categories-links-phares__toggle:focus {
  text-decoration: none;
}

.oxton-categories-links-phares__grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: space-between;
}

.oxton-categories-links-phares__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    border-radius: 0;
    background: #fff;
    box-shadow: none!important;
    max-width: 180px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-width: 136px;
    padding-top: 10px;
}

.oxton-categories-links-phares__card:hover {
  transform: translateY(-4px);
}

.oxton-categories-links-phares__media {
    position: relative;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #f6efe7 0%, #f9f7f4 100%);
    border-radius: 50%;
    overflow: hidden;
    width: 136px;
    height: 136px;
}

.oxton-categories-links-phares__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.oxton-categories-links-phares__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-align: center;
  color: #7f8a94;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.oxton-categories-links-phares__content {
    padding: 1.25rem .75rem 1.125rem;
}

.oxton-categories-links-phares__item-title {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

@media (max-width: 992px) {
  .oxton-categories-links-phares__title {
        font-size: 26px;
        line-height: 34px;
    margin: 0 0 20px;
  }
}

@media (max-width: 768px) {
  .oxton-categories-links-phares {
    margin: 2rem 0;
  }
.oxton-categories-links-phares__item-title {
    font-size: 16px;
    line-height: 20px;
}
  .oxton-categories-links-phares__title {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 16px;
    }
}
@media (max-width: 576px) {
    .oxton-categories-links-phares__title {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 12px;
        font-weight: 500;
    }
  }
@media (max-width: 480px) {
}
