/* ─────────────────────────────────────────────────────────────────────────────
   IMLotti PDF Manager — Frontend CSS
   Idêntico ao CSS já utilizado nas páginas do site (pasta atas).
   ───────────────────────────────────────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.atas-container {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  background: #ffffff;
  position: relative;
  z-index: 99;
  width: 100%;
  display: block;
  clear: both;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.atas-details > summary {
  list-style: none;
}
.atas-details > summary::-webkit-details-marker {
  display: none;
}

.atas-summary-main {
  font-weight: 400;
  color: #00e5cc;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 12px;
  display: block;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.atas-summary-main:hover {
  color: #00b3a0;
}

.atas-summary-main::before {
  content: "📂 ";
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
}

.atas-year-box {
  margin-left: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
  display: block;
  width: auto;
}

.atas-summary-year {
  font-weight: 700;
  color: #222;
  cursor: pointer;
  margin: 6px 0;
  display: block;
}

.atas-summary-year:hover {
  color: #00e5cc;
}

.atas-summary-year::before {
  content: "📂 ";
  margin-right: 5px;
}

.atas-month-box {
  margin-left: 20px;
  border-left: 1px solid #ddd;
  padding-left: 10px;
  margin-bottom: 6px;
  display: block;
  width: auto;
}

.atas-summary-month {
  font-weight: 600;
  color: #333;
  cursor: pointer;
  margin: 4px 0;
  display: block;
}

.atas-summary-month:hover {
  color: #00e5cc;
}

.atas-summary-month::before {
  content: "📁 ";
  margin-right: 5px;
}

.atas-file-list {
  list-style: none;
  padding: 0;
  margin: 5px 0 10px 15px;
  display: block;
  padding-right: 15px;
}

.atas-file-item {
  margin: 6px 0;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.atas-file-item::before {
  content: "📄 ";
  margin-right: 5px;
}

.atas-file-item a {
  text-decoration: none;
  color: #444;
}

.atas-file-item a:hover {
  text-decoration: underline;
  color: #00e5cc;
}
