.tharaphoto-form-footer,
.tharaphoto-form-investment {
    width: 100%;
    max-width: 1642px;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.12em;
    font-weight: 500;
    color: #ffffff;
}

.tharaphoto-form-footer .tharaphoto-field,
.tharaphoto-form-investment .tharaphoto-field {
    margin: 0 0 0.52em;
}

.tharaphoto-form-investment {
    margin: 0 auto;
    text-align: center;
}

.tharaphoto-form-investment .tharaphoto-field {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tharaphoto-form-footer .tharaphoto-field:last-of-type,
.tharaphoto-form-investment .tharaphoto-field:last-of-type {
    margin-bottom: 0.42em;
}

.tharaphoto-form-footer label,
.tharaphoto-form-investment label {
    display: inline-block;
    margin-bottom: 0.14em;
    color: #ffffff;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.12em;
    font-weight: 500;
    line-height: 1.25;
}

.tharaphoto-form-investment label {
    display: block;
    width: 50%;
    margin-bottom: 4px;
    text-align: left;
}

.tharaphoto-form-investment .tharaphoto-field > br {
    display: none;
}

.tharaphoto-form-footer input[type="text"],
.tharaphoto-form-footer input[type="email"],
.tharaphoto-form-footer textarea,
.tharaphoto-form-footer select,
.tharaphoto-form-investment input[type="text"],
.tharaphoto-form-investment input[type="email"],
.tharaphoto-form-investment textarea,
.tharaphoto-form-investment select {
    width: 100%;
    min-height: 43px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.12em;
    font-weight: 500;
    box-sizing: border-box;
}

.tharaphoto-form-footer textarea,
.tharaphoto-form-investment textarea {
    min-height: 122px;
    resize: vertical;
}

.tharaphoto-form-footer input[type="text"],
.tharaphoto-form-footer input[type="email"],
.tharaphoto-form-footer textarea,
.tharaphoto-form-footer select {
    width: 125%;
    margin-left: -12.5%;
}

.tharaphoto-form-footer label {
    display: block;
    width: 125%;
    margin-left: -12.5%;
    margin-bottom: 6px;
    text-align: left;
}

.tharaphoto-form-footer .tharaphoto-field > br {
    display: none;
}

.tharaphoto-form-footer input::placeholder,
.tharaphoto-form-footer textarea::placeholder,
.tharaphoto-form-investment input::placeholder,
.tharaphoto-form-investment textarea::placeholder {
    color: rgba(255, 255, 255, 0.82);
}

.tharaphoto-form-footer input[type="checkbox"],
.tharaphoto-form-investment input[type="checkbox"] {
    transform: scale(1.2);
    transform-origin: left center;
    margin-right: 0.45em;
}

.tharaphoto-form-footer .required,
.tharaphoto-form-investment .required {
    color: #ffffff;
}

.tharaphoto-form-footer button[type="submit"],
.tharaphoto-form-investment button[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    min-width: 182px;
    margin: 0.25em auto 0;
    min-height: 33px;
    padding: 7px 20px;
    border: 1px solid #365870;
    border-radius: 999px;
    background: #c1d4e2;
    color: #365870;
    font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.12em;
    font-weight: 400;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.tharaphoto-form-footer button[type="submit"]:hover,
.tharaphoto-form-investment button[type="submit"]:hover {
    background: #b7ccdc;
    color: #365870;
    filter: saturate(110%);
    transform: scale(1.03);
}

.tharaphoto-form-footer button[aria-busy="true"],
.tharaphoto-form-investment button[aria-busy="true"] {
    opacity: 0.6;
    cursor: wait;
}

.tharaphoto-form-message {
    margin-bottom: 1em;
    font-family: "Jost", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.12em;
    font-weight: 400;
}

.tharaphoto-form-message.is-footer {
    color: #ffffff;
}

.tharaphoto-form-message.success {
    color: #e17041;
    font-size: 1.68em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: pre-line;
}

/* Investment form: narrower field boxes (50% width) */
.tharaphoto-form-investment input[type="text"],
.tharaphoto-form-investment input[type="email"],
.tharaphoto-form-investment textarea,
.tharaphoto-form-investment select {
    width: 50%;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .tharaphoto-form-footer label {
        width: 130%;
        margin-left: -15%;
        text-align: left;
    }

    .tharaphoto-form-footer input[type="text"],
    .tharaphoto-form-footer input[type="email"],
    .tharaphoto-form-footer textarea,
    .tharaphoto-form-footer select {
        width: 130%;
        margin-left: -15%;
    }

    .tharaphoto-form-investment label {
        width: 100%;
    }

    .tharaphoto-form-investment input[type="text"],
    .tharaphoto-form-investment input[type="email"],
    .tharaphoto-form-investment textarea,
    .tharaphoto-form-investment select {
        width: 100%;
    }
}
