.access-page{
max-width: 1000px;
margin: 0 auto;
}

.access-page h1{
margin-bottom: 2rem;
}

.access-page h2{
margin-top: 3rem;
margin-bottom: 1rem;
padding-left: 0.75rem;
border-left: 5px solid #005bac;
}

.access-page section{
margin-bottom: 2rem;
}

.access-page table{
width: 100%;
border-collapse: collapse;
}

.access-page th,
.access-page td{
border: 1px solid #ddd;
padding: 0.75rem;
}

.access-page th{
background: #f5f5f5;
}

.access-page iframe{
border-radius: 10px;
}

.access-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:20px;
}

.access-card{
background:#fff;
border:1px solid #ddd;
border-radius:10px;
padding:20px;
box-shadow:0 2px 8px rgba(0,0,0,0.05);
}

.access-card h3{
margin-top:0;
margin-bottom:1rem;
}

.access-card ul{
margin:0;
padding-left:1.2rem;
}

.access-card li{
margin-bottom:0.8rem;
}

.access-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.access-btn{
  display:inline-block;
  padding:12px 18px;
  border-radius:999px;
  text-decoration:none;
  border:1px solid #005bac;
  color:#005bac;
  font-weight:600;
  transition:0.2s;
  background:#fff;
}

.access-btn:hover{
  background:#005bac;
  color:#fff;
}

.access-table{
  margin-top:1rem;
  margin-bottom:2rem;
}

.access-table th{
  background:#005bac;
  color:#fff;
}

.access-table tr:nth-child(even){
  background:#f8f9fa;
}

.map-wrap iframe{
  width:100%;
  height:500px;
  border:none;
}

.map-wrap{
  margin-bottom:2rem;
}

.access-info-card{
  background:#fff;
  border:1px solid #ddd;
  border-radius:10px;
  padding:20px;
  margin-bottom:2rem;
  max-width:500px;
}

.access-page section{
  margin-bottom:3rem;
}