/* Comptes bloqués — page Compte uniquement. Aucun sélecteur Voyage / Fil / Social. */

.apulia-blocks-entry {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 24px);
	max-width: 720px;
	margin: 12px auto;
	padding: 14px 16px;
	border: 0;
	border-radius: 16px;
	background: #001D26;
	color: #fff;
	font: inherit;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}
.apulia-blocks-entry-chevron {
	color: rgba(255, 255, 255, 0.45);
	font-size: 18px;
	font-weight: 500;
}

.apulia-blocks-sheet[hidden] { display: none !important; }
.apulia-blocks-sheet {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background: rgba(0, 13, 18, 0.42);
}
.apulia-blocks-card {
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
	max-width: 760px;
	height: 56vh;
	height: 56dvh;
	max-height: 56vh;
	max-height: 56dvh;
	padding: 14px 18px 12px;
	border-radius: 28px 28px 0 0;
	background: #001D26;
	color: #fff;
	box-shadow: 0 -14px 36px rgba(0, 0, 0, 0.32);
}
.apulia-blocks-card .apulia-ss-handle {
	flex: 0 0 auto;
	margin: 0 auto 10px;
}
.apulia-blocks-card .apulia-ss-modal-close {
	position: absolute;
	top: 12px;
	right: 12px;
}
.apulia-blocks-card h2 {
	flex: 0 0 auto;
	margin: 6px 40px 10px 0;
	font-size: 22px;
	font-weight: 900;
	color: #fff;
}
.apulia-blocks-list {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.apulia-blocks-empty {
	margin: 18px 0;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}
.apulia-blocks-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	min-height: 52px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.apulia-blocks-av {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #eee8dc center / cover no-repeat;
}
.apulia-blocks-meta {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 1px;
}
.apulia-blocks-meta b {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.apulia-blocks-meta small {
	font-size: 12px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.apulia-blocks-unblock {
	flex: 0 0 auto;
	width: auto;
	min-height: 32px;
	height: 32px;
	padding: 0 12px;
	border: 1.5px solid rgba(255, 255, 255, 0.28);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}
.apulia-blocks-toast {
	position: fixed;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	margin: 0;
	padding: 8px 14px;
	border-radius: 12px;
	background: #001D26;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}
.apulia-blocks-toast[hidden] { display: none !important; }
