.apcs-counter-wrapper{
    display:inline-flex;
    align-items:center;
    background: linear-gradient(#ffecb3, #f9d976);
    border-radius:12px;
    padding:10px 14px;
    box-shadow: 0 6px 0 rgba(0,0,0,0.15);
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight:700;
    font-size:28px;
}
.apcs-counter-wrapper .apcs-symbol{
    margin-right:8px;
    font-size:22px;
    opacity:0.95;
}
.apcs-value{ display:inline-flex; gap:4px; align-items:center; }
.apcs-value .apcs-char{
    display:inline-flex;
    min-width:18px;
    height:34px;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    background: linear-gradient(#ffd54f,#ffb300);
    padding:0 6px;
    box-shadow: 0 4px 0 rgba(0,0,0,0.12);
    color:#1b1b1b;
    font-weight:800;
    font-size:20px;
    line-height:1;
}
.apcs-value .apcs-char[data-char=","]{ min-width:10px; background:transparent; box-shadow:none; font-weight:700; }
.apcs-value .apcs-char[data-char="."]{ min-width:10px; background:transparent; box-shadow:none; font-weight:700; }
