body { 
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;

}

ul li {                
        padding: 2px 0px 2px 0px;
        }
        
.paras {
padding: 2px 0px 2px 0px;
}

.paras li {
padding: 2px 0px 2px 0px;
}

span { 
    background-color: #ffffff;
}

span :hover { 
    background-color: #ffffff;
}

.sec-ti {
	color: #010b00;
            font-weight: bold;

}  


.select {
	color: #AA0055;
            font-weight: bold;

}  

.table-key-source {
        height : 10 ;
        width: 300px;
        max-width: 300px;
        overflow-x : auto;
        text-align : right ;
        vertical-align: top; 

}

.table-value-source {
        vertical-align: top; 
        text-align : left ;
        max-width: 80%;
        margin: 0%;

}

.TFtable{
        margin: 0px 0px 0px 50px;
        margin-bottom: 10px;
	}

.expand {
        color: #2f922cdc;

}
.warning {
	color: #8F0000;
        text-transform : uppercase;
        font-weight: bold;

}

.token {
	color: maroon ;
        text-decoration: none;
}  

.person {
	color: #4B2503 ;
        text-decoration: none;
        font-style: italic;
}  

.definedterm {
	color: #024725 ;
        text-decoration: none;
}  

.definedinitalic {
	color: #004444 ;
        text-decoration: none;
	font-weight: 550 ;
        font-style: italic;
}  

.param {
	color: grey ;
        font-weight: bold;
}  

.highlight {
}  

.xref {
	color: darkblue ;
        text-decoration: none;
	font-weight: 550 ;

}  

.alt {
	color: #AA00AA ;
       
}


.jurisdiction {
	color: #5500AA ;
       
}

.missing {
	color: red ;
       
}

.variable {
        color: #aa00a7 ;
       
}

.ftnt {
	color: darkblue ;
        text-decoration: none;
	font-weight: 550 ;
        vertical-align: super;
        font-size:smaller;
}  

.sectionprefix {

            ol li::before {
                content: "Section" ": "; /* Prepend "Section" followed by the counter */
                font-weight: bold; /* Optional: makes "Section" bold */
            }
            ol ol li::before {
                content: ""; /* No prefix for nested list items */
            }
}

/* ---- CommonAccord depth show/hide ---- */

/* Offset anchor-link scroll targets so the sticky depth bar doesn't cover them.
   JS in doc.php overwrites this with the bar's measured height at runtime. */
html {
  scroll-padding-top: 40px;
}

.cmacc-depth-control {
  position: sticky;
  top: 0;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  padding: 5px 12px;
  z-index: 1000;
  font-family: sans-serif;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cmacc-depth-control label {
  margin: 0;
  font-weight: bold;
  white-space: nowrap;
}
.cmacc-depth-control input[type=range] {
  width: 120px;
  cursor: pointer;
}
.cmacc-depth-control button {
  padding: 2px 8px;
  font-size: 11px;
  cursor: pointer;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: #fff;
}
.cmacc-depth-control button:hover {
  background: #e8e8e8;
}

/* Spans are clickable to collapse/expand */
.cmacc-span {
  cursor: pointer;
}

/* .cmacc-placeholder is injected by JS in doc.php when a span collapses */
