/**
 * Frontend Stylesheet for Subscriptions
 *
 * @package Acowebs\Subscriptions
 * @since   1.0.0
 */

.aco-subscription-price-display {
	display: inline-block;
	font-weight: 600;
}

.aco-subscription-details-box {
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 20px;
	margin: 20px 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.aco-subscription-details-title {
	margin-top: 0 !important;
	margin-bottom: 15px !important;
	font-size: 1.25em;
	font-weight: bold;
	color: #333;
}

.aco-subscription-details-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.aco-subscription-details-row th,
.aco-subscription-details-row td {
	padding: 8px 12px;
	text-align: left;
	border-bottom: 1px solid #eee;
}

.aco-subscription-details-row th {
	font-weight: 600;
	color: #666;
	width: 40%;
}

.aco-subscription-details-row td {
	color: #333;
}

.aco-subscription-details-row--highlight th,
.aco-subscription-details-row--highlight td {
	font-weight: 700;
	color: #000;
	border-bottom: none;
}

.aco-shop-subscription-summary {
	display: block;
	margin-top: 4px;
	color: #777;
	font-size: 0.85em;
}

.aco-checkout-subscription-summary {
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 15px;
	margin: 15px 0;
}

.aco-checkout-summary-title {
	margin-top: 0 !important;
	font-size: 1.15em !important;
}

.aco-checkout-summary-list {
	margin: 0;
	padding-left: 20px;
}

.aco-checkout-summary-item {
	margin-bottom: 8px;
}

.aco-checkout-summary-item:last-child {
	margin-bottom: 0;
}

.aco-checkout-summary-breakdown {
	color: #666;
}

/* Optional Badges */
.aco-subscription-badge {
	display: inline-block;
	padding: 3px 8px;
	font-size: 0.75em;
	font-weight: 600;
	border-radius: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.aco-subscription-badge--recurring {
	background-color: #e3f2fd;
	color: #0d47a1;
}

.aco-subscription-badge--trial {
	background-color: #e8f5e9;
	color: #1b5e20;
}

.aco-subscription-badge--signup {
	background-color: #fff3e0;
	color: #e65100;
}

.aco-subscription-badge--limit {
	background-color: #f3e5f5;
	color: #4a148c;
}
