/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.gift-row{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.my-col{
    display: flex;
    flex-direction: column;
}
.my-col label:first-child{
    font-weight: bold;
    color: #b43ac8;
}
.gray{
    opacity: .7;
}
.gift-row:last-of-type{
    margin-bottom:20px;
}