.disclaimer {
    max-width: 780px;
    margin: 2rem auto;         
    padding: 1.5rem 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #2c3e50;            
    font-size: 0.95rem;
    line-height: 1.6;
    background-color: #c7f7aa38;   
    border: 1px solid #639c1f;  
    border-radius: 12px;        
}
.disclaimer p {
    margin: 0;
}
.disclaimer b:first-child,
.disclaimer strong:first-child {
    font-weight: 600;           
    color: #639c1f;             
    margin-right: 0.25rem;       
}
.disclaimer b,
.disclaimer strong {
    font-weight: 600;
    color: #2c3e50;
}
.disclaimer cite,
.disclaimer i,
.disclaimer .legal-ref {
    font-style: italic;       
    color: #639c1f;              
    background: none;            
    padding: 0;                 
    border: none;                
    white-space: nowrap;         
    font-family: inherit;      
}
.disclaimer p::before {
    content: none;
}
.disclaimer::after {
    display: none;
}
@media (max-width: 640px) {
    .disclaimer {
        padding: 1.2rem 1.3rem;
        margin: 1rem;
        font-size: 0.9rem;
    }
    .disclaimer cite,
    .disclaimer i,
    .disclaimer .legal-ref {
        white-space: normal;
    }
}
.disclaimer p::-moz-selection {
    background: #d9e5f2;
    color: #1a3b5d;
}
.disclaimer p::selection {
    background: #d9e5f2;
    color: #1a3b5d;
}