html {
    scrollbar-gutter: auto;
}

body.survey-index-surveylist main#maincontent {
    box-sizing: border-box;
    margin-block: 0;
    background: #090a0f;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 1.42857143;
}

body.survey-index-surveylist .survey-page-title-wrapper {
    display: block;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 0;
}

body.survey-index-surveylist .survey-page-title-wrapper > .page-title {
    margin: 25px 0 !important;
    color: #fff !important;
    font-size: 32px !important;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.5px;
}

body.survey-index-surveylist.light-mode main#maincontent {
    background: #fff;
    color: #000;
}

body.survey-index-surveylist.light-mode .survey-page-title-wrapper > .page-title {
    color: #000 !important;
}

body.survey-index-surveylist #survey-img {
    display: inline;
    width: 100%;
    height: auto;
    vertical-align: baseline;
}

body.survey-index-surveylist main#maincontent .column.main {
    box-sizing: border-box;
    padding-bottom: 40px;
}

body.survey-index-surveylist .category_list_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

body.survey-index-surveylist .category_list_inner .category-list {
    box-sizing: border-box;
    width: 32.66%;
    padding: 0;
    margin: 0 0 15px;
    box-shadow: 2px 1px 3px 2px #d1d1d1;
}

body.survey-index-surveylist .category_list_inner .category-name {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 20px;
    margin: 0 0 28px;
    background: #1979c3;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.42857143;
    text-decoration: none;
}

body.survey-index-surveylist .category_list_inner .category-name:hover,
body.survey-index-surveylist .category_list_inner .category-name:focus-visible {
    background: #008000;
    color: #fff !important;
    text-decoration: none;
}

body.survey-index-surveylist .category_list_inner .category-name::after {
    position: absolute;
    top: -4px;
    right: 10px;
    height: auto;
    font-size: 30px;
    line-height: normal;
    content: '\2023';
}

body.survey-index-surveylist .category_list_inner .category-list-content {
    padding: 5px 20px;
    margin: 0 0 30px;
    color: #b3b3b3;
}

body.survey-index-surveylist .category_list_inner .category-list-content p {
    margin-bottom: 10px;
}

body.survey-index-surveylist.light-mode .category_list_inner .category-list-content {
    color: #000;
}

@media screen and (min-width: 769px) {
    body.survey-index-surveylist main#maincontent {
        padding-inline: 45px;
    }

    body.survey-index-surveylist .survey-page-title-wrapper > .page-title {
        display: inline-block;
    }

    body.survey-index-surveylist main#maincontent .column.main {
        min-height: 300px;
    }
}

@media screen and (max-width: 768px) {
    body.survey-index-surveylist main#maincontent {
        padding-inline: 20px;
    }

    body.survey-index-surveylist main#maincontent .column.main {
        min-height: 0;
    }

    body.survey-index-surveylist #survey-img {
        padding-bottom: 10px;
    }

    body.survey-index-surveylist .category_list_inner {
        gap: 10px;
    }

    body.survey-index-surveylist .category_list_inner .category-list {
        width: 100%;
        margin: 0;
        box-shadow: none;
    }
}
