.feed .detail .byline,
.feed .detail .deck,
.feed .detail .detailHeadline,
.feed .detail .imageMedia .image-caption,
.feed .story {
	-webkit-margin-before: 16px;
	-webkit-margin-after: 16px;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	margin-top: 16px;
}

.a11y {
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	border: 0 !important;
	height: 1px !important;
	overflow: hidden;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

figcaption,
figure,
footer,
header,
section {
	display: block;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a:focus,
button:focus {
	outline: 3px solid #0550c8;
}

a:active,
a:hover,
button:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

b,
strong {
	font-weight: 700;
}

img {
	border: 0;
	display: block;
	max-width: 100%;
	object-fit: cover;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

button {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button {
	line-height: normal;
}

button {
	text-transform: none;
}

button {
	-webkit-appearance: button;
	cursor: pointer;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.viafoura {
	--primary-font: "Radio Canada", sans-serif;
}

.share .viafoura {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.feed
	.carouselWrapper
	.carousel
	.itemContainer
	.itemList
	> ul
	> .cardContainer
	.card.card-cqw:hover:not(:focus) {
	box-shadow: 0 0 0 2px #fff;
}

.feed
	.oc-l-sectionContainer-olympicsLight
	.carouselWrapper
	.carousel
	.itemContainer
	.itemList
	> ul:hover:not(:focus) {
	box-shadow: 0 0 0 2px #000;
}

.feed .imageMedia {
	display: inline;
}

.feed .imageMedia .placeholder {
	background: radial-gradient(#fff, #cbcbcb);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.feed .imageMedia .placeholder img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.feed .detail {
	overflow-x: unset;
}

.feed .detail .detailHeadline {
	color: #000;
	font-size: 2rem;
	line-height: 1.3;
}

@media (max-width: 640px) {
	.feed .detail .detailHeadline {
		font-size: 1.625rem;
	}
}

.feed .detail .deck {
	color: #000;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5rem;
}

@media (max-width: 640px) {
	.feed .detail .deck {
		font-size: 1rem;
		line-height: 1.625rem;
	}
}

@media (min-width: 641px) and (max-width: 960px) {
	.feed .detail .deck {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

.feed .detail .byline {
	-webkit-font-smoothing: antialiased;
	align-items: center;
	color: #545454;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
}

.feed .detail .byline .author-image {
	margin: 0 0.5rem 0 0;
	min-width: 40px;
}

.feed .detail .byline .author-image img {
	aspect-ratio: 1;
}

.feed .detail .byline .timeStamp {
	display: inline-block;
}

.feed .detail .byline a {
	border-bottom: 1px solid #d8d8d8;
	color: #0550c8;
	text-decoration: none;
	transition: background-color 0.25s linear;
}

.feed .detail .byline a:focus,
.feed .detail .byline a:hover {
	background-color: #d8d8d8;
}

.feed .detail .detail-link-label {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 1.2rem;
}

.feed .detail .detail-link-label a {
	color: #757575;
	text-decoration: none;
}

.feed .detail .detail-link-label a:hover {
	text-decoration: underline;
}

.feed .detail .detail-link-label span {
	font-size: 1rem;
}

.feed .detail .imageMedia .image-caption {
	border-bottom: 1px solid #d8d8d8;
	color: #545454;
	display: block;
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin-bottom: 16px;
	margin-top: 0;
	padding-bottom: 16px;
}

.feed .detail .imageMedia.leadmedia-story {
	display: block;
}

.feed .detail .imageMedia.leadmedia-story .placeholder {
	margin: 1rem 0;
}

.feed .detail .imageMedia.leadmedia-story .placeholder img {
}

@media (max-width: 640px) {
	.feed .leadmedia-story .image-caption {
		font-size: 0.875rem;
		line-height: 1.25rem;
		margin: 0 16px 16px;
		padding: 0 16px 16px;
	}
}

@media (min-width: 641px) and (max-width: 960px) {
	.feed .leadmedia-story .image-caption {
		font-size: 1rem;
		line-height: 1.5rem;
		margin: 0 16px 16px;
		padding: 0 16px 16px;
	}
}

@supports (display: grid) {
}

.feed .bannerFocus:focus-visible .winterOlympicsBrandBannerLogo {
	outline: 2px dashed #fff;
	outline-offset: 8px;
}

.feed .story {
	color: #222;
	font-size: 1rem;
	line-height: 150%;
}

.feed .story p {
	margin-bottom: 28px;
	margin-top: 0;
}

.feed .story a {
	border-bottom: 1px solid #d8d8d8;
	color: #0550c8;
	text-decoration: none;
	transition: background-color 0.25s linear;
}

.feed .story a:focus,
.feed .story a:hover {
	background-color: #d8d8d8;
}

.feed .story .image {
	display: block;
	line-height: 0;
	position: relative;
}

.feed .story .image .placeholder {
	margin-bottom: 1rem;
}

@media (max-width: 640px) {
	.feed .story {
		font-size: 1rem;
		line-height: 1.625rem;
	}

	.feed .story p {
		margin-bottom: 28px;
	}
}

@media (min-width: 641px) and (max-width: 960px) {
	.feed .story {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.feed .story p {
		margin-bottom: 32px;
	}
}

.feed .author-image {
	height: 40px;
	padding: 0;
	width: 40px;
}

.feed .author-image .placeholder {
	background: none;
}

.feed .author-image .placeholder img {
	background: none;
	border: 1px solid #cbcbcb;
	border-radius: 50%;
	box-sizing: border-box;
}

.feed .toggleSwitch input:not(:checked):hover + label {
	cursor: pointer;
	text-decoration: underline;
}

.feed .toggleSwitch input:not(:checked) + label {
	z-index: 1;
}

.feed .toggleSwitch input:first-of-type:not(:checked) ~ .visualSwitch .knob {
	left: 1.7em;
}

.feed .olympicSportsList .sportsName:not(:disabled):focus-within,
.feed .olympicSportsList .sportsName:not(:disabled):hover {
	outline: 3px solid #0550c8;
}
