#gift-cert-terms-conditions-content {
    display: none;
}

/* Vertical layout when Terms button is clicked */
#gift-cert-wrapper.vertical-layout {
    flex-direction: column !important; /* Stack buttons and content vertically */
    gap: 0.5rem; 
}

/* Keep buttons size fixed, do not stretch */
#gift-cert-wrapper.vertical-layout a {
    width: auto;        
    align-self: flex-start; 
}

.ol-custom {
    list-style-position: inside; 
    padding-left: 0;
}

