

body {
	--color-accent: #fff;
	--color-accent-bg: var(--color-accent);
	--color-background: #f3f6f8;
	--color-border: #e1e1e1;
	--color-wpcom-blue-grey: #3d596e;
	--color-wpcom-blue-40: #1689db;
	--size-text-width: 35rem;

	background-color: var(--color-background);
}

abbr {
	color: #91caf2; 
}

p,
ul,
ol,
label,
input {
	color: inherit;
	font-size: 1rem;
}

li {
	margin-bottom: 0;
}

ol {
	margin-left: auto !important; 
}

article > :is(p, ol, ul) {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--size-text-width);
}

article > :is(ol, ul) {
	margin-bottom: 1.4em; 
	padding-left: 1.4rem;
}

input,
textarea {
	border: 1px solid var(--color-border);
	width: 100%;
	padding: 0.5rem;
	margin: 0.5rem 0 1rem;
}

input {
	height: 3rem;
}

.report__checkbox-wrapper {
	margin: 0.5rem 0 1rem;
}

.report__checkbox-label {
	align-items: flex-start;
	display: flex;
}

.report__checkbox-label-text {
	text-wrap: pretty;
}

.report__checkbox-input {
	accent-color: var(--color-wpcom-blue-40);
	display: inline;
	height: inherit;
	margin: 0.1rem 0.5rem 0 0;
	width: inherit;
}

textarea {
	color: inherit;
	display: block;
	resize: vertical;
	min-height: 3rem;
}

select {
	background-color: inherit;
	border: 1px solid var(--color-border);
	color: inherit;
	display: block;
	font-size: 16px;
	margin: 0.5rem 0 1rem;
	padding: 0.5rem;
	width: 100%;
}

textarea:disabled,
input:disabled {
	color: var(--color-border);
}


input[type="file"] {
	line-height: 2rem;
}
.report__buttons > a,
.report__form > button {
	background: #1689db; 
	border-radius: 2px;
	border: 1px solid #135e96; 
	color: #fff;
	font-size: 1rem;
	text-align: center;
	transition: background 0.2s;
}
.report__buttons > a:hover,
.report__form > button:hover {
	background: #399ce3; 
}


#wrapper .report__form > button:active {
	background: #1689db; 
}
.report__buttons > a,
.report__form > button {
	display: block;
	height: 2.5rem;
	line-height: 2.5rem;
	min-width: 6rem;
	text-decoration: none;
}
.report__form > button:disabled {
	background-color: var(--color-border);
	border-color: var(--color-border);
}


.report__type--abuse {
	--color-accent: #eb6594;
	--color-accent-bg: #f5e9ed;
}

.report__type--privacy {
	--color-accent: #f0c930;
	--color-accent-bg: #f5f1e1;
}

.report__type--at-risk {
	--color-accent: #c475bd;
	--color-accent-bg: #f2e9ed;
}

.report__type--regulation {
	--color-accent: #1ed15a;
	--color-accent-bg: #e6f2e8;
}

.report__type--technology {
	--color-accent: #f86368;
	--color-accent-bg: #f7ebec;
}

.report__type--legal {
	--color-accent: #50575e;
	--color-accent-bg: #f6f7f7;
}

.report__header,
.report__root {
	margin: 2rem auto;
	max-width: 67.5rem;
}

.report__header > h1,
.report__root h2 {
	text-align: center;
}

.report__header > h1 {
	font-family: Recoleta, Georgia, serif;
	font-size: 2.25rem;
}

.report__root {
	color: var(--color-wpcom-blue-grey);
	font-family: var(--wp--preset--font-family--roboto), sans-serif;
	overflow: hidden;
}

.report__root h2 {
	font-size: 1.75rem;
	margin: 1.5rem 0 0;
}

.report__prompt,
.report__speech {
	font-family: "PT Serif", Georgia, serif;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 1.4em;
	text-align: center;
}
.report__prompt {
	margin: 0 auto 2rem;
	max-width: var(--size-text-width);
}

.report__speech {
	background-color: var(--color-accent-bg);
	margin: 0 auto calc(var(--wp--preset--font-size--medium) + 1rem);
	padding: 1rem;
	position: relative;
}
.report__speech::after {
	border-left: 2rem solid transparent;
	border-top: 2rem solid var(--color-accent-bg);
	bottom: -2rem;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: 20%;
	width: 0;
}

.report__back {
	background-color: var(--color-background);
	padding: 2rem;
	margin: 2rem;
}
.report__back > p {
	margin: 0;
}

@media screen and (max-width: 67.5rem) {
	.report__header,
	.report__root {
		margin: 2rem 1rem;
	}
}

@media screen and (max-width: 35rem) {
	.report__header,
	.report__root {
		margin: 1rem;
	}
	.report__root > article {
		padding: 0 1rem;
	}
	.report__back {
		margin: 1rem;
	}
}


.report__sections {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.report__root:not(.report__root--landing),
.report__card {
	background-color: #fff;
	border-top: 5px solid var(--color-accent);
}

.report__card {
	aspect-ratio: 1;
	text-align: center;
}

.report__card > a {
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	padding: 2rem 1rem;
	transition: opacity 0.2s;
}
.report__card > a:hover {
	opacity: 0.7;
}

.report__icon {
	background-color: var(--color-accent-bg);
	border-radius: 50%;
	fill: var(--color-accent);
	margin: 0 auto 1rem;
	max-width: 8.75rem;
	max-height: 8.75rem;
	order: -1;
	overflow: visible;
	padding: 2rem;
}

h1 + .report__card {
	margin-top: 2.25rem;
}

.report__card h1 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.report__card h2 {
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
}

@media screen and (max-width: 67.5rem) {
	.report__sections {
		grid-template-columns: 1fr 1fr;
	}

	.report__card {
		aspect-ratio: auto;
	}
}

@media screen and (max-width: 35rem) {
	.report__sections {
		grid-template-columns: 1fr;
	}
}



.report__breadcrumbs {
	height: 4rem;
	border-bottom: 1px solid var(--color-border);
	padding: 0 2rem;
}
.report__breadcrumbs > ol,
.report__breadcrumbs li {
	display: flex;
	gap: 0.5rem;
}
.report__breadcrumbs > ol {
	line-height: 4rem;
	list-style: none;
	margin: 0 !important; 
	white-space: nowrap;
	overflow: hidden;
	padding-left: 0;
}
.report__breadcrumbs li {
	color: #50575e; 
	margin: 0;
}
.report__breadcrumbs li:not(:last-child)::after {
	content: url(/wp-content/mu-plugins/tos-report-form/./assets/breadcrumb-arrow.svg);
	display: block;
	fill: #50575e; 
	width: 0.75rem;
}



.report__form {
	margin: 0 auto;
	max-width: var(--size-text-width);
}

.report__form button {
	background-image: none;
	width: fit-content;
	padding: 0;
}
#wrapper .report__form button {
	margin: 0; 
}

.report__help {
	font-size: 0.75rem;
	font-style: italic;
}

.report__result {
	border-style: solid;
	border-width: 1px;
	margin: 0 auto 1rem;
	max-width: var(--size-text-width);
	padding: 1rem;
}
.report__result > h3 {
	font-size: 1rem;
}
.report__result > ul {
	margin-bottom: 0;
}
.report__result--error {
	background-color: #facfd2;
	border-color: #ff8085;
}
.report__result--success {
	background-color: #b8e6bf;
	border-color: #1ed15a;
}



.report__categories {
	line-height: 6rem;
	list-style: none;
	margin: 1.5rem 2rem;
	max-width: none;
	padding-left: 0;
}
.report__categories > li:not(:last-child) {
	border-bottom: 1px solid var(--color-border);
}

.report__buttons {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

@media screen and (max-width: 35rem) {
	.report__categories {
		line-height: 4rem;
	}
}



article > .report__prompt,
article > .report__speech {
	margin-top: 2rem;
}

article > .report__speech {
	background-color: var(--color-accent-bg);
	max-width: var(--size-text-width);
}
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}