/* ######## Variables ######## */
:root {
	--primary: #085698;
	--darkPrimary: #064f8a;
	--background: #ffffff;
    --wallpaper: #f9f9f9;
	--secondary: #7EDE49;
	--tertiary: #248FDE;
}

/* ######## Privacy Styles ######## */
#privacy-policy-page {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
}

#privacy-policy-page h2 {
    font-family: 'Signika';
    font-size: 64px;
    width: 100%;
    align-items: center;
    font-weight: normal;
    width: fit-content;
    margin-top: 0px;
    margin-bottom: 20px;
}

#privacy-policy-page h3 {
    font-family: 'Signika', sans-serif;
    font-weight: normal;
}

#privacy-policy-page h4 {
    font-family: 'Signika', sans-serif;
    font-weight: normal;
}

#privacy-policy-page p {
    font-family: 'Inter', sans-serif;
}

#privacy-policy-page .transition-image {
    height: 300px;
    width: 100%;
    margin-top: -50px;
}

/* ######## Privacy Content ######## */
#top-content {
    display: flex;
    flex-direction: column;
    color: white;
    padding-left: 6%;
    padding-right: 6%;
    z-index: 4;
    padding-top: 60px;
}

#top-content p {
    margin-top: 5px;
    margin-bottom: 30px;
    line-height: 26px;
}

#bottom-content {
    max-width: 100%;
    height: fit-content;
    font-weight: 500;
    margin-right: 6%;
    margin-left: 6%;
}

#list-container {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 4%;
    padding-top: 30px;
    border-radius: 25px;
    border: white 2px solid;
    margin-top: 20px;
    margin-bottom: 50px;
}

#bottom-content h3, #bottom-content h4 {
    width: fit-content;
    padding: 5px;
    padding-right: 15px;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    color: var(--primary);
}

.tag-number {
    border-radius: 8px;
    height: 24px;
    width: 24px;
    background-image: linear-gradient(to right, #13b59f, #5089e0);
    color: white;
    text-align: center;
}

.tag-number-small {
    border-radius: 6px;
    height: 20px;
    line-height: 20px;
    width: 26px;
    background-image: linear-gradient(to right, #5089e0, var(--primary));
    color: white;
    text-align: center;
    font-size: 12px;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ######## Mobile Styling ######## */
@media (max-width: 580px) {
    #list-container {
        padding-top: 5px;
    }

    #privacy-policy-page h2 {
        font-size: 50px;
    }
}
