/*
Theme Name: Prodigis
Theme URI: https://wandmidia.com/
Author: wandmidia agência criativa
Author URI: https://wandmidia.com/
Description: Dinâmico, rápido, fácil. 
Version: 2025.03.29
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prodigis
Tags: prodigis, school, escola, courses, cursos, brazil, brasil, lms, ava
*/
:root {
    --international-orange: #fe5000;
    --international-orange-rgb: 254, 80, 0;
    --international-orange-light: #ff7a33;
    --international-orange-light-rgb: 255, 122, 51;
    --international-orange-dark: #c43d00;
    --international-orange-dark-rgb: 196, 61, 0;
    --international-orange-grey: #7f5a4a; 

    --phthalo-blue: #001489;
    --phthalo-blue-rgb: 0, 20, 137;
    --phthalo-blue-light: #3346b5;
    --phthalo-blue-light-rgb: 51, 70, 181;
    --phthalo-blue-dark: #000e5e;
    --phthalo-blue-dark-rgb: 0, 14, 94;
    
    /* Social Media Colors */
    --facebook-color: #1877f2;
    --instagram-gradient: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
    --twitter-x-color: #000000;
    --whatsapp-color: #25d366;
    --email-color: #d44638;
}

.btn-outline-social, .product-share .btn.disabled.text-muted {
    color: var(--international-orange-grey) !important;
    border: 1px solid var(--international-orange-grey) !important;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

.btn-outline-social:hover {
    color: #fff !important;
    border-color: transparent;
}

/* Efeitos para cada rede social */
.btn-outline-social.facebook:hover {
    background-color: var(--facebook-color);
}

.btn-outline-social.instagram:hover {
    background: var(--instagram-gradient);
}

.btn-outline-social.twitter-x:hover {
    background-color: var(--twitter-x-color);
}

.btn-outline-social.whatsapp:hover {
    background-color: var(--whatsapp-color);
}

.btn-outline-social.email:hover {
    background-color: var(--email-color);
}

body {
	font-family: 'Noto Sans', sans-serif;
	font-weight:normal;
}

.content-item-description.lesson-description :is(h1, h2, h3, h4, h5, h6) {
  font-family: 'Noto Serif', serif !important;
  margin: 2rem 0 1.5rem 0 !important;
  color: var(--phthalo-blue) !important;
}
.course-item-title.lesson-title {
  font-family: 'Noto Serif', serif !important;
  font-weight: 300 !important;
  font-size: calc(var(--lp-font-size-base, 1em) * 2.75) !important;
  color: var(--phthalo-blue) !important;
}
header {
    border-bottom: 0.15em solid #001489;
    background: rgba(255,255,255,.75);
    backdrop-filter: blur(10px);
}
header#top, nav {
	font-size: 0.85rem !important;
}
header a {
	color:#0120e1;
	transition: all 200ms ease;
}
header a:hover {
	color:#000a49;
}
#menu form input {
	border-radius: 50px 0 0 50px;
	margin: 0 !important;
  border-color: #FE5000;
}
#menu form input.form-control:focus {
    color: #FE5000;
    background-color: #fff;
    border-color: #FE5000;
    box-shadow: none;
}
#menu form button {
	border-radius: 0 50px 50px 0;
    border-left: none;	
}
#menu .dropdown-menu {
    margin-top: -1px;
    margin-left: -1px;   
    color: #001489;
    border-color: #001489;
    z-index: 999;
    border-radius: 0 5px 5px 5px;
}
#menu .dropdown:hover>.dropdown-menu {
  display: block;
}

#menu .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
#menu li.dropdown {
    border: 1px solid transparent;
    z-index: 99999999;
}
#menu li.dropdown:hover {
    border-color: #001489;    
    border-radius: 15px 15px 0 0;
}
#menu li.dropdown:hover .btn-courses {
    border-bottom:1px solid #FFF;

}
.navbar .megamenu{ padding: 1rem;  transition: all ease-in-out 200ms}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */
header .navbar-nav .nav-item + .nav-item {
	margin-left: 1rem;
}
.nav-link {
    padding: .5rem 1.5rem;
}
.btn {
	border-radius: 50px;
}

.btn-blue {
    color: #fff;
    background-color: #001489;
    border-color: #001489;
}
.btn-blue:hover {
    color: #fff;
    background-color: #000f6b;
    border-color: #000a49;
}
.btn-outline-blue {
    color: #001489;
    border-color: #001489;
}
.btn-outline-blue:hover {
    color: #fff;
    background-color: #001489;
    border-color: #001489;
}
.btn-outline-orange {
    color: #FE5000;
    border-color: #FE5000;
}
.btn-outline-orange:hover {
    color: #fff;
    background-color: #FE5000;
    border-color: #FE5000;
}
.btn-courses {
    color: #001489;
}
#careers .card {
    border:  none;
}
#careers .card-footer {
    font-size: 0.75em;
    border: none;
    background-color: #FFF;
}

#features {
    color:#FFF;
    background: #001489;
    padding: 4rem 1rem;
}
#features h5 {
	text-transform: uppercase;
	font-weight: 700;
}

footer#bottom {
	color: #7f7f7f;
	background: #444;
	padding: 3rem 0;
}
#base {
	height: .75rem;
	background: #FE5000;
}

.bg-blue {
    background: #001489 !important;
}

.vocational-test-box {
    padding: 2em;
    background: #fe5000;
    margin-bottom: -3em;
    margin-top: 3rem;
    border-radius: 1.5em;
}
.vocational-test-box input[type=text], .vocational-test-box input[type=email]  {
    border-color: #e5cd00;
    line-height: normal;
    color: #acadbf;
    font-weight: 400;
    padding: 10px 20px;
    width: 100%;
    height: auto;
    background: #fff;
    display: inline-block;
    border: none;
    border-bottom: 3px solid rgba(0,0,0,.2);
    border-radius: 50px;
}
.heading {
    text-align: left;
    padding-bottom: 60px;
}
.heading h1 {
    color: #273342;
    display: block;
    line-height: 63px;
    padding: 22px;
    border-bottom-left-radius: 5px;
    font-size: 73px;
    font-weight: 700;
    margin: 0px 0 15px;
    text-transform: uppercase;
}
.heading h1 span {
    font-family: "Noto serif", serif;
    display: block;
    font-size: 20px;
    letter-spacing: -1px;
    font-style: italic;
    font-weight: 400;
    line-height: 27px;
    text-transform: initial;
}
p.h1, p.h2, p.h3 {font-family: "Noto Serif", serif; letter-spacing: -1px; font-weight: 700;}
#menu .dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
    }
    
#menu    .dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
    }

/* Blog 
---------------------*/
.blog-grid {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .blog-grid .blog-img {
    position: relative;
  }
  .blog-grid .blog-img .date {
    position: absolute;
    background: #fc5356;
    color: #ffffff;
    padding: 9px 15px;
    left: 10px;
    max-width: 55px;
    max-height: 55px;
    top: 10px;
    border-radius: 50%;
  }
  .blog-grid .blog-img .date span {
    font-size: 22px;
    display: block;
    line-height: 14px;
    font-weight: 700;
  }
  .blog-grid .blog-img .date label {
    font-size: 14px;
    margin: 0;
  }
  .blog-grid .blog-info {
    padding: 20px;
  }
  .blog-grid .blog-info h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
  }
  .blog-grid .blog-info h5 a {
    color: #20247b;
  }
  .blog-grid .blog-info p {
    margin: 0;
  }
  .blog-grid .blog-info .btn-bar {
    margin-top: 20px;
  }
  
  
  /* Blog Sidebar
  -------------------*/
  .blog-aside .widget {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .blog-aside .widget-body {
    padding: 15px;
  }
  .blog-aside .widget-title {
    padding: 15px;
    border-bottom: 1px solid #eee;
  }
  .blog-aside .widget-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fc5356;
    margin: 0;
  }
  .blog-aside .widget-author .media {
    margin-bottom: 15px;
  }
  .blog-aside .widget-author p {
    font-size: 16px;
    margin: 0;
  }
  .blog-aside .widget-author .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
  }
  .blog-aside .widget-author h6 {
    font-weight: 600;
    color: #20247b;
    font-size: 22px;
    margin: 0;
    padding-left: 20px;
  }
  .blog-aside .post-aside {
    margin-bottom: 15px;
  }
  .blog-aside .post-aside .post-aside-title h5 {
    margin: 0;
  }
  .blog-aside .post-aside .post-aside-title a {
    font-size: 18px;
    color: #20247b;
    font-weight: 600;
  }
  .blog-aside .post-aside .post-aside-meta {
    padding-bottom: 10px;
  }
  .blog-aside .post-aside .post-aside-meta a {
    color: #6F8BA4;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
  }
  .blog-aside .latest-post-aside + .latest-post-aside {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
  }
  .blog-aside .latest-post-aside .lpa-right {
    width: 90px;
  }
  .blog-aside .latest-post-aside .lpa-right img {
    border-radius: 3px;
  }
  .blog-aside .latest-post-aside .lpa-left {
    padding-right: 15px;
  }
  .blog-aside .latest-post-aside .lpa-title h5 {
    margin: 0;
    font-size: 15px;
  }
  .blog-aside .latest-post-aside .lpa-title a {
    color: #20247b;
    font-weight: 600;
  }
  .blog-aside .latest-post-aside .lpa-meta a {
    color: #6F8BA4;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
  }
  
  .tag-cloud a {
    padding: 4px 15px;
    font-size: 13px;
    color: #ffffff;
    background: #20247b;
    border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .tag-cloud a:hover {
    background: #fc5356;
  }
  
  .blog-single {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .article {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    padding: 15px;
    margin: 15px 0 30px;
  }
  .article .article-title {
    padding: 15px 0 20px;
  }
  .article .article-title h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .article .article-title h6 a {
    text-transform: uppercase;
    color: #fc5356;
    border-bottom: 1px solid #fc5356;
  }
  .article .article-title h2 {
    color: #20247b;
    font-weight: 600;
  }
  .article .article-title .media {
    padding-top: 15px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
  }
  .article .article-title .media .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
  }
  .article .article-title .media .media-body {
    padding-left: 8px;
  }
  .article .article-title .media .media-body label {
    font-weight: 600;
    color: #fc5356;
    margin: 0;
  }
  .article .article-title .media .media-body span {
    display: block;
    font-size: 12px;
  }
  .article .article-content h1,
  .article .article-content h2,
  .article .article-content h3,
  .article .article-content h4,
  .article .article-content h5,
  .article .article-content h6 {
    color: #20247b;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .article .article-content blockquote {
    max-width: 600px;
    padding: 15px 0 30px 0;
    margin: 0;
  }
  .article .article-content blockquote p {
    font-size: 20px;
    font-weight: 500;
    color: #fc5356;
    margin: 0;
  }
  .article .article-content blockquote .blockquote-footer {
    color: #20247b;
    font-size: 16px;
  }
  .article .article-content blockquote .blockquote-footer cite {
    font-weight: 600;
  }
  .article .tag-cloud {
    padding-top: 10px;
  }
  
  .article-comment {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    padding: 20px;
  }
  .article-comment h4 {
    color: #20247b;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 22px;
  }

/* SOCIAL MEDIA */
.social a {color: #FFF; transition: all 200ms;}
a.facebook:hover {color: #1877f2;} 
a.twitter:hover {color: #1da1f2;}
a.youtube:hover {color:#ff0000;}
a.instagram:hover {border-radius: 2px; padding:2px 1px; background-image:  linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
a.pinterest:hover {color:#bd081c;}
a.linkedin:hover {color:#0a66c2;}
a.whatsapp:hover {color: #25d366;}
a.tiktok:hover {color: #010101; text-shadow:-1px -1px 0 #69c9d0, 1px 1px 0 #ee1d52;}
a.telegram:hover {color:#0088cc};

/* Remover dimensões height e width do logotipo personalizado */
.custom-logo {
    height: auto;
    width: auto;
    max-height: 50px;
    max-width: none;
}

/* Classes base para as listas com ícones */
.icon-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.icon-list > li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.icon-list li::marker {
  content: "" !important;
}

.icon-list li::before {
  font-family: "Bootstrap Icons", "bootstrap-icons" !important;
  position: absolute;
  content: "";
  left: 0;
  top: 0.2em;
  font-size: 1.2em;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
  text-transform: none;
}

/* CHECK CIRCLE - Azul Ftalo */
.icon-list-check-blue li::before {
  content: "\F26A"; /* check-circle-fill */
  color: var(--phthalo-blue, #001489);
}

.icon-list-check-orange li::before {
  content: "\F26A"; /* check-circle-fill */
  color: var(--international-orange, #fe5000);
}

/* ARROW RIGHT CIRCLE - Azul Ftalo */
.icon-list-arrow-right-blue li::before {
  content: "\F133"; /* arrow-right-circle-fill */
  color: var(--phthalo-blue, #001489);
}

.icon-list-arrow-right-orange li::before {
  content: "\F133"; /* arrow-right-circle-fill */
  color: var(--international-orange, #fe5000);
}

/* PLAY CIRCLE - Azul Ftalo */
.icon-list-play-blue li::before {
  content: "\F4F3"; /* play-circle-fill */
  color: var(--phthalo-blue, #001489);
}

.icon-list-play-orange li::before {
  content: "\F4F3"; /* play-circle-fill */
  color: var(--international-orange, #fe5000);
}

/* X CIRCLE - Azul Ftalo */
.icon-list-x-blue li::before {
  content: "\F622"; /* x-circle-fill */
  color: var(--phthalo-blue, #001489);
}

.icon-list-x-orange li::before {
  content: "\F622"; /* x-circle-fill */
  color: var(--international-orange, #fe5000);
}
/* Classes de cor para texto */
.has-international-orange-color {
    color: #fe5000 !important;
}

.has-international-orange-light-color {
    color: #ff7a33 !important;
}

.has-international-orange-dark-color {
    color: #c43d00 !important;
}

.has-international-orange-grey-color {
    color: #7f5a4a !important;
}

.has-phthalo-blue-color {
    color: #001489 !important;
}

.has-phthalo-blue-light-color {
    color: #3346b5 !important;
}

.has-phthalo-blue-dark-color {
    color: #000e5e !important;
}

/* Classes de cor para fundo */
.has-international-orange-background-color {
    background-color: #fe5000 !important;
}

.has-international-orange-light-background-color {
    background-color: #ff7a33 !important;
}

.has-international-orange-dark-background-color {
    background-color: #c43d00 !important;
}

.has-international-orange-grey-background-color {
    background-color: #7f5a4a !important;
}

.has-phthalo-blue-background-color {
    background-color: #001489 !important;
}

.has-phthalo-blue-light-background-color {
    background-color: #3346b5 !important;
}

.has-phthalo-blue-dark-background-color {
    background-color: #000e5e !important;
}

/* Classes de gradiente (opcional) */
.has-international-orange-gradient-background {
    background: linear-gradient(135deg, #fe5000 0%, #ff7a33 100%) !important;
}

.has-phthalo-blue-gradient-background {
    background: linear-gradient(135deg, #001489 0%, #3346b5 100%) !important;
}

/* Estilos para garantir contraste de texto quando usar cores de fundo */
.has-phthalo-blue-background-color,
.has-phthalo-blue-light-background-color,
.has-phthalo-blue-dark-background-color {
    color: #ffffff !important;
}

.has-international-orange-background-color,
.has-international-orange-light-background-color {
    color: #ffffff !important;
}

.has-international-orange-dark-background-color {
    color: #ffffff !important;
}

.has-international-orange-grey-background-color {
    color: #ffffff !important;
}

@media print {
    /* Garantir que as cores apareçam na impressão */
    .has-international-orange-color,
    .has-international-orange-color * {
        color: #fe5000 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .has-international-orange-light-color,
    .has-international-orange-light-color * {
        color: #ff7a33 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .has-international-orange-dark-color,
    .has-international-orange-dark-color * {
        color: #c43d00 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .has-international-orange-grey-color,
    .has-international-orange-grey-color * {
        color: #7f5a4a !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .has-phthalo-blue-color,
    .has-phthalo-blue-color * {
        color: #001489 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .has-phthalo-blue-light-color,
    .has-phthalo-blue-light-color * {
        color: #3346b5 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    .has-phthalo-blue-dark-color,
    .has-phthalo-blue-dark-color * {
        color: #000e5e !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    
    /* Background colors para impressão */
    .has-international-orange-background-color,
    .has-international-orange-background-color * {
        background-color: #fe5000 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        color: #ffffff !important; /* Garantir contraste */
    }
    
    .has-international-orange-light-background-color,
    .has-international-orange-light-background-color * {
        background-color: #ff7a33 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        color: #ffffff !important;
    }
    
    .has-international-orange-dark-background-color,
    .has-international-orange-dark-background-color * {
        background-color: #c43d00 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        color: #ffffff !important;
    }
    
    .has-international-orange-grey-background-color,
    .has-international-orange-grey-background-color * {
        background-color: #7f5a4a !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        color: #ffffff !important;
    }
    
    .has-phthalo-blue-background-color,
    .has-phthalo-blue-background-color * {
        background-color: #001489 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        color: #ffffff !important;
    }
    
    .has-phthalo-blue-light-background-color,
    .has-phthalo-blue-light-background-color * {
        background-color: #3346b5 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        color: #ffffff !important;
    }
    
    .has-phthalo-blue-dark-background-color,
    .has-phthalo-blue-dark-background-color * {
        background-color: #000e5e !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        color: #ffffff !important;
    }
    
    /* Garantir que os ícones das listas também imprimam */
    .icon-list li::before {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}


/*wordpress*/

.wp-block-media-text__media img {
    border-radius: var(--bs-border-radius-xl) !important;
}

/* ----- Comentários (WP / LearnPress) ----- */
#respond.comment-respond {
  margin: 2rem 0;
  padding: 1.25rem;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
}

#respond .comment-reply-title {
  margin: 0 0 1rem 0;
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  line-height: 1.2;
  font-weight: 700;
}

#respond .comment-reply-title small a#cancel-comment-reply-link {
  font-size: .85rem;
  margin-left: .5rem;
  text-decoration: none;
  opacity: .8;
}

#commentform.comment-form {
  display: grid;
  gap: 0.85rem;
}

#commentform .comment-form-comment label {
  display: block;
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: .35rem;
}

#commentform textarea#comment {
  width: 100%;
  min-height: 160px;
  padding: .9rem 1rem;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  background: #fafafa;
  transition: border-color .2s, box-shadow .2s, background .2s;
  resize: vertical;
}

#commentform textarea#comment:focus {
  outline: none;
  background: #fff;
  border-color: #2563eb;         /* azul elegante */
  box-shadow: 0 0 0 4px rgba(37,99,235,.12);
}

/* Submit alinhado à direita e estiloso */
#commentform .form-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: .5rem;
}

#commentform #submit.submit {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: .8rem 1.2rem;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(90deg, #2563eb, #4f46e5);
  color: #fff;
  box-shadow: 0 10px 20px rgba(37,99,235,.22);
  transition: transform .04s ease, box-shadow .2s ease, opacity .2s ease;
}

#commentform #submit.submit:hover {
  box-shadow: 0 14px 26px rgba(37,99,235,.28);
  opacity: .95;
}

#commentform #submit.submit:active {
  transform: translateY(1px);
}

/* Textos auxiliares e campos invisíveis (Akismet) */
#commentform .required { color: #ef4444; }
.akismet-fields-container { display: none !important; }

/* Dark mode básico (caso use) */
@media (prefers-color-scheme: dark) {
  #respond.comment-respond {
    background: #0f1115;
    border-color: rgba(255,255,255,.06);
    box-shadow: 0 6px 20px rgba(0,0,0,.5);
  }
  #commentform textarea#comment {
    background: #0b0d11;
    color: #e5e7eb;
    border-color: rgba(255,255,255,.08);
  }
  #commentform textarea#comment::placeholder { color: #9ca3af; }
}
