.acp-ui {
    background:#0b1d3a;
    color:white;
    padding:20px;
    border-radius:10px;
}

#stars span {
    font-size:24px;
    cursor:pointer;
    color:#555;
}
#stars span.active {color:gold;}

.toggle button.active {
    background:#2d6cdf;
    color:white;
}

.grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.card {
    background:white;
    color:black;
    padding:10px;
    border-radius:10px;
}

#compareBox {
    margin-top:20px;
    background:#fff;
    padding:20px;
}