.calendar-relation-bar {
	background-color: var(--ui-color-palette-blue-20);
	border-radius: var(--ui-border-radius-xs);
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 14px 16px 14px 12px;
}

.calendar-relation-entity-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	gap: 2px;
}

.calendar-relation-entity-link-text {
	font-family: var(--ui-font-family-primary);
	font-size: var(--ui-font-size-xs);
	font-style: normal;
	font-weight: var(--ui-font-weight-semi-bold);
	line-height: normal;
	letter-spacing: 0.36px;
	color: #0B66C3;
	text-transform: uppercase;
}

.calendar-relation-entity-link-arrow {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.44 2.23l3.018 3.017L9.24 6l-.782.753L5.44 9.771l1.065 1.065L11.341 6 6.505 1.164 5.44 2.23z' fill='%230B66C3'/%3E%3C/svg%3E");
	height: 12px;
	width: 12px;
}

.calendar-relation-owner {
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	gap: 14px;
}

.calendar-relation-owner-role {
	color: var(--ui-color-base-70, #828B95);
	font-family: var(--ui-font-family-system);
	font-size: var(--ui-font-size-4xs);
	font-style: normal;
	font-weight: var(--ui-font-weight-medium);
	line-height: normal;
	text-transform: uppercase;
}

.calendar-relation-owner-info {
	display: flex;
	align-items: center;
	gap: 6px;
}

.calendar-relation-owner-avatar {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 23px;
	height: 23px;
	border-radius: 50%;
}

.calendar-relation-owner-avatar > img {
	width: 23px;
	height: 23px;
	border-radius: 50%;
}

.calendar-relation-owner-name {
	display: block;
	white-space: nowrap;
	max-width: 180px;

	overflow: hidden;
	color: var(--ui-color-link-primary-base);
	text-overflow: ellipsis;
	font-family: var(--ui-font-family-helvetica);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
}

.calendar-relation-owner-chat {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.126 5H5.874C5.394 5 5 5.39 5 5.867v5.85c0 .476.393.866.874.866h4.43l2.328 2.31a.376.376 0 00.527 0v-2.31h1.967c.48 0 .874-.39.874-.866v-5.85A.873.873 0 0015.126 5z' fill='%2311A9D9'/%3E%3C/svg%3E");
	height: 18px;
	width: 16px;
	cursor: pointer;
}

.calendar-relation-entity-link:hover,
.calendar-relation-owner-name:hover,
.calendar-relation-owner-chat:hover {
	opacity: 0.8;
}

.calendar-relation-bar-loader {
	display: flex;
	flex: 1;
	justify-content: center;
}
