body {
  font-family: 'Arial', sans-serif;
  background-color: #f2f2f2;
  color: #222;
  padding: 20px;
  direction: rtl;
  text-align: right;
}

h2 {
  color: #111;
  margin-top: 40px;
}

form {
  background-color: #fff;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.07);
}

input, select, button, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

button {
  background-color: #2c3e50;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

button:hover {
  background-color: #1a242f;
}

img {
  max-width: 100%;
  margin-top: 10px;
  border-radius: 10px;
}

#extraImagesPreview img,
#info-extraImagesPreview img {
  max-width: 80px;
  margin: 5px;
  border: 2px solid #ccc;
  border-radius: 8px;
}

.back-link {
  display: inline-block;
  margin-bottom: 20px;
  color: #2c3e50;
  text-decoration: none;
  font-weight: bold;
}

.back-link:hover {
  text-decoration: underline;
}

#logout {
  background-color: #c0392b;
}

#logout:hover {
  background-color: #a93226;
}

#extraFileLink, #info-extraFileLink {
  color: #2980b9;
  font-weight: bold;
}

@media (max-width: 600px) {
  input, select, button, textarea {
    font-size: 14px;
  }
}
