/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 09 2025 | 01:43:31 */
/* グループブロック_お知らせ欄全体 */
.wp-block-latest-posts__list inner wp-block-latest-posts {
  padding: 10px;
  width: 50%;
}

.wp-block-group.notice-card {
  padding: 10px;
  width: 50%;
}


/* お知らせ日付欄の変更 */ 
/*
.wp-block-latest-posts__post-date {
  background-color: #127c6f;  
  color: #ffffff;             
  padding: 4px 8px;           
  border-radius: 6px;         
  display: inline-block;      
  font-size: 0.9em;           
  margin-top: 4px;            
}
*/

/* お知らせの間隔をあける */
/*
ul.wp-block-latest-posts li {
	margin-bottom: 4em;
}
*/