/* Bootstrap-first minimal helpers for users pages */

.user-main {
  min-height: 300px;
  padding: 56px 12px 24px;
}

.user-container {
  max-width: 460px;
  margin: 24px auto;
}

.error-message {
  color: #b42318;
  font-size: 0.92rem;
  margin-bottom: 10px;
}

/* Create/Edit post image preview helpers */
#imagePreview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.imgContainer {
  position: relative;
  display: inline-block;
}

.previewImg {
  max-width: 100px;
  max-height: 100px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
}

.imgContainer button {
  position: absolute;
  top: 4px;
  right: 4px;
  background: rgba(220, 53, 69, 0.92);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 1;
  font-size: 12px;
  cursor: pointer;
}
