.atlas-salary-bulk {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgb(229 231 235);
}

.dark .atlas-salary-bulk {
    border-bottom-color: rgb(55 65 81);
}

.atlas-salary-rates.fi-fo-repeater {
    gap: 0.5rem;
}

.atlas-salary-rates .fi-fo-repeater-items {
    gap: 0.5rem;
}

.atlas-salary-rates .fi-fo-repeater-item {
    overflow: hidden;
}

.atlas-salary-rates .fi-fo-repeater-item-content {
    padding: 0.3rem 0.5rem;
}

.atlas-salary-rate-row.fi-sc-flex {
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

.atlas-salary-rate-row.fi-sc-flex > div {
    min-width: 0;
}

.atlas-salary-rates .fi-fo-field {
    gap: 0;
}

.atlas-salary-rates .fi-fo-placeholder {
    margin: 0;
}

.atlas-salary-rate-name {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.atlas-salary-rate-price {
    display: block;
    font-size: 0.75rem;
    line-height: 1.25;
    text-align: right;
    white-space: nowrap;
    color: rgb(107 114 128);
    min-width: 4.25rem;
}

.dark .atlas-salary-rate-price {
    color: rgb(156 163 175);
}

.atlas-salary-rates .atlas-salary-rate-input {
    width: 5.25rem;
}

.atlas-salary-rates .atlas-salary-rate-input-percent {
    width: 5.75rem;
}
