/* ===============================================================
Our "separator" styles, from earlier
=========================================================== */
/* Shorthand is great, but when you just want to tweak one value elsewhere -- long form is your friend */
.separator {
border-bottom-color: #bca785;
border-bottom-width: 1px;
border-bottom-style: dashed;
padding-bottom: 10px;
}
/* ===============================================================
The Accordion
=========================================================== */
.accordion {
font-family: sans-serif;
line-height: 1.5;
}
.accordion__header {
line-height: 1;
}
.accordion__header a {
display: block;
padding-top: 10px;
}