body {
    text-align: left;
    padding: 50px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 20px;
}

body {
    font: 16px/1.5 "Poppins", "Century Gothic", "Arial", sans-serif;
    color: #333;
}

article {
    display: block;
    text-align: left;
    width: 650px;
    margin: 0 auto;
}

.site-footer a {
    color: #7a0320;
    font-weight: bold;
    text-decoration: none;
}

.site-footer a:hover {
    color: #db214f;
    font-weight: bold;
    text-decoration: none;
}

.save-settings {
    font: 16px/1.5 "Poppins", "Century Gothic", "Arial", sans-serif;
    padding: 7px 35px;
    border: 1px solid black;
    border-radius: 0;
}

form {
    margin-bottom: 40px;
    max-width: 850px;
    padding: 10px;
    border: 1px solid #d2d2d2;
    overflow: hidden;
}

input[type='text'],
input[type='number'] {
    width: 400px;
    height: 20px;
}

.form label span {
    width: 440px;
    display: inline-block;
    line-height: 20px;
    padding-top: 3px;
}

.line-1 label span {
    width: 420px;
}

.line-2 label span {
    width: 400px;
}

.wrapper {
    margin: 7px 0;
    padding-bottom: 0;
    border-bottom: 1px solid #d2d2d2;
}

.line {
    margin: 5px 0;
    padding-bottom: 3px;
}

.line .key {
    width: 383px;
}

.offset {
    width: 20px;
    height: 10px;
    display: inline-block;
}

.site-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px; /* Adjust based on your footer content */
    background-color: #f5f5f5; /* Example background color */
    text-align: center;
    padding: 20px 0; /* Add some padding for aesthetics */
}

/* Example Manage Utiq CSS Styles */

#utiq-manage-page h2,
#utiq-manage-page p,
#utiq-manage-page a,
#utiq-manage-page li {
    font-family: "Poppins", "Helvetica", "Arial", sans-serif;
}

#utiq-manage-page h2 {
    font-size: 1.5em;
}

#utiq-manage-page a {
    color: #db214f;
}

#utiq-manage-page a:hover {
    color: #7a0320;
}
