﻿.form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.static-message-page {
    min-height: 70vh;
    display: grid;
    place-items: center;
    padding: 2rem;
    font-family: Figtree, Arial, sans-serif;
    text-align: center;
    background: #f7f8fa;
}

.static-message-card {
    max-width: 680px;
    padding: 3rem;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
}

.static-message-card a {
    display: inline-block;
    margin-top: 1rem;
    padding: .8rem 1.25rem;
    border-radius: 5px;
    color: #fff;
    background: #1b628c;
    text-decoration: none;
}

