/* Source CSS */

.app-link-source {
  background: #ffffff;
  border-color: #efe4a6;
  color: #f2c300
}

.app-link-source-mark {
  display: block;
  font-size: 1.95rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #f2c300
}

.source-app-icon {
  background-color: transparent;
  padding:0;
  box-shadow: none;
}

.source-app-icon img {
  border-radius: 2rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
}

.tech-square-source {
  flex: 1;
  background-color: white;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:clamp(3.5rem, 10vw, 5.5rem) 1rem;
  color: #FFD700;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  border-radius: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tech-square-source:hover {
  transform: translateY(-0.0625rem);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.1);
}

.pillars-container-link--source .pillar h3 {
  color: #FFD700
}

.pillars-container-link--source .pillar p {
  color: #FFD700
}

.source-footer-button {
  background-color: #FFD700;
  color: white;
  padding:0.5rem 1rem;
  border-radius: 0.375rem;
  text-decoration: none;
  margin-left:0;
  display: inline-block
}

footer .source-footer-button {
  white-space: nowrap
}
