

#invislink {
    color: inherit;    
  text-decoration: underline;
}

#invislink:visited {
  color: inherit;       
}

#invislink:hover {
  color: inherit;  
}

.mkw-page {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-wrapper:has(.mkw-page) {
    align-items: stretch;
    justify-content: flex-start;
    padding-top: 80px;
}

.hero-banner {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-banner h1 {
    font-size: 3rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: white;
    text-align: center;
}

.content-panel {
    max-width: 850px;
    width: 90%;
    background-color: #1a1a1c;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    border: 1px solid #3a3a3c;
    color: white;
}

.content-panel h2 {
    color: var(--twitch-purple);
    font-size: 2rem;
    margin-top: 0;
    border-bottom: 2px solid #333;
    padding-bottom: 15px;
}

.content-panel p {
    line-height: 1.6;
    color: #d1d1d1;
    font-size: 1.1rem;
}

.rule-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.rule-list li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.rule-list li::before {
    content: "•";
    color: var(--twitch-purple);
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    top: -2px;
}

.list-subhead {
    font-weight: bold;
    margin: 20px 0 10px 0 !important;
    padding-left: 0 !important;
    text-decoration: underline;
}

.list-subhead::before {
    content: "" !important;
}

.back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--twitch-purple);
    font-weight: bold;
    text-decoration: none;
    padding-right:3%;
}

.back-link:hover {
    text-decoration: underline;
}

#postdate {
  background-color: var(--bg-gray);
  border: 2px solid var(--twitch-purple);
  border-radius: 8px;
  padding: 4px 10px;
  display: inline-block; /* makes it wrap nicely around text */
}
