


.access-instructions {
  padding: 2rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  width: 100%;
  margin: 0 auto; 
}

.access-header {
	grid-column: 1 / -1;
	grid-row: 2 / 3;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.access-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}

.access-subtitle {
    font-size: 1.25rem;
    color: var(--text-gray);
    line-height: 1.6;
}

.access-steps {
			grid-column: 1 / -1;
		grid-row: 4 / 5;
    text-align: center;
}

.access-steps-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.access-steps-container {

  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
}

.access-step {
  flex: 1 1 200px;
  max-width: 250px;
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  text-align: center;
}

.access-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.access-video-tips {
			grid-column: 1/-1;
	grid-row: 6/7;
  margin-top: 3rem;
}

.access-intro-text {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #444;
}

.access-tips-grid {

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.access-tips-column {
  flex: 1 1 300px;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 1rem;
}

.access-tips-column h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.access-tips-column ul {
  list-style: disc inside;
  padding-left: 0;
}

.access-cta-button {
	grid-column: 1/-1;
	grid-row: 8; 
  display: block;
  width: fit-content;
margin-top: 30px; 
  padding: 0.75rem 1.5rem;
  background-color: #2563eb;
  color: white;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out;
}

.access-cta-button:hover {
  background-color: #1d4ed8;
}


.access-login-link {
	grid-column: 1/-1; 
	grid-row: 10;
  text-align: center;
  margin-bottom: 1rem;
}

.access-login-link a {
  font-size: 0.95rem;
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

.access-login-link a:hover {
  text-decoration: underline;
  color: #1d4ed8;
}
