.office-shelving-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.image-row img {
  height: 225px;
  width: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.shelving-subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.shelving-table {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #c0c0c0;
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.shelving-table div {
  padding: 10px;
  border: 1px solid #808000;
  font-size: 14px;
  text-align: center;
}

.shelving-table .header {
  font-weight: bold;
  text-decoration: underline;
  background-color: #e0e0e0;
}
