.csc-carousel {
    max-width: 600px;
    margin: 40px auto;
}

.csc-survey-slide {
    padding: 20px;
    background: #fefefe;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #000;
    font-family: sans-serif;
}

.csc-survey-slide h3 {
    margin-bottom: 10px;
    color: #333;
}

.csc-survey-slide p {
    margin: 5px 0;
}

.csc-form {
    max-width: 600px;
    margin: 20px auto;
    font-family: sans-serif;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    color: #000;
}

.csc-form label {
    display: block;
    margin-bottom: 10px;
    color: #000;
}

.csc-form input, .csc-form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
}

.csc-form button {
    background: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.csc-form button:hover {
    background: #005c87;
}

.csc-response {
    margin-top: 10px;
    font-weight: bold;
}

.font-black{
    color: black;
}

.csc-comment-block {
    margin-top: 10px;
}

.csc-comment-block .csc-comment-label {
    display: block;
    margin-bottom: 6px;
}

.csc-post-content-wrap {
    line-height: 1.6;
}

.csc-show-more-btn {
    margin-top: 8px;
    padding: 6px 14px;
    font-size: 0.9em;
    cursor: pointer;
    border: 1px solid #0073aa;
    background: #fff;
    color: #0073aa;
    border-radius: 4px;
}

.csc-show-more-btn:hover {
    background: #0073aa;
    color: #fff;
}

.csc-survey-elementor-carousel {
    position: relative;
    padding-bottom: 36px;
    --swiper-navigation-color: #0073aa;
    --swiper-pagination-color: #0073aa;
}

.csc-survey-elementor-carousel .csc-swiper-pagination {
    bottom: 0 !important;
}