@import './consts.scss';

.vendorList {
    border: 1px solid $color-secondary;
    margin-top: 24px;
}

.header {
    background-color: $color-secondary;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 12px;
}

.subheader {
    background-color: $color-gray;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.vendor {
    border-top: 1px solid $color-secondary;
    font-size: 12px;
    padding: 12px;
}

.vendorName {
    color: #000;
    font-weight: 500;
}

.vendorExpand {
    color: $color-secondary;
    cursor: pointer;
    font-weight: bold;
    margin-top: 6px;
}

.vendorDetails {
    border: 1px solid $color-secondary;
    margin-top: 12px;
}

.allowed {
    color: #000;
}

.vendorDetail {
    border-top: 1px solid $color-secondary;
    padding: 8px 10px;
}

.featureDescription {
    font-style: italic;
    margin-top: 12px;
    white-space: pre-line;
}

.link {
    color: $color-link !important;
    font-size: 12px;
    text-decoration: none;
}

.topSpacer {
    margin-top: 5px;
}
