﻿
div#dvAtcHdr-SG60 {
	display: block grid;
	font-size: 4.0cqw;
	overflow-x: hidden;
	--color-singapore_red: #EE2536;
	--color-singapore_white: #FFFFFF;
}

	div#dvAtcHdr-SG60 > figure {
		width: max-content;
		max-width: 100%;
		margin: auto;
	}

		div#dvAtcHdr-SG60 > figure.icon {
			min-width: 20em;
			min-height: 8em;
			margin: 0 auto 2em auto;
		}

			div#dvAtcHdr-SG60 > figure.icon > svg {
				display: block;
				max-width: 100%;
				max-height: 100%;
				margin: auto;
			}

		div#dvAtcHdr-SG60 > figure.title {
		}

			div#dvAtcHdr-SG60 > figure.title > p {
				font-family: monospace;
				font-size: 1em;
				width: max-content;
				margin: 0 auto;
			}

				div#dvAtcHdr-SG60 > figure.title > p:nth-of-type(1) {
					font-size: 250%;
				}

					div#dvAtcHdr-SG60 > figure.title > p:nth-of-type(1) > span {
						font-size: 135%;
						font-weight: bolder;
					}

				div#dvAtcHdr-SG60 > figure.title > p:nth-of-type(2) {
					font-size: 400%;
					font-weight: bold;
					padding: 0.1em 0.3em;
					background-color: var(--color-singapore_red);
					color: var(--color-singapore_white);
					text-shadow: 0.01em 0.01em darkgray;
				}

				div#dvAtcHdr-SG60 > figure.title > p:nth-of-type(3) {
					font-size: 150%;
					margin-top: 0.5em;
					margin-bottom: 0.2em;
				}

				div#dvAtcHdr-SG60 > figure.title > p:nth-of-type(4) {
					font-size: 470%;
					font-weight: bold;
					color: var(--color-singapore_red);
					margin-bottom: -0.1em;
					text-shadow: 0.03em 0.03em darkred;
				}

					div#dvAtcHdr-SG60 > figure.title > p:nth-of-type(4) sup {
						font-size: 30%;
						font-weight: normal;
					}

				div#dvAtcHdr-SG60 > figure.title > p:nth-of-type(5) {
					font-size: 290%;
					font-weight: bold;
					color: var(--color-singapore_red);
					text-decoration: 0.06em underline double;
					text-shadow: 0.02em 0.01em darkred;
				}

	div#dvAtcHdr-SG60 > p.genre {
		width: max-content;
		margin: 2.5em auto;
		font: 1.3em/1.3 monospace;
		color: gray;
	}

	div#dvAtcHdr-SG60 > a.link {
		display: block;
		box-sizing: border-box;
		min-width: 42%;
		width: max-content;
		max-width: 100%;
		overflow-x: hidden;
		margin: 1em 0.2em 0.2em auto;
		border: 0.1em solid;
		border-radius: 0.3em;
		border-color: lightgray;
		box-shadow: 0.05em 0.05em darkgray;
		padding: 0.8em 1.3em;
		text-align: center;
		font: bold 1.3em/1.3 monospace;
		color: gray;
	}
