/* PasswordMaster product chart (replaces pm_chart.swf) */
.pm-chart {
	box-sizing: border-box;
	width: 200px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
}
.pm-chart *,
.pm-chart *::before,
.pm-chart *::after {
	box-sizing: border-box;
}
.pm-chart-head {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 5px 8px;
	background: #1a1a1a;
	color: #fff;
	font-size: 10px;
	line-height: 1.3;
}
.pm-chart-badge {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f90;
	flex: 0 0 auto;
	text-indent: -9999px;
	overflow: hidden;
}
.pm-chart-title {
	font-weight: bold;
}
.pm-chart-body {
	padding: 8px;
	background: #fff;
	min-height: 120px;
}
.pm-chart-start {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	position: relative;
}
.pm-chart-start img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 200px;
}
.pm-chart-start-label {
	position: absolute;
	left: 6px;
	top: 6px;
	padding: 2px 8px;
	background: #f60;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	border-radius: 2px;
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #f60;
	transform: rotate(-8deg);
}
.pm-chart-lead {
	margin: 8px 0 0;
	padding: 0;
	font-size: 11px;
	color: #666;
}
.pm-chart-q {
	margin: 0 0 10px;
	padding: 10px 8px;
	border: 1px dashed #999;
	background: #f7f7f7;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.pm-chart-actions {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.pm-chart-yes,
.pm-chart-no {
	min-width: 64px;
	padding: 8px 12px;
	border: 0;
	border-radius: 4px;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	color: #fff;
}
.pm-chart-yes {
	background: #2f6fd6;
	box-shadow: 0 2px 0 #1d4f9e;
}
.pm-chart-yes:hover {
	background: #255bb3;
}
.pm-chart-no {
	background: #888;
	box-shadow: 0 2px 0 #666;
}
.pm-chart-no:hover {
	background: #777;
}
.pm-chart-result {
	padding: 8px;
	border: 1px solid #9bbb59;
	border-radius: 8px;
	background: #eef7d8;
}
.pm-chart-result-name {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	text-align: center;
}
.pm-chart-or {
	margin: 6px 0;
	text-align: center;
	color: #666;
	font-size: 11px;
}
.pm-chart-result-note {
	margin: 6px 0 8px;
	padding: 0;
	font-size: 11px;
	color: #555;
	text-align: center;
}
.pm-chart-result-btns {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.pm-chart-btn {
	display: block;
	padding: 6px 8px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #fff !important;
}
.pm-btn-personal {
	background: #5a9e2f;
}
.pm-btn-personal:hover {
	background: #4a8626;
}
.pm-btn-enterprise {
	background: #7a4ca8;
}
.pm-btn-enterprise:hover {
	background: #663d91;
}
.pm-btn-all {
	background: #5b9bd5;
}
.pm-btn-all:hover {
	background: #4786bf;
}
.pm-chart-more {
	display: block;
	margin-top: 4px;
	text-align: center;
	font-size: 11px;
	color: #00008b !important;
}
.pm-chart-foot {
	display: flex;
	justify-content: space-between;
	gap: 6px;
	padding: 6px 8px 8px;
	border-top: 1px solid #ddd;
	background: #fafafa;
}
.pm-chart-nav {
	flex: 1;
	padding: 4px 6px;
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #fff;
	font-size: 11px;
	cursor: pointer;
	color: #333;
}
.pm-chart-nav:hover {
	background: #f0f0f0;
}

/* When placed in main column */
.lineup .pm-chart,
.chart .pm-chart {
	width: 100%;
	max-width: 320px;
	margin: 0 0 1em;
}
.lineup .pm-chart-start img,
.chart .pm-chart-start img {
	max-width: 100%;
	height: auto;
}
