/*=============================================================================
  File:         readwritetools.com/css/objectives.css
  Language:     CSS
  Copyright:    Read Write Tools © 2023
  License:      CC-BY-NC-ND 4.0
  Initial date: Jan 11, 2023
  Contents:     objectives and review sections, and rwt-reading-points slide-in
=============================================================================*/

section#objectives p,
section#review p,
section#review ol,
section#review ul {
	padding: 0 5%;
}
section#objectives p.title,
section#review p.title {
	text-align: center;
	margin: 0 0 1rem 0;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: var(--sans-serif-font);
}
section#objectives,
section#review {
	background-color: var(--medium-black);
	border-top: 1px solid var(--pure-black);
	border-bottom: 1px solid var(--pure-black);
	padding: 1rem 0 0 0;
	box-shadow: 5px 5px 8px var(--pure-black);
}
section#objectives,
section#review {
	margin: 0 auto 5rem auto;
}

rwt-reading-points + section#motivation {
	margin-top: 2rem;	/* allow room for rwt-reading-points slide-in */
}