/* Frontend Shortcode & Customer Dashboard Styles */
.oip-shortcode-container {
	background: #ffffff;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	border: 1px solid #e2e8f0;
	margin: 20px 0;
}

.oip-title {
	margin-top: 0;
	font-size: 20px;
	color: #1e293b;
	font-weight: 700;
}

.oip-table-responsive {
	overflow-x: auto;
}

.oip-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	text-align: left;
}

.oip-table th {
	background: #f8fafc;
	color: #475569;
	font-weight: 700;
	padding: 12px 16px;
	border-bottom: 2px solid #e2e8f0;
}

.oip-table td {
	padding: 14px 16px;
	border-bottom: 1px solid #f1f5f9;
	color: #334155;
}

.oip-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
}
.oip-badge-paid { background: #dcfce7; color: #15803d; }
.oip-badge-pending { background: #fef3c7; color: #b45309; }

.oip-btn {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s;
}

.oip-btn-outline {
	background: #f1f5f9;
	color: #475569;
}
.oip-btn-outline:hover { background: #e2e8f0; }

.oip-btn-primary {
	background: #4f46e5;
	color: #ffffff;
}
.oip-btn-primary:hover { opacity: 0.9; }

.oip-btn-download {
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	background: #4f46e5;
	color: #fff;
	font-weight: 700;
	border-radius: 8px;
	text-decoration: none;
}
