.rkr_category_seo_url {
    padding-bottom: 10px;
}

.rkr_category_seo_url-block_container {
    padding-bottom: 25px;
}

.rkr_category_seo_url-list_container {
    padding-bottom: 10px;
}

.rkr_category_seo_url-list_container  {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
}

.rkr_category_seo_url-link {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    background-color: #e9ecef;
    border-radius: 20px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}

.rkr_category_seo_url-link:hover {
    background-color: #007bff;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.rkr_category_seo_url-list_container::-webkit-scrollbar {
    height: 8px;
}

.rkr_category_seo_url-list_container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.rkr_category_seo_url-list_container::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 10px;
}

.rkr_category_seo_url-list_container::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
