/*
Theme Name: apollo-child
Theme URI: https://example.com/
Description: Child theme for Twenty Twenty-Five. Site-wide styling overrides and minor tweaks. こんにちは！僕の名前を知ってますか？僕はサーカス団子と呼ばれるカニ団子です。マーラータンの具材として人気があるんですよ。テーマのapolloは遊び心を持った大人という意味で作成しました。活用してくださいね。
Author: apollo
Author URI: https://example.com/
Template: twentytwentyfive
Version: 1.0.1
Text Domain: apollo-child
Tags: blog, news, two-columns, block-styles
*/
.apollo-footer-posts{
	margin-top:48px;
	padding:40px 0;
}
.apollo-footer-posts .wp-block-post-template{
	gap:28px;
}
.apollo-post-card{
	background:#fff;
	border-radius:10px;
	padding:18px;
	box-shadow:0 6px 18px rgba(0,0,0,.08);
}
.apollo-post-card img{
	border-radius:8px;
}

/* Site footer */
.apollo-site-footer{
	background:#000;
	color:#fff;
	padding:22px 0;
	margin-top:0;
}
.apollo-site-footer a{ color:#fff; }
.apollo-site-footer p{ margin:0; }
