/**

File: 		/css/cost-guides/cost-guide.css
Purpose: 	View a cost guide article
Copyright: 	Smithtec Ltd
Updated:    2024

**/

.cost-guide { font-size: 1.2rem; }

.cost-guide h2 { margin:0; padding: 1rem; margin-bottom: 1rem; margin-top: 1rem; font-size: 1.4rem; font-weight: bold;  border-bottom: 1px solid #c1c1c1; background-color: #f1f1f1; }

.cost-guide h3 { margin:0; padding: 1rem  0 1rem 0; margin-bottom: 1rem; font-size: 1.3rem; font-weight: bold;  border-bottom: 1px solid #c1c1c1; }
.cost-guide p { padding-bottom: 1rem; }
.cost-guide ul { list-style-position: ouside; margin: 1.5rem 1.5rem 1.5rem 1.5rem; list-style-type: disc; }
.cost-guide ol { list-style-position: ouside; margin: 1.5rem 1.5rem 1.5rem 1.5rem; }
.cost-guide li { padding: 0 0 0.5rem 0; }
.cost-guide .element { margin-bottom: 1rem; padding: 1rem; background-color: #f9f9f9; }

.cost-guide .intro{ font-weight: bold; padding-bottom: 5px; border-bottom: 1px solid #dedede; }
.cost-guide figure { margin-bottom: 10px; }
.cost-guide figcaption { padding-left: 10px; border-left: 3px solid #b1d6ff; }

.cost-guide-sidebar { position: sticky; top: 1rem; }

.tools { background-size: cover; background-image: url(https://storage.googleapis.com/myworkman/images/backgrounds/trades/handymen.png); background-position: bottom; }