  * {
      cursor: url("http://www.rw-designer.com/cursor-extern.php?id=98738") 8 8, auto !important;
    }

    *:hover {
      cursor: url("https://www.rw-designer.com/cursor-view/98738-48.png") 8 8, pointer !important;
    }

    /* scrollbar */
    ::-webkit-scrollbar {
      width: 10px;
    }

    /* lange ding "track" */
    ::-webkit-scrollbar-track {
      background: #f3efe4;
    }

    /* beweegbare ding "thumb" */
    ::-webkit-scrollbar-thumb {
      background: #2a2a2a;
    }

body {
  margin: 0;
  background: #f3efe4;
  font-family: "Sedan", serif;
  color: #2a2a2a;
}

#wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px;
}

#header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 2px solid #c7b98b;
}

#header h1 {
  margin: 0;
  font-size: 2.4rem;
  color: #2e3a67;
  font-family: 'Gideon Roman', serif;
}

.subtitle {
  margin-top: 6px;
  font-size: 1.1rem;
  color: #5a4f3b;
  font-family: 'Luxurious Roman', serif;
}

.content-box {
  background: #fffdf7;
  border: 1px solid #d2c7a3;
  padding: 24px;
  margin-bottom: 30px;
  box-shadow: 0 0 4px rgba(0,0,0,0.05);
}

.content-box h2 {
  margin-top: 0;
  font-size: 1.8rem;
  color: #3b2f1e;
  font-family: 'Sedan SC', serif;
}

.content-box h3 {
  font-size: 1.4rem;
  margin-top: 28px;
  border-bottom: 1px solid #d2c7a3;
  padding-bottom: 4px;
  color: #2e3a67;
  font-family: 'Sedan SC', serif;
}

.content-box p,
.content-box li {
  font-size: 1.1rem;
  line-height: 1.6;
}

.content-box a {
  color: #2e3a67;
  text-decoration: none;
}

.content-box a:hover {
  text-decoration: underline;
}

.name-search {
  width: 100%;
  padding: 10px;
  margin: 16px 0 24px;
  border: 1px solid #c7b98b;
  background: #faf6e8;
  font-family: "Sedan", serif;
  font-style: italic;
}

.letter-block {
  margin-bottom: 24px;
  border: 1px solid #d2c7a3;
  background: #fffdf7;
  box-shadow: 0 0 4px rgba(0,0,0,0.05);
}

.letter-header {
  width: 100%;
  text-align: left;
  background: #f0e8d4;
  border: none;
  padding: 12px 16px;
  font-size: 1.3rem;
  font-family: "Sedan", serif;
  font-style: italic;
  font-weight: 600;
  color: #3b2f1e;
  cursor: pointer;
}

.letter-content {
  padding: 16px;
  display: none;
}

.name-list {
  list-style: none;
  padding-left: 0;
}

.name-list li {
  padding: 8px 0;
  border-bottom: 1px solid #e0d7c2;
}

.name-list li:last-child {
  border-bottom: none;
}

.name-list a {
  color: #2e3a67;
  text-decoration: none;
  font-weight: 600;
}

.name-list a:hover {
  text-decoration: underline;
}

.pub-note {
  display: block;
  font-size: 0.98rem;
  color: #4a4336;
  margin-top: 2px;
}

.shop-name {
  font-weight: 600;
  color: #2e3a67;
}

.shop-name a {
  color: inherit;
  text-decoration: none;
}

.shop-name a:hover {
  text-decoration: underline;
}

.tag {
  display: inline-block;
  font-size: 0.85rem;
  padding: 2px 6px;
  margin-left: 8px;
  border-radius: 4px;
  border: 1px solid #c7b98b;
  cursor: pointer;
}

.tag-tier1 {
background-color: #08A045;
color: #2a2a2a;
}

.tag-tier2 {
background-color: #B0DD16;
color: #2a2a2a;
}

.tag-tier3 {
background-color: #EEEA62;
color: #2a2a2a;
}

.tag-tier4 {
background-color: #C78C06;
color: #2a2a2a;
}

.tag-tier5 {
background-color: #ff4500;
color: #2a2a2a;
}

.tag:hover {
  background: #d8cfb5;
}

.tag.active-tag {
  background: #b8a776;
  color: white;
  border-color: #8c7a4a;
}

