.vfb-bowling-app{
    max-width:700px;
    margin:auto;
    padding:15px;
}

.vfb-bowling-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.vfb-bowling-title{
    font-size:24px;
    font-weight:700;
    color:#c40000;
}

.vfb-bowling-add{
    background:#c40000;
    color:#fff;
    padding:10px 15px;
    border-radius:12px;
    text-decoration:none;
}

.vfb-bowling-card{
    background:#fff;
    border-radius:18px;
    padding:15px;
    margin-bottom:15px;
    display:flex;
    align-items:center;
    gap:15px;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
}

.vfb-date{
    width:90px;
    font-weight:700;
}

.vfb-info{
    flex:1;
}

.vfb-type{
    font-size:18px;
    font-weight:700;
}

.vfb-center{
    color:#777;
    margin-top:4px;
}

.vfb-games{
    color:#c40000;
    margin-top:5px;
}

.vfb-score{
    width:70px;
    height:70px;
    border:3px solid #c40000;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    font-weight:bold;
    color:#c40000;
}

.vfb-empty{
    text-align:center;
    padding:40px;
}