@charset "UTF-8";
/*
Theme Name: PdrMaster Curse
Version: 1.0.0
Text Domain: pdrmaster
*/
/* Estilos Básicos */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

header {
  background: #2c3e50;
  color: #fff;
  padding: 20px 0;
}

header a {
  color: #fff;
  text-decoration: none;
}

footer {
  background: #f8f9fa;
  padding: 40px 0;
  margin-top: 50px;
  border-top: 1px solid #eee;
}

.lp-archive-courses #popup-course {
  background-color: #f9fafb;
}
.lp-archive-courses #popup-sidebar {
  background-color: #ffffff;
  z-index: 3;
}
.lp-archive-courses #popup-sidebar .lp-course-curriculum .course-curriculum ul.course-sections li.course-section ul.course-section__items li.course-item {
  border: none;
  border-radius: 0px;
}
.lp-archive-courses #popup-content #learn-press-content-item .content-item-wrap .content-item-description iframe {
  border-radius: 10px;
}
.lp-archive-courses #popup-content #learn-press-item-comments .learn-press-comments {
  background: #fff;
  padding: 1rem 2rem 2rem;
  border-radius: 10px;
  border-top: none;
}

.learn-press-comments {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}
.learn-press-comments .comment-reply-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--wp--preset--color--contrast, #111111);
  font-family: inherit;
}
.learn-press-comments .comment-reply-title small {
  font-size: 0.875rem;
  margin-left: 1rem;
}
.learn-press-comments .comment-reply-title small a {
  color: #6b7280;
  text-decoration: none;
}
.learn-press-comments .comment-reply-title small a:hover {
  color: #dd2233;
  text-decoration: underline;
}
.learn-press-comments .nocomments {
  color: #6b7280;
  font-style: italic;
  padding: 1.5rem;
  background-color: #f9fafb;
  border-radius: 12px;
  text-align: center;
  margin: 1rem 0;
}
.learn-press-comments .commentlist {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
.learn-press-comments .commentlist .comment {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.learn-press-comments .commentlist .comment:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.learn-press-comments .commentlist .comment .comment-body {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
}
.learn-press-comments .commentlist .comment .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #e5e7eb;
  flex-shrink: 0;
}
.learn-press-comments .commentlist .comment .comment-body {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .learn-press-comments .commentlist .comment .comment-body {
    padding-left: 1rem !important;
  }
}
.learn-press-comments .commentlist .comment .comment-body .comment-author {
  font-weight: 600;
  color: var(--wp--preset--color--contrast, #111111);
  margin-bottom: 0.25rem;
  display: inline-block;
  font-size: 1rem;
}
.learn-press-comments .commentlist .comment .comment-body .comment-meta {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  background: #f8f9fa;
  padding: 10px 20px;
  margin-top: 0px;
  border-top: none;
  width: 100%;
}
.learn-press-comments .commentlist .comment .comment-body .comment-meta a {
  color: inherit;
  text-decoration: none;
}
.learn-press-comments .commentlist .comment .comment-body .comment-meta a:hover {
  color: #dd2233;
}
.learn-press-comments .commentlist .comment .comment-body .comment-content {
  margin: 0;
  line-height: 1.5;
  font-size: 0.95rem;
  word-wrap: break-word;
  padding-left: 0;
}
.learn-press-comments .commentlist .comment .comment-body a.commentlist-reply-link {
  font-size: 0.8rem;
  color: #dd2233;
  text-decoration: none;
  font-weight: 500;
  background-color: #dd2233;
}
.learn-press-comments .commentlist .comment .comment-body a.commentlist-reply-link:hover {
  text-decoration: underline;
}
.learn-press-comments .commentlist .children {
  list-style: none;
  margin: 1.5rem 0 0 1rem;
  padding: 0;
  border-left: 2px solid #e5e7eb;
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .learn-press-comments .commentlist .children {
    margin-left: 1rem;
    padding-left: 1rem;
  }
}
.learn-press-comments .commentlist .children .comment {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.learn-press-comments #respond {
  margin-top: 2rem;
}
.learn-press-comments #respond .comment-reply-title {
  margin-bottom: 1rem;
}
.learn-press-comments #respond .comment-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.learn-press-comments #respond .comment-form p {
  margin: 0;
}
.learn-press-comments #respond .comment-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--wp--preset--color--contrast, #111111);
  font-size: 0.875rem;
}
.learn-press-comments #respond .comment-form label .required {
  color: #ffb606;
}
.learn-press-comments #respond .comment-form input[type=text],
.learn-press-comments #respond .comment-form input[type=email],
.learn-press-comments #respond .comment-form input[type=url] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: inherit;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.learn-press-comments #respond .comment-form input[type=text]:focus,
.learn-press-comments #respond .comment-form input[type=email]:focus,
.learn-press-comments #respond .comment-form input[type=url]:focus {
  outline: none;
  border-color: #dd2233;
  box-shadow: 0 0 0 3px rgba(221, 34, 51, 0.2);
}
.learn-press-comments #respond .comment-form .comment-form-comment textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: inherit;
  resize: vertical;
  min-height: 120px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.learn-press-comments #respond .comment-form .comment-form-comment textarea:focus {
  outline: none;
  border-color: #dd2233;
  box-shadow: 0 0 0 3px rgba(221, 34, 51, 0.2);
}
.learn-press-comments #respond .comment-form .form-submit {
  margin-top: 1rem;
}
.learn-press-comments #respond .comment-form .form-submit input[type=submit] {
  background-color: #dd2233;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.learn-press-comments #respond .comment-form .form-submit input[type=submit]:hover {
  background-color: rgb(176.8, 27.2, 40.8);
  transform: translateY(-1px);
}
.learn-press-comments #respond .comment-form .form-submit input[type=submit]:active {
  transform: translateY(1px);
}

@media (max-width: 768px) {
  .learn-press-comments .comment-list .comment .comment-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .learn-press-comments .comment-list .comment .avatar {
    width: 40px;
    height: 40px;
  }
}
ol.commentlist {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
ol.commentlist > li {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
ol.commentlist > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
ol.commentlist > li::marker {
  display: none;
  content: "";
}
ol.commentlist .comment-body {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
ol.commentlist .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #e5e7eb;
  flex-shrink: 0;
}
ol.commentlist .comment-meta {
  flex: 1;
  min-width: 0;
}
ol.commentlist .comment-author {
  font-weight: 600;
  color: var(--wp--preset--color--contrast, #111111);
  margin-bottom: 0.25rem;
  display: inline-block;
  font-size: 1rem;
}
ol.commentlist .comment-author .fn {
  font-style: normal;
  font-weight: 600;
}
ol.commentlist .comment-author .fn a {
  color: var(--wp--preset--color--contrast, #111111);
  text-decoration: none;
}
ol.commentlist .comment-author .fn a:hover {
  color: #dd2233;
}
ol.commentlist .comment-author .says {
  font-weight: normal;
  font-size: 0.875rem;
  color: #6b7280;
  margin-left: 0.25rem;
}
ol.commentlist .comment-metadata {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}
ol.commentlist .comment-metadata a {
  color: inherit;
  text-decoration: none;
}
ol.commentlist .comment-metadata a:hover {
  color: #dd2233;
}
ol.commentlist .comment-metadata .edit-link {
  margin-left: 0.5rem;
}
ol.commentlist .comment-metadata .edit-link a {
  color: #6b7280;
}
ol.commentlist .comment-metadata .edit-link a:hover {
  color: #dd2233;
}
ol.commentlist .comment-content {
  margin: 0.5rem 0 0.75rem;
  padding-left: calc(50px + 1rem);
}
ol.commentlist .comment-content p {
  margin: 0 0 0.75rem;
  line-height: 1.5;
  color: var(--wp--preset--color--contrast, #111111);
  font-size: 0.95rem;
  word-wrap: break-word;
}
ol.commentlist .comment-content p:last-child {
  margin-bottom: 0;
}
ol.commentlist .comment-reply-link {
  display: inline-block;
  margin-left: calc(50px + 1rem);
  font-size: 0.8rem;
  color: #dd2233;
  text-decoration: none;
  font-weight: 500;
  padding: 0.25rem 0;
}
ol.commentlist .comment-reply-link:hover {
  text-decoration: underline;
}
ol.commentlist .children {
  list-style: none;
  margin: 1.5rem 0 0 calc(50px + 1rem);
  padding: 0;
  border-left: 2px solid #e5e7eb;
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  ol.commentlist .children {
    margin-left: 1rem;
    padding-left: 1rem;
  }
}
ol.commentlist .children > li {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
ol.commentlist .children > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
ol.commentlist .children .comment-content,
ol.commentlist .children .comment-reply-link {
  padding-left: 0;
  margin-left: 0;
}

.navigation {
  margin: 1rem 0;
  clear: both;
}
.navigation .alignleft {
  float: left;
}
.navigation .alignright {
  float: right;
}
.navigation:empty {
  display: none;
}

#reply-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--wp--preset--color--contrast, #111111);
}
#reply-title small {
  font-size: 0.875rem;
  margin-left: 1rem;
}
#reply-title small a {
  color: #6b7280;
  text-decoration: none;
}
#reply-title small a:hover {
  color: #dd2233;
  text-decoration: underline;
}

.nocomments {
  color: #6b7280;
  font-style: italic;
  padding: 1.5rem;
  background-color: #f9fafb;
  border-radius: 12px;
  text-align: center;
  margin: 1rem 0;
}

ol.commentlist .comment-reply-link {
  background-color: #dd2233;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 0.25rem 0.75rem !important;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
  margin-left: 0 !important;
}
ol.commentlist .comment-reply-link:hover {
  background-color: rgb(176.8, 27.2, 40.8);
}/*# sourceMappingURL=style_lp.css.map */