.store-card {
    align-items: flex-start;
    padding: 40px;
}

.store-card .mushroom-info {
    display: block;
    margin-left: 0;
    text-align: left;
}

.store-card .mushroom-info h3 {
    margin-bottom: 15px;
}

.store-card .mushroom-info p {
    line-height: 1.6;
    margin-bottom: 20px;
}

.store-card .mushroom-info a {
    color: #C468FF;
    text-decoration: none;
    font-family: 'Luckybones';
    font-size: 1rem;
}

.store-card .mushroom-info a:hover {
    color: #FFB6FF;
}