.wk-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 1.5rem;
}

.wk-custom-card {
    margin: 0px;
    height: 100%;
    min-height: 100%;
    width: 100%;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 6px #00000003, 0 15px 32px #0000000f;
    transition: height 1s;
    transition-timing-function: ease-in;

    padding: 1.5rem;
    position: relative;
    z-index: 1;
}