/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Astra is fast, fully customizable
 */
.home-page-card {
	box-shadow: 1px 1px 10px #a0a0a0;
	padding:1rem;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	row-gap: 0.5rem;
	
	
}

.home-page-card ul {
	margin: 0 0 0 2rem;
	font-size: 0.8rem;
}

.wp-block-button .wp-block-button__link, .wp-block-search .wp-block-search__button, body .wp-block-file .wp-block-file__button {
	background-color: var(--ast-global-color-0);
}