.wp-block-ralify-my-worlds,
.ralify-my-worlds {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	color: var(--ralify-color-text, #f8fafc);
	font-family: var(--ralify-font, "Sora", sans-serif);
}

.ralify-my-worlds__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.ralify-my-worlds__eyebrow {
	margin: 0 0 5px;
	color: var(--ralify-color-cyan, #00e5ff);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.ralify-my-worlds h3 {
	margin: 0;
	font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.ralify-my-worlds__manage {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--ralify-color-cyan, #00e5ff);
	font-size: 0.72rem;
	font-weight: 700;
	text-decoration: none;
}

.ralify-my-worlds__tile {
	position: relative;
	display: grid;
	width: 156px;
	flex: 0 0 156px;
	gap: 6px;
	color: inherit;
	text-decoration: none;
}

.ralify-my-worlds__rank {
	position: absolute;
	top: -6px;
	left: -6px;
	z-index: 1;
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 999px;
	background: var(--ralify-gradient-brand, linear-gradient(135deg, #2563eb, #885cf6));
	color: #fff;
	font-size: 0.68rem;
	font-weight: 800;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

.ralify-my-worlds__thumb {
	display: grid;
	width: 156px;
	height: 156px;
	place-items: center;
	overflow: hidden;
	border-radius: var(--ralify-radius-lg, 16px);
	background: linear-gradient(145deg, #182c55, #211744 78%);
}

.ralify-my-worlds__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ralify-my-worlds__thumb-fallback {
	font-size: 1.6rem;
	font-weight: 800;
	color: rgba(248, 250, 252, 0.85);
}

.ralify-my-worlds__tile strong {
	overflow: hidden;
	font-size: 0.875rem;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ralify-my-worlds__tile small {
	color: var(--ralify-color-text-muted, #94a3b8);
	font-size: 0.6875rem;
}

.ralify-my-worlds__following {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #ffd080;
	font-size: 0.6rem;
	font-weight: 700;
}

.ralify-my-worlds__following svg {
	width: 11px;
	height: 11px;
	fill: currentColor;
}

.ralify-my-worlds__empty {
	display: grid;
	min-height: 220px;
	place-items: center;
	align-content: center;
	padding: 28px;
	border: 1px dashed rgba(148, 163, 184, 0.22);
	border-radius: var(--ralify-radius-lg, 16px);
	background: rgba(17, 24, 39, 0.5);
	text-align: center;
}

.ralify-my-worlds__empty-mark {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 14px;
	place-items: center;
	border-radius: 13px;
	background: var(--ralify-gradient-brand, linear-gradient(135deg, #2563eb, #885cf6));
	font-weight: 800;
}

.ralify-my-worlds__empty p {
	margin: 8px 0 16px;
	color: var(--ralify-color-text-muted, #94a3b8);
	font-size: 0.78rem;
}

.ralify-my-worlds__empty a {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	padding-inline: 16px;
	border-radius: 10px;
	background: rgba(136, 92, 246, 0.14);
	color: var(--ralify-color-text, #f8fafc);
	font-size: 0.72rem;
	font-weight: 700;
	text-decoration: none;
}


