/**
 * Frontend styles for CDAF Shims
 * 
 * @since 2024-01-30
 * @author Designs and Codes, LLC
 */

:is( a.is-download-button, .is-download-button > a ):is( [href=""], [href="#"], :not( [href] ) ),
.cdaf-anchor-disabled {
	cursor: default !important;
	pointer-events: none !important;
	background-color: #555 !important;
	color: #999 !important;
}

.wp-block-table {
	margin-bottom: 2em;
}

.wp-block-table > .table-wrapper:not( :last-child ) > table {
	margin-bottom: 0;
}

.wp-block-getwid-images-slider {
	margin: 30px auto;
}

.wp-block-getwid-images-slider__item {
	padding: 0 5px;
}
