
.breakdance .bde-div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	max-width: 100%;
	position: relative;
	background-size: cover;
}

.breakdance .bde-image {
	max-width: 100%;
}

.breakdance-image {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	margin: 0;
	border: none;
}

.breakdance-image-clip {
	overflow: hidden;
}

.breakdance-image-object {
	display: block;
	max-width: 100%;
	height: auto;
}

.breakdance-image__caption {
	text-align: center;
	margin: 0;
	padding: 16px;
}

.breakdance-image--caption-overlap .breakdance-image__caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.breakdance-image-link {
	display: block;
}

.breakdance-image__mask {
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: auto;
	mask-size: auto;
}

.breakdance-image__mask img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

.breakdance .bde-text-link {
	display: flex;
}

.breakdance .bde-text-link > * {
	margin: 0;
	color: currentColor;
}

.breakdance .bde-post-meta {
	max-width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	color: #000;
}

.breakdance .bde-post-meta li {
	position: relative;
	display: flex;
	align-items: center;
	color: inherit;
	margin: 0;
	padding: 0;
}

.breakdance .bde-post-meta li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
}

.breakdance .bde-post-meta .ee-postmeta-icon {
	font-size: 18px;
	margin-right: 6px;
}

.breakdance .bde-post-meta .ee-postmeta-avatar {
	width: 18px;
	display: flex;
	margin-right: 6px;
}

.breakdance .bde-post-meta .ee-postmeta-avatar img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

.breakdance .bde-post-meta .ee-postmeta-term {
	display: flex;
	flex-wrap: wrap;
	white-space: pre-wrap;
	position: relative;
}

.ee-postmeta-terms-wrap {
	flex-wrap: wrap;
}

.breakdance .bde-post-meta .ee-postmeta-term:not(:last-child):after {
	content: ", ";
}

.breakdance .bde-post-meta .ee-postmeta-before {
	white-space: pre-wrap;
}

.breakdance .bde-text {
	max-width: 100%;
	margin: 0;
	color: var(--bde-text-color, var(--bde-body-text-color));
}

.breakdance .bde-button {
	max-width: 100%;
}
