/* Standard Classic template */
.psg-template--short-blue {
	font-family: 'Inter', Arial, sans-serif;
	color: #262626;
	background: #fff;
	padding: 18px 16px;
}

.psg-template--short-blue .psg-template__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 12px;
}

.psg-template--short-blue .psg-template__brand {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.psg-template--short-blue .psg-template__logo {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	flex: 0 0 64px;
}

.psg-template--short-blue .psg-template__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.psg-template--short-blue .psg-template__company {
	text-align: left;
}

.psg-template--short-blue .psg-template__company-name {
	font-size: 16px;
	font-weight: 600;
}

.psg-template--short-blue .psg-template__company-line {
	font-size: 11px;
	line-height: 1.4;
}

.psg-template--short-blue .psg-template__title {
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	color: #264fab;
}

.psg-template--short-blue .psg-template__bar {
	background: #264fab;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-align: left;
}

.psg-template--short-blue .psg-template__table {
	width: 100%;
	border-collapse: collapse;
	margin-block-end: 0;
}

.psg-template--short-blue .psg-template__table--classic {
	background: #fff;
	text-align: center;
	vertical-align: middle;
}

.psg-template--short-blue .psg-template__table--info {
	margin-top: 8px;
}

.psg-template--short-blue .psg-template__table--summary {
	/* margin-top: 10px; */
}

.psg-template--short-blue .psg-left-align{
	text-align: left !important;
}

.psg-template--short-blue .psg-template__table thead th {
	padding: 12px;
	font-size: 11px;
	font-weight: 600;
	background: #264fab;
	color: #fff;
	border: none;
	text-align: center;
}

.psg-template--short-blue .psg-template__table tbody td {
	padding: 14px 12px;
	font-size: 12px;
	vertical-align: top;
	background: #fff;
	border:none;
}

.psg-template--short-blue .psg-template__table--info tbody td {
	border: none;
}

.psg-template--short-blue .psg-template__table--info tbody td,
.psg-template--short-blue .psg-template__table--summary tbody td {
	background: #fff;
	text-align: center;
}

.psg-template--short-blue .psg-template__table--classic tbody td:nth-child(1),
.psg-template--short-blue .psg-template__table--classic tbody td:nth-child(5) {
	background: #f3f3f3;
	text-align: left;
	padding-bottom: 40px;
}

.psg-template--short-blue .psg-template__table--classic td:nth-child(2),
.psg-template--short-blue .psg-template__table--classic td:nth-child(3),
.psg-template--short-blue .psg-template__table--classic td:nth-child(4) {
	text-align: center;
}

.psg-template--short-blue .psg-template__table--classic .psg-template__table-row {
	background: transparent;
}

.psg-template--short-blue .psg-template__cell--muted {
	background: transparent;
	padding: 6px 8px;
	border-radius: 2px;
}

.psg-template--short-blue .psg-template__cell--stack {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-height: 40px;
}

.psg-template--short-blue .psg-template__cell--stack div {
	line-height: 1.35;
}

.psg-template--short-blue .psg-template__row--summary {
	background: transparent;
}
