.category-results p {
    margin: 30px 0px 30px 0px;
}

.category-results strong {
    color: #ff0b0b;
}

.toc-container {
    background-color: #000000;
    text-align: center;
    font-family: sans-serif;
    padding: 20px 0;
}

p.dialogue {
}

p.dialogue strong {
	color:#ffb018;
}
.category-results h1, .category-results h2, .category-results h3, .category-results h4, .category-results h5, .category-results h6 {
    text-align: center!important;
	text-transform:uppercase;
}

/* MATCH HEADER */
.category-results h1 {
    font-size: 225%;
    font-weight: bold;
    color: #ffb018;
	margin:25px 0px 25px 0px;
	scroll-margin-top: 80px;
	line-height: 1;
}

.category-results h1 strong {
    color: #ffb018;
}

/* NAMES */
.category-results h2 {
    font-size: 150%;
    color: #ff0b0b;
	margin:10px 0px 10px 0px;
}

/* CHAMPIONSHIP */
.category-results h3 {
    color: #ffb018;
    font-size: 100%;
    letter-spacing: 2px;
	margin:10px 0px 10px 0px;
}

.category-results h3 strong {
    color: #ffb018;
}

/* NICKNAME */

.category-results .nickname {
    font-family: "Protest Revolution", sans-serif;
    font-size: 125%;
    font-style: normal;
    color: #ff9439 !important;
    font-weight: 400;
}

.category-results .nickname strong {
	font-weight:400;
    color: inherit;
}

/* STIPULATION */
.category-results h4 {
	color: #ffb018;
    letter-spacing: 2px;
    font-size: 100%;
	margin:10px 0px 10px 0px;
	font-style: normal;
}

/* CROWD/COUNT/ETC */
.category-results h5 {
	font-size: 140%;
    color: #ff0b0b;
    letter-spacing: 2px;
}

/* OUTCOME */
.category-results h6 {
    font-size: 150%;
    color: #ffb018;
    letter-spacing: 2px;
}

.category-results h6 strong {
    color: #ffb018;
}

p.category-results-winner {
    text-align: center;
    font-size: 125%;
    letter-spacing: 3px;
}

.toc-toggle {
    color: #ff0b0b;
    letter-spacing: 2px;
    font-weight: bold;
    list-style: none; /* Removes the default arrow icon */
    outline: none;
}

/* Removes the default arrow in WebKit browsers (Chrome/Safari) */
.toc-toggle::-webkit-details-marker {
    display: none;
}

.toc-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    padding: 25px 20px 5px 20px;
    background-color: #000000;
    border-top: 1px solid #222; /* Slight separator between title and links */
    margin-top: 15px;
}

.no-grid {
    display: grid!important;
    grid-template-columns: none!important;
    gap: 0!important;
}

.toc-chapters {
    margin: 5px 0px 5px 0px;
}

.toc-wrapper a {
    color: #bfb8af;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
}

.toc-wrapper a:hover {
    color: #ffffff; /* Visual feedback on hover */
}

.stats-container {
    background-color: #000000;
    font-family: sans-serif;
    padding: 20px 0;
}

.stats-toggle {
    color: #ff0b0b;
    font-size: 100%;
    letter-spacing: 2px;
    font-weight: bold;
    list-style: none;
    outline: none;
    text-align: center;
}

.stats-toggle::-webkit-details-marker {
    display: none;
}

.stats-content {
    padding: 25px 20px 5px 20px;
    background-color: #000000;
    border-top: 1px solid #222;
    margin-top: 15px;
	text-align:center;
}

.stats-content p {
}

.stats-container h5 {
    font-size: 100%;
}

/* MORTUARY REPORT */

.blackrose-container {
    display: flex;
    gap: 10px;
    align-items: center;
  }

.blackrose-container img {
    height: 25px;
    width: auto;
    display: block;
}

.blackrose-rating {
    font-weight: bold;
	color:#ff0b0b;
}

.mortuary-profile-row {
	display: inline-flex;
    align-items: center;
}

.mortuary-profile-row .logo {
    height: 13px;
    width: auto;
    display: block;
    margin-right: 5px;
}
  
span.mort-name {
    margin-right: 7px;
}
  
 