/**
 * Topluluk nabzı — okuyan / izleyen avatar baloncukları
 */

.esmer-community-pulse {
	margin-top: 14px;
}

.esmer-community-pulse__label {
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.65);
	margin: 0 0 8px;
	font-family: var(--esmer-font-ui, inherit);
}

.esmer-sinema-hero .esmer-community-pulse__label,
.esmer-book-hero .esmer-community-pulse__label {
	color: rgba(255, 255, 255, 0.7);
}

.esmer-community-pulse__bubbles {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	align-items: flex-end;
}

.esmer-community-pulse__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 52px;
	text-align: center;
}

.esmer-community-pulse__avatar-wrap {
	position: relative;
	display: block;
}

.esmer-community-pulse__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.85);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
	object-fit: cover;
	background: #333;
}

.esmer-community-pulse__status {
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #1a1a1a;
}

.esmer-community-pulse__status--okudum,
.esmer-community-pulse__status--izledim {
	background: #4caf50;
}

.esmer-community-pulse__status--okuyorum,
.esmer-community-pulse__status--izliyorum {
	background: #2196f3;
}

.esmer-community-pulse__status--okuyacagim,
.esmer-community-pulse__status--izleyecegim {
	background: #ffba00;
}

.esmer-community-pulse__name {
	font-size: 0.55rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.75);
	margin-top: 3px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	white-space: nowrap;
	font-family: var(--esmer-font-ui, inherit);
}

.esmer-community-pulse__more {
	display: flex;
	align-items: center;
	justify-content: center;
}

.esmer-community-pulse__more-inner {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 186, 0, 0.25);
	border: 2px dashed rgba(255, 186, 0, 0.7);
	color: var(--esmer-gold, #ffba00);
	font-size: 0.7rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--esmer-font-ui, inherit);
}
