/* Created by Content Blocks */

.biergarten-floating-field__label {
    left: 0;
    line-height: 1;
    top: 45px;
    transform: translateY(-50%);
    transform-origin: left top;
    transition: color 300ms ease, left 300ms ease, top 300ms ease, transform 300ms ease;
}

.biergarten-floating-field__input:focus + .biergarten-floating-field__label,
.biergarten-floating-field__input:not(:placeholder-shown) + .biergarten-floating-field__label {
    color: #008B82;
    left: 16px;
    top: 4px;
    transform: translateY(0) scale(0.75);
}

.biergarten-textarea-field__label {
    font-size: 16px;
    left: 0;
    line-height: 1.2;
    transform-origin: left top;
    transition: color 300ms ease, font-size 300ms ease, left 300ms ease, transform 300ms ease;
}

.biergarten-textarea-field:focus-within .biergarten-textarea-field__label,
.biergarten-textarea-field:has(textarea:not(:placeholder-shown)) .biergarten-textarea-field__label {
    color: #008B82;
    font-size: 14px;
    left: 16px;
    transform: translateY(-2px);
}

.biergarten-privacy-checkbox {
    appearance: none;
    background-color: #ffffff;
    border: 2px solid #C7007E;
    flex-shrink: 0;
    height: 24px;
    position: relative;
    width: 24px;
}

.biergarten-privacy-checkbox:checked {
    background-color: #C7007E;
}

.biergarten-privacy-checkbox:checked::after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
    height: 12px;
    left: 8px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 6px;
}
