/* Banner layout styles */
.bannerContent {
    width: 100%;
    margin-bottom: 24px;
    padding: 18px 22px 0;
}

.bannerContent__description {
    max-height: 60px;
    font-size: 15px;
    line-height: 20px;
    margin: 6px 0 12px;
    overflow: hidden;
    width: 100%;

    /* Break any lines longer than content container */
    word-wrap: break-word;
}

.bannerContent__subscribeButton {
    display: block;
    margin-bottom: 6px;
}

.bannerContent__closeButton {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
}

.bannerContent__closeButton:after {
    content: '\d7';
    font-size: 22px;
    color: #414141;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 30px;
}