.scc-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: block;
    border: 2px solid #ccc;
    object-fit: cover;
}
.scc-comment {
    position: relative;
    background-size: cover;
    background-position: center;
    text-align: start;
    padding: 25px 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 10px;
    overflow: hidden;
}

.scc-comment-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /*background: rgba(0, 255, 191, 0.3);*/ /* Overlay preto semi-transparente */
    z-index: 1;
}

.scc-comment-title {
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
    text-shadow: #111 1px 1px 2px;
    letter-spacing: 0;
    margin: 10px 0;
    z-index: 2 !important; /* Para garantir que o título fique acima do overlay */
}

.scc-comment-text {
    position: relative;
    font-size: 1.15rem;
    text-shadow: #111 1px 1px 2px;
    color: #fff;
    margin: 10px 0;
    z-index: 2 !important; /* Para garantir que o título fique acima do overlay */
}

.scc-comment-btn,
.scc-comment-btn:link,
.scc-comment-btn:visited,
.scc-comment-btn:hover,
.scc-comment-btn:active,
.scc-comment-btn:focus {
    position: relative;
    z-index: 2 !important; /* Para garantir que o botão fique acima do overlay */
    background-color: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important;
    font-size: 1.1rem;
}

.scc-comment-btn:hover {
    transform: scale(1.05);
}

.scc-comment-author {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.w-cl-1600-c{
    max-width: 1600px;
    margin: 0 auto;
}


@media (max-width: 1366px) {
    .w-cl-1600-c{
        max-width: 1200px;
        margin: 0 auto;
    }
}