#cla-floating-btn {
    position: fixed;
    bottom: 220px;
    padding: 10px;
    width: 74px;
    height: 74px;
    background: #f4a51c;
    color: white;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 999999999;
    box-shadow: 0 0 10px rgb(183 183 183 / 60%);
    -moz-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
    -webkit-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
    -o-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
}

#cla-floating-btn.cla-right { right: 36px; }
#cla-floating-btn.cla-left { left: 36px; }

#cla-info-panel {
    position: fixed;
    top: 32px;
    bottom: 80px;
    right: 20px;
    width: 300px;
    max-width: 300px;
    background: white;
    border: 1px solid #ddd;
    padding: 0px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: none;
    height: auto;
    z-index: 9999999999;
    border-radius: 4px;
}

.cla-hidden { display: none; }

.cla-info-content-wrap {
    display: flex;
    flex-direction: column;
    flex: auto;
    height: 100%;
    border-radius: 4px;
}

.cla-info-header {
    background-color: #f7f7f8;
    position: relative;
    border-radius: 4px;
}

.cla-info-heading {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 0.9rem 0.7rem;
    text-align: center;
    background: #fff;
    color: #111;
    border-radius: 4px;
}

#cla-info-panel .cla-info-close {
    position: absolute;
    text-align: center;
    left: 0.5rem;
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
    line-height: initial;
}

#cla-info-panel .cla-info-close:after {
    opacity: 1;
    visibility: visible;
    font-family: dashicons;
    content: "\f335";
    font-size: 1rem;
    color: #111;
}

.cla-info-content {
    height: 100%;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 0 2px #ddd;
    padding: 0.7rem !important;
    background: #fff;
    margin-bottom: 0rem !important;
    margin-top: 0rem !important;
    color: #111;
    border-radius: 4px;
}

.cla-info-content a.citation {
    margin: 0 0 0 3px;
    color: #60abc0;
}

.cla-info-content ul {
    margin-top: 0;
    margin-bottom: 0;
}

.cla-info-content .recommendations img {
    max-width: 150px;
    margin: 10px 0;
}

#cla_recommendations_meta_box .recommendations ul.deals {
    display: flex;
    margin: 0; padding: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

#cla_recommendations_meta_box .recommendations ul.deals li.deal {
    flex: 1;
    min-width: 180px;
    margin: 0;
    padding: 1em;
    align-items: flex-start;
    justify-content: center;
}

#cla_recommendations_meta_box .recommendations ul.deals li.deal img {
    max-width: 100%;
}
