/* Main-content refresh for the clan and kingdom pages. */
.dsl-main-content {
  min-width: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.dsl-main-content > center,
.dsl-main-content > div[align="center"] {
  display: block;
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.dsl-main-content table[width="100%"][cellpadding="8"] {
  width: 100%;
  border: 1px solid #b87312;
  border-radius: 7px;
  border-spacing: 0;
  background: #edbd70;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .22);
  overflow: hidden;
}

.dsl-main-content table[width="100%"][cellpadding="8"] > tbody > tr > td,
.dsl-main-content table[width="100%"][cellpadding="8"] > tr > td {
  padding: 20px;
}

.dsl-main-content p,
.dsl-main-content td,
.dsl-main-content font[size="2"] {
  font-size: 14px;
  line-height: 1.55;
}

.dsl-main-content p {
  margin-top: .7em;
  margin-bottom: .7em;
}

.dsl-main-content p[align="left"] {
  max-width: 78ch;
  margin-right: auto;
  margin-left: auto;
}

.dsl-main-content > center:first-of-type p[align="center"] img {
  margin: 3px;
  border: 1px solid #8a5700;
  border-radius: 3px;
  object-fit: cover;
}

.dsl-main-content font[size="5"] {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.15;
}

.dsl-main-content a {
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.dsl-main-content a:hover,
.dsl-main-content a:focus {
  color: #6f0000;
  text-decoration-thickness: 2px;
}

.dsl-main-content img {
  max-width: 100%;
  height: auto;
}

.dsl-description-title {
  margin: 20px 0 12px !important;
  padding: 8px 12px;
  border-bottom: 2px solid #de961d;
  background: rgba(222, 150, 29, .18);
  font-weight: 700;
  letter-spacing: .04em;
}

.dsl-summary {
  margin: 16px 0;
  padding: 14px 16px;
  border: 1px solid #c68317;
  border-radius: 5px;
  background: #f3ca87;
  column-width: 250px;
  column-gap: 28px;
}

.dsl-war-grid {
  width: 100% !important;
  max-width: 760px;
  margin: 8px auto;
  border-collapse: collapse;
  table-layout: fixed;
}

.dsl-war-grid td {
  width: 50% !important;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(111, 64, 0, .25);
  vertical-align: top;
}

.clan-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 760px;
  margin: 18px auto !important;
  padding: 18px;
  border: 1px solid #c68317;
  border-radius: 7px;
  background: #f3ca87;
  text-align: left;
}

.clan-continent {
  padding: 12px 14px;
  border: 1px solid rgba(138, 87, 0, .35);
  border-radius: 5px;
  background: rgba(255, 255, 255, .14);
}

.clan-continent h2 {
  margin: 0 0 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid #c68317;
  font-size: 15px;
  text-align: center;
}

.clan-continent p {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 7px;
  justify-content: space-between;
  max-width: none !important;
  margin: 5px 0 !important;
  line-height: 1.35;
}

.clan-continent p span {
  font-size: 11px;
  white-space: nowrap;
}

.clan-continent p em {
  padding: 1px 5px;
  border: 1px solid #b87312;
  border-radius: 3px;
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
}

#table2,
#table3,
#table4,
#table5 {
  width: 100% !important;
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid #c68317;
  border-radius: 7px;
  border-spacing: 0;
  background: #f3ca87;
  overflow: hidden;
}

#table2 td,
#table3 td,
#table4 td,
#table5 td {
  padding: 7px 12px;
  border-bottom: 1px solid rgba(111, 64, 0, .18);
}

#table2 tr:first-child td,
#table3 tr:first-child td,
#table4 tr:first-child td,
#table5 tr:first-child td {
  background: #de961d;
}

#table2 img,
#table3 img,
#table4 img {
  display: block;
  width: 100px;
  height: 42px;
  object-fit: cover;
  border: 1px solid #8a5700;
}

@media (max-width: 760px) {
  .dsl-main-content table[width="100%"][cellpadding="8"] > tbody > tr > td,
  .dsl-main-content table[width="100%"][cellpadding="8"] > tr > td {
    padding: 14px;
  }

  .dsl-main-content p,
  .dsl-main-content td,
  .dsl-main-content font[size="2"] {
    font-size: 13px;
  }

  .dsl-summary {
    columns: 1;
  }

  .clan-directory {
    grid-template-columns: 1fr;
  }

  .dsl-war-grid,
  .dsl-war-grid tbody,
  .dsl-war-grid tr,
  .dsl-war-grid td {
    display: block;
    width: 100% !important;
  }

  #table2 td:first-child,
  #table3 td:first-child,
  #table4 td:first-child {
    width: 55% !important;
    text-align: left;
  }
}
