/* Key Beats Block Styles */

.key-beats-block {
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 32px 0;
    background: #f8f8f8;
    border: 1px solid #ededed;
}

.key-beats__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    padding: 3.5px 14px;
    background: #000;
    text-transform: uppercase;
    display: inline-block;
}

p.key-beats__title,
h2.key-beats__title,
h3.key-beats__title {
    color: #fff !important;
    margin: 0 0 20px 0;
}

.key-beats__content {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.key-beats__content ul,
.key-beats__content ol {
    margin: 0;
}

.tagdiv-type .key-beats-block .key-beats__content ul li {
    margin-bottom: 14px;
}

.tagdiv-type .key-beats-block .key-beats__content ol li {
    margin-bottom: 14px;
}

.tagdiv-type .key-beats-block .key-beats__content ul li:last-child {
    margin-bottom: 0;
}

.tagdiv-type .key-beats-block .key-beats__content ol li:last-child {
    margin-bottom: 0;
}

.key-beats__content p {
    margin: 0 0 16px 0;
}

.key-beats__content p:last-child {
    margin-bottom: 0;
}
