.custom-table tr td h5{ margin-bottom:0; }
.custom-table tr td a{ display: inline list-item;   width: 50px;   position: relative;   padding-top: 0;   list-style: none; }
.custom-table tr td a span{ display:none;}
.custom-table tr td a::before{ content:""; background-image: url('pdf-icon.png');   background-size: auto 40px;   background-position: center top; display: block;   width: 100%;   height: 42px;   background-repeat: no-repeat;}

.custom-table tr td.tcolTitle{ width:40%; text-align: left; }
.custom-table tr td.tcol{ width:20%; text-align: center; }

.delivery_radio{ display: flex;   gap: 20px;   margin-bottom: 30px; }
.delivery-location .delivery-location-label{ margin-bottom: 00.5em;}
.delivery-location .delivery-location-label .delivery-required{ color:#c02b0a; font-size:12px; }

.gm-style .gm-style-iw-c{ max-width:300px !important; }

@media(max-width:560px){
   .custom-table tr td h5 {font-size: 16px; }
   .custom-table tr td a { padding-top: 10px;   font-size: 13px; }
   .custom-table tr td a::before{ height:40px; }
}