.b16-frames-shop-page .b16-frames-shop-note {
	margin-bottom: 18px;
}

.b16-frames-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 12px;
	max-height: 760px;
	overflow: auto;
	padding-right: 4px;
}

.b16-frames-grid--owned {
	grid-template-columns: 1fr;
	max-height: 760px;
}

.b16-frame-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 12px;
	border-radius: 14px;
	background: rgba(18, 18, 22, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.06);
	text-align: center;
}

.b16-frame-card--owned {
	flex-direction: row;
	text-align: left;
	align-items: center;
}

.b16-frame-card--selected {
	border-color: rgba(66, 217, 123, 0.35);
	box-shadow: 0 0 0 1px rgba(66, 217, 123, 0.15);
}

.b16-frame-preview {
	position: relative;
	width: 88px;
	height: 88px;
	flex: 0 0 88px;
}

.b16-frame-preview--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.35);
	font-size: 28px;
}

.avatar-frame-wrap--shop.b16-frame-preview {
	overflow: visible;
}

.b16-frame-preview__avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.avatar-frame-wrap--shop .avatar_frame_overlay,
.avatar-frame-wrap--shop .b16-frame-preview__overlay {
	width: 88px;
	height: 88px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 2;
	pointer-events: none;
}

.b16-frame-card__body {
	flex: 1 1 auto;
	min-width: 0;
}

.b16-frame-card__title {
	font-weight: 700;
	font-size: 13px;
	color: #fff;
	margin-bottom: 4px;
}

.b16-frame-card__price {
	font-size: 12px;
	color: #c084fc;
	font-weight: 600;
}

.b16-frame-card__status {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.55);
}

.b16-frame-card__status--active {
	color: #42d97b;
}

.b16-frame-card__form {
	margin: 0;
	width: 100%;
}

.b16-frame-card__actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.b16-frame-card--owned .b16-frame-card__form {
	width: auto;
}

.profile-style-admin-uploads {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.profile-style-admin-uploads .service_block {
	margin: 0;
	padding: 12px;
	border-radius: 12px;
	background: rgba(12, 12, 12, 0.65);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-style-admin-hint {
	font-size: 12px;
	opacity: 0.85;
	margin: 0 0 10px;
	line-height: 1.45;
	color: #c5cad3;
}

@media (max-width: 991px) {
	.b16-frame-card--owned {
		flex-direction: column;
		text-align: center;
	}

	.b16-frame-card__actions {
		justify-content: center;
		width: 100%;
	}
}
