sourcepoint-ui/live/TCFv2/theguardianandroid TCFv2 privacy_manager.css [1:180]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
::selection {
	background: #ffe500;
	color: #121212;
}

:focus {
	outline: none;
}

@font-face {
	font-family: "Guardian Titlepiece";
	src: url("https://interactive.guim.co.uk/fonts/garnett/GTGuardianTitlepiece-Bold.woff2") format("woff2"),
	url("https://interactive.guim.co.uk/fonts/garnett/GTGuardianTitlepiece-Bold.woff") format("woff"),
	url("https://interactive.guim.co.uk/fonts/garnett/GTGuardianTitlepiece-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/*-------------- TODO -----------------
test pulling from the mapi server/origin
https://github.com/guardian/apps-rendering/tree/master/assets/fonts

eg
https://mobile.guardianapis.com/assets/fonts/GuardianTextSans-Regular.ttf
-------------- TODO -----------------*/

@font-face {
	font-family: "Guardian Text Sans Web";
	src: url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Regular.eot");
	src: url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Regular.eot?#iefix") format("embedded-opentype"), url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Regular.woff2") format("woff2"), url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Regular.woff") format("woff"), url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Regular.ttf") format("truetype"), url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Regular.svg#GuardianTextSansWeb-Regular") format("svg");
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;

}

@font-face {
	font-family: "Guardian Text Sans Web";
	src: url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Bold.eot");
	src: url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Bold.eot?#iefix") format("embedded-opentype"), url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Bold.woff2") format("woff2"), url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Bold.woff") format("woff"), url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Bold.ttf") format("truetype"), url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Bold.svg#GuardianTextSansWeb-Bold") format("svg");
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

.privacy-manager-tcfv2  * {
	box-sizing: border-box;
}

.accept-all,
.accordion,
.btn-primary,
.btn-tertiary,
.bulk-consent-btns,
.cta-description,
.gu-description,
.legend,
.opener,
.pm-type-toggle,
.pm-features h3,
.pm-purposes h3,
.pm-sub-p,
.pm-tab,
.pm-toggle > span,
.privacy-manager-tcfv2 .pm-tabs,
.purpose-content,
.stack-description,
.stack-status,
.stack-status > span,
.stack-title > h4,
.stack-toggle,
.sub-purpose-description,
.toggle-vendor .expand {
	font-family: "Guardian Text Sans Web", Arial, sans-serif !important;
	font-size: 15px !important;
}

.accept-all {
	max-width: 100%;
}

.bulk-consent-btns {
	text-decoration: underline;
}

.cta-container {
	display: inline-block;
}

.cta-description {
	font-size: 12px !important;
	line-height: 16px !important;
}

.btn-primary :hover {
	background-color: #224;
}

button.pm-toggle {
	border: 2px solid #DCDCDC!important;
	background-color: #DCDCDC!important;
}

.gu-description {
	background-color: #F6F6F6;
}

.gu-privacy-headline {
	font-family: "Guardian Titlepiece", serif !important;
}

.legend {
	display: none;
}

.privacy-manager-tcfv2 .legend-key.inline {
	margin-left: 0px;
	display: table;
}

.message {
	border-radius: 0 !important;
	max-width: 100vw;
	height: 100vh !important;
	max-height: 100vh !important;
}

.pm-type-toggle {
	background-color: #dcdcdc !important;
	border: 2px 1px solid #dcdcdc !important;
}

.pm-cta-row {
	position: absolute;
	padding-bottom: env(safe-area-inset-bottom, 0);
	bottom: 0;
	z-index: 2147493000;
}

.privacy-manager-tcfv2 .legend-key {
	color: #121212;
	background: #FFE500;
	margin-right: 0;
}

.privacy-manager-tcfv2 .pm-tabs>.pm-tab {
	border-top: 1px solid #dcdcdc !important;
	color: #121212;
	line-height: 50px;
	text-transform: initial;
}

.privacy-manager-tcfv2 .pm-tabs {
	background-color: #F6F6F6;
	border-bottom: 1px solid #dcdcdc !important;

}

.privacy-manager-tcfv2 .pm-tabs>.pm-tab:hover {
	color: #121212;
}

.pm-header {
	padding-top: env(safe-area-inset-top, 0)!important;
}

.pm-purposes h3 {
	font-size: 17px !important;
	padding-left: 0;
}

.pm-purposes .selected {
	border-radius: 9px;
}

.pm-section {
	background-color: white;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sourcepoint-ui/live/TCFv2/theguardianios TCFv2 privacy_manager.css [1:180]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
::selection {
	background: #ffe500;
	color: #121212;
}

:focus {
	outline: none;
}

@font-face {
	font-family: "Guardian Titlepiece";
	src: url("https://interactive.guim.co.uk/fonts/garnett/GTGuardianTitlepiece-Bold.woff2") format("woff2"),
	url("https://interactive.guim.co.uk/fonts/garnett/GTGuardianTitlepiece-Bold.woff") format("woff"),
	url("https://interactive.guim.co.uk/fonts/garnett/GTGuardianTitlepiece-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/*-------------- TODO -----------------
test pulling from the mapi server/origin
https://github.com/guardian/apps-rendering/tree/master/assets/fonts

eg
https://mobile.guardianapis.com/assets/fonts/GuardianTextSans-Regular.ttf
-------------- TODO -----------------*/

@font-face {
	font-family: "Guardian Text Sans Web";
	src: url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Regular.eot");
	src: url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Regular.eot?#iefix") format("embedded-opentype"), url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Regular.woff2") format("woff2"), url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Regular.woff") format("woff"), url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Regular.ttf") format("truetype"), url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Regular.svg#GuardianTextSansWeb-Regular") format("svg");
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;

}

@font-face {
	font-family: "Guardian Text Sans Web";
	src: url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Bold.eot");
	src: url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Bold.eot?#iefix") format("embedded-opentype"), url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Bold.woff2") format("woff2"), url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Bold.woff") format("woff"), url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Bold.ttf") format("truetype"), url("https://interactive.guim.co.uk/fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSansWeb-Bold.svg#GuardianTextSansWeb-Bold") format("svg");
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

.privacy-manager-tcfv2  * {
	box-sizing: border-box;
}

.accept-all,
.accordion,
.btn-primary,
.btn-tertiary,
.bulk-consent-btns,
.cta-description,
.gu-description,
.legend,
.opener,
.pm-type-toggle,
.pm-features h3,
.pm-purposes h3,
.pm-sub-p,
.pm-tab,
.pm-toggle > span,
.privacy-manager-tcfv2 .pm-tabs,
.purpose-content,
.stack-description,
.stack-status,
.stack-status > span,
.stack-title > h4,
.stack-toggle,
.sub-purpose-description,
.toggle-vendor .expand {
	font-family: "Guardian Text Sans Web", Arial, sans-serif !important;
	font-size: 15px !important;
}

.accept-all {
	max-width: 100%;
}

.bulk-consent-btns {
	text-decoration: underline;
}

.cta-container {
	display: inline-block;
}

.cta-description {
	font-size: 12px !important;
	line-height: 16px !important;
}

.btn-primary :hover {
	background-color: #224;
}

button.pm-toggle {
	border: 2px solid #DCDCDC!important;
	background-color: #DCDCDC!important;
}

.gu-description {
	background-color: #F6F6F6;
}

.gu-privacy-headline {
	font-family: "Guardian Titlepiece", serif !important;
}

.legend {
	display: none;
}

.privacy-manager-tcfv2 .legend-key.inline {
	margin-left: 0px;
	display: table;
}

.message {
	border-radius: 0 !important;
	max-width: 100vw;
	height: 100vh !important;
	max-height: 100vh !important;
}

.pm-type-toggle {
	background-color: #dcdcdc !important;
	border: 2px 1px solid #dcdcdc !important;
}

.pm-cta-row {
	position: absolute;
	padding-bottom: env(safe-area-inset-bottom, 0);
	bottom: 0;
	z-index: 2147493000;
}

.privacy-manager-tcfv2 .legend-key {
	color: #121212;
	background: #FFE500;
	margin-right: 0;
}

.privacy-manager-tcfv2 .pm-tabs>.pm-tab {
	border-top: 1px solid #dcdcdc !important;
	color: #121212;
	line-height: 50px;
	text-transform: initial;
}

.privacy-manager-tcfv2 .pm-tabs {
	background-color: #F6F6F6;
	border-bottom: 1px solid #dcdcdc !important;

}

.privacy-manager-tcfv2 .pm-tabs>.pm-tab:hover {
	color: #121212;
}

.pm-header {
	padding-top: env(safe-area-inset-top, 0)!important;
}

.pm-purposes h3 {
	font-size: 17px !important;
	padding-left: 0;
}

.pm-purposes .selected {
	border-radius: 9px;
}

.pm-section {
	background-color: white;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



