.green-box {
	left: 9%;
	top: 2%;
	width: 82%;
	height: 13.4%;
	line-height: 1.1em;
	letter-spacing: 0;
}

.green-box p { padding-top: 0.6em; }

.solid-blue-box {
	box-shadow: 5px 5px 2px 2px #00000028;
	border-top: 2px outset #402F4C80;
	border-left: 1px outset #402F4C80;
	border-bottom: 1px outset #402F4C80;
	letter-spacing: 0.3px;
}

.commuter-image {
	width: 45%;
    position: absolute;
    left: 0%;
}

.kid-image {
    width: 45%;
    position: absolute;
    left: 27%;
}

.gardener-image {
    width: 44%;
    position: absolute;
    left: 63%;
}

div.first-group {
    width: 0;
}

div.second-group {
    width: 0;
}

.bubble .name {
    font-size: .8em;
}

span.image-top-border {
	position: absolute;
    top: 13.1%;
    left: -2px;
    width: 101%;
    height: 15px;
}

p.bubble {
    position: absolute;
    text-align: left;
    line-height: 1em;
    background-color: #fff;
    border: 15px solid #333;
    border-radius: 0.5em;
    padding: 0 0.5em 0.25em 0.5em;
    top: 8%;
    left: 9%;
    font-size: 1.4em;
    width: 82%;
    height: 76%;
    z-index: 10;
}

p.bubble.red span.image-top-border {
	background-color: var(--pink-color);
}
p.bubble.blue span.image-top-border {
	background-color: var(--blue-color);
}
p.bubble.green span.image-top-border {
	background-color: #319391;
}

p.bubble.red {
	border-color: var(--pink-color);
}
p.bubble.blue {
	border-color: var(--blue-color);
}
p.bubble.green {
	border-color: #319391;
}
p.bubble.yellow {
	border-color: #FFCC4B;
}

p.bubble {
    color: var(--violet-color);
}

p.bubble.yellow span.image-top-border {
	background-color: #FFCC4B;
}

p.bubble.blue span.image-top-border {
	background-color: var(--blue-color);
}

p.bubble.red span.image-top-border {
	background-color: var(--pink-color);
}

.sticker-image {
	display: none;
}

p.speech.blue:before  { border-color: var(--blue-color) transparent transparent var(--blue-color); }
p.speech.red:before  { border-color: var(--pink-color) transparent transparent var(--pink-color); }
p.speech.green:before { border-color: #319391 transparent transparent #319391; }

p.speech:before {
	left: 55px;
	bottom: -52px;
	border: 25px solid;
}

[data-question-value="page1-3"] {
    position: absolute;
    top: -526px;
    left: 237px;
}

.popup-image {
    width: 100.3%;
    height: 85.2%;
    position: absolute;
    left: -2px;
    bottom: 0;
}

.first-group, .second-group {
	display: none;
}

p.gardener-box.speech:before {
    transform: rotate(90deg);
    left: 230px;
}
p.gardener-box.speech:after {
	transform: rotate(90deg);
    left: 240px;
}

p.speech:after {
	left: 64px;
	bottom: -29px;
	border: 15px solid;
	border-color: #fff transparent transparent #fff;
}

#page-1.image-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    top: 15%;
    left: 9%;
    width: 82%;
    height: 55%;
}

.title-box {
	display: flex;
	justify-content: center;
	font-size: 1.5rem;
	margin-top: 10px;
}

.green-box-bottom {
	left: 9%;
    top: 70%;
    width: 82%;
    height: 80%;
    line-height: 1.1em;
    position: absolute;
}

.first-group-container, .second-group-container {
	position: absolute;
    top: -150px;
    left: calc(100vw * -1);
    right: calc(100vw * -1);
    height: 200%;
    background-color: #402F4CC0;
    overflow: visible;
	display: none;
}

.textbox-container {
	display: flex;
	flex-direction: row;
	height: 250px;
	gap: 13px;
	background: #c1bf7d80;
    padding: 10px;
}

.textbox-container > div {
	width: 19%;
    position: relative;
	background: #B5BA63;
}

.solid-light-green-box,
.solid-blue-box,
.solid-light-purple-box {
	left: 9%;
	width: 15%;
	height: 20%;
	font-size: 1em;
	line-height: 0.75em;
	text-align: left;
    align-items: center;
}

.solid-light-green-box .fill-in-area,
.solid-blue-box .fill-in-area,
.solid-light-purple-box .fill-in-area {
	margin: 0 0.5em;
	line-height: 1.3em;
}

.solid-light-green-box  { top: 21%; }
.solid-blue-box         { top: 42.5%; }
.solid-light-purple-box { top: 64.3%; }

.word-holder-container {
    top: 85%;
    position: absolute;
    width: 80%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 10%;
}

.word-holder {
	display: flex;
    flex-direction: row;
    height: 10%;
}

[data-question-value=page1-2] {
	position: absolute;
    top: -581px;
    left: 512px;
}

[data-question-value=page1-1] {
    position: absolute;
    top: -496px;
    left: 611px;
}

[data-question-value=page2-1] {
	position: absolute;
    top: -513px;
    left: 566px;
}

[data-question-value=page2-2] {
	position: absolute;
    top: -581px;
    left: 498px;
}

[data-question-value=page2-3] {
    position: absolute;
    top: -579px;
    left: 256px;
}

.word {
	background-color: var(--pink-color);
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	display: none;
	line-height: 1.1em;
	margin: 0.15em;
	padding-bottom: 0.1em;
	height: 20px;
}

#page-1 img,
#page-2 img,
#page-3 img {
	float: left;
	margin: 0.5em;
	margin: 0;
    z-index: 0;
}

.word {
	width: fit-content;
}

.word-blank.long,
.word-holder.long,
.word.long {
	width: 385px;
}

#page-1-holder { top: 45%; }
#page-2-holder { top: 62.3%; }
#page-3-holder { top: 87.2%; }

.question-marker {
	background-color: #ffcc4b;
    border: 5px solid #fff;
    border-radius: 100%;
    position: absolute;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    color: white;
	font-weight: bold;
    z-index: 1;
    cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
						supported by Chrome, Edge, Opera and Firefox */
}

.question-marker-inline {
    display: inline-flex;
    position: relative;
	justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
	background-color: #ffcc4b;
    border: 5px solid #fff;
    border-radius: 100%;
    width: 55px;
    height: 55px;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
						supported by Chrome, Edge, Opera and Firefox */
}

.question-marker-commuter {
    left: 7%;
    top: 20%;
}

.question-marker-kid {
    left: 55%;
    top: 49%;
}

.question-marker-gardener {
	left: 89%;
    top: 45%;
}

.question-marker-commuter-second {
    left: 30%;
    top: 20%;
}

.question-marker-kid-second {
    left: 38%;
    top: 49%;
}

.question-marker-gardener-second {
	left: 66%;
    top: 45%;
}

.green-box-bottom {
	left: 9%;
    top: 70%;
    width: 82%;
    height: 24%;
    line-height: 1.1em;
	display: flex;
    align-items: center;
    justify-content: space-between;
	background-color: #297190;
}

.green-box img{
	width: 16.5%;
	cursor: pointer;
}

.xr-box>.solid-light-purple-box {
	font-size: 2.5em;
	line-height: 1.25em;
	height: auto;
	text-align: center;
}