/* ==============================
   General Page Styling
============================== */
body {
  font-family: "Segoe UI", Arial, sans-serif;
  background-color: #f9fafc;
  color: #222;
  margin: 0;
  padding: 40px 20px;
  line-height: 1.6;
}

/* ==============================
   Header
============================== */
h1 {
  font-size: 32px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

/* ==============================
   Folder Section
============================== */
.folder {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.folder:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.folder h2 {
  color: #0056b3;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 8px;
}

/* ==============================
   Subfolders
============================== */
.subfolder {
  margin-left: 20px;
  margin-top: 10px;
}

.subfolder h3 {
  font-size: 20px;
  color: #0074d9;
  margin-bottom: 10px;
}

/* ==============================
   File Links
============================== */
ul {
  list-style: none;
  padding-left: 15px;
  margin: 0;
}

li {
  margin: 6px 0;
}

a {
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: color 0.2s ease;
}

a:hover {
  color: #004999;
  text-decoration: underline;
}

/* Optional: link bullet effect */
li::before {
  content: "•";
  color: #0099ff;
  margin-right: 8px;
}

/* ==============================
   Responsive Design
============================== */
@media (max-width: 768px) {
  body {
    padding: 20px 10px;
  }

  h1 {
    font-size: 26px;
  }

  .folder {
    padding: 15px;
  }

  .folder h2 {
    font-size: 20px;
  }

  .subfolder h3 {
    font-size: 18px;
  }
}
/* ==============================
   General Page Styling
============================== */
body {
  font-family: "Segoe UI", Arial, sans-serif;
  background-color: #f9fafc;
  color: #222;
  margin: 0;
  padding: 40px 20px;
  line-height: 1.6;
}

/* ==============================
   Header
============================== */
h1 {
  font-size: 32px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

/* ==============================
   Folder Section
============================== */
.folder {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.folder:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.folder h2 {
  color: #0056b3;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 8px;
}

/* ==============================
   Subfolders
============================== */
.subfolder {
  margin-left: 20px;
  margin-top: 10px;
}

.subfolder h3 {
  font-size: 20px;
  color: #0074d9;
  margin-bottom: 10px;
}

/* ==============================
   File Links
============================== */
ul {
  list-style: none;
  padding-left: 15px;
  margin: 0;
}

li {
  margin: 6px 0;
}

a {
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: color 0.2s ease;
}

a:hover {
  color: #004999;
  text-decoration: underline;
}

/* Optional: link bullet effect */
li::before {
  content: "•";
  color: #0099ff;
  margin-right: 8px;
}

/* ==============================
   Responsive Design
============================== */
@media (max-width: 768px) {
  body {
    padding: 20px 10px;
  }

  h1 {
    font-size: 26px;
  }

  .folder {
    padding: 15px;
  }

  .folder h2 {
    font-size: 20px;
  }

  .subfolder h3 {
    font-size: 18px;
  }
}
