.fuubo-apps-directory__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.fuubo-app-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #111;
	border: 1px solid rgba(255,255,255,.10);
	border-radius: 18px;
	overflow: hidden;
}

.fuubo-app-card__media {
	position: relative;
	line-height: 0;
	overflow: hidden;
}

.fuubo-app-card__image-link {
	display: block;
}

.fuubo-app-card__image,
.fuubo-app-card__media img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.fuubo-app-card__pricing {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	border: 1px solid transparent;
	backdrop-filter: blur(8px);
}

.fuubo-app-card__pricing--gratis {
	background: rgba(34, 197, 94, .6) !important;
	color: #e8e8eb;
	border-color: rgba(34, 197, 94, .35);
}

.fuubo-app-card__pricing--freemium {
	background: rgba(250, 204, 21, .6) !important;
	color: #e5e7eb;
	border-color: rgba(250, 204, 21, .35);
}

.fuubo-app-card__pricing--de-pago {
	background: rgba(255,255,255,.12) !important;
	color: #fff;
	border-color: rgba(255,255,255,.20);
}

.fuubo-app-card__pricing--enterprise {
	background: rgba(168, 85, 247, .18) !important;
	color: #e9d5ff;
	border-color: rgba(168, 85, 247, .35);
}

.fuubo-app-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 22px;
}

.fuubo-app-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.fuubo-app-card__category {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	border: 1px solid rgba(255,255,255,.12);
	background: rgba(255,255,255,.05);
	color: #fff;
}

.fuubo-app-card__category--chatbots {
	background: rgba(59, 130, 246, .18);
	color: #bfdbfe;
	border-color: rgba(59, 130, 246, .35);
}

.fuubo-app-card__category--text {
	background: rgba(16, 185, 129, .18);
	color: #a7f3d0;
	border-color: rgba(16, 185, 129, .35);
}

.fuubo-app-card__category--images {
	background: rgba(244, 114, 182, .18);
	color: #fbcfe8;
	border-color: rgba(244, 114, 182, .35);
}

.fuubo-app-card__category--video {
	background: rgba(249, 115, 22, .18);
	color: #fdba74;
	border-color: rgba(249, 115, 22, .35);
}

.fuubo-app-card__category--audio {
	background: rgba(168, 85, 247, .18);
	color: #e9d5ff;
	border-color: rgba(168, 85, 247, .35);
}

.fuubo-app-card__category--design {
	background: rgba(236, 72, 153, .18);
	color: #f9a8d4;
	border-color: rgba(236, 72, 153, .35);
}

.fuubo-app-card__category--productivity {
	background: rgba(34, 197, 94, .18);
	color: #86efac;
	border-color: rgba(34, 197, 94, .35);
}

.fuubo-app-card__category--marketing {
	background: rgba(245, 158, 11, .18);
	color: #fcd34d;
	border-color: rgba(245, 158, 11, .35);
}

.fuubo-app-card__category--sales {
	background: rgba(239, 68, 68, .18);
	color: #fca5a5;
	border-color: rgba(239, 68, 68, .35);
}

.fuubo-app-card__category--data {
	background: rgba(14, 165, 233, .18);
	color: #7dd3fc;
	border-color: rgba(14, 165, 233, .35);
}

.fuubo-app-card__category--develop {
	background: rgba(99, 102, 241, .18);
	color: #c7d2fe;
	border-color: rgba(99, 102, 241, .35);
}

.fuubo-app-card__category--research {
	background: rgba(6, 182, 212, .18);
	color: #a5f3fc;
	border-color: rgba(6, 182, 212, .35);
}

.fuubo-app-card__category--education {
	background: rgba(132, 204, 22, .18);
	color: #d9f99d;
	border-color: rgba(132, 204, 22, .35);
}

.fuubo-app-card__category--business {
	background: rgba(217, 119, 6, .18);
	color: #fcd34d;
	border-color: rgba(217, 119, 6, .35);
}

.fuubo-app-card__category--legal {
	background: rgba(107, 114, 128, .18);
	color: #d1d5db;
	border-color: rgba(107, 114, 128, .35);
}

.fuubo-app-card__category--finance {
	background: rgba(20, 184, 166, .18);
	color: #99f6e4;
	border-color: rgba(20, 184, 166, .35);
}

.fuubo-app-card__category--health {
	background: rgba(244, 63, 94, .18);
	color: #fda4af;
	border-color: rgba(244, 63, 94, .35);
}

.fuubo-app-card__category--others {
	background: rgba(255,255,255,.10);
	color: #fff;
	border-color: rgba(255,255,255,.20);
}

.fuubo-app-card__verified {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: rgba(34, 197, 94, .18);
	color: #86efac;
	border: 1px solid rgba(34, 197, 94, .35);
	font-size: 12px;
	line-height: 1;
}

.fuubo-app-card__title {
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
	min-width: 0;
}

.fuubo-app-card__title a {
	color: inherit;
	text-decoration: none;
}

.fuubo-app-card__desc {
	font-size: 15px;
	line-height: 1.6;
	opacity: .9;
}

.fuubo-app-card__divider {
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.10);
	margin: 18px 0 16px;
}

.fuubo-app-card__bottom-meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
}

.fuubo-app-card__rating {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	margin-left: auto;
	white-space: nowrap;
}

/* .fuubo-app-card__rating-star {
	color: #f4c400;
} */

.fuubo-app-card__actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-top: auto;
}

.fuubo-app-card__actions > .fuubo-app-card__button {
	flex: 0 0 auto;
}

.fuubo-app-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	/* min-height: 42px;
	padding: 10px 18px; */
	text-decoration: none;
	border: 1px solid rgba(255,255,255,.15);
	background: transparent;
	color: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	transition: all .2s ease;
	white-space: nowrap;
}

.fuubo-app-card__button:hover {
	transform: translateY(-1px);
}

.fuubo-app-card__button--site {
	background: var(--color-main, #f4c400);
	color: #111;
	border-color: transparent;
}

.fuubo-app-card__button-icon {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.fuubo-apps-directory__empty {
	padding: 20px;
	border: 1px dashed rgba(255,255,255,.2);
	border-radius: 14px;
}

@media (max-width: 1024px) {
	.fuubo-apps-directory__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.fuubo-apps-directory__grid {
		grid-template-columns: 1fr;
	}
}

.fuubo-app-card__title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
}

.fuubo-app-card__verified-wrap {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.fuubo-app-card__verified svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.fuubo-app-card__verified--image {
	width: auto;
	height: auto;
	padding: 0;
	background: transparent;
	border: 0;
}

.fuubo-app-card__verified--image img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.fuubo-app-card__button--site .elementor-button-content-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.fuubo-app-card__button--site.elementor-button {
	transition-property: background-color, color, border-color, box-shadow, transform;
}

.fuubo-app-card__button--detail.btn {
	position: relative;
	overflow: hidden;
}

.fuubo-app-card__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fuubo-app-card__detail-wrap {
	flex: 0 0 auto;
}

.fuubo-app-card__button--detail {
	text-decoration: none;
}

.fuubo-app-card__button--detail.btn-osty {
	min-height: auto;
	padding: 0;
	border: 0;
	background: transparent;
}

.fuubo-app-card__button--site {
	flex: 0 0 auto;
}

.fuubo-apps-directory__pagination {
	margin-top: 32px;
}

.elementor-button-icon {
	margin-left: -8px
}

.fuubo-app-card__title-group {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	flex: 1 1 auto;
}

.fuubo-app-card__rating .fuubo-rating {
	--fuubo-rating-text: transparent;
}

.fuubo-app-card__rating .fuubo-rating__meta {
	display: none;
}

.fuubo-app-card__rating .fuubo-rating__stars-wrap {
	margin-bottom: 2px;
}

/* =========================================================
   FUUBO APPS DIRECTORY – TOOLBAR / FILTERS POLISH
   Agregar al final del archivo
   ========================================================= */

.fuubo-apps-directory__toolbar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto 28px;
	padding: 0;
}

.fuubo-apps-directory__toolbar-search {
	position: relative;
	width: 100%;
	max-width: 980px;
	flex: 0 0 auto;
}

.fuubo-apps-directory__toolbar-search::before {
	content: "⌕";
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	line-height: 1;
	color: rgba(255,255,255,.45);
	pointer-events: none;
}

.fuubo-apps-directory__search-input {
	width: 100%;
	height: 62px;
	padding: 0 20px 0 52px;
	border-radius: 18px;
	border: 1px solid rgba(255,255,255,.10);
	background: rgba(255,255,255,.035);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
	transition: all .2s ease;
}

.fuubo-apps-directory__search-input::placeholder {
	color: rgba(255,255,255,.42);
}

.fuubo-apps-directory__search-input:focus {
	outline: none;
	border-color: rgba(244,196,0,.35);
	background: rgba(255,255,255,.05);
	box-shadow: 0 0 0 4px rgba(244,196,0,.08);
}

.fuubo-apps-directory__toolbar-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	max-width: 1180px;
}

/* Selects */
.fuubo-apps-directory__toolbar select,
.fuubo-apps-directory__order-select {
	height: 46px;
	min-width: 170px;
	padding: 0 42px 0 16px;
	border-radius: 12px;
	border: 1px solid rgba(255,255,255,.10);
	background-color: rgba(255,255,255,.04);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, rgba(255,255,255,.75) 50%),
		linear-gradient(135deg, rgba(255,255,255,.75) 50%, transparent 50%);
	background-position:
		calc(100% - 18px) calc(50% - 3px),
		calc(100% - 12px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	box-shadow: none;
	transition: all .2s ease;
}

.fuubo-apps-directory__toolbar select:hover,
.fuubo-apps-directory__order-select:hover {
	background-color: rgba(255,255,255,.07);
	border-color: rgba(255,255,255,.16);
}

.fuubo-apps-directory__toolbar select:focus,
.fuubo-apps-directory__order-select:focus {
	outline: none;
	border-color: rgba(244,196,0,.35);
	box-shadow: 0 0 0 4px rgba(244,196,0,.08);
}

.fuubo-apps-directory__toolbar select option,
.fuubo-apps-directory__order-select option {
	background: #1a1a1a;
	color: #fff;
}

/* Pills checkbox */
.fuubo-apps-directory__pill {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin: 0;
}

.fuubo-apps-directory__pill input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
	margin: 0;
	z-index: 2;
}

.fuubo-apps-directory__pill span {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	padding: 0 16px 0 38px;
	border-radius: 12px;
	border: 1px solid rgba(255,255,255,.10);
	background: rgba(255,255,255,.04);
	color: rgba(255,255,255,.90);
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	transition: all .2s ease;
}

.fuubo-apps-directory__pill span::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border-radius: 4px;
	border: 1px solid rgba(255,255,255,.22);
	background: rgba(255,255,255,.03);
	box-sizing: border-box;
	transition: all .2s ease;
}

.fuubo-apps-directory__pill:hover span {
	background: rgba(255,255,255,.07);
	border-color: rgba(255,255,255,.16);
}

.fuubo-apps-directory__pill input:checked + span {
	background: rgba(244,196,0,.12);
	border-color: rgba(244,196,0,.32);
	color: #fff;
}

.fuubo-apps-directory__pill input:checked + span::before {
	background: var(--color-main, #f4c400);
	border-color: transparent;
	box-shadow: inset 0 0 0 2px #111;
}

/* Buttons */
.fuubo-apps-directory__clear {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	min-width: 46px;
	padding: 0 16px;
	border-radius: 12px;
	border: 1px solid rgba(255,255,255,.10);
	background: rgba(255,255,255,.04);
	color: #fff;
	font-size: 0;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	box-shadow: none;
	transition: all .2s ease;
}

.fuubo-apps-directory__clear:hover {
	background: rgba(255,255,255,.08);
	border-color: rgba(255,255,255,.18);
	transform: translateY(-1px);
}

.fuubo-apps-directory__clear:focus {
	outline: none;
	border-color: rgba(244,196,0,.35);
	box-shadow: 0 0 0 4px rgba(244,196,0,.08);
}

/* Aplicar = botón submit */
.fuubo-apps-directory__toolbar button.fuubo-apps-directory__clear {
	background: rgba(244,196,0,.14);
	border-color: rgba(244,196,0,.34);
}

.fuubo-apps-directory__toolbar button.fuubo-apps-directory__clear::before {
	content: "✓";
	font-size: 18px;
	font-weight: 700;
	color: var(--color-main, #f4c400);
}

/* Limpiar = enlace */
.fuubo-apps-directory__toolbar a.fuubo-apps-directory__clear::before {
	content: "↺";
	font-size: 18px;
	font-weight: 700;
	color: rgba(255,255,255,.82);
}

/* Better spacing around toolbar and grid */
.fuubo-apps-directory__toolbar + .fuubo-apps-directory__grid {
	margin-top: 10px;
}

/* Optional: make whole filter row feel centered and compact */
.fuubo-apps-directory__toolbar-actions > * {
	flex: 0 0 auto;
}

/* Tablet */
@media (max-width: 1024px) {
	.fuubo-apps-directory__toolbar {
		max-width: 100%;
		gap: 12px;
	}

	.fuubo-apps-directory__toolbar-search {
		max-width: 100%;
	}

	.fuubo-apps-directory__search-input {
		height: 58px;
		font-size: 17px;
	}

	.fuubo-apps-directory__toolbar-actions {
		justify-content: center;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.fuubo-apps-directory__toolbar {
		gap: 12px;
		margin-bottom: 22px;
	}

	.fuubo-apps-directory__toolbar-search {
		width: 100%;
	}

	.fuubo-apps-directory__toolbar-search::before {
		left: 16px;
		font-size: 20px;
	}

	.fuubo-apps-directory__search-input {
		height: 54px;
		padding-left: 46px;
		font-size: 16px;
		border-radius: 14px;
	}

	.fuubo-apps-directory__toolbar-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		width: 100%;
	}

	.fuubo-apps-directory__toolbar select,
	.fuubo-apps-directory__order-select,
	.fuubo-apps-directory__pill,
	.fuubo-apps-directory__pill span,
	.fuubo-apps-directory__clear {
		width: 100%;
		min-width: 0;
	}

	.fuubo-apps-directory__pill span {
		justify-content: flex-start;
	}

	.fuubo-apps-directory__toolbar button.fuubo-apps-directory__clear,
	.fuubo-apps-directory__toolbar a.fuubo-apps-directory__clear {
		min-width: 0;
	}
}

/* =========================================================
   FUUBO APPS DIRECTORY – MULTI CATEGORY FILTER
   ========================================================= */

.fuubo-apps-directory__category-filter {
	position: relative;
	display: inline-flex;
}

.fuubo-apps-directory__category-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	min-width: 170px;
	padding: 0 42px 0 16px;
	border-radius: 12px;
	border: 1px solid rgba(255,255,255,.10);
	background: rgba(255,255,255,.04);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	transition: all .2s ease;
	position: relative;
}

.fuubo-apps-directory__category-toggle:hover {
	background: rgba(255,255,255,.07);
	border-color: rgba(255,255,255,.16);
}

.fuubo-apps-directory__category-toggle::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid rgba(255,255,255,.75);
	border-bottom: 2px solid rgba(255,255,255,.75);
	transform: translateY(-60%) rotate(45deg);
	transition: transform .2s ease;
}

.fuubo-apps-directory__category-dropdown.is-open + .fuubo-apps-directory__category-toggle::after,
.fuubo-apps-directory__category-filter.is-open .fuubo-apps-directory__category-toggle::after {
	transform: translateY(-40%) rotate(-135deg);
}

.fuubo-apps-directory__category-dropdown {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 30;
	min-width: 240px;
	max-width: 300px;
	max-height: 320px;
	overflow: auto;
	padding: 12px;
	border-radius: 16px;
	border: 1px solid rgba(255,255,255,.10);
	background: #141414;
	box-shadow: 0 20px 40px rgba(0,0,0,.34);
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.fuubo-apps-directory__category-option {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	border-radius: 10px;
	cursor: pointer;
	transition: background .2s ease;
}

.fuubo-apps-directory__category-option:hover {
	background: rgba(255,255,255,.05);
}

.fuubo-apps-directory__category-option input {
	margin: 0;
	accent-color: var(--color-main, #f4c400);
}

.fuubo-apps-directory__category-option span {
	color: rgba(255,255,255,.92);
	font-size: 14px;
	line-height: 1.3;
}

@media (max-width: 767px) {
	.fuubo-apps-directory__category-filter,
	.fuubo-apps-directory__category-toggle {
		width: 100%;
		min-width: 0;
	}

	.fuubo-apps-directory__category-dropdown {
		left: 0;
		right: 0;
		min-width: 0;
		max-width: none;
		width: 100%;
	}
}
.fuubo-apps-directory__category-dropdown[hidden] {
	display: none !important;
}
.fuubo-apps-directory__category-dropdown.is-open {
	display: flex;
}
