body {
  background-color: #1a1a1a;
  color: #f0f0f0;
  font-family: "Segoe UI", sans-serif;
  margin: 0;
  padding: 20px;
}

.container {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}

section {
  margin-bottom: 40px;
}

h2 {
  font-size: 1.4em;
  margin-bottom: 10px;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

li {
  margin: 6px 0;
  font-size: 1em;
  line-height: 1.6;
}

h2 {
  text-align: center;
}

.difficulty-images {
  text-align: center;
}

.difficulty-images img {
  display: inline-block;
  margin: 0 10px;
}

.icon-link {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(img/gis.webp);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* ul li { */
  /* display: flex; */
  /* align-items: center; */
  /* gap: 8px; */
/* } */

ul li .icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
}

.alticizili {
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  table-layout: fixed;
}

table td {
  padding: 6px 8px;
  border: 1px solid #ccc;
  vertical-align: top;
  word-wrap: break-word;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
  color: #f0f0f0;
  padding: 15px 20px;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.5);
  font-size: 14px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cookie-content {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cookie-content p {
  margin: 0;
  flex: 1 1 70%;
  line-height: 1.4;
}

.cookie-content button {
  background-color: #c9aa71;
  color: #1a1a1a;
  border: none;
  padding: 8px 18px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  flex: 0 0 auto;
  transition: background-color 0.3s ease;
}

.cookie-content button:hover {
  background-color: #b3995c;
}

.modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.modal-content {
  background: #222;
  color: #f0f0f0;
  max-width: 700px;
  width: 90%;
  max-height: 80vh;
  padding: 20px 30px;
  border-radius: 8px;
  overflow-y: auto;
  box-shadow: 0 0 20px #c9aa71;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}

.modal-close {
  position: absolute;
  top: 10px; right: 15px;
  background: none;
  border: none;
  color: #c9aa71;
  font-size: 28px;
  cursor: pointer;
  font-weight: bold;
}

/* #tempHideBanner { */
  /* background-color: #444; */
  /* color: #fff; */
  /* border: none; */
  /* padding: 8px 12px; */
  /* border-radius: 4px; */
  /* cursor: pointer; */
  /* transition: background-color 0.3s ease; */
/* } */

/* #tempHideBanner:hover { */
  /* background-color: #666; */
/* } */
