:root{
	--rlcd-navy:#102a43;
	--rlcd-navy-2:#183b56;
	--rlcd-teal:#006b63;
	--rlcd-teal-dark:#004f49;
	--rlcd-gold:#b7791f;
	--rlcd-bg:#f5f7fa;
	--rlcd-card:#ffffff;
	--rlcd-border:#d8e1e8;
	--rlcd-text:#243b53;
	--rlcd-muted:#52667a;
	--rlcd-success:#0b6b3a;
	--rlcd-success-bg:#e7f6ed;
	--rlcd-warning:#7a4b00;
	--rlcd-warning-bg:#fff4d6;
	--rlcd-danger:#9b1c1c;
	--rlcd-shadow:0 12px 30px rgba(16,42,67,.08)
}
.rlcd-account-page .woocommerce{max-width:1280px;margin:0 auto;padding:24px 18px;color:var(--rlcd-text)}
.rlcd-account-page .woocommerce::after{content:"";display:block;clear:both}
.rlcd-account-page .woocommerce-MyAccount-navigation{float:left;width:250px;margin:0 28px 0 0;padding:10px;background:var(--rlcd-navy);border-radius:16px;box-shadow:var(--rlcd-shadow)}
.rlcd-account-page .woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none}
.rlcd-account-page .woocommerce-MyAccount-navigation li{margin:2px 0}
.rlcd-account-page .woocommerce-MyAccount-navigation a{display:flex;align-items:center;min-height:46px;padding:10px 14px;border-radius:10px;color:#f7fafc!important;font-weight:700;line-height:1.25;text-decoration:none!important;transition:background-color .16s ease,color .16s ease}
.rlcd-account-page .woocommerce-MyAccount-navigation a:hover,
.rlcd-account-page .woocommerce-MyAccount-navigation a:focus-visible{background:#274c69;color:#fff!important}
.rlcd-account-page .woocommerce-MyAccount-navigation .is-active>a{background:#fff;color:var(--rlcd-navy)!important;box-shadow:0 4px 12px rgba(0,0,0,.18)}
.rlcd-account-page .woocommerce-MyAccount-navigation a:focus-visible,
.rlcd-account-page a:focus-visible,
.rlcd-account-page button:focus-visible,
.rlcd-account-page input:focus-visible,
.rlcd-account-page textarea:focus-visible,
.rlcd-account-page select:focus-visible{outline:3px solid #f2c94c!important;outline-offset:2px}
.rlcd-account-page .woocommerce-MyAccount-content{float:none;width:auto;min-width:0;overflow:hidden}
.rlcd-account-page .woocommerce-MyAccount-content>p:first-child{margin-top:0}
.rlcd-account-page .button,
.rlcd-account-page button,
.rlcd-account-page input[type=submit]{min-height:44px;padding:11px 18px!important;border:1px solid var(--rlcd-teal)!important;border-radius:9px!important;background:#fff!important;color:var(--rlcd-teal-dark)!important;font-weight:800!important;text-decoration:none!important;box-shadow:none!important}
.rlcd-account-page .button.alt,
.rlcd-account-page button.alt,
.rlcd-account-page input[type=submit].alt{background:var(--rlcd-teal)!important;color:#fff!important}
.rlcd-account-page .button:hover,
.rlcd-account-page button:hover{background:#edf8f6!important;color:var(--rlcd-teal-dark)!important}
.rlcd-account-page .button.alt:hover,
.rlcd-account-page button.alt:hover{background:var(--rlcd-teal-dark)!important;color:#fff!important}
.rlcd-account-header{display:grid;grid-template-columns:minmax(250px,1fr) auto;gap:18px;align-items:center;clear:both;margin:0 0 24px;padding:18px 20px;border:1px solid var(--rlcd-border);border-radius:16px;background:linear-gradient(135deg,#fff 0%,#f0f7f6 100%);box-shadow:var(--rlcd-shadow)}
.rlcd-account-header__identity{display:flex;align-items:center;gap:12px;min-width:0}
.rlcd-account-header__identity img{flex:0 0 50px;width:50px;height:50px;border:1px solid var(--rlcd-border);border-radius:12px;background:#fff;object-fit:cover}
.rlcd-account-header__identity small{display:block;margin:0 0 2px;color:var(--rlcd-muted);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.rlcd-account-header__identity h1{margin:0!important;color:var(--rlcd-navy)!important;font-size:21px!important;line-height:1.2!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rlcd-account-header__status{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}
.rlcd-chip{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border:1px solid var(--rlcd-border);border-radius:999px;background:#fff;color:var(--rlcd-text);font-size:12px;font-weight:800}
.rlcd-chip.is-positive{border-color:#9bd3b4;background:var(--rlcd-success-bg);color:var(--rlcd-success)}
.rlcd-chip.is-warning{border-color:#ecd28a;background:var(--rlcd-warning-bg);color:var(--rlcd-warning)}
.rlcd-chip.is-accent{border-color:#dfbd77;background:#fff6e5;color:#744b00}
.rlcd-account-header__switcher{grid-column:1/-1;padding-top:14px;border-top:1px solid var(--rlcd-border)}
.rlcd-account-header__switcher>span{display:block;margin-bottom:8px;color:var(--rlcd-muted);font-size:12px;font-weight:800;text-transform:uppercase}
.rlcd-account-header__switcher>div{display:flex;flex-wrap:wrap;gap:8px}
.rlcd-account-header__switcher a{display:flex;align-items:center;gap:8px;max-width:260px;padding:6px 10px 6px 6px;border:1px solid var(--rlcd-border);border-radius:11px;background:#fff;color:var(--rlcd-navy)!important;font-weight:700;text-decoration:none}
.rlcd-account-header__switcher a.is-active{border-color:var(--rlcd-teal);box-shadow:0 0 0 2px rgba(0,107,99,.12)}
.rlcd-account-header__switcher img{width:50px;height:50px;border-radius:9px;object-fit:cover}
.rlcd-welcome{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-bottom:20px;padding:25px;border-radius:16px;background:var(--rlcd-navy);color:#fff}
.rlcd-welcome p,.rlcd-eyebrow,.rlcd-section__heading p{margin:0 0 5px;color:inherit;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.rlcd-welcome h2{margin:0 0 6px!important;color:#fff!important;font-size:28px!important}
.rlcd-welcome span{display:block;color:#d9e7ef}
.rlcd-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:24px}
.rlcd-stat-card{display:flex;flex-direction:column;min-height:145px;padding:18px;border:1px solid var(--rlcd-border);border-radius:14px;background:#fff;color:var(--rlcd-text)!important;text-decoration:none!important;box-shadow:0 6px 18px rgba(16,42,67,.05)}
.rlcd-stat-card:hover{border-color:#93c7c2;transform:translateY(-1px)}
.rlcd-stat-card>span{color:var(--rlcd-muted);font-size:13px;font-weight:700}
.rlcd-stat-card strong{margin:auto 0 7px;color:var(--rlcd-navy);font-size:24px;line-height:1.1}
.rlcd-stat-card small{color:var(--rlcd-muted);font-size:12px}
.rlcd-section{margin:0 0 24px;padding:22px;border:1px solid var(--rlcd-border);border-radius:16px;background:#fff;box-shadow:0 6px 18px rgba(16,42,67,.04)}
.rlcd-section__heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}
.rlcd-section__heading p{color:var(--rlcd-teal)}
.rlcd-section__heading h2{margin:0!important;color:var(--rlcd-navy)!important;font-size:22px!important}
.rlcd-section__heading>span{display:grid;width:56px;height:56px;place-items:center;border-radius:50%;background:var(--rlcd-navy);color:#fff;font-weight:900}
.rlcd-completion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.rlcd-completion-grid article{padding:16px;border:1px solid var(--rlcd-border);border-radius:12px;background:var(--rlcd-bg)}
.rlcd-completion-grid article>div{display:flex;justify-content:space-between;gap:12px}
.rlcd-completion-grid article strong{color:var(--rlcd-navy)}
.rlcd-completion-grid article>div span{font-weight:900;color:var(--rlcd-warning)}
.rlcd-completion-grid p{margin:8px 0;color:var(--rlcd-muted);font-size:13px}
.rlcd-completion-grid a{font-weight:800;color:var(--rlcd-teal-dark)}
.rlcd-activity{margin:0;padding:0;list-style:none}
.rlcd-activity li{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--rlcd-border)}
.rlcd-activity li:last-child{border:0}
.rlcd-activity li>span{width:10px;height:10px;margin-top:6px;border-radius:50%;background:var(--rlcd-teal)}
.rlcd-activity strong,.rlcd-activity small{display:block}
.rlcd-activity small{color:var(--rlcd-muted)}
.rlcd-empty,.rlcd-empty-line{padding:28px;border:1px dashed #aebdca;border-radius:14px;background:#fff;text-align:center}
.rlcd-profile-tabs{display:flex;gap:10px;margin-bottom:16px;overflow:auto;padding:2px}
.rlcd-profile-tabs a{display:flex;flex:0 0 auto;align-items:center;gap:9px;padding:7px 12px 7px 7px;border:1px solid var(--rlcd-border);border-radius:12px;background:#fff;color:var(--rlcd-navy)!important;text-decoration:none!important}
.rlcd-profile-tabs a.is-active{border-color:var(--rlcd-teal);box-shadow:0 0 0 2px rgba(0,107,99,.12)}
.rlcd-profile-tabs img{width:50px;height:50px;border-radius:9px;object-fit:cover}
.rlcd-profile-tabs small{display:block;color:var(--rlcd-muted)}
.rlcd-completion-callout{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px;padding:16px;border:1px solid #d9bd73;border-radius:14px;background:#fff8e7}
.rlcd-completion-callout>div{display:flex;align-items:center;gap:14px}
.rlcd-completion-callout>div>span{display:grid;flex:0 0 58px;width:58px;height:58px;place-items:center;border-radius:50%;background:var(--rlcd-gold);color:#fff;font-weight:900}
.rlcd-completion-callout strong{display:block;color:var(--rlcd-navy)}
.rlcd-completion-callout p{margin:3px 0 0;color:var(--rlcd-muted)}
.rlcd-notice{margin:0 0 18px;padding:14px 16px;border-radius:12px}
.rlcd-notice--info{border:1px solid #9fc9d3;background:#edf8fb;color:#153e50}
.rlcd-notice p{margin:4px 0 0}
.rlcd-profile-form{border:1px solid var(--rlcd-border);border-radius:16px;background:#fff;box-shadow:var(--rlcd-shadow);overflow:hidden}
.rlcd-form-tabs{display:flex;gap:3px;padding:9px;border-bottom:1px solid var(--rlcd-border);background:var(--rlcd-bg);overflow:auto}
.rlcd-form-tabs button{flex:0 0 auto;min-height:42px!important;padding:9px 13px!important;border:1px solid transparent!important;background:transparent!important;color:var(--rlcd-navy)!important}
.rlcd-form-tabs button.is-active{border-color:var(--rlcd-border)!important;background:#fff!important;color:var(--rlcd-teal-dark)!important;box-shadow:0 2px 7px rgba(16,42,67,.08)!important}
.rlcd-form-panel{display:none;padding:22px}
.rlcd-form-panel.is-active{display:block}
.rlcd-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.rlcd-panel-heading h2{margin:0!important;color:var(--rlcd-navy)!important;font-size:23px!important}
.rlcd-lock{padding:5px 9px;border-radius:999px;background:var(--rlcd-warning-bg);color:var(--rlcd-warning);font-size:12px;font-weight:800}
.rlcd-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.rlcd-field{min-width:0}
.rlcd-field--wide{grid-column:1/-1}
.rlcd-field>label>strong{display:block;margin-bottom:7px;color:var(--rlcd-navy)}
.rlcd-field input[type=text],
.rlcd-field input[type=email],
.rlcd-field input[type=url],
.rlcd-field input[type=number],
.rlcd-field textarea,
.rlcd-field select{width:100%;min-height:46px;padding:10px 12px;border:1px solid #aebdca;border-radius:9px;background:#fff;color:var(--rlcd-text)}
.rlcd-field textarea{min-height:110px;resize:vertical}
.rlcd-field small{display:block;margin-top:6px;color:var(--rlcd-muted)}
.rlcd-toggle{display:flex;align-items:center;gap:10px;min-height:48px;padding:10px 12px;border:1px solid var(--rlcd-border);border-radius:10px;background:var(--rlcd-bg)}
.rlcd-toggle input{position:absolute;opacity:0}
.rlcd-toggle span{position:relative;width:42px;height:24px;border-radius:999px;background:#9aa9b7;transition:.16s}
.rlcd-toggle span::after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:.16s}
.rlcd-toggle input:checked+span{background:var(--rlcd-teal)}
.rlcd-toggle input:checked+span::after{transform:translateX(18px)}
.rlcd-locked-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px;border:1px dashed #bdc9d3;border-radius:11px;background:#f7f9fb;color:var(--rlcd-muted)}
.rlcd-locked-card strong{color:var(--rlcd-navy)}
.rlcd-image-control{display:flex;gap:16px;align-items:center}
.rlcd-image-control img,.rlcd-image-placeholder{width:120px;height:120px;border:1px solid var(--rlcd-border);border-radius:14px;background:var(--rlcd-bg);object-fit:cover}
.rlcd-image-placeholder{display:grid;place-items:center;color:var(--rlcd-muted)}
.rlcd-remove-image{display:block;margin-top:9px}
.rlcd-form-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;border-top:1px solid var(--rlcd-border);background:var(--rlcd-bg)}
.rlcd-form-actions p{margin:3px 0 0;color:var(--rlcd-muted);font-size:13px}
.rlcd-plan-page{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.rlcd-card{padding:22px;border:1px solid var(--rlcd-border);border-radius:16px;background:#fff;box-shadow:var(--rlcd-shadow)}
.rlcd-card h2{margin:0 0 12px!important;color:var(--rlcd-navy)!important}
.rlcd-card dl{margin:18px 0}
.rlcd-card dl>div{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--rlcd-border)}
.rlcd-card dt{color:var(--rlcd-muted)}
.rlcd-card dd{margin:0;font-weight:800;color:var(--rlcd-navy)}
.rlcd-actions{display:flex;flex-wrap:wrap;gap:9px}
.rlcd-eyebrow{color:var(--rlcd-teal)}
.rlcd-account-page .woocommerce form .form-row label{color:var(--rlcd-navy);font-weight:800}
.rlcd-account-page .woocommerce form .form-row input.input-text,
.rlcd-account-page .woocommerce form .form-row select{min-height:46px;border:1px solid #aebdca;border-radius:9px}
.rlcd-account-page .woocommerce table.shop_table{border-color:var(--rlcd-border);border-radius:12px;overflow:hidden}
.rlcd-account-page .woocommerce-info,
.rlcd-account-page .woocommerce-message,
.rlcd-account-page .woocommerce-error{border-radius:10px;background:#fff;color:var(--rlcd-text)}
/* Reviews 1.1.3 remains the functional renderer; the dashboard supplies the shared account header. */
.rlcd-account-page .rl-review-manager__header{display:none!important}
.rlcd-account-page .rl-review-manager{--navy:var(--rlcd-navy);--teal:var(--rlcd-teal);--gold:#b7791f;--bg:#f7f9fb;--border:var(--rlcd-border);--muted:var(--rlcd-muted)}
.rlcd-account-page .rl-review-manager__profiles{margin-top:0}
.rlcd-account-page .rl-review-manager__permissions,
.rlcd-account-page .rl-review-manager__stats,
.rlcd-account-page .rl-review-manager__review{border-radius:12px}
.rlcd-account-page .rl-review-manager__pagination a.is-active{background:var(--rlcd-teal)!important;color:#fff!important}
.select2-container{width:100%!important}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple{min-height:46px!important;border:1px solid #aebdca!important;border-radius:9px!important}
.select2-container .select2-selection--multiple .select2-selection__choice{background:#e8f5f3!important;border-color:#98cbc5!important;color:var(--rlcd-navy)!important}
@media(max-width:1024px){
	.rlcd-account-page .woocommerce-MyAccount-navigation{float:none;width:100%;margin:0 0 18px}
	.rlcd-account-page .woocommerce-MyAccount-navigation ul{display:flex;gap:4px;overflow:auto;padding-bottom:2px}
	.rlcd-account-page .woocommerce-MyAccount-navigation li{flex:0 0 auto}
	.rlcd-account-page .woocommerce-MyAccount-navigation a{white-space:nowrap}
	.rlcd-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
	.rlcd-account-page .woocommerce{padding:14px 10px}
	.rlcd-account-header{grid-template-columns:1fr;padding:15px}
	.rlcd-account-header__status{justify-content:flex-start}
	.rlcd-welcome,.rlcd-completion-callout,.rlcd-form-actions{align-items:flex-start;flex-direction:column}
	.rlcd-welcome .button,.rlcd-completion-callout .button,.rlcd-form-actions button{width:100%}
	.rlcd-stat-grid,.rlcd-completion-grid,.rlcd-fields,.rlcd-plan-page{grid-template-columns:1fr}
	.rlcd-field--wide{grid-column:auto}
	.rlcd-form-panel{padding:16px}
	.rlcd-image-control{align-items:flex-start;flex-direction:column}
	.rlcd-image-control img,.rlcd-image-placeholder{width:100%;height:auto;aspect-ratio:1/1;max-width:240px}
}
@media(max-width:420px){
	.rlcd-stat-grid{grid-template-columns:1fr}
	.rlcd-account-header__identity h1{font-size:18px!important}
	.rlcd-chip{font-size:11px}
}
@media(prefers-reduced-motion:reduce){
	.rlcd-account-page *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}


/* Dashboard 1.1.0: canonical status dates and integrated badges */
.rlcd-account-header__dates{
	grid-column:1/-1;
	display:flex;
	flex-wrap:wrap;
	gap:8px 16px;
	margin-top:-5px;
	padding-top:12px;
	border-top:1px solid var(--rlcd-border);
	color:var(--rlcd-muted);
	font-size:12px;
	font-weight:700
}
.rlcd-account-header__dates span{display:inline-flex;align-items:center;min-height:24px}
.rlcd-account-header__warning{
	grid-column:1/-1;
	margin:0;
	padding:10px 12px;
	border:1px solid #e3bd6f;
	border-radius:10px;
	background:var(--rlcd-warning-bg);
	color:var(--rlcd-warning);
	font-size:13px;
	font-weight:700
}
.rlcd-badges-callout{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	margin:0 0 24px;
	padding:20px 22px;
	border:1px solid #dfbd77;
	border-radius:16px;
	background:linear-gradient(135deg,#fffdf8 0%,#fff5df 100%)
}
.rlcd-badges-callout h2{
	margin:0 0 5px!important;
	color:var(--rlcd-navy)!important;
	font-size:21px!important
}
.rlcd-badges-callout p:not(.rlcd-eyebrow){margin:0;color:var(--rlcd-muted)}
.rlcd-plan-warning{
	margin:16px 0 0;
	padding:13px 15px;
	border:1px solid #e3bd6f;
	border-radius:11px;
	background:var(--rlcd-warning-bg);
	color:var(--rlcd-warning)
}
.rlcd-plan-warning strong{display:block;margin-bottom:3px}
.rlcd-plan-warning p{margin:0}
.rlcd-account-page .rlb-wrap{max-width:none}
.rlcd-account-page .rlb-wrap h2,
.rlcd-account-page .rlb-wrap h3{color:var(--rlcd-navy)}
@media (max-width:700px){
	.rlcd-account-header__dates{display:grid;grid-template-columns:1fr}
	.rlcd-badges-callout{align-items:flex-start;flex-direction:column}
	.rlcd-badges-callout .button{width:100%;text-align:center}
}


/* 1.1.1: stronger contrast for the professional-panel eyebrow and supporting text. */
.rlcd-account-page .rlcd-welcome>div>p{
	color:#c9f1ec!important;
	text-shadow:0 1px 1px rgba(0,0,0,.18)
}
.rlcd-account-page .rlcd-welcome>div>span{
	color:#eef7fb!important
}

/* Contact Card endpoint wrapper. The card add-on keeps ownership of the card itself. */
.rlcd-contact-card-page{
	display:grid;
	gap:18px
}
.rlcd-contact-card-intro{
	padding:20px 22px;
	border:1px solid var(--rlcd-border);
	border-radius:16px;
	background:linear-gradient(135deg,#fff 0%,#eef8f7 100%);
	box-shadow:0 6px 18px rgba(16,42,67,.05)
}
.rlcd-contact-card-intro .rlcd-eyebrow{
	color:var(--rlcd-teal)!important
}
.rlcd-contact-card-intro h2{
	margin:0 0 7px!important;
	color:var(--rlcd-navy)!important;
	font-size:24px!important
}
.rlcd-contact-card-intro>p:last-child{
	margin:0;
	color:var(--rlcd-muted)
}

/* Friendly empty state for WooCommerce Orders. */
.rlcd-orders-empty-page .woocommerce-MyAccount-content>.woocommerce-info{
	display:none!important
}
.rlcd-orders-empty{
	position:relative;
	overflow:hidden;
	padding:34px 28px;
	border:1px solid var(--rlcd-border);
	border-radius:18px;
	background:
		radial-gradient(circle at 100% 0,rgba(0,107,99,.10),transparent 34%),
		linear-gradient(145deg,#fff 0%,#f7fbfb 100%);
	box-shadow:var(--rlcd-shadow);
	text-align:center
}
.rlcd-orders-empty__icon{
	display:grid;
	width:76px;
	height:76px;
	margin:0 auto 17px;
	place-items:center;
	border-radius:22px;
	background:linear-gradient(135deg,var(--rlcd-navy),var(--rlcd-teal));
	box-shadow:0 15px 30px rgba(16,42,67,.18)
}
.rlcd-orders-empty__icon span{
	position:relative;
	display:block;
	width:34px;
	height:29px;
	border:3px solid #fff;
	border-radius:5px
}
.rlcd-orders-empty__icon span::before{
	content:"";
	position:absolute;
	top:-10px;
	left:6px;
	width:16px;
	height:9px;
	border:3px solid #fff;
	border-bottom:0;
	border-radius:5px 5px 0 0
}
.rlcd-orders-empty .rlcd-eyebrow{
	color:var(--rlcd-teal)!important
}
.rlcd-orders-empty h2{
	margin:0 0 10px!important;
	color:var(--rlcd-navy)!important;
	font-size:27px!important
}
.rlcd-orders-empty>p:not(.rlcd-eyebrow){
	max-width:640px;
	margin:0 auto;
	color:var(--rlcd-muted);
	line-height:1.65
}
.rlcd-orders-empty__actions{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:11px;
	margin-top:22px
}
.rlcd-orders-page .woocommerce-orders-table{
	overflow:hidden;
	border:1px solid var(--rlcd-border)!important;
	border-radius:14px;
	background:#fff;
	box-shadow:0 6px 18px rgba(16,42,67,.05)
}
.rlcd-orders-page .woocommerce-orders-table th{
	background:var(--rlcd-bg);
	color:var(--rlcd-navy)
}
.rlcd-orders-page .woocommerce-orders-table td,
.rlcd-orders-page .woocommerce-orders-table th{
	padding:13px 14px!important;
	border-color:var(--rlcd-border)!important
}
@media (max-width:640px){
	.rlcd-orders-empty{
		padding:28px 18px
	}
	.rlcd-orders-empty__actions{
		flex-direction:column
	}
	.rlcd-orders-empty__actions .button{
		width:100%
	}
}


/* 1.2.0: shared Master Plans states and transparent plan table. */
.rlcd-notice--warning{border:1px solid #e3bd6f;background:var(--rlcd-warning-bg);color:var(--rlcd-warning)}
.rlcd-notice--error{border:1px solid #e1a5a5;background:#fff0f0;color:var(--rlcd-danger)}
.rlcd-account-header--empty{grid-template-columns:minmax(250px,1fr) auto}
.rlcd-plan-features{grid-column:1/-1}
.rlcd-plan-features__intro{margin:0 0 18px;color:var(--rlcd-muted)}
.rlcd-plan-table-wrap{overflow-x:auto;border:1px solid var(--rlcd-border);border-radius:13px}
.rlcd-plan-table{width:100%;margin:0!important;border:0!important;border-collapse:collapse;background:#fff}
.rlcd-plan-table th,
.rlcd-plan-table td{padding:13px 14px!important;border:0!important;border-bottom:1px solid var(--rlcd-border)!important;text-align:left;vertical-align:top}
.rlcd-plan-table thead th{background:var(--rlcd-bg);color:var(--rlcd-navy);font-size:12px;letter-spacing:.05em;text-transform:uppercase}
.rlcd-plan-table tbody tr:last-child th,
.rlcd-plan-table tbody tr:last-child td{border-bottom:0!important}
.rlcd-plan-table tbody th{width:42%;color:var(--rlcd-navy);font-weight:800}
.rlcd-plan-table td:nth-child(2){width:130px}
.rlcd-plan-table td strong{display:block;color:var(--rlcd-text)}
.rlcd-plan-table td small{display:block;margin-top:4px;color:var(--rlcd-muted);line-height:1.35}
.rlcd-feature-state{display:inline-flex;align-items:center;min-height:28px;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:800}
.rlcd-feature-state.is-included{border:1px solid #9bd3b4;background:var(--rlcd-success-bg);color:var(--rlcd-success)}
.rlcd-feature-state.is-excluded{border:1px solid #c7d1da;background:#f2f5f7;color:var(--rlcd-muted)}
.rlcd-feature-unavailable{margin-bottom:18px}
@media(max-width:700px){
	.rlcd-plan-table th,
	.rlcd-plan-table td{min-width:145px;padding:11px!important}
	.rlcd-plan-table tbody th{min-width:210px}
}
