/* Collector Resources */
.resource-accordion__link {
    display: block;
}

/* Material finder */
.material-wrapper .material-select {
    padding: 0 24px 32px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
}

.material-wrapper .material-select label {
    display: flex;
}

.material-wrapper .material-select label input {
    display: inline-block;
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.material-wrapper .material-select label > span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-left: 8px;
}

.material-wrapper .material {
    background-color: #EDF6E7;
    border-radius: 20px;
    margin-bottom: 32px;
    padding: 20px 32px;
}

.material-wrapper .material-not-accepted {
    background-color: #f6f0ef;
}

.material-wrapper .material-not-accepted ul {
    list-style-type: "\274C";
}

.material-wrapper .material-accepted ul {
    list-style-type: "\2714";
}

.material-wrapper .material h2 i {
    color: rgba(108, 181, 56, 1);
    display: inline-block;
    margin-right: 12px;
}

.material-wrapper .material-not-accepted h2 i {
    color: rgba(128, 50, 31, 1);
}

.material-wrapper .material-item-wrapper {
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 32px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 0 20px;
}

.material-wrapper .material-item-wrapper .material-list-title {
    margin-bottom: 10px;
}

.material-wrapper .material-item-wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.019em;
    text-align: left;
    padding: 0 13px;
    margin-bottom: 0;
}

.material-wrapper .material-item-wrapper span {
    display: block;
    padding: 0 13px;
}

.material-wrapper .material-header-color-bar {
    height: 24px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
}

.material-wrapper .material-list-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    padding-left: 8px;
    padding-right: 20px; 
    grid-gap: 24px
}

.material-wrapper .material-list-content ul li {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.019em;
    text-align: left;
    padding-inline-start: 0.5rem;
}

/* Material Icon Box */
.material-icon-box > .elementor-icon-box-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.material-icon-box > .elementor-icon-box-content svg {
    width: 1.875rem;
}

.material-icon-box > .elementor-icon-box-content p {
    margin-block-end: 0;
}
