/*
Theme Name: Dean 2022 - Cinematic Universe
Theme URI: http://watchlist.dean.co
Description: Watchlist 2022
Author: Dean Robinson
Author URI: http://dean.co
Template: dean-2022
Version: 1.0
*/

:root {
	--highlight-color:#FF0;
	--highlight-transparent-color:#FFFF0022;
}


@media screen and (min-width:768px) {
	#site-header h1 a {padding:10px 40px;border-radius:120px;}
}

.post .post-title {margin:calc(var(--margin-base) / 2) 0;}
.post > .post-title:first-child {margin-top:0;}

.screen-reader-text {display:none;}

.archive-post {display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;text-decoration:none;align-items:baseline;}
.archive-post .archive-item-title .t {text-decoration:none;}