{
    font-family: Arial, sans-serif;
}
.seo-tag-blocks1 {
    margin: 10px 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
    padding-left: 0px !important;
}
.seo-tag1 {
    padding: 5px 10px;
    background-color: #e0e0e0;
    border-radius: 16px;
    font-size: 12px;
    margin: 3px 0;
    white-space: nowrap;
}
.tag-link1 {
    text-decoration: none;
    color: #000;
    text-align: center;
    vertical-align: middle;
    display: block;
}
.header-text1{
    font-size: 14px;
    font-weight: bold;
}
#show-all-button {
    display: block;
    margin: 10px 0;
    padding: 5px 10px;
    background-color: #00b9dc;
    color: white;
    border: none;
    border-radius: 16px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .seo-tag-blocks1 {
        overflow-x: auto;
        white-space: nowrap;
        gap: 0;
        padding-left: 0px !important;
    }
    .seo-tag1 {
        display: inline-block;
    }
    #show-all-button1 {
        display: none !important;
    }
}