/* The7's stretched-row reset must not erase the hero's readable gutters. */
.idodoc-nko-hero .idodoc-nko-hero__copy > .vc_column-inner {
    padding-left: max(24px, calc((100vw - 1180px) / 2)) !important;
    padding-right: 28px !important;
}
/* Native controls stay usable with long service labels and theme overrides. */
.idodoc-form-step-select .idodoc-form-step-number {
    align-self: start;
    height: 64px;
    line-height: 64px !important;
}
.idodoc-faq-hint { margin-bottom: 0 !important; }
.idodoc-callback-consent,
.idodoc-callback-consent .wpcf7-list-item-label,
.idodoc-callback-consent a {
    font-size: 12px !important;
    line-height: 1.4 !important;
}
.idodoc-callback-consent .wpcf7-list-item { margin: 0; }
.idodoc-callback-consent label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}
.idodoc-callback-consent input[type="checkbox"] {
    flex: 0 0 auto;
    margin: 0;
}
.idodoc-form-step-field select,
.idodoc-form-plain select {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 64px !important;
    min-height: 64px !important;
    box-sizing: border-box;
    padding: 14px 48px 14px 16px !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    color: #454545;
    background-position: right 18px center !important;
    text-overflow: ellipsis;
}
.idodoc-form-step-field,
.idodoc-form-plain .wpcf7-form-control-wrap {
    min-width: 0;
}
.idodoc-select-value {
    display: none;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}
.idodoc-select-value.is-truncated { display: block; }
@media (max-width: 767px) {
    .idodoc-nko-hero .idodoc-nko-hero__copy > .vc_column-inner {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .idodoc-form-step-field select,
    .idodoc-form-plain select {
        font-size: 16px !important;
    }
    /* Native selects cannot wrap option text; show the full choice below. */
    .idodoc-select-value { display: block; }
}
