body {
  background-color: #1e1e2c;
  color: #d1d1da;
  font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', sans-serif;
}

a {
  color: #009be6;
}

p {
  margin: 4px 0;
}

.image-gallery {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}

.ext-links {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}

.artist-meta-block {
  margin-bottom: 12px;
}

.artist-meta {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.artist-name {
  background-color: #2c2d3f;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #3f4058;
  font-size: 0.75rem;
}

.artist-links {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}

.artist-url-icon {
  height: 1.5rem;
}

.post-commentary {
  margin-bottom: 12px;
}

.post-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.post-description {
  font-size: 0.75rem;
  white-space: pre-wrap;
}

.related-artworks {
  margin-top: 12px;
}

.description-link {
  text-decoration-line: none;
}

.post-image-container {
  position: relative;
  display: inline-block;
}

.post-image-page {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(38, 38, 55, 0.6);
  color: #fff;
  font-weight: bold;
  border-radius: 8px 0 0 0;
  padding: 0;
  user-select: none;
}

#search-form {
  padding: 20px;
  margin: 20px 0;
  background-color: #262637;
  border-radius: 8px;
  max-width: 400px;
}

#search-id-box {
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #3a3a4e;
  background-color: #1e1e2c;
  color: #d1d1da;
  border-radius: 4px;
}

#search-submit-button {
  padding: 10px 20px;
  background-color: #0066cc;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
}
