.dd-add-profile-page {
    max-width: 1180px !important;
    width: min(1180px, calc(100vw - 32px)) !important;
    margin: 0 auto !important;
    padding: 64px 0 56px !important;
}

.dd-add-profile-hero {
    margin: 0 0 28px !important;
	  padding-top: 38px !important;
}

.dd-add-profile-page .dd-formularz-placowki {
    max-width: 980px !important;
    margin: 0 !important;
	 border-radius: 24px !important;
}

.dd-form-progress {
    margin: 0 0 24px;
    padding: 20px 24px;
    border: 1px solid #dfe5ef;
    border-radius: 16px;
    background: #ffffff;
	 border-radius: 20px !important;
}

.dd-form-progress-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #090b3f;
}

.dd-form-progress-track {
    height: 5px;
    border-radius: 999px;
    background: #edf1f6;
    overflow: hidden;
}

.dd-form-progress-track span {
    display: block;
    width: 20%;
    height: 100%;
    border-radius: 999px;
    background: #090b3f;
    transition: width 0.25s ease;
}

.dd-postcode-status {
    margin: 8px 0 12px;
    font-size: 13px;
    line-height: 1.4;
    color: #5b6475;
}

.dd-form-step[hidden] {
    display: none !important;
}

.dd-formularz-placowki small {
    display: block;
    margin-top: 8px;
    line-height: 1.45;
}

.dd-formularz-placowki .form-section {
    overflow: visible;
	 border-radius: 20px !important;
}

@media (max-width: 767px) {
    .dd-form-progress-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}