.main-block:has(> .main-container > .freelancer-proposals-page) {
    align-items: stretch;
    background: #f6f7f8;
    min-height: calc(100vh - 260px);
    padding-left: 0;
    padding-right: 0;
}

.main-container:has(> .freelancer-proposals-page) {
    background: #f6f7f8;
    max-width: none;
    overflow: visible;
}

.freelancer-proposals-page {
    background: transparent;
    color: #202124;
    font-family: var(--font-family, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
    min-height: 100vh;
    padding-bottom: 72px;
    width: 100%;
}

.freelancer-proposals-page *,
.freelancer-proposals-page *::before,
.freelancer-proposals-page *::after {
    box-sizing: border-box;
    font-family: inherit;
}

.freelancer-proposals-page a,
.freelancer-proposals-page button {
    text-decoration: none;
}

.freelancer-proposals-shell {
    margin: 0 auto;
    max-width: 1120px;
    padding: 34px 18px 0;
    width: 100%;
}

.freelancer-proposals-title {
    color: #202124;
    font-size: 34px;
    font-weight: 800;
    line-height: 42px;
    margin: 0;
}

.freelancer-proposals-head {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 0 0 22px;
}

.freelancer-proposals-my-link {
    align-items: center;
    background: #23c366;
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 800;
    gap: 9px;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    padding: 0 18px;
    transition: background-color .18s ease;
    white-space: nowrap;
}

.freelancer-proposals-my-link:hover,
.freelancer-proposals-my-link:focus {
    background: #1fb85f;
    color: #fff;
}

.freelancer-proposals-my-link svg {
    height: 18px;
    width: 18px;
}

.freelancer-proposals-layout {
    display: flex;
    gap: 18px;
}

.freelancer-proposals-left-rail {
    display: grid;
    flex: 0 0 238px;
    gap: 14px;
    height: fit-content;
    position: sticky;
    top: 18px;
}

.freelancer-proposals-tabs {
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    height: fit-content;
    overflow: hidden;
    padding: 8px;
}

.freelancer-proposals-tab {
    border-radius: 8px;
    color: #33383f;
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    line-height: 18px;
    padding: 12px 13px;
    position: relative;
    transition: background .18s ease, color .18s ease;
}

.freelancer-proposals-tab__icon {
    color: #f5a400;
    flex: 0 0 auto;
    height: 16px;
    width: 16px;
}

.freelancer-proposals-tab + .freelancer-proposals-tab {
    margin-top: 4px;
}

.freelancer-proposals-tab.active,
.freelancer-proposals-tab:hover {
    color: #04a51c;
}

.freelancer-proposals-tab.active {
    background: #ebf9ee;
}

.freelancer-proposals-tab.active::before,
.freelancer-proposals-tab:hover::before {
    display: none;
}

.freelancer-proposals-content {
    flex: 1 1 auto;
    min-width: 0;
}

.simple-task-market-left {
    flex: none;
    width: 100%;
}

.simple-task-filter-panel,
.simple-task-market-stats {
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
}

.simple-task-filter-panel .jobs-filter-rubric {
    align-items: center;
    border-radius: 7px;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding: 7px 8px;
    text-decoration: none;
}

.simple-task-filter-panel .jobs-filter-rubric.active,
.simple-task-filter-panel .jobs-filter-rubric:hover {
    background: #ebf9ee;
}

.simple-task-filter-price-row {
    display: grid;
    gap: 8px;
}

.simple-task-filter-submit {
    align-items: center;
    background: #04a51c;
    border: 0;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    margin-top: 10px;
    padding: 0 14px;
    width: 100%;
}

.simple-task-filter-submit:hover {
    background: #038f19;
}

.simple-task-filter-panel .jobs-filter-input-clear {
    display: none;
}

.simple-task-filter-panel .jobs-filter-input-wrap.has-value .jobs-filter-input-clear {
    display: block;
}

.freelancer-proposals-empty {
    margin-bottom: 160px;
    padding: 26px 12px 0;
    text-align: center;
}

.freelancer-proposals-empty__image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 24px;
}

.freelancer-proposals-empty__title {
    color: #202124;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.freelancer-proposals-empty__text {
    color: #33383f;
    font-size: 16px;
    line-height: 24px;
    margin: 10px auto 30px;
    max-width: 620px;
}

.freelancer-proposals-empty__button,
.freelancer-proposal-job-link {
    align-items: center;
    background: #04a51c;
    border: 1px solid #04a51c;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    height: 38px;
    justify-content: center;
    min-width: 178px;
    padding: 0 18px;
}

.freelancer-proposals-empty__button:hover,
.freelancer-proposal-job-link:hover {
    background: #038f19;
    border-color: #038f19;
    color: #fff;
}

.freelancer-proposals-list {
    display: grid;
    gap: 16px;
}

.freelancer-proposal-card {
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    padding: 18px;
    transition: box-shadow .2s ease;
}

.freelancer-proposal-card:hover {
    box-shadow: 0 6px 26px -10px rgba(40, 49, 60, .28);
}

.freelancer-proposal-card__head {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.freelancer-proposal-id {
    color: #7b838d;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 3px;
}

.freelancer-proposal-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 6px;
    padding: 0;
}

.freelancer-proposal-title a {
    color: #04a51c;
}

.freelancer-proposal-title a:hover {
    color: #038f19;
}

.freelancer-proposal-meta {
    color: #7b838d;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 8px 14px;
    line-height: 18px;
}

.freelancer-proposal-status {
    border-radius: 999px;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 3px 10px;
}

.freelancer-proposal-status--sent,
.freelancer-proposal-status--viewed {
    background: #eef5ff;
    color: #177de6;
}

.freelancer-proposal-status--hired {
    background: #e6f7ec;
    color: #128238;
}

.freelancer-proposal-status--rejected {
    background: #fff0e7;
    color: #c45527;
}

.freelancer-proposal-status--interview,
.freelancer-proposal-status--shortlist {
    background: #fff5d8;
    color: #9b6813;
}

.freelancer-proposal-stats {
    border-bottom: 1px solid #edf0f2;
    border-top: 1px solid #edf0f2;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 16px 0;
    padding: 14px 0;
}

.freelancer-proposal-stats div {
    min-width: 0;
}

.freelancer-proposal-stats span {
    color: #7b838d;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2px;
}

.freelancer-proposal-stats strong {
    color: #202124;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.freelancer-proposal-cover {
    color: #33383f;
    display: -webkit-box;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-line;
    word-break: break-word;
}

.freelancer-proposal-cover.is-expanded {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
}

.freelancer-proposal-attachment {
    margin-top: 12px;
}

.freelancer-proposal-attachment a {
    color: #177de6;
    font-size: 13px;
    font-weight: 600;
}

.freelancer-proposal-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 16px;
}

.freelancer-proposal-details {
    background: #fff;
    border: 1px solid #d6dce3;
    border-radius: 4px;
    color: #177de6;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    height: 38px;
    padding: 0 16px;
}

.freelancer-proposal-details:hover {
    border-color: #177de6;
}

.freelancer-proposals-pagination {
    margin-top: 22px;
}

.freelancer-proposals-pagination .pagination {
    justify-content: center;
}

.earn-vacancies-empty,
.earn-vacancy-card {
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 12px;
}

.earn-vacancies-empty {
    padding: 34px 24px;
    text-align: center;
}

.earn-vacancies-empty h2 {
    color: #202124;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px;
}

.earn-vacancies-empty p {
    color: #667085;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.earn-vacancies-list {
    display: grid;
    gap: 14px;
}

.earn-vacancy-card {
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) 190px;
    padding: 20px;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.earn-vacancy-card:hover {
    border-color: rgba(4, 165, 28, .35);
    transform: translateY(-1px);
}

.earn-vacancy-card__main {
    min-width: 0;
}

.earn-vacancy-card__badge {
    background: rgba(4, 165, 28, .1);
    border-radius: 999px;
    color: #038f19;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 8px;
    padding: 3px 10px;
}

.earn-vacancy-card h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 8px;
}

.earn-vacancy-card h2 a {
    color: #202124;
}

.earn-vacancy-card h2 a:hover {
    color: #04a51c;
}

.earn-vacancy-card p {
    color: #4b5563;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.earn-vacancy-card__side {
    background: linear-gradient(180deg, #f8fffa 0%, #f6f8fb 100%);
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    display: grid;
    gap: 4px;
    height: fit-content;
    padding: 14px;
}

.earn-vacancy-card__side span,
.earn-vacancy-card__side small {
    color: #667085;
    font-size: 12px;
    line-height: 18px;
}

.earn-vacancy-card__side strong {
    color: #202124;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
}

.earn-vacancy-card__tags,
.earn-vacancy-card__footer {
    grid-column: 1 / -1;
}

.earn-vacancy-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.earn-vacancy-card__tags span {
    background: #f1f5f9;
    border-radius: 999px;
    color: #475467;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 4px 10px;
}

.earn-vacancy-card__footer {
    align-items: center;
    border-top: 1px solid #edf0f2;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding-top: 14px;
}

.earn-vacancy-card__footer span {
    color: #667085;
    font-size: 13px;
    line-height: 20px;
}

.earn-vacancy-card__footer a {
    align-items: center;
    background: #04a51c;
    border-radius: 7px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    min-width: 132px;
    padding: 0 16px;
}

.earn-vacancy-card__footer a:hover {
    background: #038f19;
    color: #fff;
}

.simple-tasks-head {
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 22px;
}

.simple-tasks-head h2 {
    color: #202124;
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
    margin: 0 0 6px;
}

.simple-tasks-head p {
    color: #667085;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.simple-tasks-list {
    display: grid;
    gap: 14px;
}

.simple-task-card {
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 12px;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) 180px;
    padding: 20px;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.simple-task-card:hover {
    border-color: rgba(7, 156, 255, .35);
    transform: translateY(-1px);
}

.simple-task-card__main {
    min-width: 0;
}

.simple-task-card__type {
    background: rgba(7, 156, 255, .1);
    border-radius: 999px;
    color: #0969b9;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
    margin-bottom: 8px;
    padding: 3px 10px;
}

.simple-task-card h2 {
    color: #202124;
    font-size: 19px;
    font-weight: 800;
    line-height: 27px;
    margin: 0 0 8px;
}

.simple-task-card p {
    color: #4b5563;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.simple-task-card__requirements {
    background: #f8fafb;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    color: #475467;
    display: grid;
    gap: 4px;
    margin-top: 12px;
    padding: 12px;
}

.simple-task-card__requirements strong,
.simple-task-card__requirements span {
    font-size: 13px;
    line-height: 20px;
}

.simple-task-card__reward {
    background: linear-gradient(180deg, #f8fffa 0%, #f6f8fb 100%);
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    display: grid;
    gap: 4px;
    height: fit-content;
    padding: 14px;
}

.simple-task-card__reward span,
.simple-task-card__reward small {
    color: #667085;
    font-size: 12px;
    line-height: 18px;
}

.simple-task-card__reward strong {
    color: #04a51c;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
}

.simple-task-card__footer {
    align-items: center;
    border-top: 1px solid #edf0f2;
    display: flex;
    gap: 12px;
    grid-column: 1 / -1;
    justify-content: space-between;
    padding-top: 14px;
}

.simple-task-card__link {
    background: #f8fafb;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    display: flex;
    gap: 8px;
    grid-column: 1 / -1;
    padding: 10px 12px;
}

.simple-task-card__link span,
.simple-task-card__link a {
    font-size: 13px;
    line-height: 20px;
}

.simple-task-card__link span {
    color: #667085;
    font-weight: 700;
}

.simple-task-card__link a {
    color: #0969b9;
    font-weight: 700;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.simple-task-card__verification,
.simple-task-card__deadline {
    background: #f8fafb;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    color: #475467;
    display: grid;
    gap: 4px;
    grid-column: 1 / -1;
    padding: 10px 12px;
}

.simple-task-card__verification span,
.simple-task-card__deadline {
    color: #667085;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
}

.simple-task-card__verification p {
    color: #344054;
    font-size: 13px;
    line-height: 20px;
}

.simple-task-card__review-note {
    background: #fff8e6;
    border: 1px solid #f1d48c;
    border-radius: 10px;
    color: #7a5200;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 12px;
}

.simple-task-card__review-note--visible {
    display: grid;
    gap: 4px;
    grid-column: 1 / -1;
}

.simple-task-card__review-note span {
    color: #8a5a00;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
}

.simple-task-card__review-note p {
    color: #5f4500;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

.simple-task-card__deadline {
    background: #f0fbf5;
    border-color: #ccefd9;
    color: #148943;
}

.simple-task-submit {
    display: grid;
    gap: 10px;
    grid-column: 1 / -1;
}

.simple-task-submit.hidden,
.simple-task-start.hidden,
.simple-task-card__deadline.hidden {
    display: none;
}

.simple-task-submit textarea {
    border: 1px solid #d9dee6;
    border-radius: 8px;
    color: #202124;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    min-height: 74px;
    padding: 10px 12px;
    resize: vertical;
    width: 100%;
}

.simple-task-submit textarea:focus {
    border-color: #04a51c;
    outline: none;
}

.simple-task-submit button {
    align-items: center;
    background: #04a51c;
    border: 0;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    justify-self: end;
    min-width: 190px;
    padding: 0 16px;
}

.simple-task-submit button:hover {
    background: #038f19;
}

.simple-task-start,
.simple-task-submit__cancel {
    align-items: center;
    border-radius: 7px;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    padding: 0 16px;
}

.simple-task-start {
    background: #04a51c;
    border: 1px solid #04a51c;
    color: #fff;
}

.simple-task-start:hover {
    background: #038f19;
    border-color: #038f19;
}

.simple-task-submit__actions {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.simple-task-submit__cancel {
    background: #fff !important;
    border: 1px solid #d9dee6 !important;
    color: #4b5563 !important;
    min-width: 104px !important;
}

.simple-task-card__status {
    background: rgba(7, 156, 255, .1);
    border-radius: 999px;
    color: #0969b9;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    line-height: 20px;
    padding: 5px 12px;
}

.simple-task-card__status.is-muted {
    background: #f1f5f9;
    color: #667085;
}

.simple-task-card__status.is-expired {
    background: rgba(229, 73, 73, .12);
    color: #c33131;
}

.content-tasks-list {
    display: grid;
    gap: 14px;
}

.content-task-card {
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 12px;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) 180px;
    padding: 20px;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.content-task-card:hover {
    border-color: rgba(171, 48, 71, .28);
    transform: translateY(-1px);
}

.content-task-card__main {
    min-width: 0;
}

.content-task-card__badge {
    background: rgba(171, 48, 71, .1);
    border-radius: 999px;
    color: #ab3047;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
    margin-bottom: 8px;
    padding: 3px 10px;
}

.content-task-card h2 {
    color: #202124;
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    margin: 0 0 8px;
}

.content-task-card p {
    color: #4b5563;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.content-task-card__side {
    background: linear-gradient(180deg, #fff8fa 0%, #f6f8fb 100%);
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    display: grid;
    gap: 4px;
    height: fit-content;
    padding: 14px;
}

.content-task-card__side span,
.content-task-card__side small {
    color: #667085;
    font-size: 12px;
    line-height: 18px;
}

.content-task-card__side strong {
    color: #04a51c;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
}

.content-task-card__footer {
    border-top: 1px solid #edf0f2;
    color: #667085;
    display: grid;
    gap: 12px;
    grid-column: 1 / -1;
    padding-top: 14px;
}

.content-task-submit {
    display: grid;
    gap: 10px;
}

.content-task-submit textarea {
    border: 1px solid #d9dee6;
    border-radius: 8px;
    color: #202124;
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    min-height: 82px;
    padding: 10px 12px;
    resize: vertical;
    width: 100%;
}

.content-task-submit textarea:focus {
    border-color: #04a51c;
    outline: none;
}

.content-task-submit button {
    align-items: center;
    background: #04a51c;
    border: 0;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    justify-self: end;
    min-width: 180px;
    padding: 0 16px;
}

.content-task-submit button:hover {
    background: #038f19;
}

.earn-choice-modal {
    bottom: 0;
    color: #202124;
    display: none;
    font-family: var(--font-family, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2100;
}

.earn-choice-modal *,
.earn-choice-modal *::before,
.earn-choice-modal *::after {
    box-sizing: border-box;
    font-family: inherit;
}

.earn-choice-modal a,
.earn-choice-modal a:hover,
.earn-choice-modal a:focus,
.earn-choice-modal a:active,
.earn-choice-modal button,
.earn-choice-modal button:hover,
.earn-choice-modal button:focus,
.earn-choice-modal button:active {
    text-decoration: none;
}

.earn-choice-modal.is-open {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.earn-choice-modal-open {
    overflow: hidden;
}

.earn-choice-modal__backdrop {
    background: rgba(15, 23, 42, .56);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.earn-choice-modal__dialog {
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 14px;
    max-width: 720px;
    padding: 24px;
    position: relative;
    width: min(100%, 720px);
    z-index: 1;
}

.earn-choice-modal__close {
    background: #f3f5f7;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 34px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 34px;
}

.earn-choice-modal__close::before,
.earn-choice-modal__close::after {
    background: #667085;
    content: "";
    height: 15px;
    left: 16px;
    position: absolute;
    top: 9px;
    width: 2px;
}

.earn-choice-modal__close::before {
    transform: rotate(45deg);
}

.earn-choice-modal__close::after {
    transform: rotate(-45deg);
}

.earn-choice-modal__head {
    padding-right: 42px;
}

.earn-choice-modal__kicker {
    color: #04a51c;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .03em;
    line-height: 18px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.earn-choice-modal__head h2 {
    color: #202124;
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    margin: 0 0 6px;
}

.earn-choice-modal__head p {
    color: #667085;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.earn-choice-modal__grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
}

.earn-choice-option {
    align-items: center;
    background: #f8fafb;
    border: 1px solid #e3e7ec;
    border-radius: 12px;
    color: #202124;
    display: flex;
    gap: 12px;
    min-height: 92px;
    padding: 14px;
    transition: background .18s ease, border-color .18s ease;
}

.earn-choice-option:hover {
    background: #fff;
    border-color: rgba(4, 165, 28, .38);
    color: #202124;
}

.earn-choice-option__icon {
    align-items: center;
    border-radius: 12px;
    display: flex;
    flex: 0 0 48px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.earn-choice-option__icon svg {
    height: 25px;
    width: 25px;
}

.earn-choice-option__icon.is-blue {
    background: rgba(7, 156, 255, .12);
    color: #079cff;
}

.earn-choice-option__icon.is-green {
    background: rgba(4, 165, 28, .12);
    color: #04a51c;
}

.earn-choice-option__icon.is-yellow {
    background: rgba(245, 158, 11, .14);
    color: #b66a00;
}

.earn-choice-option__icon.is-red {
    background: rgba(171, 48, 71, .12);
    color: #ab3047;
}

.earn-choice-option strong {
    color: #202124;
    display: block;
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    margin-bottom: 3px;
}

.earn-choice-option small {
    color: #667085;
    display: block;
    font-size: 12px;
    line-height: 18px;
}

.earn-choice-remember {
    align-items: center;
    color: #475467;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    line-height: 20px;
    margin: 18px 0 0;
}

.earn-choice-remember input {
    accent-color: #04a51c;
    height: 16px;
    width: 16px;
}

@media (max-width: 899.98px) {
    .freelancer-proposals-shell {
        padding: 22px 14px 0;
    }

    .freelancer-proposals-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 14px;
    }

    .freelancer-proposals-title {
        font-size: 28px;
        line-height: 34px;
    }

    .freelancer-proposals-my-link {
        width: 100%;
    }

    .freelancer-proposals-layout {
        display: block;
    }

    .freelancer-proposals-left-rail {
        display: block;
        position: static;
    }

    .freelancer-proposals-tabs {
        background: transparent;
        border: 0;
        border-radius: 0;
        display: flex;
        flex: none;
        gap: 8px;
        margin: 0 -14px 16px;
        overflow-x: auto;
        padding: 0 14px 6px;
        position: static;
        scrollbar-width: none;
    }

    .freelancer-proposals-tabs::-webkit-scrollbar {
        display: none;
    }

    .freelancer-proposals-tab {
        align-items: center;
        background: #fff;
        border: 1px solid #e3e7ec;
        border-radius: 8px;
        display: flex;
        flex: 0 0 auto;
        height: 38px;
        justify-content: center;
        padding: 0 12px;
        text-align: center;
        white-space: nowrap;
        width: auto;
    }

    .freelancer-proposals-tab + .freelancer-proposals-tab {
        margin-top: 0;
    }

    .freelancer-proposals-tab.active,
    .freelancer-proposals-tab:hover {
        background: #ebf9ee;
        border-color: rgba(4, 165, 28, .24);
        margin: 0;
        padding: 0 12px;
    }

    .freelancer-proposals-tab.active::before,
    .freelancer-proposals-tab:hover::before {
        display: none;
    }

    .simple-task-market-left {
        margin: 0 0 16px;
        width: 100%;
    }

    .simple-task-filter-panel {
        padding: 0 14px;
    }

    .simple-task-market-stats {
        margin-top: 12px;
    }
}

@media (max-width: 767.98px) {
    .freelancer-proposals-page {
        padding-bottom: 30px;
    }

    .freelancer-proposals-empty {
        margin-bottom: 60px;
        padding-top: 22px;
    }

    .freelancer-proposals-empty__text {
        font-size: 13px;
        line-height: 19px;
    }

    .freelancer-proposal-card {
        padding: 16px;
    }

    .freelancer-proposal-card__head {
        display: block;
    }

    .freelancer-proposal-status {
        display: inline-flex;
        margin-top: 10px;
    }

    .freelancer-proposal-stats {
        grid-template-columns: 1fr;
    }

    .freelancer-proposal-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .freelancer-proposal-details,
    .freelancer-proposal-job-link {
        width: 100%;
    }

    .earn-vacancy-card {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .earn-vacancy-card__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .earn-vacancy-card__footer a {
        width: 100%;
    }

    .simple-tasks-head {
        padding: 16px;
    }

    .simple-tasks-head h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .simple-task-card {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .content-task-card {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .earn-choice-modal.is-open {
        align-items: flex-end;
        padding: 0;
    }

    .earn-choice-modal__dialog {
        border-radius: 16px 16px 0 0;
        max-height: 92vh;
        overflow-y: auto;
        padding: 20px 16px 18px;
        width: 100%;
    }

    .earn-choice-modal__head h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .earn-choice-modal__grid {
        grid-template-columns: 1fr;
    }

    .earn-choice-option {
        min-height: 78px;
    }

    .simple-task-submit button,
    .content-task-submit button {
        justify-self: stretch;
        width: 100%;
    }
}
