.salary-display {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.salary-display--inline {
    display: inline-flex;
}

.salary-display--compact .salary-display__value {
    font-size: 18px;
}

.salary-display__amount {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
}

.salary-display__value {
    font-size: 20px;
    font-weight: 700;
    color: #05264e;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.salary-display__period {
    font-size: 13px;
    font-weight: 500;
    color: #66789c;
    white-space: nowrap;
}

.salary-display__words {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 12px;
    line-height: 1.45;
    color: #8896ab;
    font-style: italic;
    max-width: 100%;
}

.salary-display__icon {
    font-size: 11px;
    margin-top: 2px;
    flex-shrink: 0;
    color: #3c65f5;
}

.salary-display--compact .salary-display__words {
    display: none;
}

.card-grid-2 .salary-display__value {
    font-size: 18px;
}

.job-salary-highlight {
    background: linear-gradient(135deg, #f0f4ff 0%, #fafbff 100%);
    border: 1px solid #dbe4ff;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 8px;
}

.job-salary-highlight .salary-display__value {
    font-size: 24px;
    color: #3c65f5;
}

.job-salary-highlight .salary-display__words {
    font-size: 14px;
    color: #4e5d78;
    font-style: normal;
    margin-top: 4px;
}

.jobs-list-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e6f7;
}

.jobs-list-header__count {
    font-size: 15px;
    color: #4e5d78;
}

.jobs-list-header__count strong {
    color: #05264e;
}

.jobs-filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.jobs-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #f0f4ff;
    border-radius: 20px;
    font-size: 13px;
    color: #3c65f5;
}

.jobs-filter-tag a {
    color: inherit;
    text-decoration: none;
    line-height: 1;
}

.jobs-filter-tag a:hover {
    color: #05264e;
}

.job-card-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.job-card-actions .btn-view-job {
    font-size: 13px;
    padding: 8px 16px;
    white-space: nowrap;
}

.salary-slider-label {
    font-size: 13px;
    color: #66789c;
}

.salary-slider-value {
    font-weight: 600;
    color: #3c65f5;
}

.job-card-actions .bookmark-btn.is-bookmarked i {
    color: #3c65f5;
}

.job-card-actions .bookmark-btn {
    cursor: pointer;
    transition: transform 0.15s ease;
}

.job-card-actions .bookmark-btn:hover {
    transform: scale(1.1);
}

.box-input-money .min-value-money {
    text-align: center;
    font-weight: 600;
    color: #05264e;
    background: #f8faff;
    border-color: #dbe4ff;
}
