/*
 * Widget: About Value
 * Slug: about-values
 */

/* Le wrapper Elementor doit prendre toute la hauteur */
.elementor-widget-ws-about-value {
  height: 100%;
}

.elementor-widget-ws-about-value .elementor-widget-container {
  height: 100%;
}

/* La carte prend 100% de la hauteur disponible */
.value-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 32px 26px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Version lien */
.value-item--link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
  cursor: pointer;
}

.value-item--link:hover {
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.value-num {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.2);
  display: block;
  margin-bottom: 14px;
  flex-shrink: 0;
  line-height: 1.2;
}

.value-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
  flex-shrink: 0;
  line-height: 1.6;
}

.value-text {
  font-size: 0.76rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
  margin: 0 !important;
  flex-grow: 1;
}
