/* 📌 Font Tanımı */
@font-face {
  font-family: 'MiriamFixedFont';
  src: url('assets/fonts/miriam-fixed.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* 📌 Genel Stil Ayarları */
/* 📌 Genel Font Ayarı */
body {
  font-family: 'MiriamFixedFont', monospace, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
}

/* Sadece About Text'e uygulansın */
.about-text {
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  max-width: 70vw;
  margin-left: 1px;
  padding-left: 0;
  text-align: left;
}

/* 📂 Kategori Listesi */
.category-list {
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0;
  max-width: 50vw;
}

.category-list li {
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0;
}

.category-list li:hover {
  color: blue;
}

/* 📂 Folder İkonu */
.folder-icon {
  width: 36px;
  height: auto;
  vertical-align: middle;
}

/* 🔙 Geri Dönüş Linkleri */
.back-link {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
}

.back-link:hover {
  color: blue;
}

/* 📂 Arşiv İçerik Kutuları */
.archive-item {
  margin-bottom: 20px;
}

.archive-category {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  margin-top: 10px;
}

.archive-category:hover {
  background-color: #ddd;
}

/* 🎥 Açıklamalar */
.video-description,
.sketchfab-description,
.map-description {
  font-size: 14px;
  font-style: normal;
  color: #555;
  margin-top: 5px;
}

/* 📌 İçerik Alanı */
.content-area {
  display: none;
  padding: 10px;
  margin-left: 30px;
  border-left: 2px solid #ddd;
}

/* 📌 Hover Görseli */
#category-preview {
  position: absolute;
  width: 300px;
  height: auto;
  display: none;
  border: 2px solid #ccc;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 8px;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000;
}

/* 🗂️ PDF Listesi */
#pdf-list {
  display: block !important;
  padding: 10px;
  margin-top: 10px;
}

#pdf-list a {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
  text-decoration: none;
}

#pdf-list a:hover {
  color: blue;
}

/* 🗺️ Maps Görselleri */
.map-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

/* 📌 About Sayfası */
.about-content {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.about-content p {
  margin-bottom: 10px;
}

/* 📌 Index Sayfası */
.index-list {
  list-style: none;
  margin-top: 20px;
  font-size: 16px;
}

.index-list li {
  margin-bottom: 10px;
}

.index-list a {
  font-weight: bold;
  text-decoration: none;
  color: black;
}

.index-list a:hover {
  color: blue;
}

.index-list ul {
  list-style: none;
  margin-left: 20px;
  font-size: 14px;
}

/* 📰 News */
.news-item {
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.news-item h3 a {
  font-size: 18px;
  text-decoration: none;
  color: black;
}

.news-item h3 {
  margin: 36px 0 8px 0;
}

.news-description {
  font-size: 14px;
  font-style: normal;
  color: #333;
  margin-bottom: 15px;
}

.news-image {
  max-width: 30%;
  height: auto;
  margin-top: 10px;
  border: 1px solid #ccc;
}

.board-item {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  max-width: 600px;
}

.board-image {
  max-width: 80%;
  height: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}

/* 🖼️ Google Spreadsheet Alanları */
#movies-content,
#relics-content,
#maps-content,
#stations-content,
#cables-content {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}

#movies-content h2,
#relics-content h2,
#maps-content h2,
#stations-content h2,
#cables-content h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* 📌 Iframe */
iframe {
  max-width: 100%;
  border: none;
}

.install-image {
  display: block;
  max-width: 90%;
  margin: 20px auto;
  /* Ortalar ve boşluk bırakır */
  padding: 0 5vw;
  /* Sağ ve sol boşluk */
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 20px auto;
  max-width: 90%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.install-description,
.install-credits {
  margin-top: 10px;
  /* Eskiden 30px'ti, azaltıldı */
  font-size: 14px;
  line-height: 1.6;
}

#profile-photo {
  position: absolute;
  width: 220px;
  height: auto;
  display: none;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.photo-trigger {
  cursor: pointer;
  color: blue;
}

.photo-trigger:hover+#profile-photo,
.photo-trigger:focus+#profile-photo {
  display: block;
}