label > span.required {
	color: red;
	padding: 0 5px;
}
label.required {
	font-weight: bold;
}
.validetta-error input,
.validetta-error span.select2 > span.selection > span.select2-selection,
.validetta-error select {
	border-color: #ea5455 !important;
}
/*.text-truncate,
.fw-medium {
	display: contents;
}*/
.fs-7 {
	font-size: 0.85em;
}
.fs-8 {
	font-size: 0.7em;
}
.btn-eliminar {
	font-size: 1.2em;
	margin: 5px 20px;
}
.btn > i {
	color: white;
}
.db-txt {
	display: block;
}
.valign-center {
	display: flex !important;
	align-items: center;
}
.info_contacto {
	display: block;
}
.columna-nombre {
	width: 20% !important;
	float: left;
	text-align: right;
}

.columna-valor {
	width: 80% !important;
	float: left;
}
table.table-bordered.dataTable {
	border-right-width: 1px !important;
	border-left-width: 1px !important;
	border: 1px solid var(--bs-card-border-color);
}
.icono {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.dd-idioma {
	display: flex !important;
	align-items: center !important;
}

.language-button {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	outline: none;
	box-shadow: none !important;
	display: flex;
}

.dropdown-mini {
	min-width: 0 !important;
}

.dropdown-item {
	white-space: nowrap;
}

.img-user {
	display: block;
	position: relative;
	width: 36px;
	height: 36px;
	border-radius: 100%;
}

.img-user:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 3px;
	width: 6px;
	height: 6px;
	background-color: #969dab;
	-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
	border-radius: 100%;
}

.img-user.online:after {
	background-color: #3bb001;
}

.img-user img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 100%;
}

.notification-list .notification-body {
	margin-left: 15px;
	font-size: 13px;
}

.notification-list .notification-body h6,
.notification-list .notification-body .h6 {
	font-size: 0.90625rem;
	margin-bottom: 5px;
	line-height: 1.3;
}

.notification-list .notification-body span {
	font-size: 12px;
}

.dropdown-footer {
	text-align: center;
	padding-top: 10px;
	font-size: 13px;
	border-top: 1px dotted #ced4da;
}

.user-menu {
	position: relative;
}

.user-menu > .img-user {
	outline: 0;
	width: 30px;
	height: 30px;
	padding: 0 !important;
	display: block;
}

@media (min-width: 992px) {
	.navbar-icon .user-menu .dropdown-menu {
		min-width: 3rem;
		right: 0;
	}

	.navbar-icon .notification .dropdown-menu,
	.navbar-icon .quick-actions .dropdown-menu,
	.navbar-icon .user-menu .dropdown-menu {
		top: 32px;
	}
}

.navbar-icon .user-menu .dropdown-item {
	position: relative;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	color: #494c57;
	font-weight: 600;
	margin: 0;
}

.navbar-icon .user-menu .dropdown-item:before {
	display: none;
}

.navbar-icon .user-menu .dropdown-item i,
.navbar-icon .user-menu .dropdown-item svg {
	font-size: 22px;
	margin-right: 10px;
	width: 20px;
	text-align: center;
}

.navbar-icon .user-menu .dropdown-item:focus,
.navbar-icon .user-menu .dropdown-item:hover {
	background-color: transparent;
	color: var(--bs-primary);
}

.navbar-icon .user-menu .dropdown-item + .dropdown-item {
	border-top: 1px dotted #ced4da;
}

.navbar-icon .user-menu .dropdown-item:last-child {
	margin-bottom: 10px;
}

@media (min-width: 576px) {
	.user-menu.show .img-user:before {
		display: block;
	}
}

.user-menu.show .dropdown-menu {
	display: block;
}
.user-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 20px;
}

.user-header .img-user {
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.user-header .img-user {
		width: 70px;
		height: 70px;
	}
}

.user-header .img-user:after {
	display: none;
}

.user-header h6 {
	font-size: 24px;
	font-weight: 700;
	color: #212229;
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.user-header h6 {
		font-size: 18px;
	}
}

.user-header span {
	display: block;
	font-size: 13px;
	color: #70737c;
}

.navbar-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	background-color: #1c1f22;
	border-top: 1px solid #3a4046;
}

.icon i {
	display: block;
	min-width: 1.5em;
	min-height: 1.5em;
	text-align: center;
	font-size: 24px;
}

@media (min-width: 768px) {
	.navbar-user {
		margin-right: -1.5rem;
		padding: 1rem;
	}

	.settings {
		position: relative;
	}

	.navbar-user .settings .dropdown-menu {
		top: auto !important;
		bottom: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-user .settings .dropdown-menu {
		left: 50% !important;
		-webkit-transform: translateX(-50%) !important;
		-ms-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important;
	}
}

/** Mapa **/
#mapa {
	height: 200px;
	width: 100%;
}
.link-especial {
	text-decoration: underline;
	cursor: pointer;
}
.contador-car {
	font-size: 0.8rem;
}
.link-underlined {
	text-decoration: underline;
	cursor: pointer;
}

.tabla-bordeada td,
.tabla-bordeada th {
	border: 1px solid;
	padding: 0.35rem;
}

.del {
	width: 0px;
	height: 0px;
	color: transparent;
}
.fa-op {
	line-height: inherit;
}
.img-fluid {
	width: 100%;
}

/** General **/
a.basic-link {
	text-decoration: none;
	background-image: none;
}
.custom-rounded {
	border-radius: 2em;
}
#username-error-message,
#email-error-message {
	display: block;
	width: 100%;
}
.no_view {
	font-size: 0;
}
/** Buscador genérico **/
#live-search-results {
	max-height: 180px;
	overflow-y: auto;
	border-radius: 0 0 5px 5px;
	z-index: 1200;
	width: 100%;
	box-sizing: border-box;
}

#live-search-results .list-group-item {
	padding: 10px;
}
/* Ocultar el botón de borrado en el campo de búsqueda */
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
}

/** GastroRank **/
.d-gastro {
	font-weight: 500;
	font-size: 1.2rem;
	color: #ffb14f;
}
.d-rank {
	font-weight: 700;
	font-size: 1.2rem;
}
.gastro-card {
	letter-spacing: normal;
}

/* =====================
   ENTIDAD VIEW STYLES (moved from inline)
   ===================== */

/* Image and hover effects */
.hero-image:hover + .image-overlay,
.image-overlay:hover {
	opacity: 1 !important;
}

.transition-opacity {
	transition: opacity 0.3s ease;
}

.transition-all {
	transition: all 0.3s ease;
}

.hover-shadow:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.feature-item:hover,
.specialty-item:hover {
	background-color: #f8f9fa !important;
}

/* Social buttons */
.social-btn {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.social-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Rating and opening hours */
.rating-stars i {
	font-size: 0.9rem;
}

.opening-hours .border-bottom:last-child {
	border-bottom: none !important;
}

.day-name {
	min-width: 80px;
}

.hours {
	font-size: 0.8rem;
}

/* Dynamic Content Sections Styles */
.card-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header h5 {
	font-weight: 600;
}

.similar-guachinche-item {
	transition: all 0.3s ease;
	border: 1px solid #e9ecef;
}

.similar-guachinche-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border-color: #007bff;
}

.dynamic-section-card .card-body p {
	line-height: 1.6;
	font-size: 0.95rem;
}

/* CTA Enhancements */
.cta-phone {
	background: linear-gradient(135deg, #ffc107 0%, #ff8f00 100%) !important;
	border: none !important;
	box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.cta-phone:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 193, 7, 0.4);
	background: linear-gradient(135deg, #ff8f00 0%, #ffc107 100%) !important;
}

.cta-whatsapp {
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
	border: none !important;
	box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.cta-whatsapp:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
	background: linear-gradient(135deg, #128c7e 0%, #25d366 100%) !important;
}

.action-buttons .cta-section small {
	font-size: 0.75rem;
	line-height: 1.3;
}

.action-buttons .share-section h6 {
	font-size: 0.85rem;
	margin-bottom: 0.75rem !important;
}

.action-buttons .btn-sm.rounded-circle {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.action-buttons .btn-sm.rounded-circle:hover {
	transform: scale(1.1);
}

/* MAP INTERACTION IMPROVEMENTS */
.map-overlay {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(2px);
	cursor: pointer;
	transition: opacity 0.3s ease;
	z-index: 10;
}

.map-overlay:hover {
	background: rgba(255, 255, 255, 0.9);
}

.map-overlay-content {
	max-width: 200px;
	border: 1px solid rgba(0, 123, 255, 0.2);
	animation: pulse-gentle 2s infinite;
}

@keyframes pulse-gentle {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.02);
	}
}

.map-container.map-active .map-overlay {
	opacity: 0;
	pointer-events: none;
}

.map-container {
	border-radius: 0;
	overflow: hidden;
}

#mapa {
	transition: filter 0.3s ease;
}

.map-container:not(.map-active) #mapa {
	filter: blur(1px);
}

/* SOCIAL ARTICLES STYLES */
.social-articles-link .btn {
	transition: all 0.3s ease;
}

.social-articles-link .btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
	opacity: 0.9;
}

.social-article-card {
	transition: all 0.3s ease;
	background: #fff;
	border: 1px solid #e9ecef !important;
	overflow: hidden;
}

.social-article-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	border-color: #007bff !important;
}

.social-embed-container {
	margin: 1rem 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.social-embed-container .instagram-media,
.social-embed-container .twitter-tweet,
.social-embed-container .tiktok-embed,
.social-embed-container .fb-post {
	margin: 0 auto !important;
	max-width: 100% !important;
	width: 100% !important;
	box-sizing: border-box;
}

.social-embed-container .instagram-media {
	min-width: auto !important;
	max-width: 100% !important;
	width: 100% !important;
}

.youtube-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	border-radius: 8px;
}

.youtube-embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 8px;
}

.social-embed-container .tiktok-embed {
	max-width: 100% !important;
	min-width: auto !important;
	width: 100% !important;
}

.social-link-preview {
	transition: all 0.3s ease;
}

.social-link-preview:hover {
	background-color: #f8f9fa !important;
	border-color: #007bff !important;
}

.social-article-footer .btn {
	transition: all 0.3s ease;
}

.social-article-footer .btn:hover {
	transform: translateY(-1px);
}

/* PRESS ARTICLES STYLES */
.press-articles-link .btn {
	transition: all 0.3s ease;
}

.press-articles-link .btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
	opacity: 0.9;
}

.press-article-card {
	transition: all 0.3s ease;
	background: #fff;
	border: 1px solid #e9ecef !important;
	overflow: hidden;
}

.press-article-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	border-color: #28a745 !important;
}

.press-link-preview {
	transition: all 0.3s ease;
	cursor: pointer;
}

.press-link-preview:hover {
	background-color: #f8f9fa !important;
	border-color: #28a745 !important;
}

.press-article-footer .btn {
	transition: all 0.3s ease;
}

.press-article-footer .btn:hover {
	transform: translateY(-1px);
}

/* PROMOTIONS STYLES */
.promotion-card {
	transition: all 0.3s ease;
	background: #fff;
	border: 1px solid #e9ecef !important;
	overflow: hidden;
}

.promotion-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	border-color: #ffc107 !important;
}

.promotion-icon {
	width: 50px;
	height: 50px;
	border-radius: 8px;
	object-fit: cover;
	border: 2px solid #f8f9fa;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.promotion-icon:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.promotion-icon-placeholder {
	width: 50px;
	height: 50px;
	border-radius: 8px;
	background: #f8f9fa;
	border: 2px solid #e9ecef;
}

.promotion-preview {
	transition: all 0.3s ease;
	cursor: pointer;
}

.promotion-preview:hover {
	background-color: #fff9e6 !important;
	border-color: #ffc107 !important;
}

.promotion-footer .btn {
	transition: all 0.3s ease;
}

.promotion-footer .btn:hover {
	transform: translateY(-1px);
}

/* COLLAPSIBLE CARDS STYLES */
.card-header button.btn-link {
	border: none;
	background: transparent;
	font-size: inherit;
	font-weight: inherit;
}

.card-header button.btn-link:focus {
	box-shadow: none;
}

.toggle-icon {
	transition: transform 0.3s ease;
	font-size: 0.8rem;
}

.toggle-icon.rotated,
button[aria-expanded="true"] .toggle-icon {
	transform: rotate(180deg);
}

.card-header {
	cursor: pointer;
}

/* Mobile optimization for CTAs and responsive styles */
@media (max-width: 768px) {
	.hero-image {
		height: 250px !important;
	}

	.sticky-top {
		position: relative !important;
		top: auto !important;
	}

	.similar-guachinche-item {
		margin-bottom: 0.5rem;
	}

	/* Fixed CTA container only for phone and WhatsApp buttons */
	.mobile-fixed-cta {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: white;
		border-top: 1px solid #e9ecef;
		padding: 1rem;
		z-index: 1030;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	}

	.mobile-fixed-cta .btn-lg {
		font-size: 1rem;
		padding: 0.75rem 1rem;
	}

	/* Keep share and favorites sections normal (not fixed) */
	.share-section,
	.favorites-section {
		position: relative;
		background: transparent;
		border: none;
		padding: 0;
		z-index: auto;
		box-shadow: none;
	}

	/* Add padding to body to prevent content overlap with fixed CTAs */
	body {
		padding-bottom: 140px;
	}

	/* Ensure sidebar content doesn't get hidden behind fixed CTAs */
	.sidebar .sticky-top {
		position: relative !important;
		top: auto !important;
		z-index: auto;
	}

	/* Make sure fixed CTAs are always above sidebar content */
	.col-lg-4.sidebar {
		z-index: 1;
		position: relative;
	}

	.social-article-card,
	.press-article-card,
	.promotion-card {
		margin-bottom: 1rem;
	}

	.social-embed-container {
		margin: 0.5rem 0;
	}

	/* Mobile specific adjustments for embeds */
	.social-embed-container .instagram-media {
		min-width: 280px !important;
		max-width: 100% !important;
	}

	.youtube-container {
		padding-bottom: 60%;
	}

	.social-embed-container .tiktok-embed {
		max-width: 100% !important;
		min-width: 280px !important;
	}
}

/* Desktop - no overlay needed */
@media (min-width: 769px) {
	.map-overlay {
		display: none !important;
	}

	#mapa {
		filter: none !important;
	}
}

/* Very small screens */
@media (max-width: 480px) {
	.social-embed-container .instagram-media {
		min-width: 250px !important;
	}

	.social-embed-container .tiktok-embed {
		min-width: 250px !important;
	}
}
