/* 
 Theme Name:   ai-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     ai-automation
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
:root {
    --color-private: #020288;
    --color-secondary: #b2f0fb;
}

.dark-background {
    background: var(--color-private);
    color: #fff;
}

.dark-background h2 {
    text-align: center;
    color: var(--color-secondary);
}

.light-background {
    background: var(--color-secondary);
}

.light-background h2 {
    text-align: center;
    color: var(--color-private);
}

body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#primary {
    padding-top: 0;
    padding-bottom: 0;
}

.headerbox {
    position: relative !important;
    top: 0;
}

.error-404.not-found h1 {
    font-size: 2.5rem;
}

.section {
    padding: 30px 0;
}

.section h2 {
    text-align: center;
    font-style: italic;
    font-weight: 700;
}

.hero h1 {
    text-align: center;
    font-style: italic;
    color: var(--color-secondary);
}

.box {
    padding: 20px;
    border-radius: 15px;
    border: 2px solid var(--color-private);
    height: 100%;
    background-color: #fff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.box h3, .box-container h3 {
    text-align: center;
}

.box-container {
    background: #B2F0FB;
    background: linear-gradient(160deg, rgba(178, 240, 251, 1) 0%, rgba(2, 2, 136, 1) 100%);
    height: 100%;
    padding: 20px;
    border-radius: 25px 0 25px ;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-navigation a {
    padding: 10px 12px;
    text-decoration: none;
}

.main-navigation a:hover {
    text-decoration: underline;
    color: var(--color-private);
}

input[type="email"] {
    margin: 0;
}

#footer button[type="submit"] {
    margin: 0;
    background: var(--color-secondary);
    color: #000;
}

.site-info {
    background: var(--color-private);
}

.code-box {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 25px;
}

.code-box p {
    margin-top: 0;
    margin-bottom: 0;
}

.section ul {
    list-style: none;
    padding-left: 0;
}

.section ul li::before {
    content: "◆";
    margin-right: 8px;
}