/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/custom-comments/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-cp2-custom-comments {
  max-width: 720px;
}

.wp-block-cp2-custom-comments a,
.wp-block-cp2-custom-comments p,
.wp-block-cp2-custom-comments span,
.wp-block-cp2-custom-comments h1,
.wp-block-cp2-custom-comments h2 {
  font-family: var(--header-font) !important;
}

.acf-comment-fields {
  display: none;
}

.disable-comment-btn {
  background-color: var(--cp-light-gray) !important;
  color: var(--cp-dark-gray2) !important;
  cursor: not-allowed !important;
}

/* Custom Comments Styling */
.comments-area {
  margin-top: 2rem;
  font-family: var(--header-font);
  font-size: var(--p-normal);
  margin-bottom: var(--spacing-12x);
}

#respond.comment-respond {
  width: 100%;
}

.comments-title--container {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}

.comments-title {
  display: flex;
  -moz-column-gap: var(--spacing-2x, 8px);
       column-gap: var(--spacing-2x, 8px);
  font-size: 24px;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: var(--fw-semi-bold);
}

.comment-notes,
#reply-title,
.logged-in-as {
  display: none;
}

.sign-in-comments--container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .comments-title {
    flex-direction: column;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: var(--spacing-2x, 8px);
  }
  .comments-title,
  .sign-in-comments--container {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
#sign-in-comments {
  font-size: 15px;
  text-align: left;
}

.comments-title .comment-count {
  display: inline !important;
  color: var(--cp-black);
  padding: 0 !important;
  font-size: 14px;
  margin-left: 0.5rem;
  position: relative;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  line-height: inherit !important;
}

/* Ensure no pseudo-elements are creating circles */
.comments-title .comment-count::before,
.comments-title .comment-count::after {
  display: none !important;
  content: none !important;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-list li {
  padding: 1rem 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: var(--spacing-4x);
}

.comment-list .children li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.comment-list .reply:empty {
  display: none;
}

.comment-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--cp-light-black);
}

.comment-author-name-and-date {
  display: flex;
  flex-direction: column;
  font-family: var(--paragraph-qaulion-font);
  font-size: var(--p-small);
  font-weight: var(--fw-normal-bold);
}

.comment-author,
.comment-date {
  display: flex;
  color: var(--cp-black);
}

.comment-date {
  font-size: 14px;
}

.comment-author img {
  margin-right: var(--spacing-4x);
  width: 32px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  display: block;
  padding: 0 !important;
}

.comment-author-info {
  display: flex;
  flex-direction: column;
}

.comment-author-name {
  font-weight: var(--fw-normal-bold);
  margin-right: 0.5rem;
}

.comment-meta {
  color: var(--cp-dark-gray1);
  font-size: 13px;
  font-weight: 300;
}

.comment-content {
  margin-top: 0.5rem;
}

.reply {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.comment-meta a {
  color: #0073aa;
}

.comment-meta a:hover {
  text-decoration: underline;
}

.no-comments {
  font-size: 1rem;
  color: #666;
}

.comment-reply-link {
  color: var(--cp-blue);
  font-weight: var(--fw-semi-bold);
  text-decoration: none;
}

.comment-reply-link:hover {
  text-decoration: underline;
}

.comment-form {
  margin: var(--spacing-3x) 0 var(--spacing-8x) 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.comment-form-avatar {
  margin-right: var(--spacing-4x);
  width: 40px;
  height: 40px;
}

.comment-form-avatar img {
  padding: 0 !important;
  width: 32px;
  height: 36px;
  -o-object-fit: cover;
  object-fit: cover;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.comment-form-comment {
  flex-grow: 1;
  display: flex;
  width: 100%;
  margin-bottom: var(--spacing-6x, 24px);
}

.comment-form-comment textarea {
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-bottom: 1px solid var(--cp-light-gray);
  font-size: 17px;
  resize: none;
  box-sizing: border-box;
  outline: none;
  height: 40px;
  border-radius: 0;
}

.comment-form-comment textarea::-moz-placeholder {
  color: var(--cp-light-black);
}

.comment-form-comment textarea::placeholder {
  color: var(--cp-light-black);
}

.children {
  margin-left: 2rem;
  border-left: 2px solid #ddd;
  padding-left: 1rem;
}

@media (max-width: 1220px) {
  .wp-block-cp2-custom-comments {
    padding: 0 var(--spacing-6x, 24px);
  }
}

/*# sourceMappingURL=style-index.css.map*/