@import url('https://fonts.cdnfonts.com/css/sf-pro-display');

body {
	width: 100vw;
	height: 100vh;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'SF Pro Display', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	background-color: #e9e9eb;
	flex-direction: column; 
}

#backtogreenbox {
    text-decoration: none;
    color: black;
}

#wrapper {
	transform: scale(1.5);
	display: flex;
    flex-direction: column;
    row-gap: 20px;
}

#container {
	width: 316px;
	height: 653px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	flex-direction: column;
	background-image: url('images/news/phone.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#container-inner {
	width: 250px;
	height: 530px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: none; 
	-ms-overflow-style: none; 
	&::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

#header {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	column-gap: 15px;
	padding: 18px 0;
	flex-shrink: 0;
}

#footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 5px;
	margin-top: auto;
	flex-shrink: 0;
}

.clickable, .time-btn, #footer span, #story-controls span {
	cursor: pointer;
	user-select: none;
	font-size: 12px;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	display: inline;
	color: inherit;
}

#home-date, .time-btn, .story {
	font-size: 12px;
}

#times {
	display: flex;
	flex-direction: row;
	column-gap: 15px;
}

#story-controls {
	align-items: center;
}

.story {
	padding-bottom: 20px;
}

.story-image {
	width: 238px;
	margin: 30px 6px 20px 6px;
	border-radius: 10px;
	filter: grayscale(100%);
	border: 1px  solid #bbc4d5;
}

.hidden {
	display: none;
}

#app {
	flex: 1;
	overflow: visible;
}

.story-image-subtitle {
	color: #787e8b;
	margin-bottom: 30px;
}

.like-icon {
	width: 18px;
	height: 18px;
}

.story-body {
	margin-bottom: 20px;
}