/* Formulario PVUPDATE: estilos aislados para registro, publicacion y edicion. */

/* Entrada de publicacion: seleccion sencilla de categoria. */
.publish-entry{
	box-sizing:border-box;
	float:none!important;
	width:100%!important;
	max-width:860px!important;
	margin:0 auto 34px!important;
	padding:14px 14px 40px!important;
	color:#252525;
}

.publish-entry *{
	box-sizing:border-box;
}

.publish-entry h1{
	margin:0 0 12px!important;
	padding:0!important;
	color:#216d0a!important;
	font-size:27px!important;
	font-weight:900!important;
	line-height:1.12!important;
	letter-spacing:0!important;
	text-align:left!important;
}

.publish-entry h2{
	margin:22px 0 14px!important;
	padding:0!important;
	color:#252525!important;
	font-size:20px!important;
	font-weight:900!important;
	line-height:1.18!important;
	letter-spacing:0!important;
	text-align:left!important;
}

.publish-entry-steps{
	margin:0 0 24px;
	padding:13px 16px 10px;
	border:1px solid #8bc84f;
	border-radius:15px;
	background:#edf9e7;
	color:#2e7115;
	font-size:16px;
	line-height:1.48;
}

.publish-entry-steps strong{
	display:block;
	margin:0 0 5px;
	font-size:17px;
	font-weight:900;
	line-height:1.25;
}

.publish-entry-steps span{
	display:inline;
	margin-right:8px;
}

.publish-entry-steps p{
	margin:2px 0 0;
	color:#6d6d6d;
	font-size:14px;
	line-height:1.35;
}

.publish-entry-steps-user{
	background:#f3fbef;
}

.publish-category-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:14px 20px;
	margin:0;
}

.publish-category-card{
	display:flex;
	align-items:center;
	min-width:0;
	min-height:84px;
	padding:15px 16px;
	border:0;
	border-radius:8px;
	overflow:hidden;
	color:#fff!important;
	font-size:21px;
	font-weight:900;
	line-height:1.08;
	letter-spacing:0;
	text-decoration:none!important;
	box-shadow:0 8px 18px rgba(0,0,0,.08);
	transition:transform .15s ease, box-shadow .15s ease;
}

.publish-category-card:hover,
.publish-category-card:focus{
	transform:translateY(-2px);
	box-shadow:0 12px 24px rgba(0,0,0,.13);
	outline:0;
}

.publish-category-card span{
	display:block;
	max-width:100%;
	overflow-wrap:anywhere;
}

.publish-category-card.tone-1{
	background:linear-gradient(135deg,#ff9f17 0%,#ff7d35 100%);
}

.publish-category-card.tone-2{
	background:linear-gradient(135deg,#ef7386 0%,#f59a9a 100%);
}

.publish-category-card.tone-3{
	background:linear-gradient(135deg,#18aa93 0%,#60cfaa 100%);
}

.publish-category-card.tone-4{
	background:linear-gradient(135deg,#c59d10 0%,#e2c53a 100%);
}

.publish-entry-user .publish-category-grid{
	margin-top:18px;
}

.publish-entry-user-actions{
	margin:24px 0 0;
	text-align:center;
}

.publish-entry-user-actions a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:44px;
	padding:10px 18px;
	border:1px solid #d6d1ca;
	border-radius:8px;
	background:#fff;
	color:#555!important;
	font-weight:800;
	text-decoration:none!important;
}

@media (min-width:900px){
	.publish-entry{
		padding-right:28px!important;
		padding-bottom:56px!important;
		padding-left:28px!important;
	}

	.publish-entry h1{
		font-size:32px!important;
	}

	.publish-entry h2{
		font-size:23px!important;
	}

	.publish-entry-steps{
		max-width:760px;
		font-size:17px;
	}

	.publish-entry-steps strong{
		font-size:18px;
	}

	.publish-category-grid{
		grid-template-columns:repeat(4,minmax(0,1fr));
		gap:20px;
	}

	.publish-category-card{
		min-height:108px;
		font-size:23px;
	}
}

@media (max-width:520px){
	.publish-entry{
		width:100%!important;
		margin-bottom:20px!important;
		padding:12px 8px 38px!important;
	}

	.publish-entry h1{
		font-size:26px!important;
	}

	.publish-entry h2{
		font-size:19px!important;
	}

	.publish-entry-steps{
		padding:13px 15px 11px;
		font-size:15px;
	}

	.publish-entry-steps strong{
		font-size:16px;
	}

	.publish-category-grid{
		gap:12px;
	}

	.publish-category-card{
		min-height:82px;
		padding:14px;
		font-size:20px;
	}
}

.post-flow-intro,
.post-wizard-form,
.register-flow{
	box-sizing:border-box;
	width:min(100% - 24px, 760px);
	margin-left:auto;
	margin-right:auto;
}

.post-flow-intro *,
.post-wizard-form *,
.register-flow *{
	box-sizing:border-box;
}

/* Crea tu cuenta: selector de tipo de cuenta */
.register-entry{
	box-sizing:border-box;
	width:min(100% - 24px, 920px);
	margin:18px auto 42px;
	padding:28px 18px 34px;
	color:#241a28;
}

.register-entry *{
	box-sizing:border-box;
}

.register-entry h1{
	margin:0 0 22px;
	color:#201522;
	font-size:26px;
	font-weight:900;
	line-height:1.16;
	letter-spacing:0;
}

.register-account-list{
	display:grid;
	grid-template-columns:1fr;
	gap:14px;
	align-items:stretch;
}

.register-account-card{
	display:flex;
	min-height:112px;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
	padding:18px;
	border:1px solid #eadfec;
	border-radius:10px;
	background:#fff;
	color:#5c5362!important;
	text-align:left;
	text-decoration:none!important;
	box-shadow:0 10px 24px rgba(45,30,52,.07);
	transition:border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.register-account-card:hover,
.register-account-card:focus{
	transform:translateY(-1px);
	border-color:#c583d8;
	box-shadow:0 14px 30px rgba(74,42,86,.12);
	outline:0;
}

.register-account-card.primary{
	border-color:#cc1e5c;
	border-width:2px;
	color:#cc1e5c!important;
}

.register-account-card strong{
	display:block;
	margin:0 0 8px;
	color:inherit;
	font-size:20px;
	font-weight:900;
	line-height:1.15;
	letter-spacing:0;
}

.register-account-card span{
	display:block;
	max-width:320px;
	color:#6d6372;
	font-size:15px;
	font-weight:600;
	line-height:1.35;
}

@media (min-width:820px){
	.register-entry{
		padding:36px 24px 48px;
	}

	.register-account-list{
		grid-template-columns:repeat(3,minmax(0,1fr));
		gap:16px;
	}

	.register-account-card{
		min-height:132px;
	}

	.register-entry h1{
		font-size:28px;
	}
}

@media (max-width:520px){
	.register-entry{
		width:calc(100% - 16px);
		margin-top:12px;
		padding:22px 8px 34px;
	}

	.register-entry h1{
		font-size:23px;
	}

	.register-account-card{
		min-height:104px;
		padding:16px;
	}

	.register-account-card strong{
		font-size:19px;
	}

	.register-account-card span{
		font-size:14px;
	}
}

.post-flow-intro{
	margin-top:18px;
	margin-bottom:14px;
	padding:16px 18px;
	border:1px solid #ead9f0;
	border-radius:10px;
	background:#f7f0fa;
	color:#261d2c;
}

.post-flow-intro span,
.register-flow-head p,
.wizard-heading span{
	display:block;
	color:#7a3f8f;
	font-size:12px;
	font-weight:800;
	letter-spacing:0;
	text-transform:uppercase;
}

.post-flow-intro h3,
.register-flow-head h1,
.wizard-heading h3{
	margin:4px 0 6px;
	color:#201522;
	font-size:26px;
	font-weight:900;
	line-height:1.15;
	letter-spacing:0;
}

.post-flow-intro p,
.wizard-heading p{
	margin:0;
	color:#5d5363;
	font-size:15px;
	line-height:1.45;
}

.post-wizard-form,
.register-flow-form{
	background:#fff;
	border:1px solid #eadfec;
	border-radius:10px;
	box-shadow:0 12px 30px rgba(45,30,52,.08);
	overflow:hidden;
}

#new_item_post.post-wizard-form,
#new_item_post.register-flow-form{
	display:grid!important;
	flex-wrap:initial!important;
	gap:0 16px!important;
	width:100%!important;
	margin:0 auto 32px!important;
	padding:0!important;
	border-color:#eadfec!important;
	box-shadow:0 12px 30px rgba(45,30,52,.08)!important;
}

.post-wizard-form{
	position:relative;
	margin-bottom:32px;
	padding-bottom:82px;
}

.post-wizard-steps{
	display:grid;
	grid-template-columns:repeat(5,minmax(0,1fr));
	background:#fbf8fc;
	border-bottom:1px solid #eee5f1;
}

.post-wizard-steps button{
	min-width:0;
	min-height:52px;
	padding:8px 4px;
	border:0;
	border-right:1px solid #eee5f1;
	background:transparent;
	color:#736579;
	font-size:0;
	text-indent:-999px;
	cursor:pointer;
}

.post-wizard-steps button:last-child{
	border-right:0;
}

.post-wizard-steps button:before{
	content:attr(data-step);
	display:flex;
	align-items:center;
	justify-content:center;
	width:26px;
	height:26px;
	margin:0 auto;
	border-radius:50%;
	background:#ebe3ef;
	color:#75657d;
	font-size:12px;
	font-weight:900;
	text-indent:0;
}

.post-wizard-steps button.active:before,
.post-wizard-steps button.done:before{
	background:#1f9d5a;
	color:#fff;
}

.post-wizard-section{
	display:none;
	padding:24px 24px 118px;
}

.post-wizard-section.active{
	display:block;
}

.post-wizard-section[data-step="1"].active{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	column-gap:16px;
	row-gap:0;
	align-items:start;
}

.post-wizard-section[data-step="1"] > .wizard-heading,
.post-wizard-section[data-step="1"] > .post-writing-note,
.post-wizard-section[data-step="1"] > .post-category-warning,
.post-wizard-section[data-step="1"] > .post-step1-fields,
.post-wizard-section[data-step="1"] > .post-questionnaire,
.post-wizard-section[data-step="1"] > .post-total-text-error,
.post-wizard-section[data-step="1"] > .post-desc-source{
	grid-column:1/-1;
}

.post-wizard-section[data-step="1"] > .post-category-warning{
	width:100%;
	box-sizing:border-box;
}

.post-step1-fields{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	column-gap:16px;
	row-gap:0;
	width:100%;
}

.post-step1-fields > .post-half{
	display:block!important;
	width:100%!important;
}

.post-wizard-section[data-step="1"] > .post-half{
	width:100%!important;
}

.post-wizard-section[data-step="1"] > .row:not(.post-desc-source),
.post-step1-fields > .row,
.post-step1-fields .barrioContent{
	grid-column:auto;
}

.post-wizard-section[data-step="1"] > .row:has(#title),
.post-step1-fields + .row:has(#title){
	grid-column:1/-1;
}

.wizard-heading{
	margin:0 0 18px;
}

.post-wizard-form .row,
.register-flow-form .row{
	float:none;
	clear:both;
	width:100%;
	min-width:0;
	margin:0 0 16px;
	padding:0!important;
}

#new_item_post.post-wizard-form .row,
#new_item_post.register-flow-form .row,
#new_item_post.post-wizard-form > .row,
#new_item_post.register-flow-form > .row,
#new_item_post.post-wizard-form .post-half > .row,
#new_item_post.register-flow-form .post-half > .row,
#new_item_post.post-wizard-form .row.ser,
#new_item_post.register-flow-form .row.ser,
#new_item_post.post-wizard-form .row.terms,
#new_item_post.register-flow-form .row.terms{
	margin:0 0 14px!important;
	padding:0!important;
	border:0!important;
	border-radius:0!important;
	background:transparent!important;
	box-shadow:none!important;
	overflow:visible!important;
}

.post-wizard-form .post-half,
.register-flow-form .post-half{
	float:none;
	width:100%;
	min-width:0;
	margin:0;
	padding:0;
}

#new_item_post.post-wizard-form .post-half,
#new_item_post.register-flow-form .post-half{
	display:block!important;
	float:none!important;
	width:100%!important;
	margin:0!important;
	padding:0!important;
}

.post-wizard-form label,
.register-flow-form label{
	display:block;
	margin:0 0 7px;
	color:#2d2431;
	font-size:14px;
	font-weight:800;
	line-height:1.25;
}

.post-wizard-form input[type="text"],
.post-wizard-form input[type="password"],
.post-wizard-form input[type="email"],
.post-wizard-form input[type="tel"],
.post-wizard-form select,
.post-wizard-form textarea,
.register-flow-form input[type="text"],
.register-flow-form input[type="password"],
.register-flow-form input[type="email"],
.register-flow-form input[type="tel"],
.register-flow-form select,
.register-flow-form textarea{
	display:block;
	width:100%;
	max-width:100%;
	min-height:46px;
	padding:10px 12px;
	border:1px solid #d8d1dc;
	border-radius:8px;
	background:#fff;
	color:#211827;
	font-size:15px;
	line-height:1.35;
}

#new_item_post.post-wizard-form select,
#new_item_post.register-flow-form select,
#new_item_post.post-wizard-form .barrioContent select,
#new_item_post.post-wizard-form #barrio,
#new_item_post.post-wizard-form #zoneAd{
	appearance:none!important;
	-webkit-appearance:none!important;
	min-height:46px!important;
	padding:10px 38px 10px 12px!important;
	border:1px solid #d8d1dc!important;
	border-radius:8px!important;
	background-color:#fff!important;
	background-image:linear-gradient(45deg,transparent 50%,#6f6575 50%),linear-gradient(135deg,#6f6575 50%,transparent 50%)!important;
	background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%!important;
	background-size:5px 5px,5px 5px!important;
	background-repeat:no-repeat!important;
	color:#211827!important;
	font-size:15px!important;
	font-weight:700!important;
	box-shadow:0 1px 2px rgba(16,24,40,.04)!important;
}

#new_item_post.post-wizard-form #zoneAd{
	background-image:none!important;
	padding-right:12px!important;
}

#new_item_post.post-wizard-form #zoneAd.hidden,
#new_item_post.register-flow-form #zoneAd.hidden{
	display:none!important;
}

#new_item_post.post-wizard-form .barrioContent{
	min-width:0;
}

#new_item_post.post-wizard-form .barrioContent:empty{
	display:none!important;
}

#new_item_post.post-wizard-form .barrioContent label{
	display:block!important;
}

#new_item_post.post-wizard-form .barrioContent #zoneAd{
	margin-top:10px!important;
}

.post-wizard-form textarea{
	min-height:86px;
	resize:none;
	overflow:hidden;
}

.post-wizard-form .post-question textarea.post-question-input{
	height:auto!important;
	min-height:82px!important;
	max-height:none!important;
	overflow-y:hidden!important;
	resize:none!important;
}

.post-wizard-form .post-title-counter{
	display:flex;
	justify-content:flex-end;
	align-items:baseline;
	gap:3px;
	margin:6px 2px 0;
	color:#666;
	font-size:14px;
	font-weight:700;
}

.post-wizard-form .post-title-counter small{
	margin-left:4px;
	color:inherit;
	font-size:12px;
	font-weight:600;
}

.post-wizard-form .post-title-counter.is-under-min{
	color:#a61132;
}

.post-wizard-form .post-title-counter.is-valid{
	color:#2e7b16;
}

.post-wizard-form .post-wizard-section[data-step="1"] #title.has-error{
	border-color:#d94c67!important;
	box-shadow:0 0 0 3px rgba(217,76,103,.12)!important;
}

.post-wizard-form input:focus,
.post-wizard-form select:focus,
.post-wizard-form textarea:focus,
.register-flow-form input:focus,
.register-flow-form select:focus{
	outline:0;
	border-color:#9e63b3;
	box-shadow:0 0 0 3px rgba(158,99,179,.15);
}

.post-questionnaire{
	display:grid;
	gap:14px;
	margin:16px 0;
}

.post-question,
.post-writing-note,
.post-profile-picker,
.post-live-preview,
.post-review-box,
.publish-final-card{
	padding:14px;
	border:1px solid #eadfec;
	border-radius:10px;
	background:#fbf8fc;
}

.post-writing-note{
	margin-bottom:16px;
	color:#66596d;
	font-size:14px;
	line-height:1.45;
}

.post-writing-note strong{
	display:block;
	margin-bottom:3px;
	color:#201522;
}

.post-wizard-form .row.ser{
	margin-bottom:18px;
}

.post-wizard-form .checkboxes{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:8px;
	width:100%;
	margin-top:8px;
}

.post-wizard-form label.checkbox{
	position:relative;
	display:flex!important;
	align-items:center;
	min-width:0;
	min-height:44px;
	margin:0!important;
	padding:9px 12px;
	border:1px solid #ded5e4;
	border-radius:999px;
	background:#fff;
	color:#3a2c40;
	font-size:13px;
	font-weight:800;
	line-height:1.15;
	overflow:hidden;
	cursor:pointer;
}

.post-wizard-form label.checkbox input{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	margin:0;
	opacity:0;
	cursor:pointer;
}

.post-wizard-form label.checkbox:before{
	content:"+";
	display:flex;
	align-items:center;
	justify-content:center;
	flex:0 0 18px;
	width:18px;
	height:18px;
	margin-right:7px;
	border-radius:50%;
	background:#f1edf3;
	color:#7a3397;
	font-size:13px;
	font-weight:900;
}

.post-wizard-form label.checkbox.chip-selected{
	border-color:#7eb94a;
	background:#eff8e9;
	color:#2d7415;
}

.post-wizard-form label.checkbox.chip-selected:before{
	content:"OK";
	background:#2f8d1c;
	color:#fff;
	font-size:8px;
}

.post-wizard-form label.checkbox.chip-limit-disabled{
	opacity:.45;
}

.post-live-preview,
.post-review-box{
	margin-bottom:18px;
	background:#f1ecff;
	color:#25245a;
	line-height:1.5;
}

.post-live-preview strong,
.post-review-box strong{
	display:block;
	margin-bottom:6px;
	color:#201522;
	font-weight:900;
}

.post-live-preview p,
.post-review-box p{
	margin:0 0 10px;
	white-space:pre-line;
	overflow-wrap:anywhere;
}

.post-live-preview .post-generated-text,
.post-review-box .post-generated-text{
	font-size:18px;
	font-weight:900;
	line-height:1.6;
	color:#201522;
}

.post-live-preview .post-generated-text{
	display:-webkit-box;
	overflow:hidden;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}

.post-review-box .post-free-text{
	margin-top:18px!important;
	padding-top:18px;
	border-top:1px solid rgba(51,51,138,.22);
}

.post-text-engine-error{
	color:#a61132;
	font-weight:800;
}

.photos_list.po{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:12px;
	width:100%;
	margin:8px 0 18px;
	padding:0;
	background:transparent;
	text-align:left;
}

.photo_list{
	position:relative;
	width:100%;
	aspect-ratio:1/1;
	margin:0!important;
	border:1px dashed #d8c7df;
	border-radius:12px;
	background:#faf6fc;
	overflow:hidden;
}

.photo_list.free:before{
	content:"+";
	position:absolute;
	left:50%;
	top:40%;
	transform:translate(-50%,-50%);
	color:#1f9d5a;
	font-size:36px;
	font-weight:300;
}

.photo_list.free:after{
	content:"Subir foto";
	position:absolute;
	left:0;
	right:0;
	top:58%;
	color:#666;
	font-size:13px;
	font-weight:800;
	text-align:center;
}

.photo_list .photoFile,
.video-container .videoItem,
.audio-container .audioItem{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
}

.photo_list img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.post-wizard-section[data-step="4"] .wizard-heading h3{
	font-size:31px!important;
}

.post-wizard-section[data-step="4"] .wizard-heading h3:before{
	content:"Tus fotos";
	display:block;
}

.post-wizard-section[data-step="4"] .wizard-heading h3{
	font-size:0!important;
}

.post-wizard-section[data-step="4"] .wizard-heading p{
	font-size:20px!important;
}

.post-wizard-section[data-step="4"] .photos_list.po{
	display:grid!important;
	grid-template-columns:repeat(3,1fr)!important;
	gap:14px!important;
	margin:8px 0 18px!important;
	padding:0!important;
	background:transparent!important;
	text-align:left!important;
}

.post-wizard-section[data-step="4"] .photo_list{
	display:block!important;
	width:100%!important;
	height:auto!important;
	aspect-ratio:1/1!important;
	border:2px dashed #cbc8c2!important;
	border-radius:14px!important;
	box-shadow:none!important;
	background:#fff!important;
	overflow:hidden!important;
	box-sizing:border-box!important;
}

.post-wizard-section[data-step="4"] .photo_list.free:before{
	content:"+"!important;
	background:transparent!important;
	color:#1f9d5a!important;
	font-size:42px!important;
	top:38%!important;
}

.post-wizard-section[data-step="4"] .photo_list.free:after{
	content:"Añadir"!important;
	top:58%!important;
	color:#666!important;
	font-size:15px!important;
}

.post-wizard-section[data-step="4"] .photo_list.loading{
	background:#fff url(../images/cargando.gif) center center no-repeat!important;
}

.post-wizard-section[data-step="4"] .photo_list .photoFile{
	width:100%!important;
	height:100%!important;
	inset:0!important;
}

.post-wizard-section[data-step="4"] .photo_list .photo_item{
	position:absolute!important;
	inset:0!important;
}

.post-wizard-section[data-step="4"] .photo_list img{
	width:100%!important;
	height:100%!important;
	max-width:none!important;
	max-height:none!important;
	object-fit:cover!important;
	margin:0!important;
	vertical-align:top!important;
}

.post-wizard-section[data-step="4"] .photo_list:not(.free):first-of-type:after{
	content:none!important;
}

.post-wizard-section[data-step="4"] .photo_list.is-main-photo{
	border:2px solid #1f9d5a!important;
	box-shadow:0 0 0 2px rgba(31,157,90,.18)!important;
}

.post-wizard-section[data-step="4"] .photo-main{
	position:absolute;
	left:8px;
	bottom:8px;
	z-index:4;
}

.post-wizard-section[data-step="4"] .photo-main label{
	display:flex!important;
	align-items:center;
	gap:5px;
	margin:0!important;
	padding:6px 9px;
	border-radius:4px;
	background:rgba(255,255,255,.94);
	color:#202020;
	font-size:12px;
	font-weight:800;
	line-height:1;
	cursor:pointer;
	box-shadow:0 1px 5px rgba(0,0,0,.18);
}

.post-wizard-section[data-step="4"] .photo-main input{
	width:15px!important;
	height:15px!important;
	min-height:15px!important;
	margin:0!important;
	accent-color:#1f9d5a;
}

.post-wizard-section[data-step="4"] .photo_list .removeImg{
	position:absolute!important;
	right:8px!important;
	top:8px!important;
	width:32px!important;
	height:32px!important;
	line-height:32px!important;
	border-radius:50%!important;
	background:rgba(32,21,34,.72)!important;
	color:#fff!important;
	font-size:16px!important;
	text-align:center!important;
	z-index:3!important;
	cursor:pointer!important;
}

.post-wizard-section[data-step="4"] .photo_list .removeImg:hover{
	background:#d94c67!important;
}

.post-wizard-section[data-step="4"] .photo-advert{
	grid-column:1/-1!important;
	margin:0 0 2px!important;
	border:0!important;
	border-radius:14px!important;
	background:#fff2df!important;
	color:#8a4f00!important;
	font-size:18px!important;
	padding:14px 18px!important;
}

.post-wizard-section[data-step="4"] #error_photos{
	grid-column:1/-1!important;
}

.post-wizard-section[data-step="4"] .title_photos_list{
	padding:0!important;
	background:transparent!important;
	text-align:left!important;
	color:#201522!important;
}

.post-wizard-section[data-step="4"] .photos_list.po:has(.video-container),
.post-wizard-section[data-step="4"] .photos_list.po:has(.audio-container){
	display:block!important;
	padding:12px!important;
	border:1px solid #eadfec!important;
	border-radius:10px!important;
	background:#fff!important;
}

.post-wizard-section[data-step="4"] .video-container,
.post-wizard-section[data-step="4"] .audio-container{
	min-height:86px!important;
	border:2px dashed #cbc8c2!important;
	border-radius:14px!important;
	background:#fff!important;
}

.post-wizard-section[data-step="4"] .video-container:before{
	content:"Subir vídeo\a hasta 15 segundos · lo justo para saludar"!important;
	position:absolute!important;
	inset:0!important;
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	white-space:pre;
	text-align:center;
	color:#1f9d5a!important;
	font-size:27px!important;
	font-weight:500!important;
}

.post-wizard-section[data-step="4"] .audio-container:before{
	content:"Grabar o subir audio"!important;
	position:absolute!important;
	inset:0!important;
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	color:#1f9d5a!important;
	font-size:24px!important;
	font-weight:500!important;
	text-align:center!important;
}

.post-wizard-section[data-step="4"] .videoItem,
.post-wizard-section[data-step="4"] .audioItem{
	position:absolute!important;
	inset:0!important;
	width:100%!important;
	height:100%!important;
	opacity:0!important;
	cursor:pointer!important;
}

.post-wizard-form[data-current-step="4"] .wizard-bottom-bar{
	background:#fff!important;
	border-top:1px solid #d4d0c8!important;
}

.post-wizard-form[data-current-step="4"] .wizard-back{
	display:none!important;
}

.post-wizard-form[data-current-step="4"] .wizard-next{
	width:100%!important;
	border-radius:14px!important;
	font-size:18px!important;
	min-height:52px!important;
}

.video-container,
.audio-container{
	position:relative;
	min-height:80px;
	border:1px dashed #d8c7df;
	border-radius:12px;
	background:#faf6fc;
}

.video-container:before,
.audio-container:before{
	position:absolute;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#1f7d49;
	font-weight:900;
	text-align:center;
}

.video-container:before{
	content:"Subir video";
}

.audio-container:before{
	content:"Subir audio";
}

.photo-advert,
.post-wizard-form .info_invalid,
.post-wizard-form .info_valid,
.register-flow .info_invalid,
.register-flow .info_valid{
	padding:12px 14px;
	border-radius:10px;
	line-height:1.45;
}

.photo-advert{
	grid-column:1/-1;
	margin:0!important;
	background:#fff8df;
	color:#6f4a00;
}

.post-wizard-form .terms{
	margin-bottom:12px!important;
	padding:0!important;
	border:0!important;
	background:transparent!important;
	box-shadow:none!important;
}

.post-wizard-form .terms label,
.register-flow-form .terms label{
	position:relative;
	display:block!important;
	margin:0!important;
	padding:14px 14px 14px 52px;
	border:1px solid #eadfec;
	border-radius:10px;
	background:#fff;
	box-shadow:none;
	color:#4b3d51;
}

#new_item_post.post-wizard-form .terms label,
#new_item_post.register-flow-form .terms label{
	position:relative!important;
	display:block!important;
	min-height:58px!important;
	margin:0!important;
	padding:13px 14px 13px 48px!important;
	border:1px solid #eadfec!important;
	border-radius:8px!important;
	background:#fff!important;
	box-shadow:none!important;
	color:#4b3d51!important;
	line-height:1.35!important;
}

.post-wizard-form .terms input[type="checkbox"],
.register-flow-form .terms input[type="checkbox"]{
	position:absolute;
	left:16px;
	top:16px;
	width:22px;
	height:22px;
	margin:0;
	accent-color:#1f9d5a;
}

#new_item_post.post-wizard-form .terms input[type="checkbox"],
#new_item_post.register-flow-form .terms input[type="checkbox"]{
	position:absolute!important;
	left:14px!important;
	top:15px!important;
	width:20px!important;
	height:20px!important;
	min-height:20px!important;
	margin:0!important;
	accent-color:#1f9d5a!important;
}

.post-wizard-form .terms span,
.register-flow-form .terms span{
	display:block;
	font-size:14px;
	line-height:1.45;
	overflow-wrap:anywhere;
}

#new_item_post.post-wizard-form .terms span,
#new_item_post.register-flow-form .terms span{
	display:block!important;
	width:100%!important;
	font-size:13px!important;
	font-weight:700!important;
	line-height:1.35!important;
	overflow-wrap:anywhere!important;
}

.wizard-bottom-bar{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	gap:10px;
	align-items:center;
	padding:12px;
	border-top:1px solid #dfc3ea;
	background:#f7f0fa;
}

.wizard-bottom-preview{
	min-width:0;
}

.wizard-bottom-preview span{
	display:block;
	color:#7a3f8f;
	font-size:11px;
	font-weight:900;
	text-transform:uppercase;
}

.wizard-bottom-preview strong{
	display:block;
	color:#201522;
	font-size:14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.wizard-bottom-actions{
	display:flex;
	gap:8px;
}

.wizard-bottom-actions button,
.post-wizard-section[data-step="5"] .btnPostEscort,
.post-wizard-section[data-step="5"] .btnPostEscortEdit,
.register-flow-form .btnRegister,
.register-flow-form .btnRegisterPro,
.register-flow-form .btnRegisterPR{
	min-height:46px;
	padding:11px 16px;
	border:1px solid #1f9d5a;
	border-radius:8px;
	background:#1f9d5a;
	color:#fff!important;
	font-size:15px;
	font-weight:900;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

.wizard-bottom-actions .wizard-back{
	border-color:#d8d1dc;
	background:#fff;
	color:#5d5363!important;
}

.post-wizard-section[data-step="5"] .btnPostEscort,
.post-wizard-section[data-step="5"] .btnPostEscortEdit{
	width:100%;
}

.post-wizard-section[data-step="5"] .publish-final-card{
	margin-bottom:22px!important;
}

.error_msg,
.post-question-error,
.wizard-step-error,
.post-total-text-error{
	display:none;
	margin-top:7px;
	padding:8px 10px;
	border-radius:8px;
	background:#fff0f3;
	color:#a61132;
	font-size:13px;
	font-weight:800;
	line-height:1.35;
}

.register-flow{
	margin-top:18px;
	margin-bottom:34px;
	padding:0;
	color:#201522;
}

.register-flow-head{
	margin-bottom:14px;
	padding:16px 18px;
	border:1px solid #ead9f0;
	border-radius:10px;
	background:#f7f0fa;
}

.register-flow-form{
	display:grid;
	gap:0 18px;
	padding:20px;
}

.password-reset-flow{
	float:none!important;
	clear:both;
	width:min(100% - 24px, 620px);
	margin-top:30px;
	margin-bottom:46px;
}

.password-reset-flow .register-flow-head{
	margin-bottom:14px;
	padding:24px 26px;
	border:1px solid var(--site-primary-line, #e4d8e8);
	border-left:4px solid var(--site-primary, #1f9d5a);
	border-radius:8px;
	background:var(--site-accent-soft, #f7f0fa);
}

.password-reset-flow .register-flow-head h1{
	margin:0 0 8px;
	font-size:28px;
}

.password-reset-flow .register-flow-head p{
	margin:0;
	color:#5d5363;
	font-size:15px;
	font-weight:600;
	line-height:1.45;
	letter-spacing:0;
	text-transform:none;
}

.password-reset-form{
	grid-template-columns:1fr!important;
	gap:0!important;
	padding:26px!important;
	border-radius:8px;
	overflow:visible;
}

.password-reset-form .row{
	margin-bottom:18px;
}

.password-reset-submit{
	display:flex!important;
	float:none!important;
	grid-column:1/-1;
	align-items:center;
	justify-content:center;
	width:100%!important;
	min-height:48px;
	margin:2px 0 0!important;
	padding:12px 18px!important;
	border:1px solid var(--site-primary-dark, #177842)!important;
	border-radius:8px!important;
	background:var(--site-primary, #1f9d5a)!important;
	color:#fff!important;
	font-size:15px!important;
	font-weight:900!important;
	line-height:1.2!important;
	text-align:center;
	cursor:pointer;
	box-shadow:0 8px 18px var(--site-primary-shadow, rgba(23,120,66,.18));
}

.password-reset-submit:hover,
.password-reset-submit:focus{
	background:var(--site-primary-dark, #177842)!important;
}

.password-reset-flow > .info_invalid{
	width:100%;
	margin:0 0 14px;
	border:1px solid #efb5c2;
	background:#fff3f5;
	color:#8f1732;
}

.password-reset-expired{
	margin-top:0!important;
}

#new_item_post.register-flow-form{
	padding:18px!important;
}

.register-flow-form > .post-half{
	display:grid;
	gap:0;
}

.register-flow-form .terms,
.register-flow-form > .row{
	grid-column:1/-1;
}

.max-ln,
.info-password{
	margin-top:5px;
	color:#6f6575;
	font-size:12px;
	line-height:1.35;
}

@media (min-width:900px){
	.register-flow{
		width:min(100% - 32px, 980px);
	}

	.register-flow-form{
		grid-template-columns:1fr 1fr;
	}

	#new_item_post.register-flow-form{
		grid-template-columns:1fr 1fr!important;
		padding:20px!important;
	}

	.post-wizard-form{
		width:min(100% - 32px, 820px);
	}
}

@media (min-width:640px){
	.register-flow{
		width:min(100% - 24px, 900px);
	}

	#new_item_post.register-flow-form{
		grid-template-columns:1fr 1fr!important;
	}

	#new_item_post.register-flow-form > .post-half{
		display:block!important;
	}
}

@media (max-width:760px){
	.post-flow-intro,
	.post-wizard-form,
	.register-flow{
		width:calc(100% - 16px);
	}

	.post-flow-intro h3,
	.register-flow-head h1,
	.wizard-heading h3{
		font-size:22px;
	}

	.post-wizard-section{
		padding:18px 14px 132px;
	}

	.post-wizard-section[data-step="1"].active,
	.post-step1-fields{
		grid-template-columns:1fr;
	}

	.post-wizard-form .checkboxes,
	.photos_list.po{
		grid-template-columns:1fr 1fr;
	}

	.wizard-bottom-bar{
		grid-template-columns:1fr;
	}

	.wizard-bottom-preview{
		display:none;
	}

	.wizard-bottom-actions{
		display:grid;
		grid-template-columns:1fr 1fr;
	}

	.wizard-bottom-actions button{
		width:100%;
	}

	.register-flow-form{
		padding:16px;
	}

	.password-reset-flow{
		width:calc(100% - 16px);
		margin-top:16px;
		margin-bottom:32px;
	}

	.password-reset-flow .register-flow-head{
		padding:20px 18px;
	}

	.password-reset-flow .register-flow-head h1{
		font-size:23px;
	}

	.password-reset-form{
		padding:18px!important;
	}

	body.post-wizard-open{
		overflow:hidden!important;
	}

	body.post-wizard-open .post-flow-intro{
		display:none!important;
	}

	body.post-wizard-open #new_item_post.post-wizard-form,
	body.post-wizard-open .post-wizard-form{
		position:fixed;
		inset:0;
		z-index:9999;
		display:flex!important;
		flex-direction:column;
		width:100%!important;
		max-width:none!important;
		height:100dvh;
		height:100vh;
		margin:0!important;
		padding:0!important;
		border:0!important;
		border-radius:0!important;
		box-shadow:none!important;
		overflow:hidden;
		background:#fffdfd;
	}

	body.post-wizard-open .post-wizard-steps{
		position:relative;
		top:auto;
		flex:0 0 auto;
		border-radius:0;
		box-shadow:0 8px 18px rgba(45,30,52,.08);
	}

	body.post-wizard-open .post-wizard-section{
		flex:1 1 auto;
		min-height:0;
		height:auto;
		overflow-y:auto;
		-webkit-overflow-scrolling:touch;
		padding:18px 16px 140px!important;
		border:0;
	}

	body.post-wizard-open .post-wizard-section:not(.active){
		display:none!important;
	}

	body.post-wizard-open .post-wizard-section.active{
		display:block!important;
	}

	body.post-wizard-open .post-wizard-section[data-step="1"].active{
		display:grid!important;
		grid-template-columns:1fr!important;
	}

	body.post-wizard-open .wizard-heading h3,
	body.post-wizard-open .post-wizard-section[data-step="2"] .wizard-heading h3,
	body.post-wizard-open .post-wizard-section[data-step="3"] .wizard-heading h3,
	body.post-wizard-open .post-wizard-section[data-step="4"] .wizard-heading h3{
		font-size:22px!important;
		line-height:1.18!important;
	}

	body.post-wizard-open .wizard-heading p,
	body.post-wizard-open .post-wizard-section[data-step="4"] .wizard-heading p{
		font-size:15px!important;
		line-height:1.35!important;
	}

	body.post-wizard-open .post-wizard-form input[type="text"],
	body.post-wizard-open .post-wizard-form input[type="password"],
	body.post-wizard-open .post-wizard-form input[type="email"],
	body.post-wizard-open .post-wizard-form input[type="tel"],
	body.post-wizard-open .post-wizard-form select,
	body.post-wizard-open .post-wizard-form textarea,
	body.post-wizard-open .post-question textarea{
		font-size:15px!important;
		line-height:1.35!important;
	}

	body.post-wizard-open .post-wizard-section[data-step="2"] .post-live-preview{
		display:none!important;
	}

	body.post-wizard-open .post-review-box p{
		font-size:16px!important;
		line-height:1.55!important;
	}

	body.post-wizard-open .post-review-box .post-generated-text{
		font-size:18px!important;
		line-height:1.55!important;
	}

	body.post-wizard-open .post-wizard-section[data-step="4"] .title_photos_list{
		font-size:28px!important;
		line-height:1.2!important;
	}

	body.post-wizard-open .post-wizard-section[data-step="4"] .photos_list.po{
		grid-template-columns:repeat(3,1fr)!important;
	}

	body.post-wizard-open .post-wizard-section[data-step="4"] .photo-advert,
	body.post-wizard-open .post-wizard-section[data-step="4"] #error_photos{
		grid-column:1/-1;
	}

	body.post-wizard-open .post-wizard-section[data-step="4"] .video-container:before,
	body.post-wizard-open .post-wizard-section[data-step="4"] .audio-container:before{
		font-size:16px!important;
		line-height:1.35!important;
	}

	body.post-wizard-open .wizard-bottom-bar{
		position:fixed;
		left:0;
		right:0;
		bottom:0;
		z-index:10000;
		margin:0!important;
		padding:10px 12px 12px;
		border-radius:0;
		background:#f7f0fa;
		box-shadow:0 -10px 25px rgba(35,20,40,.16);
	}

	body.post-wizard-open .wizard-bottom-actions{
		display:grid;
		grid-template-columns:1fr 1fr;
		width:100%;
		gap:10px;
	}

	body.post-wizard-open .wizard-bottom-actions button{
		width:100%;
		min-height:42px;
		padding:9px 10px;
		font-size:15px;
	}

	body.post-wizard-open .wizard-bottom-preview{
		display:none;
	}
}

/* Paso 4: overrides finales para igualar PV sin agrandar la barra inferior. */
.post-wizard-form.post-wizard-form[data-current-step="4"] .wizard-bottom-actions{
	display:grid!important;
	grid-template-columns:1fr 1fr!important;
	width:100%!important;
	gap:10px!important;
}

.post-wizard-form.post-wizard-form[data-current-step="4"] .wizard-next,
body.post-wizard-open .post-wizard-form.post-wizard-form[data-current-step="4"] .wizard-next{
	width:100%!important;
	min-height:44px!important;
	height:44px!important;
	padding:8px 12px!important;
	border-radius:10px!important;
	font-size:16px!important;
	line-height:1.1!important;
	box-shadow:none!important;
}

.post-wizard-form.post-wizard-form[data-current-step="4"] .wizard-bottom-bar{
	padding:8px 12px!important;
}

.post-wizard-form.post-wizard-form[data-current-step="4"] .wizard-back{
	display:block!important;
	width:100%!important;
	min-height:44px!important;
	height:44px!important;
	padding:8px 12px!important;
	border:1px solid #d8d1dc!important;
	border-radius:10px!important;
	background:#fff!important;
	color:#5d5363!important;
	font-size:16px!important;
	line-height:1.1!important;
	box-shadow:none!important;
}

.post-wizard-section[data-step="4"] > .row > div[style*="background: #f75252"]{
	margin:0 0 26px!important;
	padding:12px 14px!important;
	border:1px solid #f0cf86!important;
	border-radius:5px!important;
	background:#fff8df!important;
	color:#6a4b08!important;
	font-size:14px!important;
	line-height:1.35!important;
	text-align:left!important;
}

.post-wizard-section[data-step="4"] > .row > div[style*="background: #f75252"] strong{
	color:#201522!important;
	font-weight:900!important;
}

.post-wizard-section[data-step="4"] .row:has(.video-container),
.post-wizard-section[data-step="4"] .row:has(.audio-container){
	margin:0 0 28px!important;
}

.post-wizard-section[data-step="4"] .row:has(.video-container) .title_photos_list,
.post-wizard-section[data-step="4"] .row:has(.audio-container) .title_photos_list{
	margin:0 0 12px!important;
	padding:0!important;
	background:transparent!important;
	color:#090014!important;
	font-size:20px!important;
	font-weight:900!important;
	line-height:1.25!important;
	text-align:left!important;
}

.post-wizard-section[data-step="4"] .vip-eye{
	display:inline-block!important;
	margin-left:8px!important;
	padding:5px 10px!important;
	border-radius:999px!important;
	background:#ead8f0!important;
	color:#7f1d91!important;
	font-size:12px!important;
	font-weight:900!important;
	line-height:1!important;
	vertical-align:middle!important;
}

.post-wizard-section[data-step="4"] .photos_list.po:has(.video-container),
.post-wizard-section[data-step="4"] .photos_list.po:has(.audio-container){
	display:block!important;
	padding:12px!important;
	border:1px solid #ead7ec!important;
	border-radius:9px!important;
	background:#fff!important;
}

.post-wizard-section[data-step="4"] .video-container,
.post-wizard-section[data-step="4"] .audio-container{
	position:relative!important;
	min-height:84px!important;
	border:2px dashed #cbc8c2!important;
	border-radius:9px!important;
	background:#fff!important;
	box-shadow:none!important;
	overflow:hidden!important;
}

.post-wizard-section[data-step="4"] .video-container:before{
	content:"Subir vídeo\a hasta 15 segundos · lo justo para saludar"!important;
	position:absolute!important;
	inset:0!important;
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	white-space:pre!important;
	text-align:center!important;
	color:#1f9d5a!important;
	font-size:27px!important;
	font-weight:500!important;
	line-height:1.2!important;
}

.post-wizard-section[data-step="4"] .audio-container:before{
	content:"Grabar o subir audio"!important;
	position:absolute!important;
	inset:0!important;
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	text-align:center!important;
	color:#1f9d5a!important;
	font-size:24px!important;
	font-weight:500!important;
	line-height:1.2!important;
}

@media (max-width:760px){
	body.post-wizard-open .post-wizard-form.post-wizard-form[data-current-step="4"] .wizard-bottom-actions{
		grid-template-columns:1fr 1fr!important;
		gap:10px!important;
	}

	body.post-wizard-open .post-wizard-form.post-wizard-form[data-current-step="4"] .wizard-back,
	body.post-wizard-open .post-wizard-form.post-wizard-form[data-current-step="4"] .wizard-next{
		min-height:42px!important;
		height:42px!important;
		padding:8px 10px!important;
		border-radius:9px!important;
		font-size:15px!important;
	}

	body.post-wizard-open .post-wizard-section[data-step="4"] .video-container:before,
	body.post-wizard-open .post-wizard-section[data-step="4"] .audio-container:before{
		font-size:16px!important;
		line-height:1.35!important;
	}
}

/* Paso 4: vídeo y audio exactamente como PV. */
.post-wizard-section[data-step="4"] .post-media-upload-row{
	margin:0 0 34px!important;
	padding:0!important;
	border:0!important;
	background:transparent!important;
	box-shadow:none!important;
}

.post-wizard-section[data-step="4"] .post-media-upload-row .title_photos_list{
	display:flex!important;
	align-items:center!important;
	gap:10px!important;
	margin:0 0 14px!important;
	padding:0!important;
	border:0!important;
	background:transparent!important;
	color:#070015!important;
	font-size:20px!important;
	font-weight:900!important;
	line-height:1.2!important;
	text-align:left!important;
}

.post-wizard-section[data-step="4"] .post-media-upload-row .vip-eye{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	margin:0!important;
	padding:6px 10px!important;
	border-radius:999px!important;
	background:#efdff4!important;
	color:#7a238e!important;
	font-size:12px!important;
	font-weight:900!important;
	line-height:1!important;
	white-space:nowrap!important;
}

.post-wizard-section[data-step="4"] .photos_list.po.media-upload-list{
	display:block!important;
	grid-template-columns:none!important;
	width:100%!important;
	margin:0!important;
	padding:12px!important;
	border:1px solid #ead8eb!important;
	border-radius:9px!important;
	background:#fff!important;
	box-shadow:none!important;
	text-align:left!important;
}

.post-wizard-section[data-step="4"] .media-upload-list .video-container,
.post-wizard-section[data-step="4"] .media-upload-list .audio-container{
	position:relative!important;
	display:block!important;
	width:100%!important;
	min-height:84px!important;
	height:84px!important;
	margin:0!important;
	padding:0!important;
	border:2px dashed #cfc8c1!important;
	border-radius:9px!important;
	background:#fff!important;
	box-shadow:none!important;
	overflow:hidden!important;
}

.post-wizard-section[data-step="4"] .media-upload-list .video-container:before,
.post-wizard-section[data-step="4"] .media-upload-list .audio-container:before{
	position:absolute!important;
	inset:0!important;
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	width:100%!important;
	height:100%!important;
	margin:0!important;
	padding:0 14px!important;
	background:transparent!important;
	color:#08a324!important;
	font-weight:400!important;
	line-height:1.25!important;
	text-align:center!important;
	box-sizing:border-box!important;
}

.post-wizard-section[data-step="4"] .media-upload-list .video-container:before{
	content:"Subir vídeo\a hasta 15 segundos · lo justo para saludar"!important;
	white-space:pre!important;
	font-size:18px!important;
}

.post-wizard-section[data-step="4"] .media-upload-list .audio-container:before{
	content:"Grabar o subir audio"!important;
	white-space:normal!important;
	font-size:18px!important;
}

.post-wizard-section[data-step="4"] .media-upload-list .videoItem,
.post-wizard-section[data-step="4"] .media-upload-list .audioItem{
	position:absolute!important;
	inset:0!important;
	width:100%!important;
	height:100%!important;
	margin:0!important;
	padding:0!important;
	opacity:0!important;
	cursor:pointer!important;
	z-index:2!important;
}

.post-wizard-section[data-step="4"] .media-upload-list .error_msg{
	margin-top:8px!important;
}

@media (max-width:760px){
	body.post-wizard-open .post-wizard-section[data-step="4"] .post-media-upload-row .title_photos_list{
		display:flex!important;
		flex-wrap:wrap!important;
		gap:8px!important;
		font-size:18px!important;
	}

	body.post-wizard-open .post-wizard-section[data-step="4"] .photos_list.po.media-upload-list{
		padding:11px!important;
	}

	body.post-wizard-open .post-wizard-section[data-step="4"] .media-upload-list .video-container,
	body.post-wizard-open .post-wizard-section[data-step="4"] .media-upload-list .audio-container{
		min-height:82px!important;
		height:82px!important;
	}

	body.post-wizard-open .post-wizard-section[data-step="4"] .media-upload-list .video-container:before,
	body.post-wizard-open .post-wizard-section[data-step="4"] .media-upload-list .audio-container:before{
		font-size:17px!important;
		line-height:1.28!important;
	}
}

/* Paso 4 media: gana al CSS antiguo basado en #new_item_post. */
#new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .post-media-upload-row{
	display:block!important;
	width:100%!important;
	margin:0 0 34px!important;
	padding:0!important;
	border:0!important;
	background:transparent!important;
	box-shadow:none!important;
	overflow:visible!important;
}

#new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .post-media-upload-row .title_photos_list{
	display:flex!important;
	align-items:center!important;
	gap:10px!important;
	width:100%!important;
	margin:0 0 14px!important;
	padding:0!important;
	border:0!important;
	background:transparent!important;
	color:#070015!important;
	font-size:20px!important;
	font-weight:900!important;
	line-height:1.2!important;
	text-align:left!important;
}

#new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .post-media-upload-row .vip-eye{
	display:inline-flex!important;
	align-items:center!important;
	justify-content:center!important;
	margin:0!important;
	padding:6px 10px!important;
	border:0!important;
	border-radius:999px!important;
	background:#efdff4!important;
	color:#7a238e!important;
	font-size:12px!important;
	font-weight:900!important;
	line-height:1!important;
	white-space:nowrap!important;
}

#new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .photos_list.po.media-upload-list{
	display:block!important;
	grid-template-columns:none!important;
	width:100%!important;
	margin:0!important;
	padding:12px!important;
	border:1px solid #ead8eb!important;
	border-radius:9px!important;
	background:#fff!important;
	box-shadow:none!important;
	text-align:left!important;
	box-sizing:border-box!important;
}

#new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .media-upload-list .video-container,
#new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .media-upload-list .audio-container{
	position:relative!important;
	display:block!important;
	width:100%!important;
	max-width:none!important;
	min-height:84px!important;
	height:84px!important;
	margin:0!important;
	padding:0!important;
	border:2px dashed #cfc8c1!important;
	border-radius:9px!important;
	background:#fff!important;
	background-image:none!important;
	box-shadow:none!important;
	overflow:hidden!important;
	box-sizing:border-box!important;
}

#new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .media-upload-list .video-container:before,
#new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .media-upload-list .audio-container:before{
	position:absolute!important;
	inset:0!important;
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	width:100%!important;
	height:100%!important;
	margin:0!important;
	padding:0 14px!important;
	background:transparent!important;
	color:#08a324!important;
	font-size:18px!important;
	font-weight:400!important;
	line-height:1.25!important;
	text-align:center!important;
	box-sizing:border-box!important;
}

#new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .media-upload-list .video-container:before{
	content:"Subir vídeo\a hasta 15 segundos · lo justo para saludar"!important;
	white-space:pre!important;
}

#new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .media-upload-list .audio-container:before{
	content:"Grabar o subir audio"!important;
	white-space:normal!important;
}

#new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .media-upload-list .videoItem,
#new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .media-upload-list .audioItem{
	position:absolute!important;
	inset:0!important;
	width:100%!important;
	height:100%!important;
	margin:0!important;
	padding:0!important;
	opacity:0!important;
	cursor:pointer!important;
	z-index:2!important;
}

@media (max-width:760px){
	body.post-wizard-open #new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .post-media-upload-row .title_photos_list{
		flex-wrap:wrap!important;
		gap:8px!important;
		font-size:18px!important;
	}

	body.post-wizard-open #new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .photos_list.po.media-upload-list{
		padding:11px!important;
	}

	body.post-wizard-open #new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .media-upload-list .video-container,
	body.post-wizard-open #new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .media-upload-list .audio-container{
		min-height:82px!important;
		height:82px!important;
	}

	body.post-wizard-open #new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .media-upload-list .video-container:before,
body.post-wizard-open #new_item_post.post-wizard-form .post-wizard-section[data-step="4"] .media-upload-list .audio-container:before{
		font-size:17px!important;
		line-height:1.28!important;
	}
}

/* Paso 4: fotos mas grandes */
#new_item_post.post-wizard-form .post-wizard-section[data-step="4"] > .row:first-of-type .photos_list.po{
	grid-template-columns:repeat(2,minmax(0,1fr))!important;
	gap:18px!important;
}

#new_item_post.post-wizard-form .post-wizard-section[data-step="4"] > .row:first-of-type .photo_list{
	min-height:220px!important;
}

@media (min-width:900px){
	#new_item_post.post-wizard-form .post-wizard-section[data-step="4"] > .row:first-of-type .photos_list.po{
		grid-template-columns:repeat(2,minmax(240px,1fr))!important;
	}
}

@media (max-width:760px){
	body.post-wizard-open #new_item_post.post-wizard-form .post-wizard-section[data-step="4"] > .row:first-of-type .photos_list.po{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
		gap:12px!important;
	}

	body.post-wizard-open #new_item_post.post-wizard-form .post-wizard-section[data-step="4"] > .row:first-of-type .photo_list{
		min-height:156px!important;
	}
}
