/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Add your custom styles here 
.fastwp-tag-cloud a {
    margin: 5px;
    display: inline-block;
    color: #031b8a;
    text-decoration: none;
    transition: all 0.2s ease;
}
.fastwp-tag-cloud a:hover {
    color: #ff2a2a;
    text-decoration: underline;
}

.fastwp-cidades-dinamicas {
    display: flex;
    flex-wrap: wrap;
    white-space: normal; 
    font-size: 15px;
    font-weight: bold;
    padding: 10px 15px;
    gap: 10px;
    justify-content: center;
    max-width: 100%;
    box-sizing: border-box;
}

.fastwp-cidades-dinamicas a {
    text-decoration: none;
    transition: 0.2s ease;
    font-weight: 600;
}

.fastwp-cidades-dinamicas a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
*/


.tag-carousel-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
    margin: 0 auto;
}
.tag-carousel-wrapper::-webkit-scrollbar {
    display: none;
}

.tag-carousel {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 10px 15px;
    white-space: nowrap;
    max-width: max-content;
}

.tag-carousel a {
    flex: 0 0 auto;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    padding: 0 6px;
    transition: 0.2s ease;
}

.tag-carousel a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

html, body {
    overflow-x: hidden;
}
