/*
 * Layout-only styles for the gift card block field.
 * Visual treatment (colours, borders, radius, typography) is fully inherited from the theme.
 */

/* Matches the vertical rhythm and top separator of adjacent totals rows */
.vc-gc-row {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-block: 0.75em;
    border-top: 1px solid;
    border-color: inherit;
}
