/* Custom cards color */

/* First */
.repository-survey ~ .row.g-3 div:nth-child(1) .wdk-featured-card {
    background-color: var(--repository-survey-first-card-background-color) !important;
    border-color: var(--repository-survey-first-card-border-color) !important;
}

.repository-survey ~ .row.g-3 div:nth-child(1) .wdk-featured-card .wdk-text {
    color: var(--repository-survey-first-card-text-color) !important;
}

.repository-survey ~ .row.g-3 div:nth-child(1) .wdk-featured-card .wdk-featured-card-icon {
    color: var(--repository-survey-first-card-icon-color) !important;
    background-color: var(--repository-survey-first-card-icon-background-color) !important;
}

/* Second */
.repository-survey ~ .row.g-3 div:nth-child(2) .wdk-featured-card {
    background-color: var(--repository-survey-second-card-background-color) !important;
    border-color: var(--repository-survey-second-card-border-color) !important;
}

.repository-survey ~ .row.g-3 div:nth-child(2) .wdk-featured-card .wdk-text {
    color: var(--repository-survey-second-card-text-color) !important;
}

.repository-survey ~ .row.g-3 div:nth-child(2) .wdk-featured-card .wdk-featured-card-icon {
    color: var(--repository-survey-second-card-icon-color) !important;
    background-color: var(--repository-survey-second-card-icon-background-color) !important;
}

/* Third */
.repository-survey ~ .row.g-3 div:nth-child(3) .wdk-featured-card {
    background-color: var(--repository-survey-third-card-background-color) !important;
    border-color: var(--repository-survey-third-card-border-color) !important;
}

.repository-survey ~ .row.g-3 div:nth-child(3) .wdk-featured-card .wdk-text {
    color: var(--repository-survey-third-card-text-color) !important;
}

.repository-survey ~ .row.g-3 div:nth-child(3) .wdk-featured-card .wdk-featured-card-icon {
    color: var(--repository-survey-third-card-icon-color) !important;
    background-color: var(--repository-survey-third-card-icon-background-color) !important;
}

/* Fourth */
.repository-survey ~ .row.g-3 div:nth-child(4) .wdk-featured-card {
    background-color: var(--repository-survey-fourth-card-background-color) !important;
    border-color: var(--repository-survey-fourth-card-border-color) !important;
}

.repository-survey ~ .row.g-3 div:nth-child(4) .wdk-featured-card .wdk-text {
    color: var(--repository-survey-fourth-card-text-color) !important;
}

.repository-survey ~ .row.g-3 div:nth-child(4) .wdk-featured-card .wdk-featured-card-icon {
    color: var(--repository-survey-fourth-card-icon-color) !important;
    background-color: var(--repository-survey-fourth-card-icon-background-color) !important;
}
