/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Compatible AI Tools */
.wd-compatible-ai-tools {
	flex-basis: 100%;
	width: 100%;
	margin: 16px 0 12px;
}

.wd-compatible-ai-tools__title {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: inherit;
}

.wd-compatible-ai-tools__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wd-compatible-ai-tools__item {
	display: flex;
	align-items: center;
	gap: 10px;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	padding: 0 14px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	line-height: 1.2;
	color: #222;
}

.wd-compatible-ai-tools__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	color: #111;
}

.wd-compatible-ai-tools__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.wd-compatible-ai-tools__name {
	min-width: 0;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
