/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.is-hidden {
	display: none;
}

.project-role-container {
	display: grid;
  grid-template-columns: 2fr 2fr 1fr; 
  gap: 10px;
  align-items: end;
  margin-bottom: 20px;
}

.project-stage-container {
  width: 100%;
}

.project-stage-container button {
  margin-top: 10px;
}


.divider {
	border-bottom: 1px solid var(--color-wetty-asphalt);
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
}

.showcase-filter-tabs__swiper-slide {
	display: inline-flex;
}