/*
Theme Name: Loire Child
Theme URI: https://loire.qodeinteractive.com
Description: A child theme of Loire
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: loire
Template: loire
*/

/* Announcement Bar */
.aw-announcement-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: #b5561d;
	border-bottom: 1px solid #9a4816;
	padding: 12px 40px 12px 16px;
	position: relative;
	z-index: 1000;
	box-sizing: border-box;
}

.aw-announcement-bar__content {
	text-align: center;
}

.aw-announcement-bar__content p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
	letter-spacing: 0.5px;
}

.aw-announcement-bar__content a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	transition: border-color 0.2s ease, color 0.2s ease;
}

.aw-announcement-bar__content a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

.aw-announcement-bar__close {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 18px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	padding: 4px 8px;
	transition: color 0.2s ease;
}

.aw-announcement-bar__close:hover {
	color: #fff;
}

@media (max-width: 680px) {
	.aw-announcement-bar {
		padding: 10px 36px 10px 12px;
	}

	.aw-announcement-bar__content p {
		font-size: 13px;
	}
}
