/**
 * Brands directory page (reference design).
 */

/* Match About/Contact: no default The7 title wrapper or extra content gaps. */
body.kelmendi-brands-directory-page .page-title,
body.kelmendi-brands-directory-page .page-title-block,
body.kelmendi-brands-directory-page .entry-title,
body.kelmendi-brands-directory-page .single-page-title {
	display: none !important;
}

body.kelmendi-brands-directory-page .content,
body.kelmendi-brands-directory-page .content-area,
body.kelmendi-brands-directory-page .wf-container-main,
body.kelmendi-brands-directory-page .wf-wrap,
body.kelmendi-brands-directory-page #main {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.kelmendi-brands-directory-page .elementor-top-section,
body.kelmendi-brands-directory-page .elementor-section {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.kelmendi-brands-directory {
	--kbd-bg: #ffffff;
	--kbd-text: #121212;
	--kbd-muted: rgba(18, 18, 18, 0.9);
	--kbd-divider: rgba(0, 0, 0, 0.1);
	--kbd-plus: #f3163e;
	--kbd-max: 1240px;

	background: var(--kbd-bg);
	color: var(--kbd-text);
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

.kelmendi-brands-directory__inner {
	max-width: var(--kbd-max);
	margin: 0 auto;
	padding: clamp(4rem, 10vw, 7.5rem) clamp(1.5rem, 3.5vw, 2.8rem) clamp(3rem, 7vw, 5rem);
}

.kelmendi-brands-directory__intro-wrap {
	max-width: 62rem;
	margin: 0 auto;
	text-align: center;
}

.kelmendi-brands-directory__intro {
	margin: 0;
	font-size: clamp(1.2rem, 1.85vw, 1.75rem);
	line-height: 1.42;
	color: #2e2e2e;
}

.kelmendi-brands-directory__title {
	margin: clamp(4.5rem, 10vw, 7.25rem) 0 clamp(2.6rem, 6.2vw, 4rem);
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.3rem, 2.2vw, 1.9rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #e20813;
}

.kelmendi-brands-directory__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kelmendi-brands-directory__item {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 1rem;
	padding: clamp(1.7rem, 3.8vw, 2.5rem) 0;
	border-top: 1px solid var(--kbd-divider);
}

.kelmendi-brands-directory__item:first-child {
	border-top: 0;
}

.kelmendi-brands-directory__copy {
	max-width: none;
	grid-column: 2;
	justify-self: center;
	text-align: center;
	display: block;
}

.kelmendi-brands-directory__logo-col {
	grid-column: 1;
	justify-self: start;
	width: 170px;
	max-width: 100%;
	height: 68px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transform: none;
}

.kelmendi-brands-directory__brand {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.15rem, 1.8vw, 1.55rem);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #d4352f;
}

.kelmendi-brands-directory__teaser {
	margin: 0;
	font-size: clamp(1rem, 1.5vw, 2rem);
	line-height: 1.3;
	color: var(--kbd-muted);
}

/* One shared logo box for every brand. */
.kelmendi-brands-directory__logo {
	display: block;
	margin: 0;
	width: 170px;
	height: 68px;
	max-width: 100%;
	object-fit: contain;
	object-position: left center;
	transform: none;
}

.kelmendi-brands-directory__plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	min-width: 190px;
	min-height: 48px;
	border-radius: 999px;
	border: 2px solid #e20813;
	background: #e20813;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.01em;
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	white-space: nowrap;
	text-decoration: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	grid-column: 3;
	justify-self: end;
	transform: none;
}

.kelmendi-brands-directory__plus:hover,
.kelmendi-brands-directory__plus:focus {
	background: #ffffff;
	border-color: #e20813;
	color: #e20813;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
}

@media (max-width: 767px) {
	.kelmendi-brands-directory__item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 1.2rem;
		padding: 1.35rem 0;
		text-align: center;
	}

	.kelmendi-brands-directory__copy {
		display: none !important;
	}

	.kelmendi-brands-directory__logo-col {
		width: 100%;
		max-width: 112px;
		height: 44px;
		margin-bottom: 0.25rem;
		justify-content: center;
	}

	.kelmendi-brands-directory__logo {
		width: 112px;
		max-width: 100%;
		height: 44px;
		margin: 0 auto;
		object-position: center center;
	}

	.kelmendi-brands-directory__teaser {
		font-size: 0.95rem;
		text-align: center;
	}

	.kelmendi-brands-directory__plus {
		padding: 10px 16px;
		min-width: 150px;
		min-height: 40px;
		font-size: 13px;
		font-weight: 600;
		margin-top: 0.2rem;
	}
}
