.custom-card {
    background: white;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    margin: 0 auto;
}

.custom-card-art {
    width: 200px;
    height: 200px;
    aspect-ratio: 1/1;
    border-radius: 15px;
    margin: 0 auto 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.custom-card-info {
    text-align: center;
    margin-bottom: 10px;
}

.custom-card-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
}
