.wpuf-form-add .od-price-currency-control {
    align-items: stretch;
    display: flex;
    gap: 8px;
}

.wpuf-form-add .od-price-currency-control > input[name="_cena"] {
    flex: 1 1 auto;
    min-width: 0;
}

.wpuf-form-add .od-price-currency-control.is-od-price-agreement > input[name="_cena"] {
    display: none;
}

.wpuf-form-add .od-price-currency-control__mode {
    flex: 0 0 auto;
    margin: 0;
    min-width: 132px;
    width: auto;
}

.wpuf-form-add .od-price-currency-control__select {
    flex: 0 0 auto;
    margin: 0;
    min-width: 112px;
    width: auto;
}

.inz-cpt-contact-reveal-form,
.inz-cpt-phone-reveal-form {
    align-items: center;
    display: inline-flex;
    flex: 1 1 260px;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 0;
}

.inz-cpt-contact-reveal {
    align-items: start;
    display: grid;
    gap: 8px 12px;
    grid-template-columns: max-content minmax(0, 1fr);
}

.inz-cpt-contact-reveal__content {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.inz-cpt-contact-reveal__public {
    overflow-wrap: anywhere;
}

.inz-cpt-single-editor-content__part > :first-child {
    margin-top: 0;
}

.inz-cpt-single-editor-content__part > :last-child {
    margin-bottom: 0;
}

.inz-cpt-single-editor-content__part + .inz-cpt-contact-reveal,
.inz-cpt-contact-reveal + .inz-cpt-single-editor-content__part {
    margin-top: 10px;
}

.inz-cpt-contact-reveal__button,
.inz-cpt-phone-reveal__button {
    margin: 0;
}

.inz-cpt-contact-reveal__result,
.inz-cpt-phone-reveal__result {
    font-weight: 700;
}

.inz-cpt-contact-reveal__list {
    display: grid;
    gap: 4px 10px;
    grid-template-columns: max-content minmax(0, 1fr);
    margin: 4px 0 0;
}

.inz-cpt-contact-reveal__list dt,
.inz-cpt-contact-reveal__list dd {
    margin: 0;
}

.inz-cpt-phone-reveal__number {
    color: #31502c;
    text-decoration: none;
}

.inz-cpt-contact-reveal-form small,
.inz-cpt-phone-reveal-form small {
    color: #667066;
    flex-basis: 100%;
}

.inz-profile-completion-notice {
    background: #fff8dd;
    border-bottom: 1px solid #e8d48a;
    border-top: 1px solid #e8d48a;
    color: #4a3d13;
    padding: 12px 20px;
    position: relative;
    z-index: 20;
}

.inz-profile-completion-notice__inner {
    align-items: center;
    display: flex;
    gap: 12px 18px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
}

.inz-profile-completion-notice__inner p {
    margin: 0;
}

.inz-profile-completion-notice__button {
    flex: 0 0 auto;
    margin: 0;
}

@media (max-width: 520px) {
	.inz-cpt-contact-reveal {
		grid-template-columns: minmax(0, 1fr);
	}

	.inz-profile-completion-notice__inner {
		align-items: flex-start;
		flex-direction: column;
	}

    .wpuf-form-add .od-price-currency-control {
        align-items: stretch;
        flex-direction: column;
    }

    .wpuf-form-add .od-price-currency-control__select {
        width: 100%;
    }

    .wpuf-form-add .od-price-currency-control__mode {
        width: 100%;
    }
}
