﻿
.gf-card {
    width: 273px;
    /*height: 330px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

    .gf-card.gf-large {
        width: 550px;
    }

.stack-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
}

.gf-card-no-bg {
    background-color: transparent;
    padding: 5px;
    border: none;
    box-shadow: none;
}
