.corchout-verified-badge{
	display:inline-flex;
	align-items:center;
	gap:.3rem;
	padding:.35rem .65rem;
	border-radius:999px;
	background:#eef8f1;
	color:#176b3a;
	font-weight:600
}

.corchout-my-restaurant-link{
	display:inline-flex;
	padding:.65rem 1rem;
	border-radius:6px;
	background:#5b0d20;
	color:#fff;
	text-decoration:none;
	font-weight:600
}

body:not(.wp-admin) #geodir_post_tags_row,
body:not(.wp-admin) .geodir-field-post_tags,
body:not(.wp-admin) .geodir-tags-row{
	display:none!important
}


/* Corchout Core 0.4.0 — área privada */
.corchout-dashboard-logged-out{
	max-width:720px;
	margin:70px auto;
	padding:38px;
	border:1px solid #e6dfe1;
	border-radius:18px;
	background:#fff;
	text-align:center;
}
.corchout-account-shell{
	display:grid;
	grid-template-columns:290px minmax(0,1fr);
	gap:34px;
	align-items:start;
}
.corchout-account-sidebar{
	position:sticky;
	top:112px;
	overflow:hidden;
	border:1px solid #e6dfe1;
	border-radius:20px;
	background:#fff;
	box-shadow:0 18px 50px rgba(33,7,17,.08);
}
.admin-bar .corchout-account-sidebar{top:144px}
.corchout-account-user{
	display:flex;
	align-items:center;
	gap:14px;
	padding:24px;
	background:linear-gradient(145deg,#3e0515,#5c081f);
	color:#fff;
}
.corchout-account-avatar{
	flex:0 0 66px;
	width:66px!important;
	height:66px!important;
	border:3px solid rgba(255,255,255,.3);
	border-radius:50%;
	object-fit:cover;
}
.corchout-account-user p{
	margin:0 0 2px;
	color:#efc5d0;
	font-size:10px;
	font-weight:800;
	letter-spacing:.12em;
	text-transform:uppercase;
}
.corchout-account-user h2{margin:0;font-size:19px;line-height:1.2}
.corchout-account-user span{display:block;margin-top:4px;color:rgba(255,255,255,.68);font-size:11px;word-break:break-word}
.corchout-account-nav{display:grid;padding:12px}
.corchout-account-nav>a{
	display:flex;
	align-items:center;
	gap:11px;
	min-height:46px;
	padding:0 13px;
	border-radius:9px;
	color:#292528;
	text-decoration:none;
	font-size:13px;
	font-weight:800;
}
.corchout-account-nav>a:hover,
.corchout-account-nav>a.is-active{background:#f7edf0;color:#5c081f}
.corchout-account-nav>a.is-active{box-shadow:inset 3px 0 0 #5c081f}
.corchout-nav-icon{
	flex:0 0 26px;
	width:26px;
	height:26px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background:#f3eff0;
	color:#5c081f;
	font-size:12px;
}
.corchout-account-logout{margin-top:8px;border-top:1px solid #eee6e8;border-radius:0!important;color:#8d253e!important}
.corchout-account-panel{min-width:0}
.corchout-panel-heading{margin-bottom:28px}
.corchout-panel-heading>p,
.corchout-card-heading p{
	margin:0 0 7px;
	color:#5c081f;
	font-size:11px;
	font-weight:900;
	letter-spacing:.12em;
	text-transform:uppercase;
}
.corchout-panel-heading h1{
	margin:0;
	font:400 clamp(38px,4.5vw,58px)/1.05 Georgia,serif;
	letter-spacing:-.035em;
}
.corchout-panel-heading>span{display:block;margin-top:12px;color:#6e696b}
.corchout-summary-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:16px;
	margin-bottom:26px;
}
.corchout-summary-card{
	display:flex;
	align-items:center;
	gap:14px;
	min-height:105px;
	padding:20px;
	border:1px solid #e6dfe1;
	border-radius:16px;
	background:#fff;
}
.corchout-summary-icon{
	flex:0 0 44px;
	width:44px;
	height:44px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background:#f7edf0;
	color:#5c081f;
	font-weight:900;
}
.corchout-summary-grid strong{display:block;font:400 30px/1 Georgia,serif}
.corchout-summary-grid small{display:block;margin-top:5px;color:#6e696b;font-size:11px}
.corchout-summary-card.is-link{
	position:relative;
	color:inherit;
	text-decoration:none!important;
	cursor:pointer;
	transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.corchout-summary-card.is-link:hover,
.corchout-summary-card.is-link:focus-visible{
	transform:translateY(-2px);
	border-color:#cdaeb7;
	background:#fffdfd;
	box-shadow:0 12px 28px rgba(92,8,31,.10);
}
.corchout-summary-card.is-link:focus-visible{outline:3px solid rgba(92,8,31,.18);outline-offset:3px}
.corchout-summary-card.is-link .corchout-summary-icon{transition:background-color .18s ease,transform .18s ease}
.corchout-summary-card.is-link:hover .corchout-summary-icon,
.corchout-summary-card.is-link:focus-visible .corchout-summary-icon{background:#f3e1e7;transform:scale(1.04)}
.corchout-summary-arrow{
	margin-left:auto;
	color:#8a4055;
	font-size:19px;
	line-height:1;
	opacity:.58;
	transition:transform .18s ease,opacity .18s ease;
}
.corchout-summary-card.is-link:hover .corchout-summary-arrow,
.corchout-summary-card.is-link:focus-visible .corchout-summary-arrow{transform:translateX(3px);opacity:1}
.corchout-overview-columns{
	display:grid;
	grid-template-columns:1.15fr .85fr;
	gap:20px;
}
.corchout-dashboard-card{
	padding:26px;
	border:1px solid #e6dfe1;
	border-radius:18px;
	background:#fff;
	box-shadow:0 12px 34px rgba(33,7,17,.05);
}
.corchout-card-heading h2{margin:0 0 14px;font:400 29px/1.1 Georgia,serif}
.corchout-dashboard-button{
	display:inline-flex!important;
	align-items:center;
	justify-content:center;
	min-height:44px;
	margin-top:14px;
	padding:0 17px!important;
	border:1px solid #5c081f!important;
	border-radius:8px!important;
	background:#5c081f!important;
	color:#fff!important;
	text-decoration:none!important;
	font-size:13px!important;
	font-weight:800!important;
	box-shadow:none!important;
}
.corchout-dashboard-button.secondary{background:#fff!important;color:#5c081f!important}
.corchout-dashboard-text-link{color:#5c081f;text-decoration:none;font-size:13px;font-weight:800}
.corchout-account-details{margin:0}
.corchout-account-details>div{display:grid;grid-template-columns:95px 1fr;gap:12px;padding:11px 0;border-bottom:1px solid #eee7e9}
.corchout-account-details>div:last-child{border-bottom:0}
.corchout-account-details dt{color:#6e696b;font-size:12px}
.corchout-account-details dd{margin:0;font-size:13px;font-weight:800;word-break:break-word}
.corchout-empty-state{
	padding:54px 30px;
	border:1px solid #e6dfe1;
	border-radius:20px;
	background:linear-gradient(#fff,#faf7f8);
	text-align:center;
}
.corchout-empty-state>span{display:inline-flex;width:62px;height:62px;align-items:center;justify-content:center;border-radius:50%;background:#f7edf0;color:#5c081f;font-size:26px}
.corchout-empty-state h2{margin:20px 0 8px;font:400 32px/1.1 Georgia,serif}
.corchout-empty-state p{max-width:620px;margin:0 auto;color:#6e696b}
.corchout-review-list{display:grid;gap:16px}
.corchout-review-card{padding:24px;border:1px solid #e6dfe1;border-radius:17px;background:#fff}
.corchout-review-card-head{display:flex;justify-content:space-between;gap:22px}
.corchout-review-card-head p{margin:0;color:#6e696b;font-size:11px}
.corchout-review-card-head h2{margin:3px 0;font:400 24px/1.1 Georgia,serif}
.corchout-review-card-head h2 a{text-decoration:none}
.corchout-review-card time{color:#6e696b;font-size:11px;white-space:nowrap}
.corchout-review-content{margin:16px 0;color:#4f4b4d}
.corchout-restaurant-dashboard{
	display:grid;
	grid-template-columns:240px minmax(0,1fr);
	overflow:hidden;
	border:1px solid #e6dfe1;
	border-radius:20px;
	background:#fff;
	box-shadow:0 14px 40px rgba(33,7,17,.06);
}
.corchout-restaurant-image{min-height:260px;background:#f4f1f2}
.corchout-restaurant-image img{width:100%;height:100%;object-fit:cover}
.corchout-restaurant-placeholder{height:100%;min-height:260px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5c081f,#b98391);color:#fff;font:34px Georgia,serif}
.corchout-restaurant-info{padding:26px}
.corchout-restaurant-status-row{display:flex;gap:8px;flex-wrap:wrap}
.corchout-status-badge,
.corchout-publication-status{
	display:inline-flex;
	align-items:center;
	min-height:28px;
	padding:0 10px;
	border-radius:999px;
	font-size:10px;
	font-weight:900;
}
.corchout-status-badge{background:#fff3d8;color:#795100}
.corchout-status-badge.is-verified{background:#eaf7ee;color:#176b3a}
.corchout-status-badge.is-corrections{background:#fff0e6;color:#a44400}
.corchout-status-badge.is-suspended,
.corchout-status-badge.is-rejected{background:#fdebed;color:#9e1c34}
.corchout-publication-status{background:#f1eff0;color:#6e696b}
.corchout-restaurant-info>h2{margin:16px 0 8px;font:400 34px/1.08 Georgia,serif}
.corchout-restaurant-info>p{color:#6e696b}
.corchout-restaurant-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:16px}
.corchout-gd-author-actions a{
	display:inline-flex!important;
	align-items:center;
	min-height:44px;
	padding:0 17px!important;
	border:1px solid #5c081f!important;
	border-radius:8px!important;
	background:#5c081f!important;
	color:#fff!important;
	text-decoration:none!important;
	font-size:13px!important;
	font-weight:800!important;
}
.corchout-restaurant-checklist{margin-top:24px;padding-top:20px;border-top:1px solid #eee7e9}
.corchout-restaurant-checklist h3{margin:0 0 12px;font-size:15px}
.corchout-restaurant-checklist ul{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;margin:0;padding:0;list-style:none}
.corchout-restaurant-checklist li{font-size:12px}
.corchout-restaurant-checklist li span{color:#5c081f;font-weight:900}
.corchout-uwp-form .uwp-account,
.corchout-uwp-form .uwp-change{max-width:none!important;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important}
.corchout-favorites-wrap .geodir-loop-container{margin:0!important}
@media(max-width:980px){
	.corchout-account-shell{grid-template-columns:1fr}
	.corchout-account-sidebar{position:relative;top:auto!important}
	.corchout-account-nav{grid-template-columns:repeat(3,minmax(0,1fr))}
	.corchout-account-logout{margin-top:0;border-top:0}
}
@media(max-width:720px){
	.corchout-account-nav{grid-template-columns:1fr 1fr}
	.corchout-summary-grid,.corchout-overview-columns{grid-template-columns:1fr}
	.corchout-restaurant-dashboard{grid-template-columns:1fr}
	.corchout-restaurant-image{min-height:220px}
	.corchout-restaurant-checklist ul{grid-template-columns:1fr}
	.corchout-review-card-head{display:block}
}


/* Corchout Core 0.4.1 */
.corchout-account-initials{
	flex:0 0 66px;
	width:66px;
	height:66px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:3px solid rgba(255,255,255,.30);
	border-radius:50%;
	background:rgba(255,255,255,.12);
	color:#fff;
	font:700 22px/1 Georgia,serif;
	letter-spacing:.03em;
}
.corchout-native-form{max-width:820px}
.corchout-native-form form{margin:0}
.corchout-form-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:18px;
}
.corchout-native-form label{display:block;margin:0 0 18px}
.corchout-form-grid label{margin:0}
.corchout-form-grid .is-wide{grid-column:1/-1}
.corchout-native-form label>span{
	display:block;
	margin-bottom:7px;
	color:#343033;
	font-size:12px;
	font-weight:800;
}
.corchout-native-form input{
	width:100%;
	min-height:48px;
	padding:10px 13px;
	border:1px solid #dcd4d7;
	border-radius:8px;
	background:#fff;
	color:#211e20;
	font-size:14px;
	box-shadow:none;
}
.corchout-native-form input:focus{
	outline:0;
	border-color:#5c081f;
	box-shadow:0 0 0 3px rgba(92,8,31,.10);
}
.corchout-readonly-row{
	display:grid;
	grid-template-columns:150px minmax(0,1fr) auto;
	gap:14px;
	align-items:center;
	margin-top:20px;
	padding:15px 17px;
	border-radius:10px;
	background:#f7f4f5;
}
.corchout-readonly-row span,.corchout-readonly-row small{color:#6e696b;font-size:11px}
.corchout-readonly-row strong{font-size:13px;word-break:break-word}
.corchout-form-notice{
	margin-bottom:20px;
	padding:13px 15px;
	border:1px solid #b8dfc3;
	border-radius:9px;
	background:#edf8f0;
	color:#176b3a;
	font-size:13px;
	font-weight:700;
}
.corchout-form-notice.is-error{border-color:#efbcc6;background:#fff0f3;color:#981d38}
.corchout-password-form{max-width:660px}
.corchout-password-help{margin:-4px 0 6px;color:#6e696b;font-size:12px}
.corchout-favorites-wrap>.corchout-empty-state{border:0;box-shadow:none}
@media(max-width:640px){
	.corchout-form-grid{grid-template-columns:1fr}
	.corchout-form-grid .is-wide{grid-column:auto}
	.corchout-readonly-row{grid-template-columns:1fr;gap:3px}
}


/* Corchout Core 0.5.0 — validación del alta */
.corchout-submission-guide{
	max-width:1100px;
	margin:0 auto 24px;
	padding:24px;
	border:1px solid #e6dfe1;
	border-radius:18px;
	background:linear-gradient(145deg,#fff,#faf7f8);
	box-shadow:0 14px 38px rgba(33,7,17,.06);
}
.corchout-submission-guide-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	margin-bottom:17px;
}
.corchout-submission-guide-head small{
	display:block;
	margin-bottom:4px;
	color:#5c081f;
	font-size:10px;
	font-weight:900;
	letter-spacing:.12em;
	text-transform:uppercase;
}
.corchout-submission-guide-head h2{
	margin:0;
	font:400 28px/1.1 Georgia,serif;
}
.corchout-submission-guide-head>span{
	display:inline-flex;
	align-items:center;
	min-height:29px;
	padding:0 10px;
	border-radius:999px;
	background:#fff2d5;
	color:#765000;
	font-size:10px;
	font-weight:900;
}
.corchout-submission-guide ul{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:12px;
	margin:0;
	padding:0;
	list-style:none;
}
.corchout-submission-guide li{
	display:flex;
	align-items:flex-start;
	gap:11px;
	padding:15px;
	border:1px solid #eee6e8;
	border-radius:13px;
	background:#fff;
}
.corchout-submission-guide li>b{
	flex:0 0 29px;
	width:29px;
	height:29px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background:#fff0e6;
	color:#a44400;
}
.corchout-submission-guide li.is-complete>b{
	background:#eaf7ee;
	color:#176b3a;
}
.corchout-submission-guide li strong{
	display:block;
	font-size:13px;
}
.corchout-submission-guide li small{
	display:block;
	margin-top:4px;
	color:#6e696b;
	font-size:11px;
	line-height:1.4;
}
.corchout-restaurant-checklist li.is-missing{
	color:#8c3e00;
}
.corchout-restaurant-checklist li.is-missing span{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:18px;
	height:18px;
	border-radius:50%;
	background:#fff0e6;
	color:#a44400;
}
.corchout-restaurant-checklist li.is-complete span{
	color:#176b3a;
}
.geodir_message_error,
.gd-notification-error,
.alert-danger{
	border-color:#c43d57!important;
	background:#fff0f3!important;
	color:#7c1730!important;
}
@media(max-width:780px){
	.corchout-submission-guide ul{grid-template-columns:1fr}
	.corchout-submission-guide-head{align-items:flex-start}
}


/* Corchout Core 0.5.1 — varios restaurantes por responsable */
.corchout-restaurants-heading{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:26px;
}
.corchout-restaurants-heading>div{min-width:0}
.corchout-add-restaurant{
	flex:0 0 auto;
	margin:0!important;
}
.corchout-restaurants-list{
	display:grid;
	gap:22px;
}
.corchout-restaurants-list .corchout-restaurant-dashboard{
	width:100%;
}
.corchout-add-another-restaurant{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:28px;
	margin-top:24px;
	padding:26px;
	border:1px dashed #cfbfc4;
	border-radius:18px;
	background:#fff;
}
.corchout-add-another-restaurant p{
	margin:0 0 4px;
	color:#5c081f;
	font-size:10px;
	font-weight:900;
	letter-spacing:.12em;
	text-transform:uppercase;
}
.corchout-add-another-restaurant h2{
	margin:0;
	font:400 28px/1.1 Georgia,serif;
}
.corchout-add-another-restaurant span{
	display:block;
	margin-top:7px;
	color:#6e696b;
	font-size:13px;
}
.corchout-add-another-restaurant .corchout-dashboard-button{
	flex:0 0 auto;
	margin:0;
}
@media(max-width:760px){
	.corchout-restaurants-heading,
	.corchout-add-another-restaurant{
		display:block;
	}
	.corchout-restaurants-heading .corchout-dashboard-button,
	.corchout-add-another-restaurant .corchout-dashboard-button{
		margin-top:18px!important;
	}
}


/* Corchout Core 0.5.3 — carga de fotografías */
#post_imagesdropbox{
	position:relative;
	overflow:hidden;
	-webkit-user-select:none;
	user-select:none;
}
#post_imagesdropbox.dragover{
	border-color:#5c081f!important;
	background:#fff8fa!important;
}
#post_imagesdropbox.dragover::after{
	content:"Suelta las fotografías aquí";
	position:absolute;
	inset:12px;
	z-index:80;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:24px;
	border-radius:10px;
	background:rgba(92,8,31,.94);
	color:#fff;
	font:700 clamp(18px,2.2vw,28px)/1.2 Arial,sans-serif;
	text-align:center;
	pointer-events:none;
}

/* Corchout Core 0.6.0 — mensajes de revisión */
.corchout-review-message{
	margin:16px 0 2px;
	padding:14px 16px;
	border-left:4px solid #5c081f;
	border-radius:0 10px 10px 0;
	background:#fff4f6;
	color:#4c202b;
}
.corchout-review-message strong{
	display:block;
	margin-bottom:5px;
	font-size:12px;
	letter-spacing:.04em;
}
.corchout-review-message p{margin:0!important;color:#4c202b!important}


/* Corchout Core 0.7.0 — opiniones y favoritos */
.corchout-review-rating{
	display:flex;
	align-items:center;
	gap:9px;
	margin:14px 0 2px;
	color:#8c5b00;
}
.corchout-review-rating span{
	color:#e1a300;
	letter-spacing:2px;
}
.corchout-review-rating strong{font-size:12px}
.corchout-favorites-wrap .geodir-loop-container{
	display:grid;
	gap:16px;
}
.co-reviews-block input[type="file"],
.co-reviews-block .comment-images,
.co-reviews-block .geodir-comment-images,
.co-reviews-block .gd-review-images{
	display:none!important;
}


/* Corchout Core 1.4.6 — el Core no oculta contenedores del mapa. */

/* Corchout Core 0.9.0 — acciones de opiniones en Mi cuenta */
.corchout-review-card-actions{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:14px;
	margin-top:14px;
	padding-top:12px;
	border-top:1px solid #eee5e8;
}
.corchout-review-card-actions .corchout-dashboard-text-link{margin:0!important}
.corchout-review-card-actions .is-danger{color:#a32626!important}


/* Corchout Core 0.9.5 — acciones front-end de opiniones sin admin-post */
.corchout-review-delete-form{display:inline;margin:0;padding:0}
.corchout-review-delete-form button{appearance:none;-webkit-appearance:none;background:none;border:0;padding:0;margin:0;font:inherit;cursor:pointer}
.corchout-review-tools .corchout-review-delete-form{display:inline-flex;align-items:center}
.corchout-review-tools .corchout-review-inline-delete{color:#a32626;text-decoration:none;font-weight:inherit}
.corchout-review-card-actions .corchout-review-delete-form{display:inline-flex}
.corchout-review-card-actions button.corchout-dashboard-text-link{background:none!important;border:0!important;padding:0!important;box-shadow:none!important;cursor:pointer}

/* Cloudflare Turnstile */
.corchout-turnstile-wrap {
	margin: 14px 0 16px;
	min-height: 1px;
}
.corchout-turnstile-wrap > div,
.corchout-turnstile-wrap iframe {
	max-width: 100%;
}
.corchout-turnstile-error {
	margin: 10px 0 14px;
	padding: 11px 13px;
	border: 1px solid rgba(105,10,37,.28);
	border-left: 4px solid #690a25;
	border-radius: 10px;
	background: #fff4f6;
	color: #690a25;
	font-size: 14px;
	line-height: 1.45;
}

/* Corchout Core 1.4.2 — reglas visibles del uploader de restaurantes */
.corchout-upload-rules{
	margin-top:9px;
	padding:9px 11px;
	border-radius:8px;
	background:#f7f3f5;
	color:#5f5558;
	font-size:12px;
	line-height:1.45;
}


/* Corchout Core 1.4.9 — diagnóstico temporal de errores HTTP del uploader */
.corchout-upload-debug{
	display:none;
	margin:10px 0 0;
	padding:12px 14px;
	border:1px solid #d9a4ad;
	border-radius:8px;
	background:#fff6f7;
	color:#6d001d;
	font-size:13px;
	line-height:1.45;
	word-break:break-word;
}

/* Corchout Core 1.4.10 — elección de borrador al iniciar un alta nueva */
body.corchout-draft-modal-open{overflow:hidden}
.corchout-draft-modal{
	position:fixed;
	inset:0;
	z-index:999999;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:24px;
	background:rgba(20,12,15,.58);
}
.corchout-draft-modal-card{
	width:min(560px,100%);
	background:#fff;
	border:1px solid #eadfe2;
	border-radius:24px;
	box-shadow:0 24px 70px rgba(35,8,17,.24);
	padding:34px;
	color:#1f1b1c;
}
.corchout-draft-kicker{
	margin:0 0 8px;
	font-size:12px;
	font-weight:800;
	letter-spacing:.14em;
	text-transform:uppercase;
	color:#6f001f;
}
.corchout-draft-modal-card h2{
	margin:0 0 14px;
	font-size:30px;
	line-height:1.12;
}
.corchout-draft-modal-card>p:not(.corchout-draft-kicker):not(.corchout-draft-error){
	margin:0;
	color:#615b5d;
	font-size:16px;
	line-height:1.6;
}
.corchout-draft-actions{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
	margin-top:26px;
}
.corchout-draft-actions button{
	appearance:none;
	border-radius:10px;
	padding:12px 18px;
	font:inherit;
	font-weight:700;
	cursor:pointer;
}
.corchout-draft-continue{
	border:1px solid #6f001f;
	background:#6f001f;
	color:#fff;
}
.corchout-draft-reset{
	border:1px solid #d8c8cd;
	background:#fff;
	color:#6f001f;
}
.corchout-draft-actions button:disabled{opacity:.62;cursor:wait}
.corchout-draft-error{
	margin:16px 0 0;
	padding:10px 12px;
	border-radius:8px;
	background:#fff0f3;
	color:#7c1730;
	font-size:14px;
}
@media(max-width:600px){
	.corchout-draft-modal{padding:16px}
	.corchout-draft-modal-card{padding:24px;border-radius:18px}
	.corchout-draft-modal-card h2{font-size:25px}
	.corchout-draft-actions{flex-direction:column}
	.corchout-draft-actions button{width:100%}
}


/* Corchout Core 1.4.15 — confirmación de guardado integrada con la marca */
#geodirectory-add-post .gd-notification.gd-info,
form.geodir-add-listing .gd-notification.gd-info,
form#propertyform .gd-notification.gd-info{
	margin:18px 0 0!important;
	padding:14px 16px!important;
	border:1px solid #ddcbd1!important;
	border-left:4px solid #690a25!important;
	border-radius:12px!important;
	background:#fff7f8!important;
	color:#43212b!important;
	font-size:14px!important;
	line-height:1.5!important;
	box-shadow:none!important;
}
#geodirectory-add-post .gd-notification.gd-info a,
form.geodir-add-listing .gd-notification.gd-info a,
form#propertyform .gd-notification.gd-info a{
	color:#690a25!important;
	font-weight:800!important;
	text-decoration:underline!important;
}
