﻿.contact-partner-comment .input{
    height: 131px;
    resize: none;
}

html > body {
    min-height: 50px; /* the version in forge needs a min height to show the form */
}

body {
    background-color: transparent;
}

.website-form {
    background: #fff;
    border-radius: 6px;
    height: 100%;
    overflow-y: auto;
}

.website-form .input, 
.website-form textarea.input, 
.website-form .select{
    font-size: 16px;
}

.success-message__container {
    margin-top: 100px;
    text-align: center;
}

.actions-popup {
    padding: var(--space-m);
    border-top: 1px solid var(--color-neutral-1);
}