ul.content-list li {
	margin-bottom: 0.5em;
}

ul.content-list li:last-of-type {
	margin-bottom: 0;
}

article h3, article h4 {
	margin-top: 1.6em;	
}   

@media only screen and (max-width: 735px) {
	article h3, article h4 {
		margin-top: 1em;	
	}   
}

.title-margin-bottom {
    margin-bottom: 0.2em;
}

.title-margin-bottom + * {
    margin-top: 0 !important;
}
/* .code-reference {
	background-color: #f2f7fe;
    color: #2667c5;
    padding: 3px 10px;
    border-radius: 2px;
    font-family: 'Menlo', monospace;
    font-size: 14px;
}

body[data-color-scheme='dark'] .code-reference {
	background-color: #0d0801;
    color: #d9983a;
} */

.icon-auto-layout {background-image: url("/assets/elements/icons/symbols/auto-layout.svg")}
.icon-dark-mode {background-image: url("/assets/elements/icons/symbols/dark-mode.svg")}
.icon-scenes {background-image: url("/assets/elements/icons/symbols/ui-scenes.svg")}
.icon-text-styles {background-image: url("/assets/elements/icons/symbols/text-styles.svg")}

.icon-globe {background-image: url("/assets/elements/icons/symbols/globe.svg")}
.icon-a11y {background-image: url("/assets/elements/icons/symbols/accessibility.svg")}
.icon-people {background-image: url("/assets/elements/icons/symbols/people.svg")}
.icon-person {background-image: url("/assets/elements/icons/symbols/person.svg")}

.icon-location {background-image: url("/assets/elements/icons/symbols/location.svg")}
.icon-lock-square {background-image: url("/assets/elements/icons/symbols/lock.svg")}

.icon-ant-fill {background-image: url("/assets/elements/icons/symbols/bug.svg")}
.icon-hare {background-image: url("/assets/elements/icons/symbols/hare.svg")}
.icon-gamecontroller {background-image: url("/assets/elements/icons/symbols/controller.svg")}
.icon-arrow-branch {background-image: url("/assets/elements/icons/symbols/fork.svg")}
.icon-sf-symbols {background-image: url("/assets/elements/icons/symbols/sf-symbols.svg")}
.icon-scribble {background-image: url("/assets/elements/icons/symbols/scribble.svg");}
.icon-buildingblock {background-image: url("/assets/elements/icons/symbols/building-block.svg");}
.icon-magnifying-glass {background-image: url("/assets/elements/icons/symbols/search.svg");}
.icon-submitting {background-image: url("/assets/elements/icons/symbols/app-store.svg");}

.icon-toolbar {background-image: url("/assets/elements/icons/symbols/toolbar.svg");}
.icon-editing {background-image: url("/assets/elements/icons/symbols/editing.svg");}
.icon-cloud {background-image: url("/assets/elements/icons/symbols/cloud.svg");}
.icon-quicklook {background-image: url("/assets/elements/icons/symbols/quicklook.svg");}
.icon-terminal {background-image: url("/assets/elements/icons/symbols/terminal.svg");}
.icon-folder {background-image: url("/assets/elements/icons/symbols/folder.svg");}

.icon-clock {background-image: url("/assets/elements/icons/symbols/clock.svg");}
.icon-mouse {background-image: url("/assets/elements/icons/symbols/mouse.svg");}
.icon-network {background-image: url("/assets/elements/icons/symbols/network.svg");}
.icon-lockscreen {background-image: url("/assets/elements/icons/symbols/lockscreen.svg");}
.icon-universal-links {background-image: url("/assets/elements/icons/symbols/universal-links-96x96_2x.png")}
.icon-services {background-image: url("/assets/elements/icons/symbols/services-96x96_2x.png")}

.icon-export {background-image: url("/assets/elements/icons/symbols/export.svg");} 
.icon-computeriphone {background-image: url("/assets/elements/icons/symbols/computeriphone.svg");} 
.icon-gear {background-image: url("/assets/elements/icons/symbols/gear.svg");} 
.icon-links {background-image: url("/assets/elements/icons/symbols/link.svg");} 
.icon-chart {background-image: url("/assets/elements/icons/symbols/chart.svg");} 


.topic-icon {
    width: 44px;
	height: 44px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
	margin-top: 0.3em;
}

@media only screen and (max-width: 1068px) {
	.topic-icon {
		margin-right: 30px;
	}
}

.icon-larger-2 {
	width: 50px;
	height: 50px;
}

.icon-larger {
	width: 46px;
	height: 46px;
}

.icon-smaller {
	width: 38px;
	height: 38px;
}

.app-icon {
	margin: 0 20px 0 0;
	width: 64px;
	height: 64px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.icon-xcode {background-image: url("/assets/elements/icons/xcode-12/xcode-12-96x96_2x.png")}
.icon-swift {background-image: url("/assets/elements/icons/swift/swift-96x96_2x.png")}
.icon-swiftui {background-image: url("/assets/elements/icons/swiftui/swiftui-96x96_2x.png")}
.icon-uikit {background-image: url("/assets/elements/icons/uikit/uikit-96x96_2x.png")}
.icon-mac-catalyst {background-image: url("/assets/elements/icons/mac-catalyst/mac-catalyst-96x96_2x.png")}
.icon-app-extensions {background-image: url("/assets/elements/icons/app-extensions/app-extensions-96x96_2x.png")}
.icon-app-clips {background-image: url("/assets/elements/icons/app-clips/app-clips-96x96_2x.png")}
.icon-handoff {background-image: url("/assets/elements/icons/handoff/handoff-96x96_2x.png")}
.icon-playgrounds {background-image: url("/assets/elements/icons/swift-playgrounds/swift-playgrounds-96x96_2x.png")}
.icon-sdk {background-image: url("/macos/planning/images/sdk.svg");}
.icon-hig {background-image: url("/assets/elements/icons/wwdr-unified/design-guidelines.svg");}
body[data-color-scheme='dark'] .icon-hig {background-image: url("/assets/elements/icons/wwdr-unified/design-guidelines-i.svg");}

.device-hero {
	margin-top: 2em;
}

.align-items-center {
	align-items: center;
}

.content-margin {
    margin-bottom: 4em;
}

@media only screen and (max-width: 735px) {
    .content-margin {
        margin-bottom: 2em;
    }
}

.list-margin {
	margin: 2em 0;
}

@media only screen and (max-width: 735px) {
	.list-margin {
        margin: 1em 0;
    }
} 

.list-margin.topics .column {
	min-width: 50px;
    margin-right: 1.5em;
}

@media only screen and (max-width: 1068px) {
	.list-margin.topics .column {
		margin-right: 0;
	}
}

.screen-ios {
	width: 45%;
}

@media only screen and (max-width: 1068px) {
	.screen-watchos {
		width: 55%;
	}
}

@media only screen and (max-width: 735px) {
	.screen-watchos {
		width: 40%;
	}
}

.screen-clockkit {
    background-image: url('/watchos/features/images/screen-watch-complications_2x.png')
}

.screen-notifications {
    background-image: url('/watchos/features/images/screen-watch-notification_2x.png')
}

.screen-app-store {
    background-image: url("/watchos/images/screen-app-store_2x.png");
}

.title-spacing {
	margin-bottom: 1.5em;
}

@media only screen and (max-width: 735px) {
	.title-spacing {
		margin-bottom: 0em;
	}
}

.tile-wrap-full {
	padding: 2.5em 5em 3em 5em;
	text-align: center;
	background-color: #fafafa;
	border-radius: 1em;
}

@media only screen and (max-width: 1068px) {
	.tile-wrap-full {
		padding: 3em;
	}
}

@media only screen and (max-width: 735px) {
	.tile-wrap-full {
		padding: 2em 1em;
	}
}

.tile-icon {
	margin-bottom: 1em;
	width: 64px;
	height: 64px;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/* GRID */
#main section.section-watchos {
    padding-bottom: 0;
    padding-bottom: 2em;
}

#main section.section-tutorials {
    padding-top: 4em;
    padding-bottom: 6em;
}

#main section.section-guidelines {
	padding-top: 0;
	padding-bottom: 4em;		
}

@media only screen and (max-width: 735px) {
	#main section.section-tutorials {
		padding-bottom: 3em;
	}
}