/*----------------------------------------------------------------------------*/
/*#region Privacy Policy*/
/*----------------------------------------------------------------------------*/

.privacy-container {
    background: var(--bg-body-secondary);
}

.container-fluid h2 {
    margin-bottom: var(--padding-24);
}

.container-fluid h3 {
    margin-bottom: var(--padding-16);
}

.container-fluid h4 {
    margin-bottom: var(--padding-8);
}

p a {
    color: var(--primary-color);
}

#table-contents ol li {
    margin-bottom: 10px;
}

.bullet-list-spacing li{
    margin-bottom: 1rem;
}

/* Given some space to specific id */
#personal-information-you-disclose-to-us,
#sensitive-information {
    scroll-margin-top: 110px;
}

/*----------------------------------------------------------------------------*/
/*#endregion Privacy Policy*/
/*----------------------------------------------------------------------------*/