@import url("./contact.css");

/* Consignments extends the shared public enquiry pattern. */
.ota-consign__agree {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 4px;
    color: var(--ota-contact-muted);
    font-size: 14px;
    line-height: 1.55;
    cursor: pointer;
}

.ota-consign__agree input[type="checkbox"] {
    width: 17px;
    height: 17px;
    min-height: 17px;
    margin: 2px 0 0;
    flex: 0 0 17px;
    accent-color: var(--ota-contact-green);
}

.ota-consign__agree a {
    color: var(--ota-contact-mahogany);
    font-weight: 600;
    text-underline-offset: 3px;
}

.ota-consign__agree a:hover {
    color: var(--ota-contact-green);
}
