.ce-block__content, .ce-toolbar__content {
    max-width: calc(100%) !important;
}

.ce-block__content {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
}

.cdx-checklist__item {
    display: flex;
    box-sizing: content-box;
}

.cdx-checklist__item--checked .cdx-checklist__item-checkbox {
    background: #388ae5;
    border-color: #388ae5;
}

.cdx-checklist__item-checkbox {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 5px;
    margin-left: 0;
    margin-right: 7px;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    background: #fff;
    user-select: none;
}

.cdx-checklist__item--checked .cdx-checklist__item-checkbox::after {
    opacity: 1;
}

.cdx-checklist__item-checkbox::after {
    position: absolute;
    top: 6px;
    left: 5px;
    width: 9px;
    height: 4px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    content: '';
    opacity: 0;
    transform: rotate(-45deg);
}

.cdx-checklist__item-text {
    outline: none;
    flex-grow: 1;
    padding: 5px 0;
}
.cdx-list--unordered {
    list-style: disc;
}

.cdx-list {
    margin: 0;
	padding-left: 40px !important;
    outline: none;
}
.cdx-block {
    max-width: 100% !important;
}

.cdx-block {
    padding:0;
}

.cdx-list__item {
    padding: 5.5px 0 5.5px 3px;
    line-height: 1.6em;
}

.ce-header {
    padding: 0.6em 0 3px;
    margin: 0;
    line-height: 1.25em;
    outline: none;
}

.ce-tune-alignment--center{
	text-align:center;
}

.ce-tune-alignment--right{
	text-align:right;
}

.cdx-list--ordered {
    list-style: decimal;
}

.editorxe-line{
	padding: 0.4em 0;
}

.cdx-marker{
	background: rgba(245,235,111,0.29);
    padding: 3px 0;
}

.bl-url-card{
	max-width: 100%;
    margin: 5px 0 5px;
	display: flex !important;
}

.xe_content .bl-url-card a{
	text-decoration: none;
}

.xe_content .bl-url-card a:hover{
	text-decoration: none;
}

.bl-box_shadow {
    box-shadow: 0 0 3px #bbb;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    background: #fff;
}

.bl-link{
	text-decoration: none;
	padding:0 !important;
}

.bl-link-image {
    width: 160px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}

.bl-view-ct {
	/*
    width: calc(100% - 160px);
	*/
	padding: 0px 0 12px !important;
    text-align: left !important;
	float:left !important;
	display: flex;
    align-items: center;
}

.bl-link-title {
	text-decoration: none;
	width: calc(100% - 30px);
    padding: 0 15px;
    line-height: 20px;
    letter-spacing: -0.5px;
    -webkit-line-clamp: 1;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: bold;
	font-size: 15.5px;
	display: block;
	text-align: left;
	word-break: break-all;
	text-size-adjust: auto;
}

.bl-link-url{
	width: calc(100% - 30px);
	padding: 0 15px;
	font-style: italic;
    font-family: "Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 0;
	font-size: 11.5px;
	text-align: left;
	text-decoration: none;
    margin-bottom: 8px;
    line-height: 15px;
    margin-top: 4px;
    color: #bbb;
    outline: 0;
}

.bl-link-url span{
	font-size: 13.5px;
    letter-spacing: 0;
}

.bl-link-description {
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	width: calc(100% - 30px);
    padding: 0 15px;
	letter-spacing: 0;
}

.bl-clear-both{
	clear: both;
}

@media screen and (max-width: 768px) {
	.bl-link-image {
		width: 100px;
		height: 100px;
	}

	.bl-view-ct {
		padding: 4px 0 4px !important;
		/*
		width: calc(100% - 100px);
		*/
	}

	.bl-link-description {
		width: 100%;
		padding: 0 5px;
	}

	.bl-link-url {
		width: 100%;
		padding: 0 5px;
	}

	.bl-link-title {
		width: 100%;
		padding: 0 5px;
	}

	.bl-view-ct {
		padding: 4px 0 4px !important;
		/*
		width: calc(100% - 100px);
		*/
	}
}

.ed-file-link{
	max-width:280px;
	position: relative;
	box-shadow: 0 0 3px #bbb;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
	padding: 7px 25px 7px 7px;
	display: inline-block;
	min-width:200px;
	box-sizing: border-box;
}

.ed-file-ext{
	height:45px;
	width:45px;
	background-color:black;
	color:white;
	float:left;
	text-align:center;
	margin-right:7px;
	border-radius: 8px;
	line-height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.ed-file-ct{
	width: calc(100% - 57px);
    letter-spacing: 0;
	font-size: 11.5px;
	text-align: left;
	text-decoration: none;
    line-height: 15px !important;
    outline: 0;
	float:left;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	text-size-adjust: auto;
	margin: auto 0;
	flex-grow: 2;
	padding-top:5px;
	white-space:nowrap;
}

.ed-file-name{
	font-weight: bold;
	line-height: 15px!important;
}

.ed-file-size{
	color: #707684;
	line-height: 15px!important;
}

.ed-file-dn{
	position: absolute !important;
	right:5px;
	top:18px;
	width:24px;
	height:24px;
}

.filter-orange{
	filter: invert(46%) sepia(98%) saturate(493%) hue-rotate(333deg) brightness(94%) contrast(94%);
}

.filter-707684{
	filter:brightness(0) saturate(100%) invert(47%) sepia(18%) saturate(271%) hue-rotate(184deg) brightness(93%) contrast(89%);
}

.filter-black{
	filter: brightness(0) saturate(100%);
}

.ed-file-ext.doc,.ed-file-ext.docx,.ed-file-ext.odt{
background-color: #1483E9;
}
.ed-file-ext.doc,.ed-file-ext.docx,.ed-file-ext.odt{
	background-color: #1483E9;
}

.ed-file-ext.pdf{
	background-color: #DB2F2F;
}

.ed-file-ext.rtf{
	background-color: #744FDC;
}

.ed-file-ext.tex,.ed-file-ext.txt{
	background-color: #5a5a5b;
}

.ed-file-ext.pptx,.ed-file-ext.ppt{
	background-color: #E35200;
}
.ed-file-ext.mp3{
	background-color: #eab456;
}
.ed-file-ext.mp4{
	background-color: #f676a6;
}
.ed-file-ext.xls{
	background-color: #11AE3D;
}
.ed-file-ext.html,.ed-file-ext.htm,.ed-file-ext.js{
	background-color: #2988f0;
}
.ed-file-ext.zip,.ed-file-ext.rar{
	background-color: #4f566f;
}
.ed-file-ext.exe{
	background-color: #e26f6f;
}
.ed-file-ext.key{
	background-color: #00B2FF;
}
.ed-file-ext.sketch{
	background-color: #FFC700;
}
.ed-file-ext.ai{
	background-color: #FB601D;
}
.ed-file-ext.psd{
	background-color: #388ae5;
}
.ed-file-ext.dmg{
	background-color: #e26f6f;
}
.ed-file-ext.json,.ed-file-ext.log{
	background-color: #2988f0;
}
.ed-file-ext.csv{
	background-color: #11AE3D;
}

.youtube-div {
	position:relative;
	height:0;
	padding-bottom:56.25%;
	max-width: 100%;
}

.youtube-div iframe {
	border:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	max-width: 100%;
}

.youtube-div-shorts {
	position: relative;
	width:100%;
	padding-bottom: 0;
    height: 640px;
    overflow: hidden;
	max-width: 360px !important;
}

.youtube-div-shorts iframe{
	position: relative;
    max-width: 360px !important;
    border-radius: 12px;
	top: 0;
    left: 0;
    border: 0;
    width: 100%;
	height: 100%;
}

.trash-obj{
	display: none;
}

.bl-url-card span{
	display: block !important;
}


.cdx-checklist__item-text
{
	line-height: 1.4em !important;
}

.ed-sticker-image{
	width:140px;
	height:auto;
	vertical-align: baseline;
}

.cdx-checklist__item-checkbox{
	margin: auto !important;
	width: 16px !important;
    height: 16px !important;
}

.cdx-checklist__item-checkbox::after{
	top: 4px !important;
	left: 3px !important;
	width: 8px !important;
	}

.cdx-checklist__item-text{
	margin-left:5px;
	line-height: 1em !important;
}

.ed-chatgpt-wrap{
	max-width:100%;
	width:100%;
	box-sizing: content-box;
	display: block !important;
	overflow: overlay;
    padding: 20px 10px 20px 10px;
}

.ed-chatgpt-wrap-q{
	display: block;
	height:40px;
	box-sizing: content-box;
	position: relative;
}

.ed-chatgpt-q{
	display: block;
	float: right;
	padding:7px;
	background-color: #27424e;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
	color:white;
	max-width: 100%px !important;
}

.ed-chatgpt-a{
	display: block;
	float: left;
	padding:20px 7px 20px 7px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
	max-width: 100%;
	z-index: 2;
	position: relative;
	margin-top: 5px;
}

.xe_content .ed-chatgpt-a p {
    margin: 0;
}

.ed-chatgpt-logo{
	display: block !important;
	position: absolute !important;
	top:0 !important;
	right:0 !important;
	width:18px !important;
	height:18px !important;
}

.ed-chatgpt-copy-button{
	display: block !important;
	position: absolute !important;
	bottom:1px !important;
	right:1px !important;
	width:17px !important;
	height:17px !important;
	cursor: pointer;
	fill:#797979;
}

.xe_content .editorxe-line{
padding:0;
}

.xe_content .bl-url-card a {
    border: 0 !important;
	display: inline !important;
	background: none !important;
	overflow: hidden;
}


.instagram-div {
    display: flex;
    width: calc(100% - 22px);
    box-sizing: content-box;
    position: relative;
    max-width: 540px;
}

.instagram-div iframe{
	background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid rgb(219,219,219);
    box-shadow: none;
    display: block;
    margin: 0px 0px 12px;
    min-width: 326px;
    padding: 0px;
    max-width: 540px;
    width: calc(100% - 22px);
}

@media screen and (max-width: 365px) {
	.ed-chatgpt-a{
		max-width: 95%;
	}
}

@media screen and (max-width: 540px) {

	.instagram-div{
		width:100%;
		text-align: center;
		justify-content: center;
	}

	.instagram-div iframe{
		margin:auto;
	}

	.ed-twitter-div{
		width:100%;
		text-align: center;
		justify-content: center;
	}

	.ed-twitter-div div:first-child{
		max-width:328px !important;
		margin:auto;
	}

}

.bl-view-ct.no-bg{
	width:100% !important;
}

.ed-chatgpt-wrap div.ed-chatgpt-a:nth-child(even){
	margin-bottom: 20px;
}

.ed-chatgpt-wrap div.ed-chatgpt-a:nth-last-child(2){
	margin-bottom: 0;
}

.ed-nick-name{
	height:100%;
	line-height: 0 !important;
}

.ed-pf-image{
	height:20px;
}

.ed-pf-image img{
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 1px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

.amNickParent {
	border: 2px solid #e8e8e8;
    display: inline-table !important;
    margin: 2px 1px 3px 0 !important;
    line-height: 1;
	padding: 2px !important;
    border-radius: 0.28571429rem !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	position: relative;
	vertical-align: sub;
}

.amNickSpan {
    height:100%;
	display: flex;
	align-items: center;
}

.amNickOver{
	position: absolute;
	display: block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:none !important;
	cursor: pointer;
}

.amNickOver:hover{
	background-color: rgba(145, 145, 145, 0.11);
}

.nick-qct{
	display: none;
	position: absolute;
	top:20px;
	left:20px;
	width: 110px;
	min-width: 110px;
	z-index: 100;
	-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
	border: solid 1px #d7e0e9;
	line-height: 160%;

}

.nick-qct ul{
	list-style: none;
	padding:0;
	margin:0;
	margin-block-start:0em !important;
	margin-block-end: 0em !important;
	margin-inline-start: 0px !important;
	margin-inline-end: 0px !important;
	padding-inline-start: 0px !important;
}

.nick-qct li{
	height:24px;
	background-color: white;
	display: flex;
	align-items: center;
	padding:2px 6px 2px 4px;
	cursor: pointer;
	font-size:14px;
	white-space:nowrap;
	line-height: 160% !important;
}

.nick-qct li:not(:first-child){
	border-top:solid 1px #d0d0d0;
}

.nick-qct li:hover{
	background-color: #dddddd;
}

.ed-mem-icon{
	margin-right: 5px;
}

.color_scheme_dark .ed-file-link{
    box-shadow: 0 0 3px #bbb !important;
}

.ce-block__content, .ce-toolbar__content {
    max-width: calc(100%) !important;
}

.ce-block__content {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
}

.cdx-checklist__item {
    display: flex;
    box-sizing: content-box;
}

.cdx-checklist__item--checked .cdx-checklist__item-checkbox {
    background: #388ae5;
    border-color: #388ae5;
}

.cdx-checklist__item-checkbox {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 5px;
    margin-left: 0;
    margin-right: 7px;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    background: #fff;
    user-select: none;
}

.cdx-checklist__item--checked .cdx-checklist__item-checkbox::after {
    opacity: 1;
}

.cdx-checklist__item-checkbox::after {
    position: absolute;
    top: 6px;
    left: 5px;
    width: 9px;
    height: 4px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    content: '';
    opacity: 0;
    transform: rotate(-45deg);
}

.cdx-checklist__item-text {
    outline: none;
    flex-grow: 1;
    padding: 5px 0;
}
.cdx-list--unordered {
    list-style: disc;
}

.cdx-list {
    margin: 0;
	padding-left: 40px !important;
    outline: none;
}
.cdx-block {
    max-width: 100% !important;
}

.cdx-block {
    padding:0;
}

.cdx-list__item {
    padding: 5.5px 0 5.5px 3px;
    line-height: 1.6em;
}

.ce-header {
    padding: 0.6em 0 3px;
    margin: 0;
    line-height: 1.25em;
    outline: none;
}

.ce-tune-alignment--center{
	text-align:center;
}

.ce-tune-alignment--right{
	text-align:right;
}

.cdx-list--ordered {
    list-style: decimal;
}

.editorxe-line{
	padding: 0.4em 0;
}

.cdx-marker{
	background: rgba(245,235,111,0.29);
    padding: 3px 0;
}

.bl-url-card{
	max-width: 100%;
    margin: 5px 0 5px;
	display: flex !important;
}

.xe_content .bl-url-card a{
	text-decoration: none;
}

.xe_content .bl-url-card a:hover{
	text-decoration: none;
}

.bl-float-left{
	float: left;
}

.bl-view-ct .bl-float-left{
	width: 100%;
}

.bl-box_shadow {
    box-shadow: 0 0 3px #bbb;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    background: #fff;
}

.bl-link{
	text-decoration: none;
	padding:0 !important;
}

.bl-link-image {
    width: 160px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}

.bl-view-ct {
	/*
    width: calc(100% - 160px);
	*/
    padding: 14px 0 12px !important;
    text-align: left !important;
	float:left !important;
}

.bl-link-title {
	text-decoration: none;
	width: calc(100% - 30px);
    padding: 0 15px;
    line-height: 20px;
    letter-spacing: -0.5px;
    -webkit-line-clamp: 1;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: bold;
	font-size: 15.5px;
	display: block;
	text-align: left;
	word-break: break-all;
	text-size-adjust: auto;
}

.bl-link-url{
	width: calc(100% - 30px);
	padding: 0 15px;
	font-style: italic;
    font-family: "Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 0;
	font-size: 11.5px;
	text-align: left;
	text-decoration: none;
    margin-bottom: 8px;
    line-height: 15px;
    margin-top: 4px;
    color: #bbb;
    outline: 0;
}

.bl-link-url span{
	font-size: 13.5px;
    letter-spacing: 0;
}

.bl-link-description {
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	width: 100%;
    padding: 0 15px;
	letter-spacing: 0;
}

.bl-clear-both{
	clear: both;
}

@media screen and (max-width: 768px) {
	.bl-link-image {
		width: 100px;
		height: 100px;
	}

	.bl-view-ct {
		padding: 4px 0 4px !important;
		/*
		width: calc(100% - 100px);
		*/
	}

	.bl-link-description {
		width: 100%;
		padding: 0 5px;
	}

	.bl-link-url {
		width: 100%;
		padding: 0 5px;
	}

	.bl-link-title {
		width: 100%;
		padding: 0 5px;
	}
}

.ed-file-link{
	max-width:280px;
	position: relative;
	box-shadow: 0 0 3px #bbb;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
	padding: 7px 25px 7px 7px;
	display: inline-block;
	min-width:200px;
}

.ed-file-ext{
	height:45px;
	width:45px;
	background-color:black;
	color:white;
	float:left;
	text-align:center;
	margin-right:7px;
	border-radius: 8px;
	line-height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.ed-file-ct{
	width: calc(100% - 57px);
    letter-spacing: 0;
	font-size: 11.5px;
	text-align: left;
	text-decoration: none;
    line-height: 15px !important;
    outline: 0;
	float:left;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	text-size-adjust: auto;
	margin: auto 0;
	flex-grow: 2;
	padding-top:5px;
}

.ed-file-name{
	font-weight: bold;
	line-height: 15px!important;
}

.ed-file-size{
	color: #707684;
	line-height: 15px!important;
}

.ed-file-dn{
	position: absolute !important;
	right:5px;
	top:18px;
	width:24px;
	height:24px;
}

.filter-orange{
	filter: invert(46%) sepia(98%) saturate(493%) hue-rotate(333deg) brightness(94%) contrast(94%);
}

.filter-707684{
	filter:brightness(0) saturate(100%) invert(47%) sepia(18%) saturate(271%) hue-rotate(184deg) brightness(93%) contrast(89%);
}

.filter-black{
	filter: brightness(0) saturate(100%);
}

.ed-file-ext.doc,.ed-file-ext.docx,.ed-file-ext.odt{
background-color: #1483E9;
}
.ed-file-ext.doc,.ed-file-ext.docx,.ed-file-ext.odt{
	background-color: #1483E9;
}

.ed-file-ext.pdf{
	background-color: #DB2F2F;
}

.ed-file-ext.rtf{
	background-color: #744FDC;
}

.ed-file-ext.tex,.ed-file-ext.txt{
	background-color: #5a5a5b;
}

.ed-file-ext.pptx,.ed-file-ext.ppt{
	background-color: #E35200;
}
.ed-file-ext.mp3{
	background-color: #eab456;
}
.ed-file-ext.mp4{
	background-color: #f676a6;
}
.ed-file-ext.xls{
	background-color: #11AE3D;
}
.ed-file-ext.html,.ed-file-ext.htm,.ed-file-ext.js{
	background-color: #2988f0;
}
.ed-file-ext.zip,.ed-file-ext.rar{
	background-color: #4f566f;
}
.ed-file-ext.exe{
	background-color: #e26f6f;
}
.ed-file-ext.key{
	background-color: #00B2FF;
}
.ed-file-ext.sketch{
	background-color: #FFC700;
}
.ed-file-ext.ai{
	background-color: #FB601D;
}
.ed-file-ext.psd{
	background-color: #388ae5;
}
.ed-file-ext.dmg{
	background-color: #e26f6f;
}
.ed-file-ext.json,.ed-file-ext.log{
	background-color: #2988f0;
}
.ed-file-ext.csv{
	background-color: #11AE3D;
}

.youtube-div {
	position:relative;
	height:0;
	padding-bottom:56.25%;
}

.youtube-div iframe {
	border:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.youtube-div-shorts {
	position: relative;
	width:100%;
	padding-bottom: 0;
    height: 640px;
    overflow: hidden;
	max-width: 360px !important;
}

.youtube-div-shorts iframe{
	position: relative;
    max-width: 360px !important;
    border-radius: 12px;
	top: 0;
    left: 0;
    border: 0;
    width: 100%;
	height: 100%;
}

.trash-obj{
	display: none;
}

.bl-url-card span{
	display: block !important;
}


.cdx-checklist__item-text
{
	line-height: 1.4em !important;
}

.ed-sticker-a,.ed-sticker-image{
	width:140px;
	height:auto;
	vertical-align: baseline;
}

.cdx-checklist__item-checkbox{
	margin: auto !important;
	width: 16px !important;
    height: 16px !important;
}

.cdx-checklist__item-checkbox::after{
	top: 4px !important;
	left: 3px !important;
	width: 8px !important;
	}

.cdx-checklist__item-text{
	margin-left:5px;
	line-height: 1em !important;
}

.ed-chatgpt-wrap-q{
	display: block;
	height:40px;
	box-sizing: content-box;
	position: relative;
}

.ed-chatgpt-q{
	display: block;
	float: right;
	padding:7px;
	background-color: #27424e;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
	color:white;
	max-width: 100% !important;
}

.ed-chatgpt-a{
	display: block;
	float: left;
	padding:20px 7px 20px 7px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
	max-width: 100%;
	z-index: 2;
	position: relative;
	margin-top: 5px;
}

.xe_content .ed-chatgpt-a p {
    margin: 0;
}

.ed-chatgpt-logo{
	display: block !important;
	position: absolute !important;
	top:0 !important;
	right:0 !important;
	width:18px !important;
	height:18px !important;
}

.ed-chatgpt-copy-button{
	display: block !important;
	position: absolute !important;
	bottom:1px !important;
	right:1px !important;
	width:17px !important;
	height:17px !important;
	cursor: pointer;
	fill:#797979;
}

.xe_content .editorxe-line{
padding:0;
}

.xe_content .bl-url-card a {
    border: 0 !important;
	display: inline !important;
	background: none !important;
	overflow: hidden;
	width:100%;
}

.xe_content .bl-link-description{
	white-space: normal;
	font-size:15px;
	overflow: hidden;
	text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
	display: -webkit-box !important;
	max-width: calc(100% - 20px);
}

.ed-twitter-div{
	display: flex;
	width:328px;
	box-sizing: content-box;
	position: relative;
}

@media screen and (max-width: 365px) {
	.ed-chatgpt-a{
		max-width: 95%;
	}
}

@media screen and (max-width: 540px) {

	.instagram-div{
		width:100%;
		text-align: center;
		justify-content: center;
	}

	.instagram-div iframe{
		margin:auto;
	}

	.ed-twitter-div{
		width:100%;
		text-align: center;
		justify-content: center;
	}

	.ed-twitter-div div:first-child{
		max-width:328px !important;
		margin:auto;
	}

}

.bl-view-ct.no-bg{
	width:100% !important;
}

.ed-chatgpt-wrap div.ed-chatgpt-a:nth-child(even){
	margin-bottom: 20px;
}

.ed-chatgpt-wrap div.ed-chatgpt-a:nth-last-child(2){
	margin-bottom: 0;
}

.ed-nick-name{
	height:100%;
	line-height: 0 !important;
}

.ed-pf-image{
	height:20px;
}

.ed-pf-image img{
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 1px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

.amNickParent {
	border: 2px solid #e8e8e8;
    display: inline-table !important;
    margin: 2px 1px 3px 0 !important;
    line-height: 1;
	padding: 2px !important;
    border-radius: 0.28571429rem !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	position: relative;
	vertical-align: sub;
}

.amNickSpan {
    height:100%;
	display: flex;
	align-items: center;
}

.amNickOver{
	position: absolute;
	display: block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:none !important;
	cursor: pointer;
}

.amNickOver:hover{
	background-color: rgba(145, 145, 145, 0.11);
}

.nick-qct{
	display: none;
	position: absolute;
	top:20px;
	left:20px;
	width: 110px;
	min-width: 110px;
	z-index: 100;
	-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
	border: solid 1px #d7e0e9;
	line-height: 160%;

}

.nick-qct ul{
	list-style: none;
	padding:0;
	margin:0;
	margin-block-start:0em !important;
	margin-block-end: 0em !important;
	margin-inline-start: 0px !important;
	margin-inline-end: 0px !important;
	padding-inline-start: 0px !important;
}

.nick-qct li{
	height:24px;
	background-color: white;
	display: flex;
	align-items: center;
	padding:2px 6px 2px 4px;
	cursor: pointer;
	font-size:14px;
	white-space:nowrap;
	line-height: 160% !important;
}

.nick-qct li:not(:first-child){
	border-top:solid 1px #d0d0d0;
}

.nick-qct li:hover{
	background-color: #dddddd;
}

.ed-mem-icon{
	margin-right: 5px;
}

.color_scheme_dark .ed-file-link{
    box-shadow: 0 0 3px #bbb !important;
}

.xe_content ol,.xe_content ul,.xe_content dl{
    margin-top: 1em;
	margin-bottom: 1em;
}

.color_scheme_dark .bl-url-card{
	background-color: #282828;
	box-shadow: 0 0 3px #bbb !important;
}

.color_scheme_dark .bl-link-title{
	color:#959595;
}

.color_scheme_dark .bl-link-description{
	color:#959595;
}

.color_scheme_dark .bl-link-title:hover{
	color:#b7b7b7;
}

.color_scheme_dark .bl-link-description:hover{
	color:#b7b7b7;
}

.color_scheme_dark .bl-link-image{
	border-right: 1px #bbb !important;
}

.xe_content .tiktok-embed iframe{
	border:none;
}

.xe_content .tiktok-embed{
	margin: 0 !important;
	padding: 0 !important;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
	border:none !important;
}

.xe_content details{
	cursor: pointer;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 0.5em 0.5em 0;
}

.xe_content summary {
	margin: -0.5em -0.5em 0;
	padding: 0.5em;
}

.xe_content details[open] {
	padding: 0.5em;
}

.xe_content details[open] summary {
	border-bottom: 1px solid #aaa;
	margin-bottom: 0.5em;
}

.xe_content code{
	background: #e3e3e3;
	word-wrap: break-word;
	box-decoration-break: clone;
	padding: .1rem .3rem .2rem;
	border-radius: .2rem;
}

hgroup {
	text-align: right;
	padding-right: 16px;
	border-right: 10px solid #00c8d7;
}

.color_scheme_dark .nick-qct li{
	color:initial;
}

.copy-to-clipboard-button:focus:hover, .copy-to-clipboard-button.selected:focus {
    border-color: #51a7e8;
}

.copy-to-clipboard-button:active, .copy-to-clipboard-button.selected, .copy-to-clipboard-button.zeroclipboard-is-active {

	color:wheat !important;
}
.copy-to-clipboard-button:hover, .copy-to-clipboard-button:active, .copy-to-clipboard-button.zeroclipboard-is-hover, .copy-to-clipboard-button.zeroclipboard-is-active {

	color:wheat !important;
}
.copy-to-clipboard-button:focus {

	color:wheat !important;
}
div.code-toolbar>.toolbar>.toolbar-item>a, div.code-toolbar>.toolbar>.toolbar-item>button, div.code-toolbar>.toolbar>.toolbar-item>span{
	font-size: 0.9em !important;
}

.ed-twitter-div iframe{
	max-width: 100% !important;
}

.bl-link-image.readLb-mov-img{
	width:100px;
	height:150px;
}

.readLb-mov .bl-link-url{
	margin-top:10px;
}

.ed-twitter-div iframe{
	max-width: 100% !important;
	min-width: unset !important;
}

.readLb-mov .bl-view-ct{
	width:100%;
	max-width: calc(100% - 20px);
}

.readLb-mov .bl-link-description{
	max-height: 66px;
	-webkit-line-clamp: 3;
}

.copy-right-font-kopis{
	font-size:0.9em;
}

.code-toolbar code{
	padding:0 !important;
}

.edyoutube-div-drag{
	display: block;
	position: absolute;
	left:5;
	width:24px;
	height:24px;
	top:-30px;
	width:calc(100% - 40px);
	cursor:move;
}

.edyoutube-div-drag:active{
	cursor:grabbing;
}

.edyoutube-div-close{
	display: block;
	position: absolute;
	right:0;
	top:-34px;
	width:24px;
	height:24px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
	cursor: pointer;
	box-sizing: content-box;
	background: gray;
}

.edyoutube-div-close img{
	filter: invert(100%) sepia(51%) saturate(6%) hue-rotate(158deg) brightness(114%) contrast(100%);
	width:24px;
	height:24px;
	vertical-align: baseline;
}

.edyoutube-div-close img:hover{
	filter: invert(69%) sepia(0%) saturate(1%) hue-rotate(291deg) brightness(91%) contrast(88%);
}

.filter-silver{
filter: invert(69%) sepia(0%) saturate(1%) hue-rotate(291deg) brightness(91%) contrast(88%);
}

.move-win-icon{
	filter:brightness(0) saturate(100%) invert(47%) sepia(18%) saturate(271%) hue-rotate(184deg) brightness(93%) contrast(89%);
}

.move-win-icon:hover{
	filter:none;
}

.youtube_duration{
	position: relative;
}

.youtube_duration_thumb{
	box-sizing: content-box;
	position: absolute;
	width:100px;
	height:auto;
	display: block;
	top:-60px;
	z-index: 10000;
	line-height: 1 !important;
}

.youtube_duration_thumb img{
	width:100px;
	height:auto;
	border-radius: 5px;
	border:1px solid #ccc;
}

.youtube_duration_thumb .show-time{
	position: absolute;
	bottom:0;
	right:0;
	background-color: rgba(0,0,0,0.5);
	color:rgb(255, 211, 15);
	padding: 2px 3px;
	border-radius: 0 5px 5px 0;
	line-height: 1 !important;
	box-sizing: content-box;
	font-size: 11px;
}



.reddit_div_wrapper {
    max-width: 640px;
}

.reddit_div_wrapper {
    margin: 0 auto;
    text-align: center;
}

.reddit-embed {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.reddit_iframe.reddit-embed {
    display: inline-block;
    max-width: 640px;
    height: 360px;
    padding-bottom: 0;
}

.reddit_iframe.reddit-embed iframe {
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.reddit-embed > iframe, .reddit-embed > video {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

.reddit_iframe.reddit-embed img {
    display: none;
    opacity: 0;
}
