:root
{
    --sectionbox-background:#B8C5B3;
    --sectionbox-header:#6B7A68;
    --sectionbox-border:#e7afa3;
    --sectionboxicon-background:var( --sectionbox-header);

        --tool-background:var( --sectionbox-background);
    --tool-header:#B88A8A;
    --tool-border:#e7afa3;
}

.minihero {
    max-width: 850px;
    background: var(--design-accents-low);
    padding: 1rem 3rem;
    position: relative;
    border: 1px solid var(--design-accents-low);;
    margin:auto;
    margin-top: 1rem;
}

.minihero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--design-accents-low);
}

.minihero p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.minihero p:last-child {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #fff;
    font-weight: 400;
    line-height: 2.6;
}

.minihero * a
{
    background-color: var(--design-accents-high);
    margin: 20px;
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
        word-break:keep-all;
    overflow-wrap:normal;
    white-space: nowrap;
}

.smallhero {
    max-width: 850px;
    background: #ffffff;
    padding: 4rem 3rem;
    position: relative;
    border: 1px solid #e8e8e8;
    margin:auto;
}

.smallhero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--design-accents-high);
}

.smallhero p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #1a1a1a;
    margin-bottom: 2rem;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.smallhero p:last-child {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #666666;
    font-weight: 400;
    line-height: 1.6;
}

.lcbysectionbox
{
    background-color: var(--sectionbox-background);
    margin: 0.4rem;
    border-radius: 5px;
    border: 1px solid var(--sectionbox-background);
    padding:0px !important;
    display: flex
;
    justify-content: center;
}

.lcbysectionbox h2
{
    background-color: var(--sectionbox-header);
    margin-top:1rem;
    padding: 0.2rem 1rem 0.2rem 1rem;
    width: 106%;
    margin-left: -3%;
    border-radius: 5px;
    font-size: 1.1rem;

    color: white;

}
.lcbysectionbox div
{
    word-break: break-word;
    overflow-wrap: break-word;
}

.lcbysectionbox * table {
    display: flex;
    width: 100%;
    border-spacing: 10px !important;
  
    table-layout: fixed;
    empty-cells: hide;
 border-collapse: separate;
  
 
}

.lcbysectionbox * tr {
    display: flex;
    flex-wrap: wrap; /* Allow cells to wrap to next line */
}

.lcbysectionbox * td,
.lcbysectionbox * th {

    background-color: white;
    padding: 1rem;
    margin: 0.5rem;
    border-radius: 10px;
    width:auto !important;
}

.lcbysectionbox * td p,
.lcbysectionbox * th p {
    all: unset;
    display: flex;
    width: 100%;
    height: 100%;

    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.lcbysectionbox * td img,
.lcbysectionbox * th img {
    width: unset;
    height: unset;
 
    object-fit:contain;
    display: block;
    overflow: hidden;


}



.sectionbox-images {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    background-color: var(--tool-background);
    padding: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem
}

.sectionbox-image-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 0 0 calc(20% - 6px); /* Exactly 5 per row */
    width: calc(20% - 6px);
    height: calc(20% - 6px);
    min-height: 100px;
    min-width: 100px;
    border-radius: 0.9rem;
    aspect-ratio: 1 / 1;
    background-color: var(--sectionboxicon-background);
    box-sizing: border-box;
    color:white;
    font-size:0.9rem;
}

.sectionbox-image-div img{
    height: 60%;
    padding: 5px 0 0 0;

    margin: 0;  
    
}
 


.tool-header
{

    border-radius: 0.9rem 0.9rem 0 0;
    background-color: var(--tool-header);
    padding:10px;
    font-size: 1.5rem;
    font-weight: bolder;
    color: white;
}

.tool-section
{   margin-top: 5px;
    padding: 0;
    border: 0px solid var(--tool-border);;
    background-color: var(--tool-background);
    border-radius: 1rem;
}
.tool-body
{   padding: 10px;


}

.tool-body p
{   color: white !important;


}

 .feature-container{
 
  width: 90%;
    overflow: hidden; /* Prevent overflow */
 margin: 10px;

.feature-row {
  display: flex;
  width: 100%;
    overflow: hidden; /* Prevent overflow */
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 2px 5px;
    border-radius: 4px;
}


     
     .feature-textarea  {
         flex: 1 0 0;
 
      
    
            width: 100%;
            overflow: hidden; /* Prevent overflow */
            margin-bottom: 1rem;
            background-color: rgba(255, 255, 255, 1);
            padding: 20px 15px;
            border-radius: 6px;
     }
     
.feature-col-text {
  flex: 10 0 0;
    max-width: 70%;
    color: white;



    
}
.feature-col-status {
  flex: 1 0 0;
    min-width: 0; /* Prevent flex children from overflowing */
}

feature-col-text,
.feature-col-status {
    min-width: 0; /* Prevent flex children from overflowing */

}


/* Optionally, style feature-exists and feature-missing for highlighting */
.feature-exists {
  background: var(--sectionbox-header);
  color: white;
    margin: 1px;
    padding: 2px;
    text-align: center;
    height: 1.5rem;
    border-radius: 4px;
}
.feature-missing {
  background: white;
  opacity: 0.2;
    margin: 1px;
    padding: 2px;
    text-align: center;
    height: 1.5rem;
    border-radius: 4px;
}


     .feature-below-row {
         display: flex;
         width: 100%;
         overflow: hidden; /* Prevent overflow */
         margin-bottom: 1rem;

         padding: 2px 5px;
         border-radius: 4px;
     }

     .feature-below-text {
         flex: 1 0 0;
         max-width: 50%;
         color: white;




     }
.progress-base{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
     
    margin-top: 5px;
}
 .progress-progress{
    height: 100%;
    background-color: var(--sectionbox-header);
    width: 0%;
    color: white;
 text-align: end;
 padding: 10px;