/* valheim.css — complete page-specific CSS from valheim.html */

/* Viking images */
.viking-left {
  position:absolute;
  bottom:50px;
  left:20px;
  max-height:450px;
  pointer-events:none;
}
.viking-right {
  position:absolute;
  bottom:50px;
  right:20px;
  max-height:450px;
  pointer-events:none;
}

@media (max-width:768px) {
  .viking-left,
  .viking-right {
    display:none;
  }
}

/* Page-specific text & table styling */
.section-title {
  margin:10px 0 15px;
  font-size:1.6em;
  color:#00cccc;
  text-shadow:0 0 5px #00cccc;
}
.status-text {
  font-weight:bold;
  font-size:1.1em;
  margin-bottom:20px;
}
.rules-list,
.settings-table {
  margin:0 auto 30px auto;
  padding:0;
  text-align:center;
}
.rules-list {
  list-style-position:inside;
}
.rules-list li {
  margin:0.3em 0;
}
.settings-table {
  border-collapse:collapse;
  width:90%;
  max-width:600px;
}
.settings-table th,
.settings-table td {
  border:1px solid #00cccc;
  padding:8px 12px;
  vertical-align:top;
}
.settings-table th {
  background-color:#00cccc;
  color:#000;
  text-align:center;
  width:40%;
}
