/* Emoji Keyboard Suite - browser extension promo block
   Kept in its own file so it can be dropped/updated without touching style.css */

/* Slim one-line teaser that sits above the emoji board */
.ext-promo-strip{
    margin: 0 20px 12px 20px;
    padding: 9px 14px;
    border-left: 4px solid #158cba;
    border-radius: 3px;
    background: #f0f7fb;
    color: #40525c;
    font-size: 14px;
}

.ext-promo{
    margin: 22px 20px 10px 20px;
    padding: 26px 28px;
    border: 1px solid #d7e4ec;
    border-top: 4px solid #158cba;
    border-radius: 6px;
    background: #f7fbfd;
}

.ext-promo-inner{
    display: table;
    width: 100%;
}

.ext-promo-text,
.ext-promo-shot{
    display: table-cell;
    vertical-align: middle;
}

.ext-promo-text{
    padding-right: 34px;
}

.ext-promo-shot{
    width: 46%;
    margin: 0;
    text-align: center;
}

.ext-promo-heading{
    margin: 0 0 10px 0;
    min-height: 48px;
}

.ext-promo-icon{
    float: left;
    width: 48px;
    height: 48px;
    margin: 0 12px 0 0;
}

.ext-promo h2{
    margin: 0;
    padding-top: 4px;
    font-size: 24px;
    line-height: 1.25;
    color: #158cba;
}

.ext-promo h2 small{
    display: block;
    margin-top: 3px;
    font-size: 14px;
    color: #6b7d88;
}

.ext-promo-lead{
    margin: 0 0 12px 0;
    font-size: 15px;
    line-height: 1.6;
}

.ext-promo-features{
    margin: 0 0 18px 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.75;
}

.ext-promo-features li{
    padding-left: 24px;
    background: none;
}

.ext-promo-features li:before{
    content: "\2713";
    float: left;
    margin-left: -24px;
    width: 24px;
    color: #158cba;
    font-weight: bold;
}

.ext-promo-actions{
    margin: 0;
}

.ext-promo-btn,
.ext-promo-btn:link,
.ext-promo-btn:visited{
    display: inline-block;
    padding: 11px 22px;
    border-radius: 4px;
    background: #158cba;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.ext-promo-btn:hover,
.ext-promo-btn:focus{
    background: #117199;
    color: #ffffff;
    text-decoration: none;
}

.ext-promo-alt{
    display: inline-block;
    margin-left: 16px;
    font-size: 14px;
}

.ext-promo-note{
    display: block;
    margin-top: 10px;
    color: #6b7d88;
    font-size: 13px;
}

.ext-promo-shot img{
    display: block;
    width: 100%;
    max-width: 624px;
    height: auto;
    margin: 0 auto;
    border: 1px solid #dde5ea;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
}

.ext-promo-shot figcaption{
    margin-top: 8px;
    color: #6b7d88;
    font-size: 13px;
}

@media only screen and (max-width: 900px){
    .ext-promo{
        margin: 18px 8px 8px 8px;
        padding: 20px 18px;
    }
    .ext-promo-inner,
    .ext-promo-text,
    .ext-promo-shot{
        display: block;
        width: auto;
    }
    .ext-promo-text{
        padding-right: 0;
    }
    .ext-promo-shot{
        margin-top: 20px;
    }
    .ext-promo h2{
        font-size: 21px;
    }
    .ext-promo-btn,
    .ext-promo-btn:link,
    .ext-promo-btn:visited{
        display: block;
        text-align: center;
    }
    .ext-promo-alt{
        display: block;
        margin: 12px 0 0 0;
        text-align: center;
    }
}
