/*
Theme Name: ROAR cat GP Child
Theme URI: https://example.com/
Description: Child theme of GeneratePress for ROAR cat.
Author: ROAR cat
Template: generatepress
Version: 1.0.0
*/

/* Phone header: stack logo above title to avoid overflow */
@media (max-width: 400px) {
	.inside-header {
		position: relative;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.menu-toggle {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}

	.site-branding-container {
		display: flex;
		flex-direction: column !important;
		align-items: flex-start;
		text-align: left;
		width: 100%;
	}

	.site-branding-container .site-logo {
		margin: 0 0 8px 0;
	}

	.site-branding-container .main-title,
.site-branding-container .site-description {
	text-align: left;
}
}

/* 전체 배경을 헤더/푸터와 동일한 흰색으로 통일 */
body,
.site,
.site-content {
	background-color: #fff;
}
