.stk-seo-form {
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    align-items: center;
}

.form-row label {
    margin-right: 10px;
}

.form-row select {
    margin-right: 10px;
}

.stk-seo-button {
    background-color: #E62D2C;
    color: #ffffff;
    border: 1px solid #E62D2C;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.stk-seo-button:hover {
    background-color: #E62D2C;
}

ul.stk-seo-footer {
    list-style-type: none;
    width: 100%;
    display: table;
    table-layout: fixed;
    padding-left: 0;
    margin: 20px 0;
}

ul.stk-seo-footer > li {
    display: inline-grid;
    width: 33.33%;
}

h3.stk-seo-h3,
.stk-seo-links a {
    color: #ffffff;
}

ul.stk-seo-footer li a {
    font-size: 14px !important;
}

body.page-id-17467 h3.stk-seo-h3,
body.page-id-17467 .stk-seo-links a,
body.page-id-17467 ul.stk-seo-footer li a {
    color: #000000 !important;
}

@media (min-width: 768px) {
    ul.stk-seo-footer > li {
        width: 16.66% !important;
    }
}