/* ============================= Accentcolour============================= */

h3 {
  color: #39af78; 
}
.rollup {
  border: 2px solid #39af78a9; 
  box-shadow: 0 0 15px rgba(57, 255, 20, 0.3) !important;
}

.rollup h3 {
  color: #39af78;
}

.rollup h4{
  font-size: 1.3rem;
  color: #007c42;
  text-align: left;
  margin: 1rem;
}
.highlight {
  background-color: #007c42;
}

.introbox {
border: 0.5rem solid #007c42;
}

/* SECTION DIVIDER */
.section-divider {
  border: none;
  border-top: 2px solid #007c42;
  margin: 1.2rem 0;
  opacity: 0.5;
}


.results-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  border-radius: 2rem; 
  width: 6rem;            
  height: 6rem;       
  border: 2px solid #8c365a;
  box-shadow: 0 2px 8px #8c365a;
  padding: 0.2rem;
  background: #7a1941ff;
  transition: transform 0.18s, box-shadow 0.18s;
  position: relative;
}

.results-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 0 24px 4px #8c365a, 0 2px 8px #8c365a;
}

.results-label {
  color: #fce7f0ff;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.02em;
  pointer-events: none;
}
