@media (min-width: 992px) {
    .helpy-project-form-page {
        max-width: 980px;
    }

    .helpy-project-form-topbar {
        margin: 0 0 8px;
    }

    .helpy-project-form-crumb {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #6f36b6;
        font-weight: 600;
        line-height: 1;
        text-decoration: none;
        transition: color .15s ease;
    }

    .helpy-project-form-crumb:hover,
    .helpy-project-form-crumb:focus {
        color: #5e2ea0;
        text-decoration: none;
    }

    .helpy-project-form-crumb__icon {
        font-size: 16px;
        line-height: 1;
    }

    .helpy-project-form-crumb__label {
        display: inline-flex;
        align-items: center;
        gap: 12px;
    }

    .helpy-project-form-crumb__pipe {
        color: #98a2b3;
        font-weight: 400;
    }

    .helpy-project-form-head {
        display: block;
        margin: 0 0 20px;
    }

    .helpy-project-form-head__main {
        min-width: 0;
    }

    .helpy-project-form-title {
        margin: 0 0 8px;
        color: #1f2430;
        line-height: 1.15;
    }

    .helpy-project-form-subtitle {
        margin: 0;
        color: #697382;
        font-size: 15px;
        line-height: 1.5;
    }

    .helpy-project-form-notice {
        max-width: 760px;
        margin: 0 0 18px;
        padding: 14px 16px;
        border-radius: 10px;
        font-size: 14px;
        line-height: 1.45;
    }

    .helpy-project-form-notice--error {
        border: 1px solid #efc2c2;
        background: #fff5f5;
        color: #8a1f1f;
    }

    .helpy-project-form-card {
        max-width: 760px;
        padding: 24px;
        border: 1px solid #dfe5eb;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(16, 24, 40, 0.05);
    }

    .helpy-project-form-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 18px;
    }

    .helpy-project-form-grid--compact {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .helpy-project-form-field {
        margin: 5px 0 18px 0;
    }

    .helpy-project-form-field:last-child {
        margin-bottom: 0;
    }

    .helpy-project-form-field--full {
        grid-column: 1 / -1;
    }

    .helpy-project-form-label {
        display: block;
        margin: 10px 0 10px 0;
        color: #3a4350;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.35;
    }

    .helpy-project-form-label__muted {
        color: #7b8592;
        font-weight: 500;
    }

    .helpy-project-form-label__required {
        color: #d92d20;
        font-weight: 700;
    }

    .helpy-project-form-control {
        width: 100%;
        min-height: 50px;
        padding: 12px 14px;
        border: 1px solid #d7dee6;
        border-radius: 12px;
        background: #fff;
        color: #1f2430;
        font-size: 15px;
        line-height: 1.4;
        box-shadow: none;
        transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
    }

    .helpy-project-form-control:hover {
        border-color: #c7d1db;
    }

    .helpy-project-form-control:focus {
        border-color: #b38ae4;
        outline: none;
        box-shadow: 0 0 0 4px rgba(111, 54, 182, 0.10);
    }

    .helpy-project-form-control::placeholder {
        color: #98a2b3;
    }

    .helpy-project-form-control--textarea {
        min-height: 246px;
        resize: vertical;
    }

    .helpy-project-form-counter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-top: 8px;
        color: #667085;
        font-size: 12px;
        line-height: 1.4;
    }

    .helpy-project-form-counter__value {
        flex: 0 0 auto;
        white-space: nowrap;
        font-variant-numeric: tabular-nums;
    }

    .helpy-project-form-counter.is-invalid .helpy-project-form-counter__hint,
    .helpy-project-form-counter.is-invalid .helpy-project-form-counter__value {
        color: #b42318;
    }

    .helpy-project-form-counter.is-valid .helpy-project-form-counter__hint,
    .helpy-project-form-counter.is-valid .helpy-project-form-counter__value {
        color: #027a48;
    }

    .helpy-project-form-control--select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 42px;
        background-image: linear-gradient(45deg, transparent 50%, #5e6878 50%), linear-gradient(135deg, #5e6878 50%, transparent 50%);
        background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
        background-size: 6px 6px, 6px 6px;
        background-repeat: no-repeat;
    }

    .helpy-project-form-upload {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px 18px;
        border: 1px dashed #cfd8e3;
        border-radius: 14px;
        background: #fafbfd;
    }

    .helpy-project-form-upload__input {
        max-width: 320px;
    }

    .helpy-project-form-upload__hint {
        display: flex;
        flex-direction: column;
        gap: 4px;
        color: #6b7684;
        font-size: 13px;
        line-height: 1.45;
    }

    .helpy-project-form-upload__hint strong {
        color: #344054;
        font-size: 14px;
        font-weight: 600;
    }

    .helpy-project-form-actions {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        margin-top: 6px;
        padding-top: 6px;
    }

    .helpy-project-form-submit {
        min-height: 44px;
        padding: 0 20px;
        border-radius: 10px;
        font-weight: 600;
    }
}

@media (max-width: 991.98px) {
    .helpy-project-form-topbar {
        margin: 0 0 8px;
    }

    .helpy-project-form-crumb {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #6f36b6;
        font-weight: 600;
        line-height: 1;
        text-decoration: none;
    }

    .helpy-project-form-crumb__icon {
        font-size: 16px;
        line-height: 1;
    }

    .helpy-project-form-crumb__label {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

    .helpy-project-form-crumb__pipe {
        color: #98a2b3;
        font-weight: 400;
    }

    .helpy-project-form-head {
        margin: 0 0 18px;
    }

    .helpy-project-form-title {
        margin: 0 0 8px;
    }

    .helpy-project-form-subtitle {
        margin: 0 0 12px;
    }

    .helpy-project-form-card {
        padding: 18px;
        border: 1px solid #dfe5eb;
        border-radius: 14px;
        background: #fff;
    }

    .helpy-project-form-field {
        margin: 0 0 16px;
    }

    .helpy-project-form-label {
        display: block;
        margin: 0 0 8px;
        font-weight: 600;
    }

    .helpy-project-form-label__muted {
        color: #7b8592;
        font-weight: 500;
    }

    .helpy-project-form-label__required {
        color: #d92d20;
        font-weight: 700;
    }

    .helpy-project-form-control {
        width: 100%;
        min-height: 48px;
        padding: 12px 14px;
        border: 1px solid #d7dee6;
        border-radius: 12px;
        background: #fff;
        color: #1f2430;
        font-size: 15px;
        line-height: 1.4;
    }

    .helpy-project-form-control--textarea {
        min-height: 220px;
        resize: vertical;
    }

    .helpy-project-form-counter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-top: 8px;
        color: #667085;
        font-size: 12px;
        line-height: 1.4;
    }

    .helpy-project-form-counter__value {
        flex: 0 0 auto;
        white-space: nowrap;
        font-variant-numeric: tabular-nums;
    }

    .helpy-project-form-counter.is-invalid .helpy-project-form-counter__hint,
    .helpy-project-form-counter.is-invalid .helpy-project-form-counter__value {
        color: #b42318;
    }

    .helpy-project-form-counter.is-valid .helpy-project-form-counter__hint,
    .helpy-project-form-counter.is-valid .helpy-project-form-counter__value {
        color: #027a48;
    }

    .helpy-project-form-control--select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 42px;
        background-image: linear-gradient(45deg, transparent 50%, #5e6878 50%), linear-gradient(135deg, #5e6878 50%, transparent 50%);
        background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
        background-size: 6px 6px, 6px 6px;
        background-repeat: no-repeat;
    }

    .helpy-project-form-upload {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 14px;
        border: 1px dashed #cfd8e3;
        border-radius: 14px;
        background: #fafbfd;
    }

    .helpy-project-form-upload__input {
        max-width: 100%;
    }

    .helpy-project-form-upload__hint {
        display: flex;
        flex-direction: column;
        gap: 4px;
        color: #6b7684;
        font-size: 13px;
        line-height: 1.45;
    }

    .helpy-project-form-upload__hint strong {
        color: #344054;
        font-size: 14px;
        font-weight: 600;
    }

    .helpy-project-form-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 6px;
    }

    .helpy-project-form-submit {
        width: 100%;
        justify-content: center;
    }
}
.helpy-project-edit-current__list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.helpy-project-edit-current__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.helpy-project-edit-current__meta {
    min-width: 0;
    flex: 1 1 auto;
}

.helpy-project-edit-current__actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.helpy-project-edit-current__removeform {
    display: inline-flex;
    margin: 0;
}

.helpy-project-edit-current__link,
.helpy-project-edit-current__removebtn {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .helpy-project-edit-current__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .helpy-project-edit-current__actions {
        margin-top: 10px;
        flex-wrap: wrap;
    }
}