/* This is a CSS rule for the site info block. It adjusts the bottom margin of the block. */
.wp-block-site-info-block-site-info {
	margin-bottom: -25px;
}

/* This is a CSS rule for custom PHP block content. It adjusts the margin, padding, and border of the block. */
.custom-php-block-content {
    margin: 20px;
    padding: 20px;
    border: 1px solid #ddd;
}
