/*
Theme Name: tasteofvietnamkitchen.com
Theme URI: https://tasteofvietnamkitchen.com/
Author: Your Name
Author URI: https://tasteofvietnamkitchen.com/
Description: Custom WordPress theme for tasteofvietnamkitchen.com based on the Restaurantly HTML template.
Version: 1.0.0
Text Domain: tasteofvietnamkitchen
*/

/* You can add custom WordPress-specific overrides here if needed. */

/* Footer contact column: align icons + text and allow wrapping */
#footer .footer-contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .footer-contact ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
}

#footer .footer-contact ul li i {
	margin-right: 8px;
	font-size: 16px;
	line-height: 1.4;
}

#footer .footer-contact ul li a,
#footer .footer-contact ul li span {
	white-space: normal;
	word-break: break-word;
}

/* Footer social links: add breathing space above copyright */
#footer .footer-newsletter .social-links {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

/* Footer: reduce top padding so content is closer to separator */
#footer .footer-top {
	padding-top: 30px;
}

/* Footer about logo: slightly smaller gap below the title */
.footer .footer-about .logo {
	margin-bottom: 15px;
}

/* Remove default heading margins inside footer logo so text sits closer */
.footer .footer-about .logo .sitename {
	margin: 0;
}

/* Align first line of about paragraph with other footer columns */
#footer .footer-about p {
	margin-top: 6px;
}
