.elementor-318 .elementor-element.elementor-element-78447b1{--display:flex;}.elementor-318 .elementor-element.elementor-element-a2beefa{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0799e0c */.pinponx-app{
    max-width:600px;
    margin:auto;
    text-align:center;
    font-family:sans-serif;
}

.card-container{
    margin:20px 0;
}

.card-container img{
    width:220px;
    max-width:100%;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

#newCardBtn{
    background:#2563eb;
    color:white;
    border:none;
    padding:12px 24px;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
}

.score-box{
    margin-top:25px;
}

#score{
    font-size:42px;
    font-weight:bold;
    margin:15px 0;
}

.score-buttons{
    display:flex;
    gap:10px;
    justify-content:center;
    flex-wrap:wrap;
}

.score-buttons button{
    padding:10px 18px;
    border:none;
    border-radius:8px;
    cursor:pointer;
}/* End custom CSS */