/**
Theme Name: Astra Child
Author: 奶爸建站笔记
Author URI: https://blog.naibabiji.com
Description: 这是Astra子主题，请勿删除。同时Astra也勿删除，修改css和代码保存到这个主题里面，不会因为升级Astra主题而失效。
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
 .contact-container {
	 display: flex;
	 align-items: center;
	 gap: 15px;
	 font-family: Arial, sans-serif;
}

.contact-icon {
	width: 40px;
	height: 40px;
	border-radius: 4px;
}

.contact-info {
	display: flex;
	flex-direction: column;
}

.phone {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.email {
	font-size: 14px;
	color: #666;
}