.tg-guide-shared-memo {
	margin-top: 12px;
	padding: 11px 13px;
	border: 1px solid #e5cd76;
	border-radius: 11px;
	background: #fff9df;
}

.tg-guide-shared-memo strong,
.tg-guide-shared-memo small {
	display: block;
}

.tg-guide-shared-memo strong {
	color: #6f5a13;
}

.tg-guide-shared-memo p {
	margin: 6px 0 0;
	line-height: 1.7;
	white-space: pre-wrap;
}

.tg-guide-shared-records {
	padding: 18px;
	border: 1px solid #cfddce;
	border-radius: var(--tgradius);
	background: #f7fbf5;
}

.tg-guide-shared-records > h3 {
	margin: 0 0 5px;
	color: var(--tgdark);
}

.tg-guide-shared-records > p {
	margin: 0 0 13px;
	color: var(--tgmuted);
}

.tg-guide-shared-record-list {
	display: grid;
	gap: 11px;
}

.tg-guide-shared-record {
	padding: 13px 14px;
	border: 1px solid #dce6da;
	border-left: 4px solid #66966b;
	border-radius: 11px;
	background: #fff;
}

.tg-guide-shared-record header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 9px;
}

.tg-guide-shared-record header time {
	font-weight: 800;
	color: #315a3d;
}

.tg-guide-shared-record header span {
	color: var(--tgmuted);
	font-size: 12px;
}

.tg-guide-shared-record dl {
	margin: 0;
}

.tg-guide-shared-record dl div + div {
	margin-top: 9px;
	padding-top: 9px;
	border-top: 1px dashed #d9e1d7;
}

.tg-guide-shared-record dt {
	font-weight: 800;
	color: #526057;
}

.tg-guide-shared-record dd {
	margin: 4px 0 0;
	line-height: 1.7;
}

.tg-guide-shared-record dd p {
	margin: 3px 0;
}

.tg-user-chart-tooltip {
	position: fixed;
	z-index: 100000;
	width: min(360px, calc(100vw - 24px));
	padding: 12px 14px;
	border: 1px solid #dfc869;
	border-radius: 12px;
	background: #fff9d8;
	box-shadow: 0 10px 30px rgba(53, 61, 42, .2);
	color: #24352a;
	pointer-events: none;
}

.tg-user-chart-tooltip strong,
.tg-user-chart-tooltip small {
	display: block;
}

.tg-user-chart-tooltip strong {
	margin-bottom: 7px;
	color: #35593f;
}

.tg-user-chart-tooltip p {
	margin: 5px 0;
	line-height: 1.55;
}

.tg-user-chart-tooltip p b {
	color: #5c4b12;
}

.tg-user-chart-tooltip__memo {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.tg-user-chart-tooltip small {
	margin-top: 8px;
	padding-top: 7px;
	border-top: 1px dashed #d5c572;
	color: #6f684e;
}

.tg-chart-detail section.tg-chart-detail__selected {
	border: 1px solid #e5cd76;
	background: #fff9df;
}
