/* Shared button labels for project gallery names on project category pages. */

.features02.paintm5 .item-content {
  display: flex;
  justify-content: center;
}

.features02.paintm5 .item-title {
  margin: 0;
  text-align: center;
}

.features02.paintm5 .item-title a,
.features02.paintm5 .item-title a.text-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.78rem 1.3rem;
  border-radius: 0.62rem;
  border: 2px solid #a1a1aa;
  background: linear-gradient(135deg, #f4f4f5, #e5e7eb);
  color: #52525b !important;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.2s ease;
  box-shadow: none !important;
  outline: none !important;
}

.features02.paintm5 .item-title a:hover,
.features02.paintm5 .item-title a:focus,
.features02.paintm5 .item-title a:active,
.features02.paintm5 .item-title a:visited {
  background: linear-gradient(135deg, #f4f4f5, #e5e7eb);
  border-color: #a1a1aa;
  color: #52525b !important;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
  filter: none !important;
  transform: none !important;
  border-bottom: 2px solid #a1a1aa !important;
  background-blend-mode: normal !important;
}

.features02.paintm5 .item-title a::before,
.features02.paintm5 .item-title a::after,
.features02.paintm5 .item-title a:hover::before,
.features02.paintm5 .item-title a:hover::after,
.features02.paintm5 .item-title a:focus::before,
.features02.paintm5 .item-title a:focus::after,
.features02.paintm5 .item-title a:active::before,
.features02.paintm5 .item-title a:active::after {
  display: none !important;
  content: none !important;
}
