/* ============================================================
   Pro Teaser Meta Box — Sidebar on edit screen
   ============================================================ */

.rc-pro-teaser {
	margin: -6px -12px -12px;
	padding: 0;
}

.rc-pro-teaser-feature {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 12px;
	border-bottom: 1px solid #f0f0f1;
}

.rc-pro-teaser-feature:last-of-type {
	border-bottom: none;
}

.rc-pro-teaser-feature .dashicons {
	color: #2271b1;
	margin-top: 2px;
	flex-shrink: 0;
}

.rc-pro-teaser-feature strong {
	display: block;
	font-size: 13px;
	line-height: 1.4;
	color: #1d2327;
}

.rc-pro-teaser-feature p {
	margin: 2px 0 0;
	font-size: 12px;
	line-height: 1.4;
	color: #646970;
}

.rc-pro-teaser-button {
	display: block;
	text-align: center;
	padding: 10px 12px;
	background: #2271b1;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	border-top: 1px solid #f0f0f1;
}

.rc-pro-teaser-button:hover,
.rc-pro-teaser-button:focus {
	background: #135e96;
	color: #fff;
}

/* ============================================================
   Pro Admin Banner — Dismissible notice
   ============================================================ */

.rc-pro-banner {
	border-left-color: #2271b1;
	padding: 0;
}

.rc-pro-banner-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 16px;
}

.rc-pro-banner-content strong {
	font-size: 14px;
	color: #1d2327;
}

.rc-pro-banner-content p {
	margin: 4px 0 0;
	font-size: 13px;
	color: #646970;
}

.rc-pro-banner-cta {
	flex-shrink: 0;
	white-space: nowrap;
}

/* ============================================================
   Go Pro Page — Feature comparison table
   ============================================================ */

.rc-pro-page {
	max-width: 700px;
}

.rc-pro-page h1 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.rc-pro-page-intro {
	font-size: 15px;
	color: #646970;
	margin-bottom: 2em;
}

.rc-pro-comparison {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	overflow: hidden;
}

.rc-pro-comparison th,
.rc-pro-comparison td {
	padding: 12px 16px;
	text-align: left;
	border-bottom: 1px solid #f0f0f1;
	font-size: 13px;
}

.rc-pro-comparison thead th {
	background: #f6f7f7;
	font-weight: 600;
	font-size: 14px;
	border-bottom: 1px solid #c3c4c7;
}

.rc-pro-comparison-feature {
	width: 60%;
}

.rc-pro-comparison-free,
.rc-pro-comparison-pro {
	width: 20%;
	text-align: center !important;
}

.rc-pro-comparison tbody td:nth-child(2),
.rc-pro-comparison tbody td:nth-child(3) {
	text-align: center;
}

.rc-pro-comparison tbody tr:last-child td {
	border-bottom: none;
}

.rc-pro-comparison .rc-check {
	color: #00a32a;
	font-size: 20px;
}

.rc-pro-comparison .rc-no {
	color: #c3c4c7;
	font-size: 20px;
}

.rc-pro-page-cta {
	margin-top: 2em;
	text-align: center;
}

/* ============================================================
   Widget Form Pro Teaser
   ============================================================ */

.rc-widget-pro-teaser {
	background: #f0f6fc;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 8px 12px;
	margin-top: 8px;
}

.rc-widget-pro-teaser p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #1d2327;
}

.rc-widget-pro-teaser a {
	font-weight: 600;
	white-space: nowrap;
}
