.golf-details-nav {
  background-color: #c0c0c0;
  padding: 10px 0;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.golf-details-nav a {
  color: #333;
  margin: 0 6px;
  text-decoration: none;
}

.golf-details-nav a:hover {
  text-decoration: underline;
}

.golf-details-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 15px;
  font-family: Arial, sans-serif;
}

.golf-details-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #000080;
}

.golf-details-section h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
  text-decoration: underline;
}

.golf-details-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.golf-details-item {
  flex: 1 45%;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding: 10px 10px ;
  background-color: #fff;
  
}



.golf-details-item p {
  font-size: 14px;
  margin-top: 10px;
}

.golf-details-item.spacer {
  flex: 0 0 5%;
  background: none;
  box-shadow: none;
}

.golf-details-description {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.golf-details-half {
  flex: 1 1 45%;
  font-size: 14px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

