/* Remove most vertical spacing from GiveSmart padding classes */
[class*="pad-"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}










/* Reduce horizontal spacing (not edge-to-edge) */
.row {
    margin-left: -8px !important;
    margin-right: -8px !important;
}










[class*="col-"],
.grid-12 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}










/* Remove extra spacing around sections */
section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}










/* Keep images clean and responsive */
img {
    display: block;
    margin: 0 auto !important;
    padding: 0 !important;
    max-width: 100%;
    height: auto;
}













/* Remove Donate Now text only */
h3.pad-sides.pad-2-top.equalize.text-dark {
    display: none !important;
}


.ticket-available-disp {
    display: none !important;
}