.kepro-corner-box {
    position: fixed;
    bottom: 20px;
    max-width: 280px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    overflow: hidden;
    z-index: 9999;
    font-family: inherit;
    padding: 20px 15px 10px;
}
.bottom-right { right: 20px; }
.bottom-left  { left: 20px; }
.kepro-corner-close {
    position: absolute;
    padding: 0;
    top: 10px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: none;
    background: #222;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-bottom: 5px;
}
.kepro-corner-close:hover {
    background-color: #ff4646 !important;
    color: #fff !important;
}
button.kepro-corner-close.kepro-corner-close-cta {
    top: 10px;
    left: 10px;
}
button.kepro-corner-close.kepro-corner-close-image {
    top: 5px;
    left: 5px;
}
.has-close .kepro-corner-close {
    display: block;
}
.corner-image img {
    display: block;
    width: 100%;
    height: auto;
}
.corner-content {
    padding: 3px;
    direction: rtl;
    text-align: right;
}
.corner-content h4 {
    font-size: 15px;
    font-family: inherit !important;
    margin-bottom: 6px;
    font-weight: bold;
}
.corner-content p {
    font-family: inherit;
    font-size: 13px;
    color: #555;
    margin-bottom: 12px;
    line-height: 1.6;
}
.corner-content a {
    font-family: inherit !important;
}
.corner-cta {
    display: inline-block;
    padding: 8px 14px;
    background: #667eea;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 13px;
}
@media screen and (max-width:768px) {
    .kepro-corner-box-hide-in-mobile {
        display: none !important;
    }
}
