/**
 * Sections
 */

.product__intro {
    font-family: adellesanssemibold, Arial, Helvetica, sans-serif;
}

.product__section {
    margin-bottom: 32px;
    padding-top: 32px;
    border-top: 1px solid #e5e5e5;
}

.product__tip {
    margin-bottom: 32px;
    padding: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    background: #F8F8F8;
}

.product__image {
    display: block;
    width: 100%;
    margin-bottom: 24px;
}

.product__image--brand {
    background-color: #f4f4f4;
}

/**
 * Headings
 */

.product__h {
    padding-bottom: 16px;
}

.product__hSub {
    display: inline-block;
    margin: 0 .5em .5em 0;
    font: normal 1.5em/1.2 'adellesanssemibold', Arial, Helvetica, sans-serif;
    color: #E28B39;
}

.pageTag,
.product__magazineLink {
    display: inline-block;
    margin-bottom: 16px;
}

/**
 * Lists
 */

.product__section ul,
.product__section ol {
    margin: 0;
    padding: 0 0 0 1.2em;
    list-style: none;
}

.product__section li::before {
    position: absolute;
}

.product__section ul li {
    margin-bottom: 2px;
}

.product__section ul li::before {
    content: '\2022';
    width: 1em;
    margin-left: -1em;
    font-family: 'gluicons', sans-serif;
}

.product__section ol {
    padding-left: 2em;
    counter-reset: listcounter;
}

.product__section ol li {
    margin-bottom: 19px;
    counter-increment: listcounter;
}

.product__section ol li::before {
    content: counter(listcounter) '.';
    width: 2em;
    margin-left: -2.6em;
    text-align: right;
    font-family: adellesanssemibold, Arial, Helvetica, sans-serif;
}

/**
 * Tables
 */

.product__tables {
    margin-bottom: 32px;
    padding: 16px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.product__table {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0;
}

.product__table + .product__table {
    margin-top: 1.8em;
}

.product__dd + .product__dt,
.product__dd + .product__dt + .product__dd {
    margin-top: 1.8em;
}

.product__dt {
    flex: 1 1 40%;
    font-family: 'adellesansbold', Arial, Helvetica, sans-serif;
}

.product__dd {
    flex: 1 1 60%;
    margin: 0;
}

@media screen and (min-width: 1024px) {
    .product__table + .product__table {
        margin-top: 0;
        padding-left: 24px;
        border-left: 1px solid #e5e5e5;
    }
}
