.gc-notifications-cards {
	max-width: none;
	width: 100%;
}

.gc-notifications-cards.is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none;
}

.gc-notifications-cards.alignwide {
	max-width: var(--wp--style--global--wide-size, 1400px);
	width: 100%;
}

.gc-notifications-cards.alignfull {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: none;
	width: 100vw;
}

.gc-notifications-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.gc-notifications-list:after,
.gc-notifications-list:before {
	display: none;
}

.gc-notification {
	background-color: #f8f8f8;
	border-bottom: 1px solid #e0e0e0;
	border-radius: 0;
	cursor: pointer;
	list-style: none !important;
	list-style-type: none !important;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	transition: all .3s ease;
}

.gc-notification .notification-content {
	display: block;
	padding: 20px;
}

.gc-notification .notification-content,
.gc-notification .notification-content:active,
.gc-notification .notification-content:focus,
.gc-notification .notification-content:hover {
	color: inherit !important;
	text-decoration: none !important;
}

.gc-notification:last-child {
	border-bottom: none !important
}

.gc-notification .notification-content:hover,
.gc-notification:hover {
	background-color: #fff !important;
	transition: all .3s ease !important;
}

.gc-notifications-list .gc-notification:last-child {
	border-bottom: none !important
}

.gc-notifications-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(323px, 323px));
	justify-content: start;
	margin: 0;
	padding: 0;
}

@media(max-width:1200px) {
	.gc-notifications-grid {
		grid-template-columns: repeat(auto-fit, minmax(323px, 323px));
		justify-content: start;
	}
}

@media(max-width:900px) {
	.gc-notifications-grid {
		grid-template-columns: repeat(auto-fit, minmax(323px, 323px));
		justify-content: start;
	}
}

@media(max-width:600px) {
	.gc-notifications-grid {
		grid-template-columns: 1fr;
		justify-content: center;
	}
}

.notification-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	cursor: pointer;
	display: block;
	max-width: 323px;
	min-height: 249px;
	padding: 70px 20px 20px;
	position: relative;
	text-decoration: none !important;
	transition: all .3s ease;
	width: 100%;
}

.notification-card:active,
.notification-card:focus,
.notification-card:hover {
	color: inherit !important;
	text-decoration: none !important;
}

.notification-card:hover {
	background-color: #fff !important;
	transition: all .3s ease !important;
}

.notification-meta {
	align-items: center;
	color: #2d4553;
	display: flex;
	font-size: 12px;
	font-weight: 400;
	gap: 8px;
	margin-bottom: 8px !important
}

.wp-block-gnist-notifications-cards .notification-meta {
	border-bottom: 1px solid #000;
	padding-bottom: 15px !important
}

.notification-type {
	text-transform: none !important
}

.notification-date,
.notification-separator,
.notification-type {
	color: #2d4553;
	font-weight: 400 !important
}

.notification-separator {
	margin: 0 .5rem !important
}

.notification-meta .notification-type+.notification-date:before {
	content: none !important
}

.gc-link-anything,
.gc-link-anything:active,
.gc-link-anything:focus,
.gc-link-anything:hover,
.gc-notification a,
.gc-notification a:active,
.gc-notification a:focus,
.gc-notification a:hover,
.wp-block-gnist-link-anything,
.wp-block-gnist-link-anything:active,
.wp-block-gnist-link-anything:focus,
.wp-block-gnist-link-anything:hover,
.wp-block-post a,
.wp-block-post a:active,
.wp-block-post a:focus,
.wp-block-post a:hover,
.wp-block-post-template a,
.wp-block-post-template a:active,
.wp-block-post-template a:focus,
.wp-block-post-template a:hover,
.wp-block-query a,
.wp-block-query a:active,
.wp-block-query a:focus,
.wp-block-query a:hover {
	text-decoration: none !important
}

.gc-notifications-list,
.wp-block-post-template,
.wp-block-query {
	list-style: none;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0 !important
}

.gc-notifications-list:after,
.gc-notifications-list:before,
.wp-block-post-template:after,
.wp-block-post-template:before,
.wp-block-query:after,
.wp-block-query:before {
	content: none;
	display: none !important
}

.notification-item-read,
.notification-item-unread {
	border-bottom: 1px solid #000;
	border-radius: 0;
	cursor: pointer;
	list-style: none;
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
	position: relative;
	transition: all .3s ease !important
}

.notification-item-read:after,
.notification-item-read:before,
.notification-item-unread:after,
.notification-item-unread:before {
	content: none;
	display: none !important
}

.notification-item-read .notification-content,
.notification-item-unread .notification-content {
	color: inherit;
	display: block;
	padding: 20px;
	text-decoration: none !important
}

.notification-item-read .notification-content:active,
.notification-item-read .notification-content:focus,
.notification-item-read .notification-content:hover,
.notification-item-unread .notification-content:active,
.notification-item-unread .notification-content:focus,
.notification-item-unread .notification-content:hover {
	color: inherit !important;
	text-decoration: none !important;
}

.notification-item-unread {
	background-color: #d4ece3;
	border-bottom: 1px solid #2d4553;
}

.notification-item-unread:hover {
	background-color: #fff !important;
	border-bottom: 1px solid #2d4553 !important;
	transition: all .3s ease !important;
}

.notification-item-read {
	background-color: #f1f2f2;
	border-bottom: 1px solid #f1f2f2;
}

.notification-item-read:hover {
	background-color: #fff !important;
	border-bottom: 1px solid #2d4553 !important;
	transition: all .3s ease !important;
}

.notification-unread,
.status-unread,
.unread-notification {
	background-color: #d4ece3;
	border-bottom: 1px solid #000 !important;
}

.notification-unread:hover,
.status-unread:hover,
.unread-notification:hover {
	background-color: #fff !important;
	border-bottom: 1px solid #2d4553 !important;
	transition: all .3s ease !important;
}

.notification-read,
.read-notification,
.status-read {
	background-color: #f1f2f2;
	border-bottom: 1px solid #000 !important;
}

.notification-read:hover,
.read-notification:hover,
.status-read:hover {
	background-color: #fff !important;
	border-bottom: 1px solid #2d4553 !important;
	transition: all .3s ease !important;
}

.notification-card.notification-unread,
.notification-card.status-unread,
.notification-card.unread-notification {
	background-color: #d4ece3;
	border-color: #2d4553;
	position: relative !important
}

.notification-card.notification-unread:hover,
.notification-card.status-unread:hover,
.notification-card.unread-notification:hover {
	background-color: #fff !important;
	border: 1px solid #2d4553 !important;
	transition: all .3s ease !important;
}

.notification-card.notification-unread:active,
.notification-card.notification-unread:focus,
.notification-card.notification-unread:hover,
.notification-card.status-unread:active,
.notification-card.status-unread:focus,
.notification-card.status-unread:hover,
.notification-card.unread-notification:active,
.notification-card.unread-notification:focus,
.notification-card.unread-notification:hover {
	color: inherit;
	text-decoration: none !important
}

.notification-card.notification-read,
.notification-card.read-notification,
.notification-card.status-read {
	background-color: #f1f2f2;
	border-color: #f1f2f2 !important
}

.notification-card.notification-read:hover,
.notification-card.read-notification:hover,
.notification-card.status-read:hover {
	background-color: #fff !important;
	border: 1px solid #2d4553 !important;
	transition: all .3s ease !important;
}

.notification-card.notification-read:active,
.notification-card.notification-read:focus,
.notification-card.notification-read:hover,
.notification-card.read-notification:active,
.notification-card.read-notification:focus,
.notification-card.read-notification:hover,
.notification-card.status-read:active,
.notification-card.status-read:focus,
.notification-card.status-read:hover {
	color: inherit;
	text-decoration: none !important
}

.notification-dot {
	background-color: #2d4553;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin-right: 8px;
	vertical-align: middle;
	width: 8px !important
}

.notification-card .notification-dot {
	height: 16px;
	left: 10px;
	margin-right: 0;
	position: absolute;
	top: 10px;
	width: 16px !important
}

.gc-notification .notification-dot {
	display: inline-block;
	height: 8px;
	margin-right: 8px;
	vertical-align: middle;
	width: 8px !important
}

.gc-notification:after,
.gc-notification:before {
	content: none;
	display: none !important
}

.gc-notification .notification-title {
	display: inline;
	vertical-align: middle !important
}

.notification-card.notification-read .notification-dot,
.notification-card.read-notification .notification-dot,
.notification-card.status-read .notification-dot {
	display: none !important
}

.notification-title {
	color: #495057;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
	word-wrap: break-word;
	hyphens: auto;
	overflow-wrap: break-word !important
}

.gc-notification.notification-unread .notification-title,
.notification-card.notification-unread .notification-title {
	font-weight: 700 !important
}

.gc-notification.notification-read .notification-title,
.notification-card.notification-read .notification-title {
	font-weight: 400 !important
}

.notification-header,
.read-indicator,
.unread-indicator {
	display: none !important
}

.gc-notifications-cards * {
	list-style: none;
	list-style-type: none !important
}

.gc-notifications-cards .notification-dot:after,
.gc-notifications-cards .notification-dot:before,
.gc-notifications-cards :after,
.gc-notifications-cards :before {
	content: none !important
}

.wp-block-gnist-notifications-cards.alignleft {
	float: left;
	margin-bottom: 1em;
	margin-right: 2em;
	max-width: 100% !important
}

.wp-block-gnist-notifications-cards.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center !important
}

.wp-block-gnist-notifications-cards.alignright {
	float: right;
	margin-bottom: 1em;
	margin-left: 2em;
	max-width: 100% !important
}

.wp-block-gnist-notifications-cards.alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px !important
}

.wp-block-gnist-notifications-cards.alignfull {
	margin-left: 0;
	margin-right: 0;
	max-width: none !important
}

.wp-block-gnist-notifications-cards:after {
	clear: both;
	content: "";
	display: table !important
}
