@import "../components/google_map_marker.css";

.seo-container {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.seo-container > .seo-tab-link {
    border: 1px solid black;
    margin: 3px 5px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    color: #2e2e2e;
}

.seo-container > .seo-tab-link span:first-child {
    border-right: 1px solid black;
}

.seo-container > .seo-tab-link span {
    padding: 0 4px;
    height: 100%;
}

.seo-container > .seo-tab-link span:nth-child(2) {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

@media only screen and (max-width: 757px) {
    .sorter {
        flex-direction: column;
    }
}

@media only screen and (max-width: 414px) {
    .sorter {
        align-items: start !important;
    }
}
