/*
Theme Name: Arch-Data
Theme URI: https://arch-data.pl/
Author: Arch-Data
Description: Dedykowany motyw firmowy utworzony na podstawie witryny HTML Arch-Data.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: arch-data
*/

.form-notice {
    position: fixed;
    z-index: 9999;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100% - 32px);
    padding: 14px 22px;
    border-radius: 8px;
    background: #173a5e;
    color: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,.18);
}
