/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Sitemap
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */


#mageplaza-seo-html-sitemap h2 {
    font-weight: 600;
    font-size: 1.4rem;
}

#mageplaza-seo-html-sitemap .row {
    margin-top: 1rem;
}

.mp-sitemap-listing {
    padding: 1rem 0 1rem 1rem;
}

#mp-sitemap-search__field__searchbox {
    border-radius: 10px;
}

.mp-sitemap-search__action {
    padding: 9px !important;
    background-color: rgb(29, 78, 216);
}

.mp-sitemap-search__action:hover {
    background-color: rgb(37, 99, 235);
}

#mp-sitemap-search__field__searchbox {
    border-radius: 10px;
}

.mp-sitemap-search__action button {
    color: #FFFFFF;
}

#mageplaza-seo-html-sitemap a {
    color: rgb(37, 99, 235);
}
