/**
 * Shreenm Custom Contact – match Porto theme form padding and required asterisk color.
 * Scoped to contact page so it doesn't affect other forms.
 */
.contact-index-index .form.contact .fieldset > .field,
.contact-index-index .form.contact .fieldset > .row .field {
    margin-bottom: 29px;
}

.contact-index-index .form.contact .fieldset > .field:last-child,
.contact-index-index .form.contact .fieldset > .row .field:last-child {
    margin-bottom: 0;
}

/* Required asterisk – match Porto/Magento red */
.contact-index-index .form.contact .field.required > .label::after,
.contact-index-index .form.contact .field._required > .label::after,
.contact-index-index .form.contact .field.required .label::after,
.contact-index-index .form.contact .field.choice.required .label::after {
    content: '*';
    color: #e02b27;
    font-size: 12px;
    margin-left: 3px;
}

/* Choice field (privacy) label margin so asterisk aligns */
.contact-index-index .form.contact .field.choice.required .label {
    display: inline;
}
