.monthly-hero {
    border-radius: 0;
    overflow: hidden;
}

.feature-wrap {
    border-radius: 4px;
    background: linear-gradient(135deg, #f9fafc, #f3f6ff);
}

.plan-section {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
}

.plan-card {
	border: 1px solid #e5e5e5;
	border-radius: 0;
	background: #fff;
	position: relative;
	display: flex;
	flex-direction: column
}
.plan-card-normal {
    border-color: #e5e5e5;
}
.plan-card-vip {
    border-color: #ff5474;
    box-shadow: 0 0 0 1px rgba(255, 84, 116, 0.25);
}
.plan-card .head {
    padding: 18px;
    border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.plan-card .price {
    font-size: 26px;
    color: #c20044;
    font-weight: 700;
}
.plan-card .body {
    padding: 10px;
}
.plan-card ul {
    margin: 0 15px;
}
.feature-list {
	list-style:  none;
	padding-left:  0;
	margin:  0 0 10px 0;
}
.feature-list li {
	position:  relative;
	padding: 5px;
	margin-top: 7px;
	border-bottom: 1px dotted #eee;
}
.feature-list li span.glyphicon {
	font-size: 18px;
	margin-right: 10px;
	vertical-align: top;
}
.feature-list li:last-child {
	border-bottom: none;
}
/*
.feature-list li:before {
	content:  '';
	left:  0;
	top:  10px;
	position:  absolute;
	display:  block;
	width:  10px;
	height:  5px;
	border-bottom:  #4CAF50 2px solid ;
	border-left:  #4CAF50 2px solid ;
	transform:  rotate(-45deg);
}
*/

.plan-card .btn-wrap {
    padding: 0 18px 18px;
    margin-top: auto;
}
.plan-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff5474;
    color: #fff;
    font-size: 12px;
	padding: 4px 12px;
    border-bottom-left-radius: 12px;
    font-weight: 700;
    letter-spacing: .03em;
}
.upgrade-badge {
    display: inline-block;
    margin-top: 4px;
    padding: 2px 8px;
    border-radius: 999px;
	font-size: 11px;
    font-weight: 600;
    background: #ffe5f0;
    color: #c20044;
}
.qa .q {
    font-weight: 700;
    margin-bottom: 2px;
}

.qa .a {
	padding-left: 25px;
}
.qa .a a {
    color: #c20044;
}

.note-box {
    background: #fff8e6;
    border: 1px solid #ffe0a3;
    border-radius: 0;
}
.btn-maria[disabled] {
    opacity: .6;
    cursor: default;
}



.kv-table{
	width:100%;
	border-collapse:collapse;
	border: 1px solid #dddddd;
}
.kv-table th, .kv-table td {
    padding: 10px 12px;
	border-bottom: 1px solid #dddddd;
}
.kv-table tr:last-child th, .kv-table tr:last-child  td {
    border: none;
}
.kv-table th {
    width: 260px;
    background: #f8f8f8;
    color: #555;
    font-weight: 600;
}
.badge-status {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .02em;
}
.badge-active {
    background: #e8f7ed;
    color: #1e7e34;
    border: 1px solid #b7ebc6;
}
.badge-inactive {
    background: #fff5f5;
    color: #c0392b;
    border: 1px solid #ffd7d7;
}
.badge-cancelled {
    background: #fff8e6;
    color: #a15c07;
    border: 1px solid #ffe0a3;
}
.note {
    font-size: 12px;
    color: #666;
}


.list-table {
    width: 100%;
    border-collapse: collapse;
}
.list-table th, .list-table td {
    padding: 10px 12px;
    border-top: 1px solid #f0f0f0;
}
.list-table th {
    background: #f8f8f8;
    color: #555;
    font-weight: 600;
    white-space: nowrap;
}
.badge.success {
    background: #e8f7ed;
    color: #1e7e34;
    border-color: #b7ebc6;
}
.note {
    font-size: 12px;
    color: #666;
}


@media (max-width: 767px) {
	.plan-card {
		margin: 0 10px 30px 10px;
	}
	
	.list-table th:nth-child(4), .list-table td:nth-child(4), 
	.list-table th:nth-child(6), .list-table td:nth-child(6), 
	.list-table th:nth-child(7), .list-table td:nth-child(7) {
		display: none;
	}
}