.coca-ba-review-slider{
    --coca-blue:#003d9e;
    --coca-blue-dark:#002e78;
    --coca-card:#f1f1f1;
    --coca-text:#101010;
    --coca-muted:#59616d;
    position:relative;
    width:100%;
    max-width:1320px;
    margin:0 auto;
    overflow:hidden;
    box-sizing:border-box;
    font-family:inherit;
}
.coca-ba-track{
    display:flex;
    width:100%;
    will-change:transform;
    transition:transform .65s cubic-bezier(.22,.61,.36,1);
}
.coca-ba-slide{
    flex:0 0 100%;
    width:100%;
    box-sizing:border-box;
    padding:10px 34px 42px;
}
.coca-ba-card{
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
    align-items:center;
    gap:24px;
    height:250px;
    min-height:250px;
    padding:14px 28px;
    border-radius:18px;
    background:var(--coca-card);
    box-sizing:border-box;
}
.coca-ba-visual{
    min-width:0;
    height:210px;
    position:relative;
    overflow:visible;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.coca-ba-visual > *{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    max-height:none !important;
    transform:scale(.62);
    transform-origin:center center;
}
.coca-ba-visual > *{
    max-width:100% !important;
    max-height:210px !important;
}
.coca-ba-visual > *{
    max-width:100%;
}
.coca-ba-content{
    padding:4px 12px 4px 0;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
.coca-ba-stars{
    color:#f5a400;
    letter-spacing:2px;
    font-size:17px;
    line-height:1;
    margin-bottom:12px;
}
.coca-ba-review{
    color:var(--coca-text);
    font-size:17px;
    line-height:1.12;
    margin-bottom:12px;
}
.coca-ba-name{
    color:var(--coca-muted);
    font-size:17px;
    margin-bottom:10px;
}
.coca-ba-know-more{
    border:0;
    border-radius:7px;
    padding:11px 30px;
    min-width:150px;
    background:var(--coca-blue);
    color:#fff;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:background .2s ease,transform .2s ease;
}
.coca-ba-know-more:hover{
    background:var(--coca-blue-dark);
    color:#fff;
    transform:translateY(-1px);
}
.coca-ba-know-more-disabled{opacity:.65;cursor:default;pointer-events:none;}
.coca-ba-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:5;
    width:42px;
    height:42px;
    border-radius:50%;
    border:0;
    background:#fff;
    color:var(--coca-blue);
    box-shadow:0 4px 18px rgba(0,0,0,.13);
    cursor:pointer;
    font-size:28px;
    line-height:38px;
    padding:0;
}
.coca-ba-prev{left:7px}
.coca-ba-next{right:7px}
.coca-ba-dots{
    position:absolute;
    bottom:11px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:7px;
}
.coca-ba-dot{
    width:8px;
    height:8px;
    border:0;
    padding:0;
    border-radius:50%;
    background:#b9c2ce;
    cursor:pointer;
}
.coca-ba-dot.is-active{
    width:24px;
    border-radius:8px;
    background:var(--coca-blue);
}
@media (max-width:900px){
    .coca-ba-slide{padding:8px 12px 40px}
    .coca-ba-card{
        grid-template-columns:1fr;
        gap:20px;
        height:auto;
        min-height:0;
        padding:20px;
    }
    .coca-ba-visual{
        height:auto;
        min-height:0;
        max-height:none;
    }
    .coca-ba-visual > *{
        max-height:none !important;
        transform:none;
    }
    .coca-ba-content{padding:0 4px 8px}
    .coca-ba-review{font-size:17px}
    .coca-ba-nav{width:36px;height:36px;font-size:24px;line-height:32px}
    .coca-ba-prev{left:3px}.coca-ba-next{right:3px}
}
@media (max-width:520px){
    .coca-ba-card{border-radius:13px;padding:14px}
    .coca-ba-review{font-size:16px;line-height:1.2}
    .coca-ba-name{font-size:15px}
    .coca-ba-stars{font-size:15px}
    .coca-ba-know-more{width:100%}
}

.coca-ba-shortcode-warning{
    min-height:220px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:25px;
    border:2px dashed #c7cdd6;
    border-radius:10px;
    color:#59616d;
    text-align:center;
    box-sizing:border-box;
    background:#fff;
}
