﻿@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.eot');
	src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-latin-700.eot');
	src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #243842;
	font-weight: 400;
}

#wrapper {
	max-width: 540px;
	margin: 1rem auto;
	border: solid 2px #243842;
	overflow: hidden;
	position: relative;
}

strong {
	font-weight: 700;
}

article {
	padding: 16px;
}

article div {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
}

footer {
	padding: 10px 16px;
	background: #243842;
}

footer p {
	text-align: center;
	color: #fff;
}

h1 {
	font-size: 16px;
	margin: 16px 0;
	line-height: 20px;
	font-weight: 400;
	padding-left: 17px;
	flex: 1 1 0;
}

h1:before {
	text-indent: -17px;
	content: "\25A0";
	color: #ED6232;
	float: left;
	margin-top: -1px;
	font-size: 15px;
}

h1 strong {
	font-size: 25px;
}

h1 small {
	font-size: 21px;
}

h1 :is(strong, small) {
	color: #ED6232;
	font-weight: 700;
}

img {
	max-width: 100%;
}

p:not(:last-child) {
	margin-bottom: 16px;
	text-align: center;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

@media screen and (max-width:538px) {
	#wrapper {
		border: none;
		margin: 0;
	}

	:is(p, ul) {
		hyphens: auto;
		text-wrap: pretty;
	}

	span {
		white-space: nowrap;
	}
}