<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h3.title-comments {
    display: none;
}
.comment-list &gt; li.comment {
    margin-bottom: 20px;
    background: #1db9ca;
    padding: 20px;
    box-shadow: -3px -3px 0 red;
    border-bottom: 3px #241840 solid;
    border-right: 3px #241840 solid;
}
#comments .comment .comment-body, #comments .pingback .comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #241840;
    border-left: 2px #e90f39 solid;
}
em.comment-awaiting-moderation {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    font-size: .9rem;
    color: white;
    text-align: right;
    padding-right: 20px;
    color: rgba(255,255,255,0.9);
}
#comments .children li.comment article {
    padding-top: 3rem;
}
#comments .children em.comment-awaiting-moderation {
	width: 100%;
}

#comments li.comment article {
    padding-top: 4rem;
}

#comments .comment .comment-body, #comments .pingback .comment-body {
    position: relative;
    padding-top: 4rem;
}
.comment-author.vcard {
    font-size: 1.5rem;
    font-family: "coGothamBlack", sans-serif;
}
h2#reply-title {
    display: none;
}
p.comment-form-comment label {
    font-size: 2rem;
    font-family: 'coGothamBlack';
    text-transform: uppercase;
    color: #e90f39;
    text-shadow: -1px -1px 0px #1DB9C9;
}
.comment-author.vcard img.avatar {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    left: auto !important;
}
@media (max-width: 500px){
	.comment-list &gt; li.comment {
		margin-bottom: 20px;
		background: #1db9ca;
		padding: 0px;
		box-shadow: none;
		border-bottom: 0;
		border-right: 0;
	}
	#comments .comment-list {
		margin: 0;
		padding: 0;
		list-style: none;
		margin-left: -13px;
	}
   #wpcomm .wmu-icon-image,
   #wpcomm .wmu-icon-video,
   .wpdiscuz-smil-icon {
    filter: brightness(2);
   }
   #wpcomm .wc-field-textarea .wpdiscuz-textarea-foot .wpdiscuz-button {
    margin: -10px 3px;
   }
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}</pre></body></html>