.anchor-bookings-wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: 16px;
    font-family: "Montserrat", Arial, sans-serif;
    color: #1f1f1f;
}

.anchor-bookings-intro {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
}

.anchor-bookings-form {
    display: grid;
    gap: 12px;
}

.anchor-bookings-success {
    margin: 12px 0 16px;
    padding: 10px;
    border: 1px solid #9b8a55;
    background: #f8f5eb;
}

.anchor-bookings-row label {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
}

.anchor-bookings-row input,
.anchor-bookings-row textarea {
    width: 100%;
    border: 2px solid #9b8a55;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
}

.anchor-bookings-submit {
    justify-self: end;
    background: #9b8a55;
    color: #fff;
    border: 0;
    padding: 10px 18px;
    font-size: 14px;
    cursor: pointer;
}

.anchor-bookings-submit:hover {
    opacity: 0.92;
}
