.storage-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 24px;
}

.storage-header {
  margin-bottom: 32px;
}

.storage-subtitle {
  color: #666;
  font-size: 1.1em;
}

.storage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}

.storage-item img {
  width: 100%;
  height: auto;
  display: block;
}

.storage-item h3 {
  margin-top: 10px;
  font-size: 1em;
}
