/**
 * Secteur Display WPBakery Element Styles
 *
 * Styles for the secteur display cards
 *
 * @package CVPack Salient Child Theme
 */

/* Wrapper ensures block boundaries for wpautop; 4 cards per row (gap: 20px) */
.secteur-display .secteur-cards-wrapper .secteur-card-wrapper {
	flex: 0 0 calc(25% - 15px);
	min-width: 200px;
}
.secteur-card-wrapper .secteur-card {
	display: block;
	height: 100%;
}

.secteur-card {
  text-decoration: none;
  color: inherit;
}
.secteur-card:focus {
  outline: 2px solid #0073aa;
  outline-offset: 2px;
}
.secteur-card:hover, .secteur-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
