.s-font-i{
    font-size: 0.85rem;
    font-style: italic;	
	margin-bottom:5px;
}

.x-blockquote{
    font-size: 0.85rem;
    margin-bottom: 0px;
    background-color: #ffffff;
    padding: 7px;
    border-radius: 10px 0 10px 10px;	
}
.step-img {
	width: 100%;
	max-width: 220px;
}

.bg-wpchat {
	float: left;
	background-color: #dcf8c6;
	border-radius: 0 10px 10px 10px;
	padding: 15px;
	width: 100%;
}

.mac-window {
	width: 100%;
	max-width: 800px;					
	overflow: hidden;
	border-radius: 10px;
}

.mac-title-bar {
	height: 40px;
	background: linear-gradient(to bottom, #e8e8e8, #d1d1d1);
	border-bottom: 1px solid #b0b0b0;
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.mac-buttons {
	display: flex;
	gap: 8px;
}

.mac-btn {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.mac-btn-close {
	background-color: #ff5f56;
}

.mac-btn-minimize {
	background-color: #ffbd2e;
}

.mac-btn-maximize {
	background-color: #27c93f;
}

.mac-title {
	flex-grow: 1;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-size: 13px;
	color: #4a4a4a;
	font-weight: 500;
	padding-right: 60px; /* Offset for buttons */
}

.mac-content {
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	border-radius: 0 0 10px 10px;
}	